| Age | Commit message (Expand) | Author | Lines |
| 2021-02-05 | Rename `panic_fmt` lint to `non_fmt_panic`. | Mara Bos | -5/+6 |
| 2021-02-04 | Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelix | Mara Bos | -28/+88 |
| 2020-12-25 | Rollup merge of #80274 - pierwill:lintlevelsource, r=petrochenkov | Dylan DPC | -10/+12 |
| 2020-12-22 | Auto merge of #78242 - Nadrieril:rename-overlapping_endpoints-lint, r=varkor | bors | -1/+1 |
| 2020-12-21 | Document rustc_middle::lint::LevelSource | pierwill | -1/+3 |
| 2020-12-21 | Rename rustc_middle::lint::LintSource | pierwill | -10/+10 |
| 2020-12-11 | Move binder for dyn to each list item | Jack Huey | -3/+5 |
| 2020-12-08 | don't create owned values for comparison (clippy::cmp_owned) | Matthias Krüger | -3/+3 |
| 2020-12-03 | Only deny doc_keyword in std and set it as "allow" by default | Guillaume Gomez | -1/+1 |
| 2020-12-03 | Add lint pass for doc keyword | Guillaume Gomez | -1/+48 |
| 2020-12-02 | Auto merge of #78864 - Mark-Simulacrum:warn-on-forbids, r=pnkfelix | bors | -49/+21 |
| 2020-11-29 | `overlapping_range_endpoints` does not belong in the `unused` lint group | Nadrieril | -1/+0 |
| 2020-11-29 | Rename the `overlapping_patterns` lint to `overlapping_range_endpoints` | Nadrieril | -1/+2 |
| 2020-11-28 | Cleanup: shorter and faster code | Aleksey Kladov | -2/+2 |
| 2020-11-27 | Don't lint on redundant semicolons after item statements | Aaron Hill | -3/+18 |
| 2020-11-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -2/+2 |
| 2020-11-24 | Move lev_distance to rustc_ast, make non-generic | Arlie Davis | -2/+2 |
| 2020-11-21 | More consistently use spaces after commas in lists in docs | Carol (Nichols || Goulding) | -1/+1 |
| 2020-11-21 | Auto merge of #77805 - JohnTitor:non-standard-char-sugg, r=Dylan-DPC | bors | -19/+35 |
| 2020-11-14 | Use true previous lint level when detecting overriden forbids | Mark Rousskov | -49/+21 |
| 2020-11-09 | Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwco | Dylan DPC | -8/+2 |
| 2020-11-05 | Rename lint to non_autolinks | Guillaume Gomez | -2/+2 |
| 2020-11-05 | Rename automatic_links to url_improvements | Guillaume Gomez | -3/+3 |
| 2020-11-05 | Add new lint for automatic_links improvements | Guillaume Gomez | -1/+2 |
| 2020-11-04 | `u128` truncation and sign extension are not just interpreter related | oli | -3/+2 |
| 2020-11-03 | rustc_ast: `visit_mac` -> `visit_mac_call` | Vadim Petrochenkov | -1/+1 |
| 2020-11-03 | rustc_ast: Do not panic by default when visiting macro calls | Vadim Petrochenkov | -7/+1 |
| 2020-11-03 | Rollup merge of #78663 - Aaron1011:fix/cap-future-compat, r=tmandry | Yuki Okushi | -4/+5 |
| 2020-11-02 | Treat trailing semicolon as a statement in macro call | Aaron Hill | -0/+5 |
| 2020-11-02 | Fix ICE when a future-incompat-report has its command-line level capped | Aaron Hill | -4/+5 |
| 2020-11-01 | Auto merge of #75534 - Aaron1011:feature/new-future-breakage, r=pnkfelix | bors | -5/+22 |
| 2020-10-30 | Implement rustc side of report-future-incompat | Aaron Hill | -5/+22 |
| 2020-10-30 | Auto merge of #78182 - LeSeulArtichaut:ty-visitor-contolflow, r=lcnr,oli-obk | bors | -3/+9 |
| 2020-10-30 | Fix some more clippy warnings | Joshua Nelson | -32/+22 |
| 2020-10-30 | Remove implicit `Continue` type | LeSeulArtichaut | -1/+1 |
| 2020-10-30 | TypeVisitor: use `ControlFlow` in rustc_{infer,lint,trait_selection} | LeSeulArtichaut | -3/+9 |
| 2020-10-29 | Improve panic_fmt lint messages. | Mara Bos | -5/+5 |
| 2020-10-29 | Rollup merge of #78431 - Rustin-Liu:rustin-patch-lint, r=estebank | Jonas Schievink | -1/+1 |
| 2020-10-29 | Rollup merge of #78244 - workingjubilee:dogfood-fancy-ranges, r=varkor | Jonas Schievink | -3/+5 |
| 2020-10-28 | Dogfood {exclusive,half-open} ranges in compiler (nfc) | Jubilee Young | -3/+5 |
| 2020-10-28 | Mark panic_fmt suggestion as machine applicable. | Mara Bos | -1/+1 |
| 2020-10-27 | Prefer new associated numeric consts in float error messages | Rustin-Liu | -1/+1 |
| 2020-10-26 | Fix doctest | Nathan Whitaker | -0/+1 |
| 2020-10-26 | Write docs for lint / fix review nit | Nathan Whitaker | -2/+20 |
| 2020-10-26 | Address review comments | Nathan Whitaker | -11/+8 |
| 2020-10-26 | Change to warn by default / fix typo | Nathan Whitaker | -1/+1 |
| 2020-10-26 | Tweak diagnostic | Nathan Whitaker | -4/+6 |
| 2020-10-26 | Address review comments | Nathan Whitaker | -49/+35 |
| 2020-10-26 | Uplift temporary-cstring-as-ptr into rustc | Nathan Whitaker | -0/+105 |
| 2020-10-24 | Fix inconsistencies in handling of inert attributes on statements | Aaron Hill | -9/+33 |