| Age | Commit message (Expand) | Author | Lines |
| 2023-02-04 | don't point at nonexisting code beyond EOF when warning about unused delims | Matthias Krüger | -0/+4 |
| 2023-02-03 | Rollup merge of #107539 - PossiblyAShrub:unused-parens-in-index, r=lcnr | Dylan DPC | -0/+4 |
| 2023-02-04 | Fix #103320, add explanatory message for [#must_use] | yukang | -2/+34 |
| 2023-02-02 | Emit warnings on unused parens/braces in index expressions | Aidan Olsen | -0/+4 |
| 2023-02-01 | Auto merge of #107536 - GuillaumeGomez:rollup-xv7dx2h, r=GuillaumeGomez | bors | -19/+20 |
| 2023-01-31 | Rollup merge of #107467 - WaffleLapkin:uneq, r=oli-obk | Guillaume Gomez | -19/+20 |
| 2023-01-31 | make unaligned_reference a hard error | Ralf Jung | -1/+10 |
| 2023-01-31 | Review changes | Maybe Waffle | -1/+1 |
| 2023-01-30 | Replace enum `==`s with `match`es where it makes sense | Maybe Waffle | -20/+21 |
| 2023-01-30 | Allow more deriving on packed structs. | Nicholas Nethercote | -0/+3 |
| 2023-01-29 | Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors | bors | -0/+70 |
| 2023-01-28 | Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkin | bors | -51/+49 |
| 2023-01-28 | Reintroduce multiple_supertrait_upcastable lint | Gary Guo | -0/+70 |
| 2023-01-28 | Auto merge of #106916 - lukas-code:overlapping-substs, r=estebank | bors | -7/+30 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -26/+23 |
| 2023-01-28 | Take a LocalDefId in hir::Visitor::visit_fn. | Camille GILLOT | -26/+27 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -0/+1 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -1/+1 |
| 2023-01-26 | replace usages of fn_sig query with bound_fn_sig | Kyle Matsuda | -1/+1 |
| 2023-01-23 | fix: use LocalDefId instead of HirId in trait res | Vincenzo Palazzo | -2/+3 |
| 2023-01-21 | Rollup merge of #106935 - TaKO8Ki:fix-104440, r=cjgillot | Michael Goulet | -21/+26 |
| 2023-01-20 | Auto merge of #105102 - compiler-errors:copy-impl-considering-regions, r=lcnr | bors | -8/+10 |
| 2023-01-20 | fix overlapping spans for `explicit_outlives_requirements` in macros | Lukas Markeffsky | -7/+30 |
| 2023-01-17 | Stop using `BREAK` & `CONTINUE` in compiler | Scott McMurray | -1/+1 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -3/+3 |
| 2023-01-17 | Rollup merge of #106148 - chenyukang:yukang/fix-105061-unused, r=lcnr | Dylan DPC | -24/+61 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -3/+3 |
| 2023-01-16 | comments feedback | yukang | -24/+28 |
| 2023-01-16 | fix #104440 | Takayuki Maeda | -21/+26 |
| 2023-01-15 | Rollup merge of #106906 - matthiaskrgr:clone, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 2023-01-15 | remove redundant clones | Matthias Krüger | -3/+3 |
| 2023-01-15 | Fix regression in `unused_braces` with macros | clubby789 | -4/+8 |
| 2023-01-14 | Fix `unused_braces` on generic const expr macro call | clubby789 | -0/+1 |
| 2023-01-14 | fix issues in unused lint | yukang | -18/+46 |
| 2023-01-14 | fix #105061, Fix unused_parens issue for higher ranked function pointers | yukang | -1/+6 |
| 2023-01-13 | Check ADT fields for copy implementations considering regions | Michael Goulet | -8/+10 |
| 2023-01-13 | Auto merge of #106776 - oli-obk:om_nom_nom_nom_nom, r=cjgillot | bors | -1/+1 |
| 2023-01-13 | Auto merge of #101138 - Rejyr:diagnostic-migration-rustc-lint-pt2, r=davidtwco | bors | -1372/+2236 |
| 2023-01-12 | Feed the `features_query` instead of grabbing it from the session lazily | Oli Scherer | -1/+1 |
| 2023-01-12 | Mark ZST as FFI-safe if all its fields are PhantomData | Arthur Carcano | -23/+23 |
| 2023-01-11 | Auto merge of #105919 - uweigand:s390x-stack-overflow, r=Nilstrieb | bors | -1/+2 |
| 2023-01-09 | refactor: cleanup | Rejyr | -49/+3 |
| 2023-01-09 | migrate: `deref_into_dyn_supertrait.rs` | Rejyr | -18/+30 |
| 2023-01-09 | add: allow lints in `lints.rs` | Rejyr | -0/+2 |
| 2023-01-09 | migrate: rest of `builtin.rs` without `builtin_asm_labels` | Rejyr | -183/+353 |
| 2023-01-09 | migrate: `UnsafeCode` in `builtin.rs` | Rejyr | -83/+63 |
| 2023-01-09 | migrate: `hidden_unicode_codepoints.rs` | Rejyr | -50/+107 |
| 2023-01-09 | add: `#[rustc_lint_diagnostics]` for more `context.rs` functions. | Rejyr | -0/+5 |
| 2023-01-09 | refactor: refactor to derive for some lints. | Rejyr | -139/+96 |
| 2023-01-09 | migrate: `for_loops_over_fallibles.rs` | Rejyr | -46/+78 |