| Age | Commit message (Expand) | Author | Lines |
| 2021-07-22 | Revert PR 81473 to resolve (on mainline) issues 81626 and 81658. | Felix S. Klock II | -113/+0 |
| 2021-06-10 | Auto merge of #82639 - jyn514:stable-options, r=Mark-Simulacrum | bors | -718/+53 |
| 2021-06-06 | Don't pass -Z unstable-options by default for UI tests | Joshua Nelson | -718/+53 |
| 2021-06-05 | Auto merge of #86001 - richkadel:revert-85617-rustin-patch-fix, r=Mark-Simula... | bors | -56/+56 |
| 2021-06-05 | Rollup merge of #85853 - marmeladema:improper-ctypes-definitions-boxed-dst, r... | Yuki Okushi | -20/+55 |
| 2021-06-04 | Revert "shrinking the deprecated method span" | Rich Kadel | -56/+56 |
| 2021-06-04 | Auto merge of #85788 - rylev:force-warns, r=nikomatsakis | bors | -0/+195 |
| 2021-06-03 | Warn against boxed DST in `improper_ctypes_definitions` lint | marmeladema | -20/+55 |
| 2021-06-03 | Update tests with new casing | Ryan Levick | -9/+9 |
| 2021-06-02 | Add deny-by-default test | Ryan Levick | -0/+22 |
| 2021-06-02 | Add missing stderr file | Ryan Levick | -0/+14 |
| 2021-06-02 | Add final test | Ryan Levick | -7/+6 |
| 2021-06-02 | Force warn on lint groups as well | Ryan Levick | -4/+58 |
| 2021-06-01 | Fix issues and add test | Ryan Levick | -1/+14 |
| 2021-05-28 | Initial support for force-warns | Ryan Levick | -0/+93 |
| 2021-05-24 | shrinking the deprecated method span | hi-rustin | -56/+56 |
| 2021-05-16 | More tests for issue-85255 | hi-rustin | -5/+82 |
| 2021-05-15 | Warn about unused pub fields in non-pub structs | Fabian Wolff | -0/+54 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -15/+15 |
| 2021-05-07 | shrinking the deprecated method span | hi-rustin | -48/+48 |
| 2021-05-04 | Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis | bors | -7/+30 |
| 2021-05-03 | parser: Remove support for inner attributes on non-block expressions | Vadim Petrochenkov | -8/+6 |
| 2021-04-18 | Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth | bors | -39/+29 |
| 2021-04-18 | Auto merge of #84065 - c410-f3r:tests-tests-tests, r=petrochenkov | bors | -0/+53 |
| 2021-04-18 | Auto merge of #84064 - hyd-dev:unknown-lints, r=petrochenkov | bors | -0/+46 |
| 2021-04-17 | Move some tests to more reasonable directories - 6 | Caio | -0/+53 |
| 2021-04-17 | Do not ignore path segments in the middle in `#[allow]`/`#[warn]`/`#[deny]`/`... | hyd-dev | -0/+46 |
| 2021-04-16 | Fix tests | Ryan Levick | -7/+30 |
| 2021-04-16 | Remove #[main] attribute. | Charles Lew | -2/+2 |
| 2021-04-10 | remove redundant test | Aliénore Bouttefeux | -20/+12 |
| 2021-04-10 | add test offset of a field | Aliénore Bouttefeux | -38/+52 |
| 2021-04-09 | changes based on review | Aliénore Bouttefeux | -60/+30 |
| 2021-04-08 | Stablize `non_ascii_idents` feature. | Charles Lew | -39/+29 |
| 2021-04-07 | add test | Aliénore Bouttefeux | -0/+130 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -160/+158 |
| 2021-03-28 | unaligned_references: align(N) fields in packed(N) structs are fine | Ralf Jung | -7/+32 |
| 2021-03-27 | make unaligned_refereces future-incompat lint warn-by-default, and remove the... | Ralf Jung | -9/+30 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -35/+32 |
| 2021-03-20 | Move some tests to more reasonable directories - 5 | Caio | -0/+135 |
| 2021-03-19 | update tests | mark | -35/+32 |
| 2021-03-18 | Auto merge of #82868 - petrochenkov:bto, r=estebank | bors | -0/+47 |
| 2021-03-18 | Report missing cases of `bare_trait_objects` | Vadim Petrochenkov | -0/+47 |
| 2021-03-18 | Rollup merge of #83216 - jyn514:register-tool, r=petrochenkov | Dylan DPC | -0/+38 |
| 2021-03-16 | Allow registering tool lints with `register_tool` | Joshua Nelson | -0/+38 |
| 2021-03-16 | Don't warn about old rustdoc lint names (temporarily) | Joshua Nelson | -8/+3 |
| 2021-03-16 | Auto merge of #82898 - oli-obk:tait_🧊, r=nikomatsakis | bors | -29/+289 |
| 2021-03-15 | Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual... | Oli Scherer | -29/+289 |
| 2021-03-15 | Rollup merge of #82989 - Smittyvb:other-lang-literal-errors, r=varkor | Dylan DPC | -0/+107 |
| 2021-03-15 | Custom error on literal names from other languages | Smitty | -0/+107 |
| 2021-03-14 | Rollup merge of #82798 - jyn514:rustdoc-group, r=Manishearth,GuillaumeGomez | Yuki Okushi | -0/+15 |