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

Removing the def_id field from hot ParamEnv to make it smaller 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.
#76244 by vandenheuvel was merged Sep 13, 2020 Loading… updated Sep 22, 2020 1.48.0
Generic associated types in trait paths A-trait-system Area: Trait system F-generic_associated_types `#![feature(generic_associated_types)]` a.k.a. GATs S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#79554 by b-naber was merged Feb 5, 2021 Loading… updated Feb 5, 2021 1.51.0
Do not suggest to add type annotations for unnameable types 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.
#86215 by FabianWolff was merged Jun 12, 2021 Loading… updated Jun 12, 2021 1.55.0
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… updated Jul 1, 2021 1.55.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… updated Jul 2, 2021
Add a help message to unused_doc_comments lint S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#86813 by JohnTitor was merged Jul 2, 2021 Loading… updated Jul 2, 2021 1.55.0
make default anon const substs optional A-const-generics Area: const generics (parameters and arguments) S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#83086 by lcnr was closed Jul 8, 2021 Draft updated Jul 8, 2021
Check FromIterator trait impl in prelude collision check. A-edition-2021 Area: The 2021 edition D-edition Diagnostics: An error or lint that should account for edition differences. 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.
#86904 by m-ou-se was merged Jul 9, 2021 Loading… updated Jul 12, 2021 1.55.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… updated Jul 22, 2021 1.52.0
Show discriminant before overflow in diagnostic for duplicate values. A-diagnostics Area: Messages for errors, warnings, and lints C-enhancement Category: An issue proposing an enhancement or a PR with one. D-terse Diagnostics: An error or lint that doesn't give enough information about the problem at hand. 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.
#87166 by de-vri-es was merged Aug 22, 2021 Loading… updated Aug 22, 2021 1.56.0
Avoid cloning LocalDecls S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#86362 by ptrojahn was merged Aug 31, 2021 Loading… updated Aug 31, 2021 1.56.0
Add tests for issues fixed by #85499 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.
#88640 by SkiFire13 was merged Sep 6, 2021 Loading… updated Sep 6, 2021 1.57.0
Revise never type fallback algorithm 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.
#88804 by Mark-Simulacrum was merged Sep 24, 2021 Loading… updated Sep 27, 2021 1.57.0
Erase regions within vtable_trait_first_method_offset 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.
#90536 by crlf0710 was merged Nov 5, 2021 Loading… updated Nov 5, 2021 1.58.0
Generate documentation in rustc rustc_index::newtype_index macro 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.
#90839 by pierwill was merged Nov 14, 2021 Loading… updated Nov 14, 2021 1.58.0
implement rfc-2528 type_changing-struct-update F-type-changing-struct-update `#![feature(type_changing_struct_update)]` 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.
#90035 by SparrowLii was merged Nov 9, 2021 Loading… updated Nov 15, 2021 1.58.0
Normalize both arguments of equate_normalized_input_or_output S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#90801 by b-naber was merged Nov 16, 2021 Loading… updated Nov 16, 2021 1.58.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… updated Dec 3, 2021 1.59.0
Use try_normalize_erasing_regions in needs_drop S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#91462 by b-naber was closed Dec 3, 2021 Loading… updated Dec 4, 2021
Fix const-generics ICE related to binding A-const-generics Area: const generics (parameters and arguments) 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.
#86795 by JohnTitor was merged Jul 3, 2021 Loading… updated Dec 11, 2021 1.55.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… updated Dec 21, 2021 1.59.0
Fix AnonConst ICE A-const-generics Area: const generics (parameters and arguments) 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.
#91312 by terrarier2111 was merged Dec 7, 2021 Loading… updated Dec 24, 2021 1.59.0
Add new opaque type predicate 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.
#92046 by oli-obk was closed Jan 12, 2022 Loading… updated Jan 12, 2022
Make span_extend_to_prev_str() more robust 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.
#91607 by FabianWolff was merged Feb 12, 2022 Loading… updated Feb 12, 2022 1.60.0
Suggest impl Trait return type when incorrectly using a generic return type 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.
#89892 by Noratrieb was merged Feb 19, 2022 Loading… updated Feb 19, 2022 1.60.0
ProTip! Updated in the last three days: updated:>2025-11-06.