| Age | Commit message (Expand) | Author | Lines |
| 2022-09-12 | Plumb dyn trait representation through ty::Dynamic | Eric Holk | -1/+1 |
| 2022-09-12 | Allow tool-lints to specify a feature-gate too | Wim Looman | -2/+4 |
| 2022-09-12 | Remove unused argument from `check_mac_def`. | Nicholas Nethercote | -3/+3 |
| 2022-09-12 | Remove unused argument from `visit_poly_trait_ref`. | Nicholas Nethercote | -8/+4 |
| 2022-09-12 | Remove unused span argument from `check_mod` and `process_mod`. | Nicholas Nethercote | -14/+8 |
| 2022-09-12 | Remove unused span argument from `walk_fn`. | Nicholas Nethercote | -2/+2 |
| 2022-09-12 | Remove `path_span` argument to the `visit_path_segment` methods. | Nicholas Nethercote | -3/+3 |
| 2022-09-11 | Avoid `Iterator::last` | KaDiWa | -2/+2 |
| 2022-09-08 | Rollup merge of #101501 - Jarcho:tcx_lint_passes, r=davidtwco | Dylan DPC | -31/+57 |
| 2022-09-06 | Allow lint passes to be bound by `TyCtxt` | Jason Newcomb | -31/+57 |
| 2022-09-06 | Rollup merge of #101434 - JhonnyBillM:replace-session-for-handler-in-into-dia... | Guillaume Gomez | -4/+4 |
| 2022-09-06 | Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot | bors | -13/+6 |
| 2022-09-05 | Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj... | bors | -20/+20 |
| 2022-09-05 | Auto merge of #101228 - nnethercote:simplify-hir-PathSegment, r=petrochenkov | bors | -2/+1 |
| 2022-09-05 | refactor: remove unnecessary variables | Takayuki Maeda | -6/+3 |
| 2022-09-05 | separate the receiver from arguments in HIR | Takayuki Maeda | -19/+22 |
| 2022-09-05 | UPDATE - into_diagnostic to take a Handler instead of a ParseSess | Jhonny Bill Mena | -4/+4 |
| 2022-09-05 | Make `hir::PathSegment::res` non-optional. | Nicholas Nethercote | -2/+1 |
| 2022-09-03 | more clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-09-03 | Auto merge of #100574 - Urgau:check-cfg-warn-cfg, r=petrochenkov | bors | -0/+37 |
| 2022-09-02 | Refactor and re-use BindingAnnotation | Cameron Steffen | -13/+6 |
| 2022-09-02 | Add warning against unexpected --cfg with --check-cfg | Urgau | -0/+37 |
| 2022-09-02 | Rollup merge of #97739 - a2aaron:let_underscore, r=estebank | Guillaume Gomez | -0/+180 |
| 2022-09-01 | Rollup merge of #94467 - ibraheemdev:master, r=pnkfelix | Matthias Krüger | -0/+79 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -9/+4 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -3/+3 |
| 2022-08-31 | lint: avoid linting diag functions with diag lints | David Wood | -3/+9 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -3/+3 |
| 2022-08-30 | Auto merge of #98919 - 5225225:stricter-invalid-value, r=RalfJung | bors | -0/+9 |
| 2022-08-30 | Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-08-29 | Auto merge of #101167 - matthiaskrgr:rollup-yt3jdmp, r=matthiaskrgr | bors | -3/+2 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -0/+1 |
| 2022-08-29 | Remove `Sync` requirement from lint pass objects as they are created on demand | Jason Newcomb | -3/+2 |
| 2022-08-29 | Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors | Dylan DPC | -6/+13 |
| 2022-08-26 | Rollup merge of #100776 - Rejyr:diagnostic-migration-rustc-lint, r=davidtwco | Michael Goulet | -124/+263 |
| 2022-08-26 | Make invalid-value trigger on uninit primitives | 5225225 | -0/+9 |
| 2022-08-24 | Rollup merge of #100826 - vincenzopalazzo:macros/wrong_sugg_with_positional_a... | Matthias Krüger | -2/+7 |
| 2022-08-23 | sugg: take into count the debug formatting | Vincenzo Palazzo | -2/+7 |
| 2022-08-23 | cleanup: commented lints | Rejyr | -11/+0 |
| 2022-08-22 | refactor: migrate to kind-less `SessionDiagnostic` derives | Rejyr | -8/+8 |
| 2022-08-22 | migrate: `rustc_lint::context` | Rejyr | -59/+119 |
| 2022-08-22 | rename: `UnknownTool` to `UnknownToolInScopedLint` | Rejyr | -4/+4 |
| 2022-08-22 | migrate: `BuiltinEllipsisInclusiveRangePatterns` | Rejyr | -23/+23 |
| 2022-08-22 | migrate: `OverruledAttribute` | Rejyr | -12/+65 |
| 2022-08-22 | hotfix: add missing import | Rejyr | -1/+1 |
| 2022-08-22 | change: diagnostic `String` field to `Symbol` | Rejyr | -3/+2 |
| 2022-08-22 | migrate: `bad_attr` to `SessionDiagnostic` | Rejyr | -18/+45 |
| 2022-08-22 | migrate: `UnknownTool` error to `SessionDiagnostic` | Rejyr | -16/+27 |
| 2022-08-22 | Use DiagnosticMessage for BufferedEarlyLint.msg | finalchild | -1/+1 |
| 2022-08-21 | Replace #[lint/warning/error] with #[diag] | Xiretza | -1/+1 |