| Age | Commit message (Expand) | Author | Lines |
| 2022-10-04 | It's not about types or consts, but the lack of regions | Oli Scherer | -11/+11 |
| 2022-10-04 | Auto merge of #102622 - camsteffen:move-layout, r=fee1-dead | bors | -2639/+5 |
| 2022-10-03 | Auto merge of #102632 - matthiaskrgr:rollup-h8s3zmo, r=matthiaskrgr | bors | -5/+3 |
| 2022-10-03 | Add diagnostic struct for const eval error in `rustc_middle` | pierwill | -5/+3 |
| 2022-10-03 | Move utils from rustc_middle to rustc_ty_utils | Cameron Steffen | -2639/+5 |
| 2022-10-02 | Avoid ICE in printing RPITIT type | Michael Goulet | -1/+1 |
| 2022-10-01 | Compute by owner instead of HirId. | Camille GILLOT | -1/+1 |
| 2022-10-01 | Move lint level computation to rustc_middle::lint. | Camille GILLOT | -39/+4 |
| 2022-10-01 | Compute `lint_levels` by definition | Deadbeef | -15/+13 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -7/+17 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -7/+17 |
| 2022-09-30 | Rollup merge of #101075 - ellishg:rustc_codegen_gcc_diagnostics, r=davidtwco | Matthias Krüger | -0/+13 |
| 2022-09-30 | Auto merge of #102164 - compiler-errors:rpitit-foreign, r=TaKO8Ki | bors | -0/+5 |
| 2022-09-29 | Auto merge of #101887 - nnethercote:shrink-Res, r=spastorino | bors | -1/+2 |
| 2022-09-29 | Auto merge of #101893 - oli-obk:lift_derive, r=lcnr | bors | -0/+1 |
| 2022-09-29 | Rollup merge of #102399 - b-naber:binder-print-ice, r=lcnr | Yuki Okushi | -4/+10 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -1/+2 |
| 2022-09-28 | account for use of index-based lifetime names in print of binder | b-naber | -4/+10 |
| 2022-09-27 | rustdoc: Queryify `is_notable_trait` | Noah Lev | -2/+14 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -5/+5 |
| 2022-09-26 | address review | b-naber | -3/+4 |
| 2022-09-26 | don't duplicate late-bound region names in print of Binder | b-naber | -27/+81 |
| 2022-09-25 | Move functions on `DepKindStruct` from rustc_middle to rustc_query_system | Joshua Nelson | -6/+2 |
| 2022-09-24 | Auto merge of #102040 - TaKO8Ki:separate-definitions-and-hir-owners, r=cjgillot | bors | -10/+19 |
| 2022-09-24 | fix lifetime error | Ellis Hoag | -2/+8 |
| 2022-09-24 | rebase and update trait names | Ellis Hoag | -5/+3 |
| 2022-09-24 | impl SessionDiagnostic for LayoutError and Spanned<T> | Ellis Hoag | -1/+10 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -10/+19 |
| 2022-09-24 | Rollup merge of #102088 - oli-obk:cleanups, r=bjorn3 | Matthias Krüger | -1/+4 |
| 2022-09-24 | Auto merge of #102064 - cjgillot:revert, r=Mark-Simulacrum | bors | -5/+41 |
| 2022-09-24 | Rollup merge of #102152 - compiler-errors:issue-102140, r=fee1-dead | Matthias Krüger | -3/+7 |
| 2022-09-24 | Auto merge of #102068 - cjgillot:erased-lifetime-print, r=eholk | bors | -22/+3 |
| 2022-09-23 | Always print '_, even for erased lifetimes. | Camille GILLOT | -22/+3 |
| 2022-09-23 | Auto merge of #102056 - b-naber:unevaluated, r=lcnr | bors | -77/+91 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -37/+58 |
| 2022-09-23 | Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgr | bors | -1/+30 |
| 2022-09-23 | Rollup merge of #101664 - mejrs:similarity, r=fee1-dead | Matthias Krüger | -1/+30 |
| 2022-09-23 | Serialize RPITIT values in libs | Michael Goulet | -0/+5 |
| 2022-09-22 | Calculate ProjectionTy::trait_def_id correctly | Michael Goulet | -3/+7 |
| 2022-09-22 | Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk" | Camille GILLOT | -5/+41 |
| 2022-09-22 | use valtrees for comparison | b-naber | -8/+1 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -63/+56 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -0/+5 |
| 2022-09-21 | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | -1/+2 |
| 2022-09-21 | Fix wrongly refactored Lift impl | Oli Scherer | -1/+4 |
| 2022-09-20 | Rollup merge of #102021 - lcnr:tyConst-fun, r=b-naber,BoxyUwU | Michael Howell | -44/+1 |
| 2022-09-20 | Rollup merge of #101958 - hanar3:101666/enhance-error-message, r=oli-obk | Michael Howell | -2/+3 |
| 2022-09-20 | Retry with inlining attributes | Oli Scherer | -27/+2 |
| 2022-09-19 | Incorporate feedback | mejrs | -1/+30 |
| 2022-09-19 | remove `ty::Const::from_inline_const` | lcnr | -44/+1 |