| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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-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 |
| 2020-10-22 | Rollup merge of #78155 - est31:rustc_lint_types_refactor, r=davidtwco | Yuki Okushi | -17/+18 |
| 2020-10-20 | Make {u,}int_range functions a bit nicer | est31 | -14/+15 |
| 2020-10-20 | rustc_lint: remove unused to_string | est31 | -3/+3 |
| 2020-10-20 | Rollup merge of #77931 - aticu:fix_60336, r=petrochenkov | Yuki Okushi | -2/+9 |
| 2020-10-18 | Auto merge of #78066 - bugadani:wat, r=jonas-schievink | bors | -1/+1 |
| 2020-10-18 | Replace unnecessary map_or_else with map_or | Dániel Buga | -1/+1 |
| 2020-10-17 | Auto merge of #77124 - spastorino:const-exprs-rfc-2920, r=oli-obk | bors | -18/+60 |
| 2020-10-16 | Do not check unused braces on inline consts | Santiago Pastorino | -18/+53 |
| 2020-10-16 | Add check_generic_arg early pass | Santiago Pastorino | -0/+7 |
| 2020-10-17 | Suggest minimal subset features in `incomplete_features` lint | Yuki Okushi | -0/+8 |
| 2020-10-15 | Replace target.target with target and target.ptr_width with target.pointer_width | est31 | -2/+2 |
| 2020-10-14 | Remove unused code from remaining compiler crates | est31 | -4/+0 |
| 2020-10-14 | Fixed false positive for `unused_parens` lint | aticu | -2/+9 |
| 2020-10-07 | Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514 | bors | -3/+4 |
| 2020-10-06 | Separate bounds and predicates for associated/opaque types | Matthew Jasper | -1/+1 |
| 2020-10-04 | Prevent forbid from being ignored if overriden at the same level. | Felix S. Klock II | -4/+43 |
| 2020-10-03 | Add `unclosed_html_tags` lint | Guillaume Gomez | -3/+4 |
| 2020-10-01 | Uplift drop-bounds lint from clippy | Michael Howell | -0/+82 |
| 2020-09-27 | Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate... | Joshua Nelson | -0/+1 |
| 2020-09-26 | Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obk | Ralf Jung | -2/+0 |
| 2020-09-26 | Remove unused #[allow(...)] statements from compiler/ | est31 | -2/+0 |
| 2020-09-25 | Simplify some match statements on `DefPathDataName' | marmeladema | -7/+2 |
| 2020-09-25 | Rename `DefPathData::get_name()` to `DefPathData::name()` | marmeladema | -1/+1 |
| 2020-09-25 | Move from {{closure}}#0 syntax to {closure#0} for (def) path components | marmeladema | -2/+7 |
| 2020-09-25 | Rollup merge of #77121 - duckymirror:html-root-url, r=jyn514 | Jonas Schievink | -1/+1 |