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
Assigned to nobody Loading
Sort

Pull requests list

Ensure strings created with const_str get the unnamed_addr attribute I-heavy Issue: Problems and improvements with respect to binary size of generated code. merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#117930 by thomcc was merged Nov 16, 2023 Loading… 1.76.0
Stabilize feature(trait_upcasting) disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. F-trait_upcasting `#![feature(trait_upcasting)]` finished-final-comment-period The final comment period is finished for this PR / Issue. relnotes Marks issues that should be documented in the release notes of the next release. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-lang Relevant to the language team
#134367 by WaffleLapkin was merged Feb 7, 2025 Loading… 1.86.0
Add range attribute to scalar function results and arguments CI-spurious-fail-msvc CI spurious failure: target env msvc merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#128371 by andjo403 was merged Aug 12, 2024 Loading… 1.82.0
stabilize -Znext-solver=coherence again I-types-nominated Nominated for discussion during a types team meeting. merged-by-bors This PR was explicitly merged by bors. relnotes Marks issues that should be documented in the release notes of the next release. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-types Relevant to the types team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#130654 by lcnr was merged Oct 15, 2024 Loading… 1.84.0
Do not inline integer literals which are out of range in format_args! S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#116633 by agluszak was closed Apr 10, 2024 Loading…
Improve naming for rustc_insignficant_dtor attribute 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) 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.
#130943 by Noratrieb was closed Sep 27, 2024 Loading…
More deriving on packed structs A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this PR / Issue. merged-by-bors This PR was explicitly merged by bors. relnotes Marks issues that should be documented in the release notes of the next release. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-lang Relevant to the language team
#104429 by nnethercote was merged Jan 30, 2023 Loading… 1.69.0
Do not forget to pass DWARF fragment information to LLVM. beta-accepted Accepted for backporting to the compiler in the beta channel. merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#115139 by cjgillot was merged Aug 27, 2023 Loading… 1.73.0
Make rustc_onunimplemented export path agnostic S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. 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.
#116805 by Noratrieb was merged Oct 17, 2023 Loading… 1.75.0
Avoid follow-up errors and ICEs after missing lifetime errors on data structures merged-by-bors This PR was explicitly merged by bors. perf-regression Performance regression. perf-regression-triaged The performance regression has been triaged. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127311 by oli-obk was merged Jul 11, 2024 Loading… 1.81.0
Inherit function lifetimes for impl-trait S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#103449 by cjgillot was closed Oct 12, 2023 Loading…
[for errs] perf run sub_relations change 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#140480 by lcnr was closed Apr 29, 2025 Draft
Mark DefineOpaqueTypes::Yes use-sites uncovered by tests as FIXMEs 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.
#117369 by lqd was closed Oct 29, 2023 Loading…
Add a note when suggesting to use Impl Trait S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#112088 by sladyn98 was closed Oct 31, 2023 Loading…
make help text for cannot find macro actionable S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#112091 by sladyn98 was closed Oct 31, 2023 Loading…
llvm-wrapper: add an include for Mangler 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.
#96217 by krasimirgg was closed Apr 19, 2022 Draft
[wip] Update Mac Catalyst support for Clang 13 O-macos Operating system: macOS S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#96392 by imWildCat was closed Jan 16, 2023 Draft
Print type of every call in a method call chain S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#96918 by estebank was closed Aug 19, 2022 Loading…
Fix ICE when return impl ?Sized 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.
#97413 by LYF1999 was closed May 30, 2022 Loading…
Don't generate a branch hint for assertions in unoptimized builds S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#117367 by saethlin was closed Nov 2, 2023 Loading…
Improve suggestions for closure parameters S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#97262 by kuecks was closed May 23, 2022 Loading…
Migrate rustc_passes diagnostics A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#100870 by naritanara was closed Sep 20, 2022 Draft
Write help for unexpected =>. Fixes #98128 S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#98240 by GKFX was closed May 28, 2023 Loading…
Remove ToStableHashKey. 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.
#97961 by cjgillot was closed Jun 10, 2022 Loading…
Add new label to E0283 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.
#99308 by obeis was closed Jul 19, 2022 Loading…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.