| Age | Commit message (Expand) | Author | Lines |
| 2020-07-10 | rustdoc: Rename invalid_codeblock_attribute lint to be plural | Oliver Middleton | -2/+2 |
| 2020-05-29 | Rollup merge of #71862 - LeSeulArtichaut:unsafe-block-in-unsafe-fn, r=nikomat... | Ralf Jung | -2/+19 |
| 2020-05-28 | rustc_lint: Remove `unused_crate_dependencies` from the `unused` group | Vadim Petrochenkov | -1/+0 |
| 2020-05-27 | Use `LintId`s to check for gated lints | LeSeulArtichaut | -5/+5 |
| 2020-05-27 | Fix import | LeSeulArtichaut | -2/+1 |
| 2020-05-27 | Do not hardcode lint name | LeSeulArtichaut | -1/+2 |
| 2020-05-27 | Apply suggestions from code review | LeSeulArtichaut | -1/+18 |
| 2020-05-25 | Implement warning for unused dependencies. | Jeremy Fitzhardinge | -0/+1 |
| 2020-05-20 | introduce newtype'd `Predicate<'tcx>` | Bastian Kauschke | -4/+6 |
| 2020-05-20 | rename `Predicate` to `PredicateKind`, introduce alias | Bastian Kauschke | -4/+4 |
| 2020-05-17 | Assume unevaluated consts are equal to the other consts and add ConstEquate o... | Ben Lewis | -1/+2 |
| 2020-05-16 | Rollup merge of #72045 - RalfJung:incomplete-unsound, r=petrochenkov | Ralf Jung | -6/+14 |
| 2020-05-14 | Rollup merge of #71910 - mibac138:necessary-paren, r=cuviper | Dylan DPC | -4/+20 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -1/+0 |
| 2020-05-09 | expand "incomplete feature" message to include unsoundness and link to tracki... | Ralf Jung | -6/+14 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -12/+16 |
| 2020-05-06 | Fix unused_parens nested binary op false positive | mibac138 | -4/+12 |
| 2020-05-05 | Fix unused_parens false positive when using binary operations | mibac138 | -4/+12 |
| 2020-05-04 | Rollup merge of #71773 - tshepang:links, r=davidtwco | Dylan DPC | -3/+3 |
| 2020-05-03 | Rollup merge of #71542 - crlf0710:confusable_idents, r=petrochenkov | Dylan DPC | -3/+147 |
| 2020-05-03 | Add a fast code path to optimize `confusable_idents` lint for ASCII code base. | Charles Lew | -4/+49 |
| 2020-05-03 | Implement `confusable_idents` lint. | Charles Lew | -3/+102 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -2/+2 |
| 2020-05-01 | doc: misc rustdoc things | Tshepang Lekhonkhobe | -3/+3 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -2/+2 |
| 2020-04-27 | Accept `LocalDefId` as key for `lint_mod` query | marmeladema | -7/+3 |
| 2020-04-24 | Quick and dirty fix of the unused_braces lint | flip1995 | -1/+7 |
| 2020-04-23 | Address comments from review | marmeladema | -7/+4 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -8/+5 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -6/+17 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -4/+5 |
| 2020-04-23 | Rollup merge of #71408 - GuillaumeGomez:check-code-blocks-tags, r=kinnison | Dylan DPC | -1/+3 |
| 2020-04-23 | Create new rustdoc lint to check for code blocks tags | Guillaume Gomez | -1/+3 |
| 2020-04-22 | Rollup merge of #71412 - dtolnay:uselessdoc, r=Manishearth | Dylan DPC | -1/+1 |
| 2020-04-21 | Clarify unused_doc_comments note on macro invocations | David Tolnay | -1/+1 |
| 2020-04-20 | Remove unused dependencies | Shotaro Yamada | -1/+0 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -10/+11 |
| 2020-04-14 | cleanup `is_expr_delims_necessary` | Bastian Kauschke | -1/+1 |
| 2020-04-13 | Remove usage of `DUMMY_HIR_ID` in some visitors | marmeladema | -9/+9 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in body_owner_def_id | marmeladema | -1/+1 |
| 2020-04-07 | remove false positives of unused_braces | Bastian Kauschke | -3/+23 |
| 2020-04-06 | ty: switch `Ty::walk` from `Ty` to `GenericArg`. | Eduard-Mihai Burtescu | -5/+8 |
| 2020-04-05 | Stop importing int/float modules in librustc_* | Linus Färnstrand | -1/+0 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -6/+9 |
| 2020-04-01 | Rollup merge of #70081 - lcnr:issue68387, r=varkor | Dylan DPC | -129/+371 |
| 2020-03-31 | update unused_braces wording | Bastian Kauschke | -12/+11 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -58/+41 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -12/+12 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -37/+36 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -2/+2 |