Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

support revealing uses in HIR typeck S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#140497 opened Apr 30, 2025 by lcnr Draft
Incompletely allow overloaded call from opaque when self type bottoms out in infer S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#140496 opened Apr 30, 2025 by compiler-errors Draft
Parser: Document restrictions S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#140494 opened Apr 30, 2025 by ehuss Loading…
split asm! parsing and validation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#140490 opened Apr 29, 2025 by folkertdev Draft
Fix inaccurate atan2 documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#140487 opened Apr 29, 2025 by whirlwindaster Loading…
rustfmt: Also allow bool literals as first item of let chain S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#140486 opened Apr 29, 2025 by calebcartwright Loading…
Optimize the codegen for Span::from_expansion S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#140485 opened Apr 29, 2025 by Jarcho Loading…
Update rc.rs docs S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#140483 opened Apr 29, 2025 by baumanj Loading…
std::net: update tcp deferaccept delay type to Duration. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#140482 opened Apr 29, 2025 by devnexen Loading…
[WIP] Move placeholder handling to a proper preprocessing step S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#140466 opened Apr 29, 2025 by amandasystems Loading…
Use a closure instead of three chained iterators perf-regression Performance regression. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#140464 opened Apr 29, 2025 by oli-obk Draft
Document MaybeUninit bit validity S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#140463 opened Apr 29, 2025 by joshlf Loading…
Add read_buf equivalents for positioned reads O-unix Operating system: Unix-like O-windows Operating system: Windows S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#140459 opened Apr 29, 2025 by niklasf Loading…
Use target-cpu=z13 on s390x codegen const vector test S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#140457 opened Apr 29, 2025 by fneddy Loading…
Remove global next_disambiguator state and handle it with a DisambiguatorState type PG-exploit-mitigations Project group: Exploit mitigations S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#140453 opened Apr 29, 2025 by Zoxc Loading…
mono collector: Reduce # of locking while walking the graph perf-regression Performance regression. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#140442 opened Apr 29, 2025 by osiewicz Loading…
Return an iterator instead of a Vec in rustdoc Item::attributes A-rustdoc-json Area: Rustdoc JSON backend perf-regression Performance regression. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#140441 opened Apr 29, 2025 by GuillaumeGomez Loading…
use uX::from instead of _ as uX in non - const contexts L-unnecessary_transmutes Lint: unnecessary_transmutes S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#140435 opened Apr 29, 2025 by bend-n Loading…
rustdoc: Allow multiple references to a single footnote S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#140434 opened Apr 29, 2025 by a4lg Loading…
dont handle bool transmute L-unnecessary_transmutes Lint: unnecessary_transmutes S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#140431 opened Apr 29, 2025 by bend-n Loading…
Improve test coverage of HIR pretty printing. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#140430 opened Apr 29, 2025 by nnethercote Loading…
hir: Don't allocate for intrinsic inputs perf-regression Performance regression. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#140428 opened Apr 29, 2025 by tgross35 Draft
Move in_external_macro to SyntaxContext S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#140419 opened Apr 29, 2025 by Jarcho Loading…
Reexport types from c_size_t in std S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#140418 opened Apr 29, 2025 by tgross35 Loading…
Add c_longdouble S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#140417 opened Apr 28, 2025 by tgross35 Draft
ProTip! What’s not been updated in a month: updated:<2025-03-29.