|
Adding Iterator::extrema, argmin, argmax
|
|
13
|
2122
|
December 27, 2023
|
|
Introduce foreign blocks
|
|
4
|
808
|
December 22, 2023
|
|
Idea: move cargo-generated gitignore into target directory
|
|
14
|
1295
|
March 20, 2025
|
|
Why has `SipHash` become deprecated?
|
|
2
|
1059
|
December 26, 2023
|
|
Why `std::os::windows::raw::HANDLE` a pointer while `windows_sys::Windows::Win32::Foundation::HANDLE` a usize?
|
|
10
|
1514
|
December 24, 2023
|
|
Extend field Init Shorthand
|
|
7
|
1095
|
December 25, 2023
|
|
Pre-RFC: `while let ... break`
|
|
23
|
1877
|
December 25, 2023
|
|
Proposal: Move some cargo config settings to `Cargo.toml`
|
|
17
|
9013
|
March 19, 2025
|
|
Allocation-free conversion from String/Vec to Arc<str>/Arc<[T]>
|
|
11
|
932
|
December 23, 2023
|
|
Mut String += format_args!(…);
|
|
36
|
2539
|
December 23, 2023
|
|
Rustdoc (HTML) roles and priority of constituents
|
|
2
|
375
|
December 23, 2023
|
|
Check disk space before compilation
|
|
17
|
1176
|
December 21, 2023
|
|
Package schemes and package namespaces
|
|
3
|
381
|
December 20, 2023
|
|
Sync only type makes no sense without Send in rust: You need to move objects across thread boundaries to make it sharable. Is this correct?
|
|
7
|
784
|
December 20, 2023
|
|
Blog Post: Stability without stressing the !@#! out
|
|
14
|
1859
|
March 14, 2025
|
|
Curiosity: Why `TypeId::of` has a `cfg(bootstrap)`?
|
|
3
|
593
|
December 20, 2023
|
|
As_slice_of_cells() for OnceCell
|
|
7
|
919
|
December 19, 2023
|
|
An `FnPtr` trait for guaranteed static dispatch of function pointers
|
|
17
|
1587
|
December 19, 2023
|
|
Is there a good reason why String has no `into_chars`
|
|
39
|
2500
|
December 18, 2023
|
|
Handling pull requests of new contributors
|
|
3
|
841
|
December 18, 2023
|
|
Rust 想做一个超级简单的远程
|
|
9
|
1455
|
December 18, 2023
|
|
Should `wasm_bindgen::__rt::WasmRefCell` be threadsafe?
|
|
12
|
1093
|
December 17, 2023
|
|
Pre-RFC: typed context injection
|
|
8
|
1201
|
December 17, 2023
|
|
Provide a way to always build required binaries
|
|
28
|
1984
|
March 8, 2025
|
|
Rust 1.72.1 pre-release testing
|
|
6
|
995
|
December 13, 2023
|
|
What should I do if I want to contribute to Rust?
|
|
5
|
815
|
December 14, 2023
|
|
Review request: RISC-V Vector C Intrinsics
|
|
1
|
617
|
December 13, 2023
|
|
Difference between `LocalDefId` and `DefId`?
|
|
3
|
539
|
December 13, 2023
|
|
Versions later than 1.70 builds cdylib with an error of undefined version
|
|
7
|
810
|
December 13, 2023
|
|
Consider adding a contains function to std::path::Path
|
|
6
|
967
|
December 12, 2023
|