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

rustc_metadata: Optimize and document module children decoding 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.
#92086 by petrochenkov was merged Jan 9, 2022 Loading… 1.60.0
Implement normalize_erasing_regions queries in terms of 'try' version 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#91672 by b-naber was merged Dec 17, 2021 Loading… 1.59.0
wf-check generators 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.
#97183 by oli-obk was merged Jul 19, 2022 Loading… 1.64.0
Remove Binder::bind() and use Binder::dummy() I-compiletime Issue: Problems and improvements with respect to compile times. 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. WG-traits [RETIRED] Working group: Traits
#83825 by camelid was closed Jul 2, 2021 Loading…
Fix exposing fields marked unstable or doc hidden 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.
#90358 by DevinR528 was merged Mar 13, 2022 Loading… 1.61.0
do not allow inference in predicate_must_hold (alternative approach) 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. 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-types Relevant to the types team, which will review and decide on the PR/issue.
#110100 by compiler-errors was merged May 19, 2023 Loading… 1.71.0
builtin trait to abstract over function pointers needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. perf-regression Performance regression. S-waiting-on-team DEPRECATED: Use the team-based variants `S-waiting-on-t-lang`, `S-waiting-on-t-compiler`, ... T-lang Relevant to the language team
#99531 by lcnr was closed Feb 18, 2023 Loading…
rustc_mir: calc hex number length without string allocation 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.
#86304 by klensy was merged Jul 1, 2021 Loading… 1.55.0
Make TypeFolder::fold_* return Result merged-by-bors This PR was explicitly merged by bors. perf-regression Performance regression. 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.
#91230 by eggyal was merged Nov 28, 2021 Loading… 1.59.0
Check if enum from foreign crate has any non exhaustive variants when attempting a cast 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. needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. 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
#92744 by lambinoo was merged Aug 11, 2022 Loading… 1.65.0
have on_completion record subcycles 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.
#85186 by nikomatsakis was merged May 13, 2021 Loading… 1.54.0
Remove allow(rustc::potential_query_instability) in rustc_trait_selection 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.
#103723 by CastilloDel was merged Nov 9, 2022 Loading… 1.67.0
Sort tests at compile time, not at startup relnotes-perf Performance improvements that should be mentioned in the release notes. 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.
#99939 by saethlin was merged Oct 24, 2022 Loading… 1.66.0
Discard region-related bounds from ParamEnv when predicate is global perf-regression Performance regression. 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.
#92044 by Aaron1011 was closed Nov 27, 2022 Loading…
Remove CrateNum::ReservedForIncrCompCache 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#85829 by bjorn3 was merged Jun 1, 2021 Loading… 1.54.0
Assoc item 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#90648 by matthewjasper was merged Nov 11, 2021 Loading… 1.58.0
mir opt + codegen: handle subtyping A-variance Area: Variance (https://doc.rust-lang.org/nomicon/subtyping.html) 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-types Relevant to the types team, which will review and decide on the PR/issue.
#112307 by lcnr was merged Jun 28, 2023 Loading… 1.72.0
GVN: Support unions. A-mir-opt Area: MIR optimizations A-mir-opt-GVN Area: MIR opt Global Value Numbering (GVN) 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.
#146355 by cjgillot was merged Oct 7, 2025 Loading… 1.92.0
WIP Introduce ConstValue::ScalarPair perf-regression Performance regression. 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#115915 by cjgillot was closed Nov 7, 2023 Draft
Foundations of location-sensitive polonius 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.
#134268 by lqd was merged Dec 22, 2024 Loading… 1.85.0
error parsing lifetime following by Sized and message + between them 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.
#103020 by lyming2007 was merged Dec 27, 2022 Loading… 1.68.0
selection failure: recompute applicable impls A-testsuite Area: The testsuite used to check the correctness of rustc A-type-system Area: Type system 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.
#103252 by lcnr was merged Nov 8, 2022 Loading… 1.67.0
Folding revamp 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#97447 by nnethercote was merged Jun 8, 2022 Loading… 1.63.0
anonymize all bound vars, not just regions 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.
#99730 by lcnr was merged Jul 30, 2022 Loading… 1.64.0
Shorten rustc_middle::ty::mod 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#82964 by Nicholas-Baron was merged Mar 11, 2021 Loading… 1.52.0
ProTip! Filter pull requests by the default branch with base:master.