| Age | Commit message (Expand) | Author | Lines |
| 2021-04-08 | Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwco | Dylan DPC | -1/+5 |
| 2021-04-08 | Stablize `non_ascii_idents` feature. | Charles Lew | -164/+0 |
| 2021-04-07 | Rollup merge of #83954 - estebank:issue-83613, r=varkor | Dylan DPC | -1/+1 |
| 2021-04-06 | Point at `impl` and type defs introducing requirements on E0277 | Esteban Küber | -1/+5 |
| 2021-04-07 | Disable using non-ascii identifiers in extern blocks. | Charles Lew | -1/+12 |
| 2021-04-06 | Remove trailing `:` from E0119 message | Esteban Küber | -1/+1 |
| 2021-04-06 | Auto merge of #81234 - repnop:fn-alignment, r=lcnr | bors | -0/+16 |
| 2021-04-05 | Allow specifying alignment for functions | Wesley Norris | -0/+16 |
| 2021-04-05 | Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisa | Dylan DPC | -47/+0 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -328/+323 |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -47/+0 |
| 2021-04-02 | Rollup merge of #83673 - hi-rustin:rustin-patch-suggestion, r=estebank | Dylan DPC | -2/+2 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -16/+16 |
| 2021-03-31 | give full path of constraint in suggest_constraining_type_param | hi-rustin | -2/+2 |
| 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 | Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]` | Camelid | -16/+16 |
| 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 |