| Age | Commit message (Expand) | Author | Lines |
| 2021-11-07 | Add features gates for experimental asm features | Amanieu d'Antras | -0/+77 |
| 2021-10-30 | stabilize `relaxed_struct_unsize` | lcnr | -24/+0 |
| 2021-10-28 | implement type-changing-struct-update | SparrowLii | -38/+0 |
| 2021-10-24 | Always sort suggestions before emitting them | Esteban Kuber | -2/+2 |
| 2021-10-23 | Rollup merge of #89730 - crlf0710:type_changing_feature, r=jackh726 | Matthias Krüger | -0/+38 |
| 2021-10-22 | add feature flag for `type_changing_struct_update` | Charles Lew | -0/+38 |
| 2021-10-16 | Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkov | bors | -6/+6 |
| 2021-10-15 | Bless tests | Cameron Steffen | -6/+6 |
| 2021-10-14 | add long explanation for E0183 | cameron1024 | -3/+4 |
| 2021-10-08 | Add feature gate to non_exhaustive_omitted_patterns lint | Devin Ragotzy | -0/+124 |
| 2021-10-04 | Stabilize try_reserve | Kornel | -16/+0 |
| 2021-09-22 | Support `#[track_caller]` on closures and generators | Aaron Hill | -0/+28 |
| 2021-09-16 | Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisa | bors | -2/+2 |
| 2021-09-16 | Rollup merge of #88892 - estebank:trait-objects, r=petrochenkov | Manish Goregaokar | -2/+2 |
| 2021-09-16 | Point at argument when evaluating `Path`'s bounds | Esteban Kuber | -2/+2 |
| 2021-09-15 | Move object safety suggestions to the end of the error | Esteban Kuber | -2/+2 |
| 2021-09-09 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -138/+0 |
| 2021-09-01 | Auto merge of #87688 - camsteffen:let-else, r=cjgillot | bors | -0/+19 |
| 2021-08-31 | Auto merge of #88414 - Aaron1011:guess-foreign-head-span, r=estebank | bors | -2/+4 |
| 2021-08-30 | Add let_else feature gate | Cameron Steffen | -0/+19 |
| 2021-08-30 | `feature(const_param_types)` -> `feature(adt_const_params)` | lcnr | -2/+2 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -16/+13 |
| 2021-08-27 | Don't use `guess_head_span` in `predicates_of` for foreign span | Aaron Hill | -2/+4 |
| 2021-08-21 | Address review comments | Aaron Hill | -634/+353 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -135/+88 |
| 2021-08-17 | Add needs-asm-support to more tests | Josh Stone | -1/+3 |
| 2021-08-16 | Use note to point at bound introducing requirement | Esteban Küber | -3/+3 |
| 2021-08-15 | Fix ui tests for llvm_asm! deprecation | Amanieu d'Antras | -4/+8 |
| 2021-08-12 | Adjust `check_no_mangle` and `check_export_name` to warn/error on `#[no_mangl... | hyd-dev | -184/+234 |
| 2021-08-12 | Auto merge of #85296 - bjorn3:plugin_cleanup, r=petrochenkov | bors | -346/+199 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -29/+29 |
| 2021-08-10 | Replace #[plugin_registrar] with exporting __rustc_plugin_registrar | bjorn3 | -346/+199 |
| 2021-08-09 | Auto merge of #87619 - 12101111:fix-native_link_modifiers_bundle, r=petrochenkov | bors | -13/+18 |
| 2021-08-08 | Fix feature gate checking of static-nobundle and native_link_modifiers | 12101111 | -13/+18 |
| 2021-08-04 | Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakis | bors | -31/+0 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -2/+2 |
| 2021-08-03 | rustc: Fill out remaining parts of C-unwind ABI | Alex Crichton | -31/+0 |
| 2021-07-31 | Point at unmet explicit lifetime obligation bound | Esteban Küber | -1/+7 |
| 2021-07-31 | Implement trait upcasting coercion type-checking. | Charles Lew | -2/+2 |
| 2021-07-31 | Add feature gate tests. | Charles Lew | -0/+25 |
| 2021-07-28 | Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obk | Yuki Okushi | -182/+4 |
| 2021-07-28 | Auto merge of #86735 - jhpratt:rfc-3107, r=petrochenkov | bors | -0/+20 |
| 2021-07-27 | Update tests | Jacob Pratt | -277/+0 |
| 2021-07-27 | Permit deriving default on enums with `#[default]` | Jacob Pratt | -0/+20 |
| 2021-07-27 | Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr | bors | -0/+25 |
| 2021-07-27 | Remove min_type_alias_impl_trait feature | Santiago Pastorino | -168/+0 |
| 2021-07-27 | Make all tests use type_alias_impl_trait feature instead of min | Santiago Pastorino | -25/+15 |
| 2021-07-26 | Actually infer args in visitors | kadmin | -0/+25 |
| 2021-07-25 | Bless tests. | Camille GILLOT | -6/+6 |
| 2021-07-22 | Auto merge of #87265 - Aaron1011:hir-wf-fn, r=estebank | bors | -4/+4 |