| Age | Commit message (Expand) | Author | Lines |
| 2021-03-24 | resolve late lifetimes by item | Jack Huey | -84/+84 |
| 2021-03-23 | Update tests | kadmin | -2/+2 |
| 2021-03-22 | rename :pat2018 -> :pat215 | mark | -5/+5 |
| 2021-03-15 | Only allow tait defining uses in function and method return position | Oli Scherer | -14/+19 |
| 2021-03-15 | Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual... | Oli Scherer | -134/+244 |
| 2021-03-10 | Auto merge of #79519 - cjgillot:noattr, r=wesleywiser | bors | -97/+97 |
| 2021-03-10 | Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik... | Yuki Okushi | -36/+0 |
| 2021-03-09 | Bless tests. | Camille GILLOT | -97/+97 |
| 2021-02-25 | Add feature gate for inherent associate types. | Olivier FAURE | -0/+22 |
| 2021-02-19 | Support `pub` on `macro_rules` | Vadim Petrochenkov | -0/+49 |
| 2021-02-18 | Stabilize `unsafe_op_in_unsafe_fn` lint | LeSeulArtichaut | -36/+0 |
| 2021-02-15 | Add long explanation for E0545 | Jesus Rubio | -0/+1 |
| 2021-02-07 | expand/resolve: Turn `#[derive]` into a regular macro attribute | Vadim Petrochenkov | -6/+17 |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -1/+1 |
| 2021-02-04 | add `relaxed_struct_unsize` feature gate | Bastian Kauschke | -0/+24 |
| 2021-01-30 | Remove const_in_array_rep_expr | kadmin | -42/+0 |
| 2021-01-24 | Replace version_check dependency with own version parsing code | est31 | -30/+110 |
| 2021-01-17 | Auto merge of #80942 - c410-f3r:tests-tests-tests, r=petrochenkov | bors | -0/+63 |
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -0/+63 |
| 2021-01-16 | Rollup merge of #80971 - camelid:feature-gate-testsuite-organization, r=Mark-... | Mara Bos | -0/+41 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -31/+28 |
| 2021-01-12 | Put all feature gate tests under `feature-gates/` | Camelid | -0/+41 |
| 2021-01-09 | resolve/expand: Improve attribute expansion on macro definitions and calls | Vadim Petrochenkov | -12/+12 |
| 2021-01-05 | fixed feature gate stderr | Jake Vossen | -1/+1 |
| 2021-01-01 | Auto merge of #80547 - lqd:const_generics_defaults, r=varkor | bors | -0/+30 |
| 2021-01-01 | make `const_generics_defaults` use the unstable syntax mechanism | Rémy Rakic | -10/+15 |
| 2021-01-01 | add test for the `const_generics_defaults` feature gate | Rémy Rakic | -0/+25 |
| 2021-01-01 | Move feature gate-related tests | Yuki Okushi | -0/+3475 |
| 2020-12-26 | update tests | Bastian Kauschke | -18/+8 |
| 2020-12-26 | delete no longer relevant tests | Bastian Kauschke | -42/+0 |
| 2020-12-09 | Accept arbitrary expressions in key-value attributes at parse time | Vadim Petrochenkov | -0/+47 |
| 2020-12-07 | Validate naked functions definitions | Tomasz Miąsko | -5/+9 |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -4/+2 |
| 2020-11-25 | Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obk | bors | -4/+4 |
| 2020-11-24 | Auto merge of #79294 - petrochenkov:determ, r=varkor | bors | -64/+64 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -4/+4 |
| 2020-11-22 | Auto merge of #79243 - Nadrieril:consolidate-tests, r=varkor | bors | -10/+15 |
| 2020-11-22 | resolve: Do not put macros into `module.unexpanded_invocations` unless necessary | Vadim Petrochenkov | -64/+64 |
| 2020-11-21 | Improve integer range tests | Nadrieril | -10/+15 |
| 2020-11-19 | Rollup merge of #78961 - CraftSpider:22565, r=oli-obk | Dylan DPC | -12/+12 |
| 2020-11-11 | Missing feature-gate-abi file | Rune Tynan | -6/+6 |
| 2020-11-11 | Add a sane error for rust-call functions not taking tuples during type checki... | Rune Tynan | -6/+6 |
| 2020-11-09 | Add `#[cfg(panic = "...")]` | David Hewitt | -0/+32 |
| 2020-11-07 | Implement destructuring assignment for tuples | Fabian Zaiser | -0/+18 |
| 2020-10-27 | Make tidy happy | Santiago Pastorino | -2/+2 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -3/+55 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -1/+29 |
| 2020-10-21 | validate allow_internal_unstable target | Florian Warzecha | -1/+11 |
| 2020-10-21 | add rustc_allow_const_fn_unstable attribute | Florian Warzecha | -0/+18 |
| 2020-10-20 | review comments | Esteban Küber | -5/+5 |