| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-03-15 | Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]` | Camelid | -1/+1 |
| 2021-03-15 | Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual... | Oli Scherer | -1/+1 |
| 2021-03-09 | rustc_target: add "unwind" payloads to `Abi` | katelyn a. martin | -0/+32 |
| 2021-03-07 | Add help for `matches` for `if let` in arm guard | Esteban Küber | -1/+5 |
| 2021-03-07 | Add help suggesting `matches` to `let_chains` lint | Esteban Küber | -1/+5 |
| 2021-02-19 | Support `pub` on `macro_rules` | Vadim Petrochenkov | -0/+1 |
| 2021-02-03 | Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievink | bors | -0/+8 |
| 2021-02-02 | Add a new ABI to support cmse_nonsecure_call | Hugues de Valon | -0/+8 |
| 2021-02-01 | Box the biggest ast::ItemKind variants | Dániel Buga | -5/+9 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -1/+1 |
| 2021-01-12 | Auto merge of #76580 - rokob:iss76011, r=estebank | bors | -1/+26 |
| 2021-01-01 | make `const_generics_defaults` use the unstable syntax mechanism | Rémy Rakic | -0/+4 |
| 2020-12-29 | Use Option::map_or instead of open coding it | LingMan | -4/+2 |
| 2020-12-26 | stabilize min_const_generics | Bastian Kauschke | -14/+1 |
| 2020-12-17 | Change the message for `if_let_guard` feature gate | LeSeulArtichaut | -1/+1 |
| 2020-12-09 | Accept arbitrary expressions in key-value attributes at parse time | Vadim Petrochenkov | -0/+4 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -1/+1 |
| 2020-11-14 | Add underscore expressions for destructuring assignments | Fabian Zaiser | -1/+5 |
| 2020-11-11 | Implement destructuring assignment for structs and slices | Fabian Zaiser | -0/+1 |
| 2020-10-16 | Add inline_const feature flag | Santiago Pastorino | -0/+1 |
| 2020-09-22 | Suggest async {} for async || {} | Andy Weiss | -1/+26 |