| Age | Commit message (Expand) | Author | Lines |
| 2022-10-04 | Merge the `~const` and `impl const` checks and add some explanatory notes | Oli Scherer | -26/+0 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -109/+104 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -109/+104 |
| 2022-09-30 | Rollup merge of #102361 - fee1-dead-contrib:fix-102156, r=eholk | Matthias Krüger | -1/+1 |
| 2022-09-30 | Use let chains instead of let else | fee1-dead | -1/+1 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -8/+2 |
| 2022-09-27 | Fix ICE in const_trait check code | Deadbeef | -1/+1 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -1/+1 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-26 | Rollup merge of #101851 - Xiretza:diagnostic-derive-cleanups, r=davidtwco | fee1-dead | -2/+2 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -56/+62 |
| 2022-09-23 | Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgr | bors | -10/+14 |
| 2022-09-23 | Rollup merge of #101815 - diegooliveira:master, r=davidtwco | Matthias Krüger | -10/+14 |
| 2022-09-22 | Rollup merge of #102127 - TaKO8Ki:use-appropriate-variable-names, r=lcnr | Matthias Krüger | -6/+6 |
| 2022-09-22 | Add missing code="" attributes to suggestion subdiagnostics | Xiretza | -2/+2 |
| 2022-09-22 | use appropriate variable names | Takayuki Maeda | -6/+6 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -0/+22 |
| 2022-09-21 | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic | Jhonny Bill Mena | -2/+2 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | -52/+52 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -52/+52 |
| 2022-09-17 | Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkov | Matthias Krüger | -9/+12 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -1/+1 |
| 2022-09-16 | more simple formatting | Rageking8 | -1/+2 |
| 2022-09-16 | Require `#[const_trait]` for `const` `impl`s | Deadbeef | -0/+22 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | Migrated the rustc_passes lint for annotations without effect to the new diag... | Diego de Oliveira | -10/+14 |
| 2022-09-14 | change AccessLevels representation | Bryanskiy | -9/+12 |
| 2022-09-14 | Rollup merge of #101772 - est31:replace_placeholder_diagnostics, r=jackh726 | Dylan DPC | -6/+13 |
| 2022-09-14 | Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot | bors | -12/+12 |
| 2022-09-14 | Also replace the placeholder for the stable_features lint | est31 | -6/+13 |
| 2022-09-13 | Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser | bors | -0/+23 |
| 2022-09-12 | Remove unused span argument from `walk_fn`. | Nicholas Nethercote | -4/+4 |
| 2022-09-12 | Remove `path_span` argument to the `visit_path_segment` methods. | Nicholas Nethercote | -8/+8 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -2/+1 |
| 2022-09-09 | RPITIT placeholder items | Michael Goulet | -0/+2 |
| 2022-09-08 | Introduce `DotDotPos`. | Nicholas Nethercote | -7/+4 |
| 2022-09-08 | Arena-allocate `hir::Lifetime`. | Nicholas Nethercote | -0/+5 |
| 2022-09-07 | Rollup merge of #101503 - spastorino:add-debug-calls, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-09-07 | Format hir_id_validator error using pretty print | Santiago Pastorino | -1/+1 |
| 2022-09-07 | ssa: implement `#[collapse_debuginfo]` | David Wood | -0/+23 |
| 2022-09-07 | Rollup merge of #101486 - asquared31415:invalid_repr_list, r=estebank | Yuki Okushi | -0/+1 |
| 2022-09-06 | add list of recognized repr attributes to the unrecognized repr error | asquared31415 | -0/+1 |
| 2022-09-06 | Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot | bors | -1/+1 |
| 2022-09-05 | Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj... | bors | -2/+3 |
| 2022-09-05 | use `propagate_through_exprs` instead of `propagate_through_expr` | Takayuki Maeda | -4/+1 |
| 2022-09-05 | Auto merge of #101228 - nnethercote:simplify-hir-PathSegment, r=petrochenkov | bors | -1/+1 |
| 2022-09-05 | refactor: remove unnecessary variables | Takayuki Maeda | -3/+4 |
| 2022-09-05 | separate the receiver from arguments in HIR | Takayuki Maeda | -2/+5 |
| 2022-09-05 | Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwco | Dylan DPC | -66/+215 |