Crate fs to create a file vs file created manually
|
|
1
|
175
|
May 19, 2023
|
An alternative to the current `Unpin` hack:`UnsafeAlias`
|
|
14
|
625
|
May 18, 2023
|
[Pre? RFC] Partial types and partial mutability
|
|
28
|
1151
|
May 18, 2023
|
[Pre-RFC] Flexible Unsize and CoerceUnsize traits
|
|
6
|
611
|
May 17, 2023
|
Making Rust core and alloc panic free
|
|
13
|
749
|
May 17, 2023
|
Why not a `ArrayStr<N>` for `str` as array for slice in std?
|
|
11
|
402
|
May 16, 2023
|
Request: a built-in linker, similar to Go's built-in linker
|
|
6
|
868
|
May 16, 2023
|
Implicitly borrow all but the last usage of a variable
|
|
2
|
247
|
May 15, 2023
|
Allow member function which is not member function for the trait?
|
|
6
|
363
|
May 15, 2023
|
Cargo should detect changes in dependency source files
|
|
2
|
226
|
May 15, 2023
|
Why are optional dev dependencies disabled?
|
|
2
|
252
|
May 14, 2023
|
How about add some options to cargo that compiles only "used" library or mod or fn?
|
|
3
|
330
|
May 13, 2023
|
Possibility to override and/or remove eh_personality
|
|
0
|
228
|
May 12, 2023
|
Tree Borrows explained
|
|
20
|
2009
|
May 11, 2023
|
Expose symlink_junction
|
|
0
|
197
|
May 11, 2023
|
Better error when trait not implemented because of different crate version
|
|
2
|
237
|
May 10, 2023
|
How declare pub struct with pub fields with wasm_bindgen attribute
|
|
1
|
137
|
May 10, 2023
|
Maybe there should be a `osformat!` macro
|
|
5
|
415
|
May 9, 2023
|
[Pre-RFC] Varying Generic parameters with features
|
|
0
|
216
|
May 9, 2023
|
Add "iterate with separators" iterator function
|
|
17
|
868
|
May 8, 2023
|
Do we need pinned sync iterators?
|
|
6
|
477
|
May 8, 2023
|
New Rules for Temporary lifetimes
|
|
2
|
329
|
May 8, 2023
|
Improve E0782
|
|
0
|
284
|
May 8, 2023
|
TypeId::try_of
|
|
12
|
536
|
May 7, 2023
|
Wasm32-unknown-unknown panic_unwind support via native WASM exceptions
|
|
3
|
318
|
May 7, 2023
|
Allow Apostrophe In Names
|
|
3
|
556
|
May 7, 2023
|
Thoughts on tuples
|
|
17
|
960
|
May 6, 2023
|
Named Returns
|
|
6
|
651
|
May 6, 2023
|
Expose Mutex in core for targets that don't need OS support
|
|
6
|
469
|
May 5, 2023
|
Another specialization discussion: what about add a `or` clause
|
|
18
|
530
|
May 5, 2023
|