`unsafe_code` lint and unsafe method
|
|
1
|
175
|
November 5, 2024
|
Why not borrow check raw pointers’ pointee places?
|
|
18
|
583
|
November 5, 2024
|
State of postfix borrow/deref
|
|
22
|
797
|
November 5, 2024
|
How to assist with bug #5478
|
|
7
|
293
|
November 4, 2024
|
Why are trait and library structure incompatible?
|
|
4
|
183
|
November 4, 2024
|
Pre-(Pre-)RFC: niche types
|
|
10
|
492
|
November 4, 2024
|
Aix not available to install Rust
|
|
4
|
189
|
November 4, 2024
|
Retrofitting legacy code with custom allocator
|
|
4
|
309
|
November 3, 2024
|
A `Simple` Trait
|
|
2
|
288
|
November 2, 2024
|
A More Perfect Derive
|
|
1
|
327
|
November 1, 2024
|
Mistake in ptr::from_ref() doc comment on temporary lifetime?
|
|
1
|
160
|
November 1, 2024
|
Const OsString::new, PathBuf::new
|
|
5
|
312
|
November 1, 2024
|
RFC: Extending Beyond Base 36 for Free or Cheaper
|
|
9
|
419
|
November 1, 2024
|
GlobalAlloc::alloc() for zero sized layouts
|
|
7
|
311
|
November 1, 2024
|
Idea: Initializer Closure
|
|
1
|
241
|
October 31, 2024
|
Vibe check: equality patterns
|
|
32
|
868
|
October 31, 2024
|
Generalized Base Syntax upto 36 or 64
|
|
27
|
739
|
October 31, 2024
|
Pre-RFC v2 - Static Function Argument Unpacking
|
|
9
|
694
|
October 30, 2024
|
Adding a way of getting the value of Result<T, T> without match statement
|
|
10
|
671
|
October 28, 2024
|
Infallible `div_ceil` for `NonZero<unsigned>`
|
|
3
|
336
|
October 28, 2024
|
Naming `bigint_helper_methods` (bike-shedding)
|
|
13
|
660
|
October 26, 2024
|
`iter().all()` that does not return `true` for empty iterators
|
|
10
|
643
|
October 26, 2024
|
How to collect code coverage for the rustc compiler itself?
|
|
4
|
287
|
October 26, 2024
|
Optimization for `std::vec::Drain` to directly access an indexed element
|
|
6
|
331
|
October 25, 2024
|
Aliasing of raw pointers
|
|
6
|
581
|
October 25, 2024
|
Should the tail recursion expression be called `become`, or something else?
|
|
119
|
2429
|
October 25, 2024
|
Enabling types that can be `?` argument but not target
|
|
2
|
251
|
October 25, 2024
|
Rest patterns (`Foo { .. }`) should match non-struct types
|
|
17
|
793
|
October 24, 2024
|
Another argument for `&out` references: safe union usage
|
|
5
|
330
|
October 24, 2024
|
`{u,i}size_half`
|
|
2
|
303
|
October 23, 2024
|