| 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-10-04 | Rollup merge of #89494 - FabianWolff:issue-84075, r=davidtwco | Jubilee | -13/+36 |
| 2021-10-03 | Deny `where` clauses on `auto` traits | Fabian Wolff | -13/+36 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -1/+1 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 2021-09-16 | delay error for enabling unstable lib features | Vishad Goyal | -0/+6 |
| 2021-09-15 | Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwco | Manish Goregaokar | -69/+0 |
| 2021-09-15 | Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk | bors | -1/+3 |
| 2021-09-11 | Rollup merge of #88733 - Noble-Mushtak:88577, r=estebank | Jubilee | -0/+14 |
| 2021-09-09 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -1/+0 |
| 2021-09-09 | Manually crafted revert of d4ad050ce5778a09566f6f9ec172565815d54604 . | Felix S. Klock II | -68/+0 |
| 2021-09-09 | Allow ~const bounds on inherent impls | Deadbeef | -1/+3 |
| 2021-09-08 | Fatal error for functions with more than 65535 arguments | Noble-Mushtak | -0/+14 |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -1/+0 |
| 2021-09-02 | Auto merge of #87114 - cjgillot:abilint, r=estebank | bors | -2/+42 |
| 2021-08-31 | Lint Abi in ast validation. | Camille GILLOT | -2/+42 |
| 2021-08-31 | Rollup merge of #88418 - fee1-dead:trait-assoc-tilde-const, r=oli-obk | Mara Bos | -2/+2 |
| 2021-08-30 | allow unordered const/ty params if any cg feature is active | lcnr | -1/+1 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -1/+0 |
| 2021-08-28 | Allow `~const` bounds on trait assoc functions | Deadbeef | -2/+2 |
| 2021-08-27 | Fix visiting twice | Deadbeef | -15/+6 |
| 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-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+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 |