| Age | Commit message (Expand) | Author | Lines |
| 2021-08-16 | Don't mark `if_let_guard` as an incomplete feature | Léo Lanteri Thauvin | -1/+1 |
| 2021-08-16 | feature gate doc(primitive) | Joshua Nelson | -0/+3 |
| 2021-08-10 | Replace #[plugin_registrar] with exporting __rustc_plugin_registrar | bjorn3 | -16/+4 |
| 2021-08-03 | rustc: Fill out remaining parts of C-unwind ABI | Alex Crichton | -9/+5 |
| 2021-08-02 | Rollup merge of #86176 - nbdd0121:explicit-generic-args, r=jackh726 | Cameron Steffen | -0/+3 |
| 2021-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-08-02 | Implement a `explicit_generic_args_with_impl_trait` feature gate | Gary Guo | -0/+3 |
| 2021-07-31 | Add feature gate tests. | Charles Lew | -1/+1 |
| 2021-07-31 | Added feature gate. | Alexander Regueiro | -0/+4 |
| 2021-07-30 | Auto merge of #87237 - jonas-schievink:const-for-and-try, r=oli-obk | bors | -0/+6 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 2021-07-29 | Add tracking issues | Jonas Schievink | -2/+2 |
| 2021-07-29 | Add feature gates for `for` and `?` in consts | Jonas Schievink | -0/+6 |
| 2021-07-28 | min_type_alias_impl_trait is going to be removed in 1.56 | Santiago Pastorino | -1/+1 |
| 2021-07-28 | Stabilize `arbitrary_enum_discriminant` | Deadbeef | -3/+2 |
| 2021-07-28 | Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obk | Yuki Okushi | -5/+6 |
| 2021-07-28 | Auto merge of #86735 - jhpratt:rfc-3107, r=petrochenkov | bors | -0/+3 |
| 2021-07-27 | Stabilize `const_fn_union` | Jacob Pratt | -3/+2 |
| 2021-07-27 | Stabilize `const_fn_transmute` | Jacob Pratt | -3/+2 |
| 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 |