| Age | Commit message (Expand) | Author | Lines |
| 2022-02-18 | Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-02-03 | compiler: clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-02-02 | Add more *-unwind ABI variants | Amanieu d'Antras | -0/+48 |
| 2022-01-18 | Formally implement let chains | Caio | -5/+1 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -0/+1 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -4/+4 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2021-12-14 | Stabilize `destructuring_assignment` | Jacob Pratt | -5/+0 |
| 2021-12-12 | Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnr | bors | -4/+0 |
| 2021-12-10 | remove feature gate and cleanup code | Ellen | -4/+0 |
| 2021-12-09 | Remove redundant [..]s | est31 | -3/+3 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -1/+5 |
| 2021-11-24 | Update error message for doc(keyword) | Guillaume Gomez | -1/+1 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -1/+5 |
| 2021-11-22 | Split inline const to two feature gates | Gary Guo | -0/+1 |
| 2021-11-12 | rustc_feature: Convert `BuiltinAttribute` from tuple to a struct | Vadim Petrochenkov | -5/+8 |
| 2021-11-07 | Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514 | bors | -9/+7 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -9/+7 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -6/+4 |
| 2021-10-14 | Revert "Stabilize `arbitrary_enum_discriminant`" | Mark Rousskov | -2/+62 |
| 2021-10-05 | Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d | Wim Looman | -0/+1 |
| 2021-09-16 | delay error for enabling unstable lib features | Vishad Goyal | -0/+6 |
| 2021-09-09 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -1/+0 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -1/+0 |
| 2021-08-27 | Introduce `~const` | Deadbeef | -1/+0 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -3/+3 |
| 2021-08-18 | Auto merge of #86860 - fee1-dead:stabilize, r=LeSeulArtichaut | bors | -62/+2 |
| 2021-08-10 | Replace #[plugin_registrar] with exporting __rustc_plugin_registrar | bjorn3 | -8/+0 |
| 2021-07-28 | Stabilize `arbitrary_enum_discriminant` | Deadbeef | -62/+2 |
| 2021-07-27 | Make all tests use type_alias_impl_trait feature instead of min | Santiago Pastorino | -1/+1 |
| 2021-07-11 | Auto merge of #83918 - workingjubilee:stable-rangefrom-pat, r=joshtriplett | bors | -1/+17 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -0/+1 |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -1/+0 |
| 2021-06-03 | Reestablish feature gate for RangeFrom in slices | Jubilee Young | -0/+16 |
| 2021-05-18 | Stabilize extended_key_value_attributes | Joshua Nelson | -4/+0 |
| 2021-05-16 | Implement Anonymous{Struct, Union} in the AST | jedel1043 | -0/+1 |
| 2021-05-05 | Implement RFC 2951: Native link modifiers | Luqman Aden | -0/+39 |
| 2021-04-28 | Auto merge of #83713 - spastorino:revert-pub-macro-rules, r=nikomatsakis | bors | -1/+0 |
| 2021-04-25 | 'const fn' in trait are rejected in the AST, this feature gate check is a NOP | Ralf Jung | -6/+1 |
| 2021-04-24 | Auto merge of #83722 - jyn514:stable-help, r=estebank | bors | -3/+33 |
| 2021-04-23 | Revert "Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis" | Santiago Pastorino | -1/+0 |
| 2021-04-18 | Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth | bors | -12/+1 |
| 2021-04-16 | Remove #[main] attribute. | Charles Lew | -10/+0 |
| 2021-04-08 | rustc: Add a new `wasm` ABI | Alex Crichton | -0/+8 |
| 2021-04-08 | Stablize `non_ascii_idents` feature. | Charles Lew | -12/+1 |
| 2021-04-05 | Allow exclusive range-from patterns | Jubilee Young | -1/+1 |
| 2021-04-02 | On stable, suggest removing `#![feature]` for features that have been stabilized | Joshua Nelson | -3/+33 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -1/+1 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+0 |