Can compiler's optimizer eliminate trivial heap allocation?
|
|
2
|
69
|
September 14, 2024
|
Adventures in maximum pedantic clippy
|
|
10
|
279
|
September 14, 2024
|
Macro Markdown Table Generation
|
|
0
|
35
|
September 13, 2024
|
C-type `char value[n]` and `const char* value` bindgen translation
|
|
2
|
70
|
September 13, 2024
|
Bug in f64 when given a large integer within precision?
|
|
10
|
154
|
September 13, 2024
|
Google gcp client
|
|
10
|
77
|
September 13, 2024
|
Deque as Linked List: Get Values
|
|
4
|
46
|
September 13, 2024
|
Aliasing in trait bounds
|
|
1
|
44
|
September 12, 2024
|
Division of NonZero<usize>
|
|
5
|
92
|
September 12, 2024
|
Why are unused lifetimes okay in traits but not in structs/enums?
|
|
7
|
81
|
September 12, 2024
|
Is the Struct std::sync::mpsc::Sender thread-safe?
|
|
2
|
62
|
September 12, 2024
|
Using generics const expressions
|
|
2
|
68
|
September 12, 2024
|
Google Cloud Platform, protobuf, dynamic creation of Message struct
|
|
0
|
33
|
September 11, 2024
|
Sqlx, issue with trait bounds for transactions
|
|
0
|
26
|
September 11, 2024
|
X86_64-pc-windows-gnu and x86_64-pc-windows-msvc abi compatibility
|
|
12
|
156
|
September 10, 2024
|
Question: What can happen if I cause undefined behavior in a proc macro?
|
|
1
|
67
|
September 10, 2024
|
The `src/bin` naming oxymoron
|
|
14
|
343
|
September 10, 2024
|
Memory leak using ManuallyDrop
|
|
17
|
326
|
September 10, 2024
|
Can Rust be as productive as Dart (Flutter) in GUI develpment?
|
|
1
|
117
|
September 10, 2024
|
Rust: module-companion for a standalone function
|
|
0
|
32
|
September 9, 2024
|
Virtual filesystems for rust
|
|
14
|
287
|
September 9, 2024
|
Unable to setup 'rustc' on windows 11
|
|
2
|
118
|
September 8, 2024
|
Lint reason in Cargo.toml [lints] section
|
|
1
|
55
|
September 7, 2024
|
Where's the equivalent of `tokio-util` in smol/async-std community?
|
|
5
|
94
|
September 7, 2024
|
Are ownership and lifetimes a realization of RAII?
|
|
8
|
115
|
September 7, 2024
|
`move |...|` does not take by value?
|
|
20
|
303
|
September 7, 2024
|
Initialized in for loop, but compiler says "possibly uninitialized"
|
|
10
|
165
|
September 7, 2024
|
Biggest opportunity for a new programming model
|
|
11
|
411
|
September 7, 2024
|
"type annotations needed" with async, futures, boxes and pins
|
|
4
|
38
|
September 7, 2024
|
Why don't async move closures implement Fn?
|
|
4
|
94
|
September 6, 2024
|