| Age | Commit message (Expand) | Author | Lines |
| 2021-07-14 | Add -Zfuture-incompat-test to assist with testing future-incompat reports. | Eric Huss | -0/+19 |
| 2021-07-14 | Warn about useless assignments of variables/fields to themselves | Fabian Wolff | -0/+94 |
| 2021-07-13 | Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obk | bors | -5/+4 |
| 2021-07-12 | Auto merge of #86320 - hi-rustin:rustin-patch-fix-span, r=estebank | bors | -59/+58 |
| 2021-07-10 | Auto merge of #86968 - inquisitivecrystal:missing-docs-v2, r=oli-obk | bors | -0/+63 |
| 2021-07-09 | Fix default_hash_types to use resolved path | Cameron Steffen | -5/+4 |
| 2021-07-09 | Auto merge of #86888 - FabianWolff:issue-86600, r=davidtwco | bors | -0/+27 |
| 2021-07-08 | Add regression test | inquisitivecrystal | -0/+63 |
| 2021-07-08 | Rollup merge of #86639 - eholk:lint-tool, r=petrochenkov | Yuki Okushi | -0/+22 |
| 2021-07-07 | Cleanup: unify lint name checking | Eric Holk | -0/+11 |
| 2021-07-07 | Fix test case | Eric Holk | -12/+1 |
| 2021-07-06 | Unify lint tool and lint name checking | Eric Holk | -4/+4 |
| 2021-07-06 | Add ui test for command line lints with tool names | Eric Holk | -0/+22 |
| 2021-07-05 | Fix double warning about illegal floating-point literal pattern | Fabian Wolff | -0/+27 |
| 2021-07-01 | New force_warn diagnostic builder and ensure cap-lints doesn't reduce force_w... | Ryan Levick | -1/+28 |
| 2021-06-30 | Force warnings even when can_emit_warnings == false | Ryan Levick | -0/+22 |
| 2021-06-29 | Auto merge of #86009 - cjgillot:fwarn, r=davidtwco | bors | -9/+9 |
| 2021-06-26 | Remove issue-78660-cap-lints-future-compat test. | Mara Bos | -10/+0 |
| 2021-06-26 | Make ForceWarn a lint level. | Camille GILLOT | -9/+9 |
| 2021-06-25 | Address PR feedback | Ryan Levick | -19/+19 |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -30/+19 |
| 2021-06-18 | Lint for unused borrows as part of UNUSED_MUST_USE | hi-rustin | -0/+77 |
| 2021-06-15 | Use last segment | hi-rustin | -3/+2 |
| 2021-06-15 | shrinking the deprecated method span | hi-rustin | -56/+56 |
| 2021-06-10 | Fix force-warns to allow dashes. | Eric Huss | -1/+1 |
| 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-04 | Make *const (), *mut () okay for FFI | David Tolnay | -11/+2 |
| 2021-06-04 | Add improper ctypes test for ptr to unit, ptr to tuple | David Tolnay | -45/+69 |
| 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-21 | Warn about unreachable code following an expression with an uninhabited type | Fabian Wolff | -0/+109 |
| 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-05 | Suggest lint groups | Cameron Steffen | -1/+11 |
| 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 |