| Age | Commit message (Expand) | Author | Lines |
| 2022-10-18 | change `ConstEvaluatable` to use `ty::Const` | lcnr | -6/+34 |
| 2022-10-17 | mir constants: type traversing bye bye | lcnr | -97/+0 |
| 2022-10-16 | Rollup merge of #102953 - WaffleLapkin:better_docs_for_decorate_param, r=Ralf... | Matthias Krüger | -0/+10 |
| 2022-10-15 | Fix subst issues with RPITIT | Michael Goulet | -3/+16 |
| 2022-10-15 | Auto merge of #102895 - Nilstrieb:query-cleanups, r=cjgillot | bors | -1/+10 |
| 2022-10-15 | Auto merge of #101832 - compiler-errors:dyn-star-plus, r=eholk | bors | -0/+3 |
| 2022-10-14 | Get rid of `rustc_query_description!` | Nilstrieb | -1/+10 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -5/+3 |
| 2022-10-14 | Auto merge of #102695 - compiler-errors:int-and-float-trivial-copy, r=lcnr | bors | -1/+4 |
| 2022-10-14 | float and int vars are trivially copy | Michael Goulet | -1/+4 |
| 2022-10-14 | more dupe word typos | Rageking8 | -5/+3 |
| 2022-10-14 | Auto merge of #102684 - JhonnyBillM:delete-target-data-layout-errors-wrapper,... | bors | -2/+1 |
| 2022-10-14 | Make dyn* cast into a coercion | Michael Goulet | -0/+3 |
| 2022-10-13 | Auto merge of #102700 - oli-obk:0xDEAD_TAIT, r=compiler-errors | bors | -5/+258 |
| 2022-10-13 | Print RPITIT verbosely if -Zverbose | Michael Goulet | -1/+3 |
| 2022-10-12 | Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakis | bors | -0/+1 |
| 2022-10-12 | ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errors | Jhonny Bill Mena | -2/+1 |
| 2022-10-12 | link lint function with `decorate` function param to `struct_lint_level` | Maybe Waffle | -0/+10 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -1/+2 |
| 2022-10-12 | Rollup merge of #102890 - camsteffen:adt-sized-representability, r=cjgillot | Dylan DPC | -5/+2 |
| 2022-10-12 | Rollup merge of #102110 - CleanCut:migrate_rustc_passes_diagnostics, r=davidtwco | Dylan DPC | -1/+20 |
| 2022-10-10 | Check representability in adt_sized_constraint | Cameron Steffen | -5/+2 |
| 2022-10-10 | Fix compiler docs | Guillaume Gomez | -2/+2 |
| 2022-10-08 | Rollup merge of #102514 - b-naber:binder-print-fixes, r=jackh726 | Michael Howell | -12/+63 |
| 2022-10-08 | handle late-bound vars from inner binders correctly and add test | b-naber | -1/+1 |
| 2022-10-08 | Auto merge of #102809 - matthiaskrgr:rollup-qq62vuv, r=matthiaskrgr | bors | -0/+26 |
| 2022-10-08 | Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obk | Matthias Krüger | -0/+26 |
| 2022-10-07 | Check hidden types in dead code | Oli Scherer | -1/+1 |
| 2022-10-07 | Remap hidden types from typeck before storing them in the TypeckResult | Oli Scherer | -16/+31 |
| 2022-10-07 | Move ReverseMapper logic onto OpaqueHiddenType | Oli Scherer | -0/+240 |
| 2022-10-07 | Unconditionally encode hidden types in typeck results | Oli Scherer | -5/+3 |
| 2022-10-07 | First batch of review feedback changes from #102110 | Nathan Stocks | -1/+20 |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -0/+8 |
| 2022-10-06 | Remove `mir::CastKind::Misc` | ouz-a | -0/+26 |
| 2022-10-05 | Validate opaques in default trait bodies, don't normalize unless a body is pr... | Michael Goulet | -1/+1 |
| 2022-10-05 | Fix test for default body with impl | Michael Goulet | -0/+1 |
| 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 | re-name params + add comments | b-naber | -10/+16 |
| 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 | don't repeat lifetime names from outer binder in print | b-naber | -12/+57 |
| 2022-09-30 | Rollup merge of #101075 - ellishg:rustc_codegen_gcc_diagnostics, r=davidtwco | Matthias Krüger | -0/+13 |