| Age | Commit message (Expand) | Author | Lines |
| 2020-07-30 | Apply suggested wording changes from code review. | jumbatm | -2/+2 |
| 2020-07-30 | Don't emit clashing decl lint for FFI-safe enums. | jumbatm | -24/+76 |
| 2020-07-29 | Register renamed lint | Manish Goregaokar | -0/+1 |
| 2020-07-29 | Rename intra_doc_link_resolution_failure -> intra_doc_link_resolution_failures | Manish Goregaokar | -2/+2 |
| 2020-07-28 | Make closures and generators a must use types | Tomasz Miąsko | -0/+22 |
| 2020-07-27 | fix rebase | Bastian Kauschke | -2/+0 |
| 2020-07-27 | introduce PredicateAtom | Bastian Kauschke | -9/+8 |
| 2020-07-27 | this might be unqualified, but at least it's now quantified | Bastian Kauschke | -4/+4 |
| 2020-07-27 | split ignore_qualifiers | Bastian Kauschke | -18/+8 |
| 2020-07-27 | `PredicateKint` -> `PredicateKind`, the beginning of the end | Bastian Kauschke | -20/+26 |
| 2020-07-27 | progress | Bastian Kauschke | -6/+9 |
| 2020-07-26 | report kind of deprecated item in message | Andy Russell | -1/+1 |
| 2020-07-17 | Rollup merge of #74448 - davidtwco:improper-ctypes-definitions-boxes, r=david... | Manish Goregaokar | -1/+12 |
| 2020-07-17 | Rollup merge of #74438 - RalfJung:uninit-lint, r=davidtwco | Manish Goregaokar | -5/+23 |
| 2020-07-17 | Auto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakis | bors | -41/+41 |
| 2020-07-17 | improper_ctypes_definitions: allow `Box` | David Wood | -1/+12 |
| 2020-07-17 | warn about uninit multi-variant enums | Ralf Jung | -5/+23 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -41/+41 |
| 2020-07-16 | apply bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2020-07-15 | Auto merge of #74175 - nnethercote:more-static-symbols, r=oli-obk | bors | -2/+5 |
| 2020-07-15 | Remove lots of `Symbol::as_str()` calls. | Nicholas Nethercote | -2/+5 |
| 2020-07-14 | lint: use `transparent_newtype_field` to avoid ICE | David Wood | -16/+16 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -2/+2 |
| 2020-07-09 | Rollup merge of #74070 - eddyb:forall-tcx-providers, r=nikomatsakis | Manish Goregaokar | -2/+2 |
| 2020-07-09 | Auto merge of #74131 - ollie27:rustdoc_invalid_codeblock_attributes_name, r=G... | bors | -2/+2 |
| 2020-07-07 | rustdoc: Rename invalid_codeblock_attribute lint to be plural | Oliver Middleton | -2/+2 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-07-03 | Use 'tcx for references to AccessLevels wherever possible. | Eduard-Mihai Burtescu | -144/+134 |
| 2020-07-02 | rustc_lint: avoid using TypeckTables::empty for LateContext. | Eduard-Mihai Burtescu | -21/+34 |
| 2020-06-30 | change `skip_binder` to use T by value | Bastian Kauschke | -1/+1 |
| 2020-06-28 | Rollup merge of #73817 - jumbatm:rename-to-clashing-extern-declarations, r=pe... | Manish Goregaokar | -10/+10 |
| 2020-06-27 | Rollup merge of #73758 - davidtwco:issue-60855-remaining-reveal-all, r=matthe... | Manish Goregaokar | -62/+66 |
| 2020-06-28 | Rename the lint to clashing_extern_declarations. | jumbatm | -10/+10 |
| 2020-06-26 | improper_ctypes: fix remaining `Reveal:All` | David Wood | -62/+66 |
| 2020-06-26 | Auto merge of #73743 - eddyb:lint-on-demand-typeck-tables, r=Manishearth | bors | -35/+80 |
| 2020-06-25 | Rollup merge of #72770 - crlf0710:mixed_script_confusable, r=Manishearth | Manish Goregaokar | -130/+226 |
| 2020-06-26 | rustc_lint: only query `typeck_tables_of` when a lint needs it. | Eduard-Mihai Burtescu | -35/+80 |
| 2020-06-26 | Implement mixed script confusable lint. | Charles Lew | -3/+126 |
| 2020-06-24 | improper_ctypes: only allow params in defns mode | David Wood | -2/+8 |
| 2020-06-24 | improper_ctypes: allow pointers to sized types | David Wood | -1/+10 |
| 2020-06-24 | lints: add `improper_ctypes_definitions` | David Wood | -27/+83 |
| 2020-06-23 | Refactor non_ascii_idents lints, exclude ascii pair for confusable_idents lint. | Charles Lew | -131/+104 |
| 2020-06-21 | Make is_freeze and is_copy_modulo_regions take TyCtxtAt | Ralf Jung | -1/+1 |
| 2020-06-21 | Auto merge of #70946 - jumbatm:clashing-extern-decl, r=nagisa | bors | -5/+228 |
| 2020-06-20 | lint: normalize projections using opaque types | David Wood | -8/+19 |
| 2020-06-20 | Add ClashingExternDecl lint. | jumbatm | -5/+228 |
| 2020-06-19 | Rollup merge of #73300 - crlf0710:crate_level_only_check, r=petrochenkov | Manish Goregaokar | -7/+51 |
| 2020-06-19 | Rollup merge of #73257 - davidtwco:issue-73249-improper-ctypes-projection, r=... | Manish Goregaokar | -136/+104 |
| 2020-06-19 | ty: simplify `transparent_newtype_field` | David Wood | -1/+1 |
| 2020-06-19 | lint: unify enum variant, union and struct logic | David Wood | -125/+82 |