| Age | Commit message (Expand) | Author | Lines |
| 2023-08-20 | Warn on elided lifetimes in associated constants | Michael Goulet | -0/+46 |
| 2023-08-15 | more nits | Michael Goulet | -29/+12 |
| 2023-08-15 | Reuse the selection context, compute failing obligations first in ambig mode | Michael Goulet | -0/+2 |
| 2023-08-15 | nits | Michael Goulet | -1/+4 |
| 2023-08-15 | Implement lint against coinductive impl overlap | Michael Goulet | -0/+51 |
| 2023-08-04 | Auto merge of #114414 - cjgillot:early-unnameable-test, r=petrochenkov | bors | -0/+40 |
| 2023-08-03 | Make test harness lint about unnnameable tests. | Camille GILLOT | -0/+40 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -1/+0 |
| 2023-08-02 | Replace old private-in-public diagnostic with type privacy lints | Bryanskiy | -47/+2 |
| 2023-07-29 | fix(resolve): update the ambiguity glob binding as warning recursively | bohan | -0/+62 |
| 2023-07-28 | Auto merge of #111780 - weiznich:diagnostic_namespace, r=petrochenkov | bors | -0/+25 |
| 2023-07-28 | Introduce the `#[diagnostic]` attribute namespace | Georg Semmler | -0/+25 |
| 2023-07-28 | Auto merge of #113312 - Ddystopia:auto-trait-fun, r=lcnr | bors | -3/+3 |
| 2023-07-28 | Change the description of `SUSPICIOUS_AUTO_TRAIT_IMPLS` | Oleksandr Babak | -3/+3 |
| 2023-07-18 | Fix removal span calculation of unused_qualifications suggestion | 许杰友 Jieyou Xu (Joe) | -4/+2 |
| 2023-07-13 | Add machine-applicable suggestion for `unused_qualifications` lint | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2023-07-11 | Lint against misplaced where-clauses on assoc tys in traits | León Orell Valerian Liehr | -1/+1 |
| 2023-07-05 | Make `unused_associated_type_bounds`'s lint level changeable | Oli Scherer | -0/+1 |
| 2023-07-05 | Lint now-unnecessary associated type bounds | Oli Scherer | -0/+26 |
| 2023-06-29 | Rollup merge of #112670 - petrochenkov:typriv, r=eholk | Matthias Krüger | -2/+8 |
| 2023-06-22 | Stop hiding const eval limit in external macros | Oli Scherer | -1/+2 |
| 2023-06-15 | privacy: Feature gate new type privacy lints | Vadim Petrochenkov | -2/+8 |
| 2023-06-12 | Private-in-public lints implementation | Bryanskiy | -0/+95 |
| 2023-05-31 | Remove const eval limit and implement an exponential backoff lint instead | Oli Scherer | -0/+38 |
| 2023-05-27 | Add warn-by-default lint for local binding shadowing exported glob re-export ... | 许杰友 Jieyou Xu (Joe) | -0/+48 |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -0/+3 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -0/+3 |
| 2023-05-05 | Improve check-cfg diagnostics (part 2) | Urgau | -1/+2 |
| 2023-04-29 | Partial stabilisation of `c_unwind` | Gary Guo | -3/+1 |
| 2023-04-27 | Add a few more missing lints | Michael Goulet | -0/+2 |
| 2023-04-27 | Sort hardwired lints | Michael Goulet | -89/+91 |
| 2023-04-27 | Add invalid_macro_export_arguments to built-in macro list | Michael Goulet | -0/+1 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -2/+2 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -1/+1 |
| 2023-03-23 | Rollup merge of #108588 - ehuss:lint-docs-produces, r=eholk | Matthias Krüger | -7/+2 |
| 2023-03-20 | Lint ambiguous glob re-exports | 许杰友 Jieyou Xu (Joe) | -0/+50 |
| 2023-03-15 | Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J... | bors | -3/+4 |
| 2023-03-11 | `MaybeUninit::assume_init_read` should have `noundef` load metadata | Scott McMurray | -3/+4 |
| 2023-03-11 | Rollup merge of #108806 - cjgillot:query-lints, r=davidtwco | Matthias Krüger | -2/+5 |
| 2023-03-06 | Querify early_lint_checks. | Camille GILLOT | -1/+2 |
| 2023-03-06 | Querify registered_tools. | Camille GILLOT | -1/+3 |
| 2023-02-28 | Fix the ffi_unwind_calls lint documentation | Eric Huss | -7/+2 |
| 2023-02-27 | Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkin | Matthias Krüger | -0/+7 |
| 2023-02-22 | Add check for invalid \`#[macro_export]\` arguments | blyxyas | -0/+30 |
| 2023-02-22 | Move the unused extern crate check back to the resolver. | Camille GILLOT | -0/+7 |
| 2023-02-09 | Extend `BYTE_SLICE_IN_PACKED_STRUCT_WITH_DERIVE`. | Nicholas Nethercote | -4/+5 |
| 2023-01-31 | make unaligned_reference a hard error | Ralf Jung | -46/+0 |
| 2023-01-30 | Auto merge of #104429 - nnethercote:more-deriving-on-packed-structs, r=RalfJung | bors | -0/+34 |
| 2023-01-30 | Allow more deriving on packed structs. | Nicholas Nethercote | -0/+34 |
| 2023-01-29 | Rollup merge of #107078 - ehuss:invalid_doc_attributes-docs, r=jackh726 | Matthias Krüger | -3/+9 |