| Age | Commit message (Expand) | Author | Lines |
| 2021-08-27 | Introduce `~const` | Deadbeef | -53/+100 |
| 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-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -7/+62 |
| 2021-08-12 | Adjust `#[no_mangle]`-related checks and lints for `impl` items | hyd-dev | -0/+4 |
| 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-28 | Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obk | Yuki Okushi | -1/+1 |
| 2021-07-27 | Make all tests use type_alias_impl_trait feature instead of min | Santiago Pastorino | -1/+1 |
| 2021-07-27 | Auto merge of #85305 - MarcusDunn:master, r=pnkfelix | bors | -1/+1 |
| 2021-07-11 | Auto merge of #83918 - workingjubilee:stable-rangefrom-pat, r=joshtriplett | bors | -1/+17 |
| 2021-06-17 | Auto merge of #86164 - FabianWolff:issue-86053, r=davidtwco | bors | -1/+1 |
| 2021-06-13 | simplify validate_generic_param_order | klensy | -39/+36 |
| 2021-06-12 | Rollup merge of #85800 - BoxyUwU:const-param-default-diagnostics, r=oli-obk | Yuki Okushi | -3/+6 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -0/+1 |
| 2021-06-09 | Handle C-variadic arguments properly when reporting region errors | Fabian Wolff | -1/+1 |
| 2021-06-04 | replaced feature-gate use with cfg_attr | marcusdunn | -1/+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-31 | Remove unused feature gates | bjorn3 | -1/+0 |
| 2021-05-29 | Make lifetime ordering error pretty print const param defaults | Ellen | -3/+6 |
| 2021-05-18 | Stabilize extended_key_value_attributes | Joshua Nelson | -4/+0 |
| 2021-05-16 | Check and deny anonymous fields on `ast_validation` | jedel1043 | -70/+184 |
| 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-26 | Auto merge of #84544 - RalfJung:const_fn_in_trait, r=oli-obk | bors | -6/+1 |
| 2021-04-25 | Auto merge of #84299 - lcnr:const-generics-defaults-name-res, r=varkor | bors | -1/+1 |
| 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-21 | Review comments | Jack Huey | -29/+25 |
| 2021-04-21 | loosen ordering restricts for `const_generics_defaults` | lcnr | -1/+1 |
| 2021-04-21 | Move nested quantification check to ast_validation | Jack Huey | -9/+38 |
| 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-07 | Disable using non-ascii identifiers in extern blocks. | Charles Lew | -1/+23 |
| 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-23 | progress, stuff compiles now | lcnr | -17/+9 |
| 2021-03-23 | Some refactoring | varkor | -1/+1 |
| 2021-03-23 | Add has_default to GenericParamDefKind::Const | kadmin | -0/+11 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+0 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -2/+2 |
| 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 |