| Age | Commit message (Expand) | Author | Lines |
| 2020-08-10 | Remove `CowBoxSymStr`. | Nicholas Nethercote | -61/+23 |
| 2020-08-10 | Fix symbol ordering for confusable idents detection. | Nicholas Nethercote | -0/+6 |
| 2020-08-08 | Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov | bors | -25/+27 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -25/+27 |
| 2020-08-08 | fix clippy::needless_return: remove unneeded return statements | Matthias Krüger | -1/+1 |
| 2020-08-04 | Rollup merge of #75083 - JohnTitor:follow-up-unused-braces, r=lcnr | Yuki Okushi | -1/+4 |
| 2020-08-04 | Rollup merge of #75056 - Veykril:path_statements_lint, r=oli-obk | Yuki Okushi | -2/+18 |
| 2020-08-04 | rustc_ast: `(Nested)MetaItem::check_name` -> `has_name` | Vadim Petrochenkov | -1/+1 |
| 2020-08-03 | Do not trigger `unused_braces` for `while let` | Yuki Okushi | -1/+4 |
| 2020-08-02 | Rollup merge of #75031 - JohnTitor:unused-parens-braces-yield, r=lcnr | Manish Goregaokar | -1/+1 |
| 2020-08-02 | Lint path statements to use drop for drop types | Lukas Wirth | -2/+18 |
| 2020-08-03 | Recover strictness for `yield` | Yuki Okushi | -2/+1 |
| 2020-08-02 | Auto merge of #74785 - euclio:deprecation-kinds, r=petrochenkov | bors | -1/+1 |
| 2020-08-02 | Do not trigger `unused_{braces,parens}` lints with `yield` | Yuki Okushi | -0/+1 |
| 2020-08-01 | Auto merge of #74726 - oli-obk:tracing, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-31 | fix part of comparison that would always evaluate to "true", probably an over... | Matthias Krüger | -1/+1 |
| 2020-07-31 | Auto merge of #74926 - Manishearth:rename-lint, r=jyn514 | bors | -3/+4 |
| 2020-07-30 | Rename the lint again | Manish Goregaokar | -3/+3 |
| 2020-07-30 | intra_doc_resolution_failures -> broken_intra_doc_links | Manish Goregaokar | -1/+1 |
| 2020-07-30 | Rename to intra_doc_resolution_failures | Manish Goregaokar | -3/+3 |
| 2020-07-30 | Fix missed same-sized member clash in ClashingExternDeclarations. | jumbatm | -5/+32 |
| 2020-07-30 | Handle structs with zst members. | jumbatm | -23/+28 |
| 2020-07-30 | Address code review comments. | jumbatm | -137/+168 |
| 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 |