| Age | Commit message (Expand) | Author | Lines |
| 2021-07-21 | temporarily ignore a test until we reland PR 83171. | Felix S. Klock II | -0/+2 |
| 2021-07-21 | Revert PR 81473 to resolve (on mainline) issues 81626 and 81658. | Felix S. Klock II | -113/+0 |
| 2021-07-21 | Rename force-warns to force-warn | Ryan Levick | -30/+30 |
| 2021-07-20 | Auto merge of #84959 - camsteffen:lint-suggest-group, r=estebank | bors | -1/+11 |
| 2021-07-19 | Auto merge of #87284 - Aaron1011:remove-paren-special, r=petrochenkov | bors | -0/+19 |
| 2021-07-19 | Remove special case for `ExprKind::Paren` in `MutVisitor` | Aaron Hill | -0/+19 |
| 2021-07-19 | Auto merge of #86970 - inquisitivecrystal:force-warn, r=davidtwco | bors | -0/+72 |
| 2021-07-17 | Add tests for command line lint control | inquisitivecrystal | -0/+72 |
| 2021-07-17 | Compute a better `lint_node_id` during expansion | Aaron Hill | -15/+38 |
| 2021-07-17 | Auto merge of #87129 - FabianWolff:issue-75356, r=varkor | bors | -0/+94 |
| 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-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 |