| Age | Commit message (Expand) | Author | Lines |
| 2021-03-23 | Rollup merge of #83384 - mark-i-m:rename-pat2018, r=joshtriplett | Yuki Okushi | -1/+1 |
| 2021-03-22 | rename :pat2018 -> :pat215 | mark | -1/+1 |
| 2021-03-19 | stabilize or_patterns | mark | -3/+2 |
| 2021-03-15 | Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual... | Oli Scherer | -1/+5 |
| 2021-03-10 | Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieu | bors | -0/+3 |
| 2021-03-10 | Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik... | Yuki Okushi | -3/+2 |
| 2021-03-09 | rustc_target: add "unwind" payloads to `Abi` | katelyn a. martin | -0/+3 |
| 2021-03-04 | Rollup merge of #82697 - jplatte:patch-1, r=davidtwco | Yuki Okushi | -1/+1 |
| 2021-03-02 | Rollup merge of #82516 - PoignardAzur:inherent-impl-ty, r=oli-obk | Yuki Okushi | -0/+4 |
| 2021-03-02 | Fix stabilization version of move_ref_pattern | Jonas Platte | -1/+1 |
| 2021-02-26 | update tracking issue for `relaxed_struct_unsize` | lcnr | -1/+1 |
| 2021-02-25 | Auto merge of #82447 - Amanieu:legacy_const_generics, r=oli-obk | bors | -0/+1 |
| 2021-02-25 | Add feature gate for inherent associate types. | Olivier FAURE | -0/+4 |
| 2021-02-23 | Add #[rustc_legacy_const_generics] | Amanieu d'Antras | -0/+1 |
| 2021-02-19 | Update pub_macro_rules since version | Santiago Pastorino | -1/+1 |
| 2021-02-19 | Support `pub` on `macro_rules` | Vadim Petrochenkov | -0/+3 |
| 2021-02-18 | Stabilize `unsafe_op_in_unsafe_fn` lint | LeSeulArtichaut | -3/+2 |
| 2021-02-07 | Feature gate macro attributes in `#[derive]` output | Vadim Petrochenkov | -0/+4 |
| 2021-02-07 | expand/resolve: Turn `#[derive]` into a regular macro attribute | Vadim Petrochenkov | -1/+0 |
| 2021-02-04 | add `relaxed_struct_unsize` feature gate | Bastian Kauschke | -0/+3 |
| 2021-02-02 | Add a new ABI to support cmse_nonsecure_call | Hugues de Valon | -0/+3 |
| 2021-01-30 | Remove const_in_array_rep_expr | kadmin | -3/+3 |
| 2021-01-26 | Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebank | bors | -1/+1 |
| 2021-01-17 | Feature-gate `pointer` and `reference` in intra-doc links | Joshua Nelson | -0/+2 |
| 2021-01-16 | Enforce that query results implement Debug | Aaron Hill | -1/+1 |
| 2021-01-09 | Allow #[rustc_builtin_macro = "name"]. | Mara Bos | -1/+1 |
| 2021-01-01 | Allow references to interior mutable data behind a feature gate | oli | -0/+3 |
| 2021-01-01 | mark `const_generics_defaults` as an incomplete feature | Rémy Rakic | -0/+1 |
| 2021-01-01 | fix typo in feature gates file | Rémy Rakic | -1/+1 |
| 2021-01-01 | first pass at default values for const generics | Julian Knodt | -0/+3 |
| 2020-12-30 | Implement edition-based macro pat feature | mark | -0/+3 |
| 2020-12-26 | stabilize min_const_generics | Bastian Kauschke | -5/+6 |
| 2020-12-12 | tidy: Re-enable check for inline unit tests | Vadim Petrochenkov | -27/+26 |
| 2020-12-09 | Accept arbitrary expressions in key-value attributes at parse time | Vadim Petrochenkov | -0/+3 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -4/+8 |
| 2020-11-17 | Auto merge of #78801 - sexxi-goose:min_capture, r=nikomatsakis | bors | -0/+5 |
| 2020-11-15 | Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis | Jonas Schievink | -3/+39 |
| 2020-11-10 | Indroduce feature flag for RFC-2229 | Aman Arora | -0/+5 |
| 2020-11-09 | Add `#[cfg(panic = "...")]` | David Hewitt | -0/+4 |
| 2020-11-07 | Allow making `RUSTC_BOOTSTRAP` conditional on the crate name | Joshua Nelson | -3/+39 |
| 2020-11-07 | Implement destructuring assignment for tuples | Fabian Zaiser | -0/+3 |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -4/+1 |
| 2020-10-27 | Add unsized_locals to INCOMPLETE_FEATURES list | Santiago Pastorino | -0/+1 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -0/+3 |
| 2020-10-27 | Rollup merge of #78396 - josephlr:ermsb, r=petrochenkov | Yuki Okushi | -0/+1 |
| 2020-10-26 | Add compiler support for LLVM's x86 ERMSB feature | Joe Richey | -0/+1 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -0/+9 |
| 2020-10-21 | Mark `repr128` as `incomplete_features` | varkor | -0/+1 |
| 2020-10-21 | add rustc_allow_const_fn_unstable attribute | Florian Warzecha | -0/+9 |
| 2020-10-18 | Remove redundant 'static in the compiler | est31 | -1/+1 |