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

Rollup of 6 pull requests A-run-make Area: port run-make Makefiles to rmake.rs rollup A PR which is a rollup S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative
#129022 opened Aug 12, 2024 by matthiaskrgr Loading…
Check WF of source type's signature on fn pointer cast 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
#129021 opened Aug 12, 2024 by compiler-errors Loading…
Break into the debugger (if attached) on panics under Windows O-windows Operating system: Windows S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#129019 opened Aug 12, 2024 by kromych Loading…
Migrate rlib-format-packed-bundled-libs and native-link-modifier-bundle run-make tests to rmake A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#129018 opened Aug 12, 2024 by Oneirical Loading…
Replace std::fmt:FormatterFn with std::fmt::from_fn S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#129017 opened Aug 12, 2024 by its-the-shrimp Loading…
Update books S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#129015 opened Aug 12, 2024 by rustbot Loading…
Remove unused script from run-make tests A-run-make Area: port run-make Makefiles to rmake.rs S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#129013 opened Aug 12, 2024 by Kobzol Loading…
Migrate libs-through-symlinks and translation run-make tests to rmake A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#129011 opened Aug 12, 2024 by Oneirical Loading…
Improve Ord 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.
#129003 opened Aug 12, 2024 by Voultapher Loading…
Emit an error for invalid item of instruction_set 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.
#129002 opened Aug 12, 2024 by chansuke Loading…
chore(lib): Enhance documentation for core::fmt::Formatter's write_fm… 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.
#129001 opened Aug 12, 2024 by cblh Loading…
bootstrap: clear miri ui-test deps when miri sysroot gets rebuilt S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#129000 opened Aug 12, 2024 by RalfJung Loading…
WIP: Refactor timespec, add regression tests O-unix Operating system: Unix-like 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.
#128998 opened Aug 12, 2024 by heaths Draft
Add a machine-applicable suggestion to "unreachable pattern" 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.
#128991 opened Aug 11, 2024 by Nadrieril Loading…
Re-enable debuginfo tests on freebsd S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#128990 opened Aug 11, 2024 by saethlin Draft
Emit an error for invalid use of the linkage attribute 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.
#128989 opened Aug 11, 2024 by s7tya Loading…
Re-enable debuginfo tests on android S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#128988 opened Aug 11, 2024 by saethlin Draft
Remove rustc's std copy S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#128986 opened Aug 11, 2024 by Zoxc Draft
Lint against getting pointers from immediately dropped temporaries A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. 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. T-lang Relevant to the language team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#128985 opened Aug 11, 2024 by GrigorenkoPV Loading…
6 of 10 tasks
Slightly refactor TargetSelection in bootstrap S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#128983 opened Aug 11, 2024 by Kobzol Loading…
Re-enable more debuginfo tests on Windows S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#128982 opened Aug 11, 2024 by saethlin Draft
Only try to modify file times of a writable file on Windows S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#128977 opened Aug 11, 2024 by jieyouxu Loading…
[WIP] Unify AST Visitors with a macro like MIR Visitors 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.
#128974 opened Aug 11, 2024 by maxcabrajac Draft
Add -Zlint-llvm-ir 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.
#128970 opened Aug 11, 2024 by DianQK Loading…
Use insertvalue and extractvalue instead of memcpy in CastTarget 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.
#128969 opened Aug 11, 2024 by DianQK Loading…
ProTip! Filter pull requests by the default branch with base:master.