The Wayback Machine - https://web.archive.org/web/20220901222319/https://github.com/rust-lang/rust/pulls
Skip to content

Pull requests: rust-lang/rust

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

Pull requests list

Use head span for rustc_on_unimplemented's enclosing_scope attr 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.
#101296 opened Sep 1, 2022 by compiler-errors Loading…
Rollup of 14 pull requests A-bootstrap Area: Rust's build system (x.py and src/bootstrap) 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-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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#101295 opened Sep 1, 2022 by matthiaskrgr Loading…
Fix #100844 rebase accident A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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.
#101294 opened Sep 1, 2022 by Xiretza Loading…
Recover when unclosed char literal is parsed as a lifetime in some positions 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#101293 opened Sep 1, 2022 by compiler-errors Loading…
rustdoc: remove unneeded CSS .content table td:first-child > a S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#101292 opened Sep 1, 2022 by notriddle Loading…
Document eager evaluation of bool::then_some argument 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.
#101287 opened Sep 1, 2022 by Adam-Gleave Loading…
Do not suggest adding move to closure when move is already used 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.
#101285 opened Sep 1, 2022 by TaKO8Ki Loading…
Fix doc_auto_cfg for impl blocks in different modules with different cfg S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#101279 opened Sep 1, 2022 by GuillaumeGomez Loading…
Borrowck: diag migrate 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.
#101276 opened Sep 1, 2022 by AndyJado Loading…
Two mig-diag that fail ui test A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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.
#101275 opened Sep 1, 2022 by AndyJado Draft
Fix typo in comment S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#101274 opened Sep 1, 2022 by aDotInTheVoid Loading…
New format args template S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. 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.
#101272 opened Sep 1, 2022 by m-ou-se Draft
Fix filename of armv4t-none-eabi.md S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#101271 opened Sep 1, 2022 by QuinnPainter Loading…
Update outdated comment about output capturing in print_to. 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.
#101270 opened Sep 1, 2022 by m-ou-se Loading…
avoid using mk_attr_id when decoding 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.
#101269 opened Sep 1, 2022 by SparrowLii Loading…
translations(rustc_session): migrates rustc_session to use SessionDiagnostic - Final A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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.
#101266 opened Sep 1, 2022 by LuisCardosoOliveira Loading…
Rollup of 9 pull requests A-bootstrap Area: Rust's build system (x.py and src/bootstrap) A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic rollup A PR which is a rollup 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#101265 opened Sep 1, 2022 by Dylan-DPC Loading…
Add default trait implementations for "c-unwind" ABI function pointers I-compiler-nominated Indicates that an issue has been nominated for discussion during a compiler team meeting. perf-regression Performance regressions 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#101263 opened Sep 1, 2022 by lopopolo Loading…
Separate the receiver from arguments in HIR 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#101261 opened Sep 1, 2022 by TaKO8Ki Loading…
Use FILE_ATTRIBUTE_TAG_INFO to get reparse tag 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.
#101260 opened Sep 1, 2022 by ChrisDenton Loading…
Extend pointer cast to be able to return thin (including extern) types 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.
#101259 opened Sep 1, 2022 by madsmtm Loading…
Fixes/adjustments to Fuchsia doc walkthrough S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#101256 opened Aug 31, 2022 by andrewpollack Loading…
rustdoc: remove unused .docblock .impl-items CSS S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#101254 opened Aug 31, 2022 by notriddle Loading…
fix the suggestion of format for asm_sub_register 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.
#101253 opened Aug 31, 2022 by lyming2007 Loading…
Propagate ExactSizeIterator up from Chain's iterators 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.
#101252 opened Aug 31, 2022 by Aceeri Loading…
ProTip! Exclude everything labeled bug with -label:bug.