Welcome to the Rust Programming Language Internals Forum
|
|
1
|
42453
|
July 7, 2014
|
Why rustc 1.71 no longer eliminates Box allocations?
|
|
12
|
486
|
February 13, 2025
|
What if macro methods
|
|
8
|
426
|
February 13, 2025
|
Pre-RFC: hygine-based unsaftey
|
|
1
|
185
|
February 13, 2025
|
`move` operator for ergonomic captures
|
|
44
|
1776
|
February 13, 2025
|
Optimization opportunity for `<Box dyn Fn>`, which is done for `&dyn Fn` (and regression in nightly?)
|
|
1
|
159
|
February 13, 2025
|
Missing String->CString without copy
|
|
11
|
348
|
February 13, 2025
|
Wrapping_rem should allow modulo 0
|
|
12
|
407
|
February 13, 2025
|
Should the tail recursion expression be called `become`, or something else?
|
|
121
|
2771
|
February 12, 2025
|
Cross compile libcore
|
|
2
|
197
|
February 12, 2025
|
Moving `cfg(accessible)` forward by narrowing down its scope(part of RFC2523)
|
|
10
|
247
|
February 11, 2025
|
Simplified syntax for simple functions
|
|
22
|
825
|
February 11, 2025
|
Unsafe-to-invoke macros that expand to items
|
|
10
|
372
|
February 11, 2025
|
Planned CStr changes seem inefficient
|
|
38
|
1405
|
February 10, 2025
|
Idea: Safe blocks for inside unsafe blocks
|
|
25
|
752
|
February 10, 2025
|
[solved] Adding support for new OS - I'm lost with configuring std/crt0 linking error "crtbeginT.o relocation against hidden symbol __TMC_END__"
|
|
6
|
359
|
February 10, 2025
|
Should we warn about public function uses private type aliases?
|
|
2
|
251
|
February 10, 2025
|
[Pre-RFC] Single function call `unsafe`
|
|
31
|
549
|
February 10, 2025
|
pre-RFC: final trait methods
|
|
3
|
199
|
February 10, 2025
|
LazyCell for any arbitrary lazy evaluation
|
|
5
|
266
|
February 9, 2025
|
Interaction of `#[macro_export]` and macro definition scope
|
|
9
|
152
|
February 9, 2025
|
Translation project of Rust documents
|
|
6
|
278
|
February 9, 2025
|
Rust needs a safe abstraction over uninitialized memory
|
|
37
|
1810
|
February 9, 2025
|
Two flavors of NonNull (again)
|
|
20
|
954
|
February 8, 2025
|
Arrays as const generics
|
|
11
|
438
|
February 8, 2025
|
Type Inferrence not Recognized
|
|
8
|
330
|
February 7, 2025
|
Pre-RFC: Failable cast intrinsics
|
|
4
|
469
|
February 6, 2025
|
Thoughts on Allowing Crates with the Same Name
|
|
4
|
317
|
February 5, 2025
|
Type_id_as_type!
|
|
10
|
662
|
February 4, 2025
|
Could we ever fix naming of `io::Write::write`?
|
|
23
|
1407
|
February 4, 2025
|