| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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-23 | Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis | Dylan DPC | -0/+1 |
| 2021-02-19 | Support `pub` on `macro_rules` | Vadim Petrochenkov | -0/+1 |
| 2021-02-18 | ast: Keep expansion status for out-of-line module items | Vadim Petrochenkov | -2/+4 |
| 2021-02-18 | ast: Stop using `Mod` in `Crate` | Vadim Petrochenkov | -4/+0 |
| 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 | -18/+30 |
| 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-10 | Auto merge of #79414 - sasurau4:feature/add-suggestion-for-pattern-in-fns-wit... | bors | -8/+17 |
| 2021-01-02 | reduce borrowing and (de)referencing around match patterns (clippy::match_ref... | Matthias Krüger | -3/+3 |
| 2021-01-01 | make `const_generics_defaults` use the unstable syntax mechanism | Rémy Rakic | -14/+4 |
| 2021-01-01 | adjust const generics defaults FIXMEs to the new feature gate | Rémy Rakic | -1/+1 |
| 2021-01-01 | first pass at default values for const generics | Julian Knodt | -2/+16 |
| 2020-12-31 | Rollup merge of #80519 - max-heller:issue-80512-fix, r=varkor | Dylan DPC | -25/+31 |
| 2020-12-30 | Take type defaults into account in suggestions to reorder generic parameters | max-heller | -25/+31 |
| 2020-12-30 | Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov | Mara Bos | -1/+1 |
| 2020-12-30 | Rename kw::Invalid -> kw::Empty | Joshua Nelson | -1/+1 |
| 2020-12-29 | Use Option::map_or instead of open coding it | LingMan | -4/+2 |