Welcome to the Rust Programming Language Internals Forum
|
|
1
|
39216
|
July 7, 2014
|
Switching license conditionally based on manifest feature
|
|
2
|
76
|
October 1, 2023
|
Ability to call unsafe functions without curly brackets
|
|
1
|
101
|
October 1, 2023
|
Template Literals ( like JS ) would be nice to have
|
|
15
|
613
|
October 1, 2023
|
Proposal: `ok_or_else()` function on `std::result::Result`
|
|
6
|
391
|
September 30, 2023
|
`ControlFlow`: The Answer to `BoolAnd`/`BoolOr`
|
|
14
|
849
|
September 30, 2023
|
Adding Iterator::extrema, argmin, argmax
|
|
12
|
709
|
September 28, 2023
|
Introduce foreign blocks
|
|
3
|
414
|
September 23, 2023
|
Pre-RFC: Mutually-excusive, global features
|
|
17
|
700
|
September 27, 2023
|
Idea: move cargo-generated gitignore into target directory
|
|
13
|
303
|
September 27, 2023
|
Why has `SipHash` become deprecated?
|
|
1
|
340
|
September 27, 2023
|
Why `std::os::windows::raw::HANDLE` a pointer while `windows_sys::Windows::Win32::Foundation::HANDLE` a usize?
|
|
9
|
577
|
September 25, 2023
|
Rustc copying cryptographic keys onto the stack instead of using them via pointer
|
|
6
|
392
|
September 26, 2023
|
Extend field Init Shorthand
|
|
6
|
331
|
September 26, 2023
|
Pre-RFC: `while let ... break`
|
|
22
|
1061
|
September 26, 2023
|
Proposal: Move some cargo config settings to `Cargo.toml`
|
|
16
|
6766
|
September 26, 2023
|
"Jar" for Rust: single file crate support for `rustc`
|
|
24
|
1159
|
September 25, 2023
|
Pre-RFC: Range Extension Syntax and Offset Method (Draft)
|
|
21
|
788
|
September 25, 2023
|
A madman's guide to variadic generics
|
|
22
|
934
|
September 25, 2023
|
Allocation-free conversion from String/Vec to Arc<str>/Arc<[T]>
|
|
10
|
403
|
September 24, 2023
|
Mut String += format_args!(…);
|
|
35
|
1576
|
September 24, 2023
|
Rustdoc (HTML) roles and priority of constituents
|
|
1
|
165
|
September 24, 2023
|
Meta Marker Traits: Traits to classify rust type system
|
|
7
|
284
|
September 23, 2023
|
Check disk space before compilation
|
|
16
|
449
|
September 22, 2023
|
Package schemes and package namespaces
|
|
2
|
183
|
September 21, 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?
|
|
6
|
304
|
September 21, 2023
|
Blog Post: Stability without stressing the !@#! out
|
|
13
|
906
|
September 21, 2023
|
Curiosity: Why `TypeId::of` has a `cfg(bootstrap)`?
|
|
2
|
254
|
September 21, 2023
|
As_slice_of_cells() for OnceCell
|
|
6
|
423
|
September 20, 2023
|
An `FnPtr` trait for guaranteed static dispatch of function pointers
|
|
16
|
781
|
September 20, 2023
|