| Age | Commit message (Expand) | Author | Lines |
| 2022-07-15 | Remove some more usages of guess_head_span | Michael Goulet | -2/+1 |
| 2022-07-14 | Rollup merge of #98580 - PrestonFrom:issue_98466, r=estebank | Dylan DPC | -0/+12 |
| 2022-07-14 | Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPC | bors | -1/+2 |
| 2022-07-14 | Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot | Dylan DPC | -1/+2 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -3/+3 |
| 2022-07-13 | Emit warning when named arguments are used positionally in format | Preston From | -0/+12 |
| 2022-07-13 | Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddyb | Dylan DPC | -3/+2 |
| 2022-07-12 | Lower closure binders to hir & properly check them | Maybe Waffle | -0/+1 |
| 2022-07-12 | Parse closure binders | Maybe Waffle | -1/+1 |
| 2022-07-07 | Auto merge of #95573 - cjgillot:lower-query, r=michaelwoerister | bors | -2/+2 |
| 2022-07-07 | Rollup merge of #98507 - xFrednet:rfc-2383-manual-expectation-magic, r=wesley... | Dylan DPC | -1/+32 |
| 2022-07-07 | Comment update | Oli Scherer | -2/+1 |
| 2022-07-07 | `UnsafeCell` now has no niches, ever. | Oli Scherer | -1/+1 |
| 2022-07-06 | Make AST lowering a query. | Camille GILLOT | -2/+2 |
| 2022-07-06 | Add function to manually fulfill lint expectations (RFC 2383) | xFrednet | -1/+32 |
| 2022-07-06 | Rollup merge of #98519 - TaKO8Ki:add-head-span-field-to-item-and-impl-item, r... | Guillaume Gomez | -24/+13 |
| 2022-07-06 | fix miri-opt tests | Takayuki Maeda | -10/+6 |
| 2022-07-06 | replace `guess_head_span` with `def_span` | Takayuki Maeda | -14/+7 |
| 2022-07-06 | Rollup merge of #98884 - davidtwco:translation-on-lints-derive, r=oli-obk | Dylan DPC | -15/+43 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -5/+5 |
| 2022-07-05 | macros: add diagnostic derive for lints | David Wood | -7/+15 |
| 2022-07-05 | errors: introduce `DecorateLint` | David Wood | -2/+22 |
| 2022-07-05 | lint: `LintDiagnosticBuilder` into `rustc_errors` | David Wood | -7/+7 |
| 2022-07-05 | Rollup merge of #98624 - davidtwco:translation-on-lints, r=compiler-errors | Dylan DPC | -587/+507 |
| 2022-06-30 | fix grammar in useless doc comment lint | Andy Russell | -2/+2 |
| 2022-06-30 | lint: port asm labels diagnostics | David Wood | -3/+1 |
| 2022-06-30 | lint: port deref nullptr diagnostics | David Wood | -2/+2 |
| 2022-06-30 | lint: port clashing extern diagnostics | David Wood | -14/+10 |
| 2022-06-30 | lint: add todo for invalid value diagnostics | David Wood | -0/+1 |
| 2022-06-30 | lint: port incomplete features diagnostics | David Wood | -14/+5 |
| 2022-06-30 | lint: port explicit outlives diagnostics | David Wood | -6/+3 |
| 2022-06-30 | lint: port keyword idents diagnostics | David Wood | -2/+4 |
| 2022-06-30 | lint: port test items diagnostics | David Wood | -1/+1 |
| 2022-06-30 | lint: port `...` range pattern diagnostics | David Wood | -6/+12 |
| 2022-06-30 | lint: port trivial bounds diagnostics | David Wood | -6/+4 |
| 2022-06-30 | lint: port type alias bounds diagnostics | David Wood | -10/+5 |
| 2022-06-30 | lint: port unreachable `pub` diagnostic | David Wood | -3/+4 |
| 2022-06-30 | lint: port unstable feature diagnostics | David Wood | -1/+1 |
| 2022-06-30 | lint: port mutable transmutes diagnostic | David Wood | -3/+1 |
| 2022-06-30 | lint: port no-mangle diagnostics | David Wood | -5/+4 |
| 2022-06-30 | lint: port unused doc comment diagnostics | David Wood | -7/+5 |
| 2022-06-30 | lint: port deprecated attr diagnostics | David Wood | -24/+27 |
| 2022-06-30 | lint: port anonymous parameter diagnostics | David Wood | -12/+8 |
| 2022-06-30 | lint: port missing debug impl diagnostics | David Wood | -6/+3 |
| 2022-06-30 | lint: port missing copy impl diagnostics | David Wood | -5/+1 |
| 2022-06-30 | lint: port missing documentation diagnostics | David Wood | -1/+4 |
| 2022-06-30 | lint: port unsafe diagnostics | David Wood | -36/+32 |
| 2022-06-30 | lint: port non-shorthand pattern diagnostics | David Wood | -10/+10 |
| 2022-06-30 | lint: port box pointers diagnostics | David Wood | -1/+1 |
| 2022-06-30 | lint: port while true diagnostics | David Wood | -4/+3 |