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

Don't ICE when auto trait has assoc ty in old solver 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.
#128160 by compiler-errors was merged Jul 25, 2024 Loading… 1.82.0
add extern "C-cmse-nonsecure-entry" fn A-testsuite Area: The testsuite used to check the correctness of rustc 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.
#127766 by folkertdev was merged Sep 22, 2024 Loading… 1.83.0
Make pretty printing for f16 and f128 consistent 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.
#126654 by tgross35 was merged Jun 19, 2024 Loading… 1.81.0
Remove some unnecessary crate dependencies. 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.
#126368 by nnethercote was merged Jun 14, 2024 Loading… 1.81.0
Enable deny(unused_crate_dependencies) in all compiler/ crates. A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#126248 by nnethercote was closed Jun 13, 2024 Loading…
Remove some unused crate dependencies. A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#126063 by nnethercote was merged Jun 10, 2024 Loading… 1.81.0
Improve unconstrained impl diagnostic (fixes #107295) 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. T-types Relevant to the types team, which will review and decide on the PR/issue.
#126026 by LlewVallis was closed Sep 30, 2024 Loading…
Uplift EarlyBinder into rustc_type_ir 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#125597 by compiler-errors was merged May 27, 2024 Loading… 1.80.0
Don't eagerly monomorphize drop for types that are impossible to instantiate 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.
#125513 by compiler-errors was merged May 25, 2024 Loading… 1.80.0
Remove more #[macro_use] extern crate tracing A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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.
#125434 by nnethercote was merged May 23, 2024 Loading… 1.80.0
Minor serialize/span tweaks 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.
#125391 by nnethercote was merged May 22, 2024 Loading… 1.80.0
Rename Unsafe to Safety A-rustdoc-json Area: Rustdoc JSON backend 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#125077 by spastorino was merged May 18, 2024 Loading… 1.80.0
Trim crate graph A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#124648 by nnethercote was merged May 4, 2024 Loading… 1.80.0
Suggest removing unused tuple fields if they are the last fields 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.
#124580 by gurry was merged Jun 19, 2024 Loading… 1.81.0
has_typeck_results doesnt need to be a query 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.
#123992 by compiler-errors was merged Apr 23, 2024 Loading… 1.79.0
Reduce pub usage in rustc_session. 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.
#122748 by nnethercote was merged Mar 20, 2024 Loading… 1.79.0
Enable PR tracking review assignment for rust-lang/rust A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#122383 by apiraino was merged Mar 13, 2024 Loading… 1.78.0
delay cloning of iterator items 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.
#121520 by matthiaskrgr was merged Feb 24, 2024 Loading… 1.78.0
some trait system cleanups 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#120463 by lcnr was merged Feb 19, 2024 Loading… 1.78.0
use implied bounds compat mode in MIR borrowck 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.
#120123 by lcnr was merged Jan 19, 2024 Loading… 1.77.0
Make InferCtxtExt::could_impl_trait more precise, less ICEy 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#119934 by compiler-errors was merged Jan 14, 2024 Loading… 1.77.0
instantiate higher ranked goals outside of candidate selection A-testsuite Area: The testsuite used to check the correctness of rustc 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. needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-types Relevant to the types team, which will review and decide on the PR/issue.
#119820 by lcnr was merged Apr 4, 2024 Loading… 1.79.0
Uplift TypeAndMut and ClosureKind to rustc_type_ir 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.
#118888 by compiler-errors was merged Dec 15, 2023 Loading… 1.76.0
Make most rustc_type_ir kinds Copy by default 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.
#118841 by compiler-errors was merged Dec 12, 2023 Loading… 1.76.0
Add tests related to normalization in implied bounds 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.
#118512 by spastorino was merged Dec 9, 2023 Loading… 1.76.0
ProTip! Filter pull requests by the default branch with base:master.