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

use type folder + normalization for MIR assignment type-checking S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#75419 by RalfJung was closed Aug 17, 2020 Loading… updated Aug 17, 2020
Added some min_const_generics revisions into const_generics tests S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#75937 by Amjad50 was closed Aug 26, 2020 Loading… updated Aug 26, 2020
Marking remapping with an enum, instead of a bool S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#75616 by Nicholas-Baron was closed Aug 28, 2020 Loading… updated Aug 28, 2020
Fix documentation for TyCtxt::all_impls S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#76403 by scrabsha was merged Sep 9, 2020 Loading… updated Sep 9, 2020 1.48.0
Add help note to unconstrained const parameter A-const-generics Area: const generics (parameters and arguments) A-diagnostics Area: Messages for errors, warnings, and lints 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.
#76401 by JulianKnodt was merged Sep 9, 2020 Loading… updated Sep 9, 2020 1.48.0
Capitalize safety comments S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#76504 by Flying-Toast was merged Sep 10, 2020 Loading… updated Sep 10, 2020 1.48.0
Add revisions to const generic issue UI tests. A-const-generics Area: const generics (parameters and arguments) A-testsuite Area: The testsuite used to check the correctness of rustc F-const_generics `#![feature(const_generics)]` 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.
#76514 by hameerabbasi was merged Sep 10, 2020 Loading… updated Sep 10, 2020 1.48.0
Add help note when using type in place of const 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.
#75611 by JulianKnodt was merged Sep 11, 2020 Loading… updated Sep 11, 2020 1.48.0
Support #[track_caller] on closures. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#74492 by anp was closed Sep 11, 2020 Draft updated Sep 11, 2020
Properly encode spans with a dummy location and non-root SyntaxContext 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.
#76658 by Aaron1011 was merged Sep 13, 2020 Loading… updated Sep 13, 2020 1.48.0
Using <Iter>::new instead of exposing internal fields 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.
#76787 by tesuji was merged Sep 19, 2020 Loading… updated Sep 19, 2020 1.48.0
Remove unused feature gates from library/ crates S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#76866 by est31 was merged Sep 20, 2020 Loading… updated Sep 20, 2020 1.48.0
Dogfood total_cmp in the test crate S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#77009 by est31 was merged Sep 21, 2020 Loading… updated Sep 21, 2020 1.48.0
Don't query stability data when staged_api is off A-stability Area: `#[stable]`, `#[unstable]` etc. I-compiletime Issue: Problems and improvements with respect to compile times. 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.
#76656 by jonas-schievink was merged Sep 14, 2020 Loading… updated Sep 21, 2020 1.48.0
Reduce boilerplate for BytePos and CharPos S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#77022 by Juici was merged Sep 22, 2020 Loading… updated Sep 22, 2020 1.48.0
Don't use zip to compare iterators during pretty-print hack 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.
#76131 by Aaron1011 was merged Sep 22, 2020 Loading… updated Sep 22, 2020 1.48.0
Split core::slice to smaller mods C-cleanup Category: PRs that clean code up or issues documenting cleanup. 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-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#76311 by tesuji was merged Sep 15, 2020 Loading… updated Sep 24, 2020 1.48.0
Clean up trivial if let S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#77263 by bugadani was merged Sep 27, 2020 Loading… updated Sep 27, 2020 1.48.0
Small improvements in liveness pass 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.
#77229 by tmiasko was merged Sep 27, 2020 Loading… updated Sep 27, 2020 1.48.0
Liveness refactoring continued 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.
#77274 by tmiasko was merged Sep 29, 2020 Loading… updated Sep 29, 2020 1.48.0
Add test for async/await combined with const-generics. A-async-await Area: Async & Await A-const-generics Area: const generics (parameters and arguments) A-testsuite Area: The testsuite used to check the correctness of rustc F-const_generics `#![feature(const_generics)]` S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#77331 by hameerabbasi was merged Sep 30, 2020 Loading… updated Sep 30, 2020 1.48.0
Validate rustc_args_required_const S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#77343 by varkor was merged Oct 1, 2020 Loading… updated Oct 1, 2020 1.48.0
Change error message for ty param in const A-const-generics Area: const generics (parameters and arguments) A-diagnostics Area: Messages for errors, warnings, and lints F-const_generics `#![feature(const_generics)]` 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.
#76719 by hameerabbasi was merged Sep 16, 2020 Loading… updated Oct 2, 2020 1.48.0
Move target feature whitelist from cg_llvm to cg_ssa S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#77521 by bjorn3 was merged Oct 4, 2020 Loading… updated Oct 4, 2020 1.49.0
Fix missing diagnostic span for impl Trait with const generics, and add various tests for min_const_generics and const_generics F-const_generics `#![feature(const_generics)]` S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#77439 by varkor was merged Oct 5, 2020 Loading… updated Oct 5, 2020 1.49.0
ProTip! Updated in the last three days: updated:>2025-10-29.