| Age | Commit message (Expand) | Author | Lines |
| 2021-07-27 | Permit deriving default on enums with `#[default]` | Jacob Pratt | -0/+3 |
| 2021-07-27 | Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr | bors | -0/+3 |
| 2021-07-27 | Remove min_type_alias_impl_trait feature | Santiago Pastorino | -3/+4 |
| 2021-07-27 | existential_type was removed in favor of type_alias_impl_trait | Santiago Pastorino | -1/+1 |
| 2021-07-27 | Use type_alias_impl_trait instead of min in compiler and lib | Santiago Pastorino | -1/+1 |
| 2021-07-27 | Auto merge of #85305 - MarcusDunn:master, r=pnkfelix | bors | -4/+3 |
| 2021-07-26 | Actually infer args in visitors | kadmin | -0/+3 |
| 2021-07-20 | Add internal attribute and tests. | Charles Lew | -0/+1 |
| 2021-07-19 | Improve impl_trait_in_bindings removed feature text | Santiago Pastorino | -1/+1 |
| 2021-07-18 | Remove impl_trait_in_bindings feature flag | Santiago Pastorino | -3/+4 |
| 2021-07-16 | Auto merge of #87201 - GuillaumeGomez:rollup-4loi2q9, r=GuillaumeGomez | bors | -1/+1 |
| 2021-07-16 | Make GATs no longer incomplete | Jack Huey | -1/+1 |
| 2021-07-16 | Mark `const_trait_impl` as active | Deadbeef | -1/+1 |
| 2021-07-13 | expand: Support helper attributes for built-in derive macros | Vadim Petrochenkov | -1/+5 |
| 2021-07-13 | Auto merge of #86922 - joshtriplett:target-abi, r=oli-obk | bors | -0/+4 |
| 2021-07-13 | Auto merge of #86857 - fee1-dead:add-attr, r=oli-obk | bors | -0/+6 |
| 2021-07-10 | Applied suggestions | Deadbeef | -5/+6 |
| 2021-07-10 | Add #[default_method_body_is_const] | Deadbeef | -0/+5 |
| 2021-07-10 | remove const_raw_ptr_to_usize_cast feature | Ralf Jung | -3/+4 |
| 2021-07-07 | Implement cfg(target_abi) (RFC 2992) | Josh Triplett | -0/+4 |
| 2021-07-07 | Change linked tracking issue for more qualified paths | Ryan Levick | -1/+1 |
| 2021-06-28 | Panic on trying to find non-feature incompleteness | Smitty | -1/+4 |
| 2021-06-28 | Make incomplete features part of delcaration | Smitty | -44/+38 |
| 2021-06-28 | Don't make `rustc_insignificant_dtor` feature gate | Smitty | -1/+0 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -0/+3 |
| 2021-06-06 | Auto merge of #79608 - alessandrod:bpf, r=nagisa | bors | -0/+1 |
| 2021-06-04 | changeded bindings_after_at from active to accepted | marcusdunn | -1/+1 |
| 2021-06-04 | updated the feature-gate listing | marcusdunn | -4/+3 |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -3/+4 |
| 2021-06-01 | Auto merge of #85331 - cjgillot:dirty-dancing, r=Aaron1011 | bors | -4/+0 |
| 2021-05-30 | BPF: review fixes | Alessandro Decina | -1/+1 |
| 2021-05-29 | BPF: fix #[target_feature(enable = "alu32")] | Alessandro Decina | -0/+1 |
| 2021-05-26 | stabilize member constraints | Niko Matsakis | -3/+2 |
| 2021-05-24 | remove native_link_modifiers from the list of incomplete features. | 12101111 | -5/+0 |
| 2021-05-22 | stabilize const_fn_unsize | Ralf Jung | -3/+2 |
| 2021-05-18 | Rollup merge of #83366 - jyn514:stabilize-key-value-attrs, r=petrochenkov | Jack Huey | -3/+2 |
| 2021-05-18 | Rollup merge of #85251 - BoxyUwU:constparamdefaultsany%, r=lcnr | Ralf Jung | -1/+0 |
| 2021-05-18 | Stabilize extended_key_value_attributes | Joshua Nelson | -3/+2 |
| 2021-05-17 | Auto merge of #84571 - jedel1043:issue-49804-impl, r=petrochenkov | bors | -0/+4 |
| 2021-05-16 | Add tracking issue | Jonas Schievink | -1/+1 |
| 2021-05-16 | Implement Anonymous{Struct, Union} in the AST | jedel1043 | -0/+4 |
| 2021-05-16 | Remove remains of rustc_dirty. | Camille GILLOT | -4/+0 |
| 2021-05-16 | Allow `async {}` expressions in const contexts | Jonas Schievink | -0/+3 |
| 2021-05-14 | add new attribute rustc_insignificant_dtor and a query to check if a type has... | Dhruv Jauhar | -0/+2 |
| 2021-05-13 | Auto merge of #85186 - nikomatsakis:issue-83538-polluted-cache, r=jackh726 | bors | -0/+1 |
| 2021-05-13 | completion uwu | Ellen | -1/+0 |
| 2021-05-13 | introduce a unit testing feature `rustc_evaluate_where_clauses` | Niko Matsakis | -0/+1 |
| 2021-05-12 | entirely remove rustc_args_required_const attribute | Ralf Jung | -1/+0 |
| 2021-05-09 | remove const_fn feature gate | Ralf Jung | -3/+3 |
| 2021-05-07 | Rollup merge of #84871 - richkadel:no-coverage-unstable-only, r=nagisa | Dylan DPC | -7/+1 |