Safe code relied upon by unsafe is effectively unsafe
|
|
21
|
1247
|
August 29, 2024
|
Lifetime bug in safe part (String - ptr)?
|
|
14
|
661
|
August 28, 2024
|
Unify async+sync into pure async
|
|
39
|
1338
|
August 28, 2024
|
.iter() could be skipped when performing a combinator on Vector
|
|
12
|
677
|
August 28, 2024
|
Reading and erasing bits outside of an allocation in inline asm
|
|
2
|
254
|
August 27, 2024
|
Feature request: Implement OR for Option and possibly Result
|
|
14
|
670
|
August 27, 2024
|
Generating a documentation for tests
|
|
0
|
224
|
August 27, 2024
|
Pre-RFC: Generic integers v2
|
|
82
|
2079
|
August 26, 2024
|
Mutating the contents of `Vec::as_ptr()`
|
|
8
|
359
|
August 25, 2024
|
Retrieving path to item that is visible from outside the crate
|
|
0
|
177
|
August 22, 2024
|
Specialization of `impl ToString for Box<str>`?
|
|
6
|
216
|
August 25, 2024
|
Cargo dylib-run/dylib-build
|
|
5
|
148
|
August 24, 2024
|
Cargo features - spooky action at a distance?
|
|
9
|
407
|
August 24, 2024
|
Repeated `return type` could be removed from function body
|
|
4
|
326
|
August 23, 2024
|
Support for macros in suffix / postfix position?
|
|
11
|
422
|
August 22, 2024
|
Add compiler option for removing all panic messages
|
|
2
|
261
|
August 22, 2024
|
Optional .collect() when combinator is last operation
|
|
5
|
433
|
August 22, 2024
|
`-Zminimal-versions`, `cargo update`, and `cargo upgrade`
|
|
18
|
436
|
August 22, 2024
|
Add a lint to warn against early returns inside closures
|
|
18
|
796
|
August 22, 2024
|
[ACP] adding todevice call to std::net
|
|
1
|
172
|
August 21, 2024
|
Name mangling different on different architectures?
|
|
18
|
353
|
August 21, 2024
|
Precise generator capturing and how it interacts with a future possibility
|
|
7
|
344
|
August 21, 2024
|
`Result` optimization for two types with matching invalid patterns
|
|
6
|
318
|
August 21, 2024
|
Visibility Trilemma. Solvable by new visibility keyword?
|
|
13
|
562
|
August 20, 2024
|
Ability to quickly file a diagnostic issue from the playground
|
|
1
|
176
|
August 20, 2024
|
`move` operator for ergonomic captures
|
|
43
|
1662
|
August 20, 2024
|
Function attributes for optimization outside source files
|
|
4
|
355
|
August 20, 2024
|
Impl TryFrom<&str> for CString
|
|
7
|
166
|
August 20, 2024
|
Decide if for-loop iterator is empty given a literal/const iterator
|
|
6
|
255
|
August 20, 2024
|
Request: provide more info in foreign exceptions
|
|
3
|
217
|
August 19, 2024
|