| Age | Commit message (Expand) | Author | Lines |
| 2022-10-18 | `const_evaluatable_unchecked` to const eval | lcnr | -1/+26 |
| 2022-10-18 | change `ConstEvaluatable` to use `ty::Const` | lcnr | -6/+34 |
| 2022-10-17 | Auto merge of #102355 - lcnr:bye-bye-type-traversal, r=oli-obk | bors | -185/+21 |
| 2022-10-17 | add inline to `TrivialTypeTraversalImpls` | lcnr | -14/+17 |
| 2022-10-17 | rm `try_normalize_mir_const_after_erasing_regions` | lcnr | -8/+0 |
| 2022-10-17 | mir constants: type traversing bye bye | lcnr | -169/+10 |
| 2022-10-17 | Duplicate comment in mod.rs | Samuel Moelius | -5/+0 |
| 2022-10-16 | Auto merge of #102026 - Bryanskiy:resolve_update, r=petrochenkov | bors | -32/+104 |
| 2022-10-16 | Populate effective visibilities in 'rustc_resolve' | Bryanskiy | -32/+104 |
| 2022-10-16 | Rollup merge of #102953 - WaffleLapkin:better_docs_for_decorate_param, r=Ralf... | Matthias Krüger | -0/+43 |
| 2022-10-16 | fix typo | Ralf Jung | -1/+1 |
| 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 | -2/+14 |
| 2022-10-15 | Auto merge of #101832 - compiler-errors:dyn-star-plus, r=eholk | bors | -2/+5 |
| 2022-10-14 | Fix line numbers for MIR inlined code | Wesley Wiser | -1/+3 |
| 2022-10-14 | Get rid of `rustc_query_description!` | Nilstrieb | -2/+14 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -6/+4 |
| 2022-10-14 | Require lifetime bounds for opaque types in order to allow hidden types to ca... | Oli Scherer | -2/+75 |
| 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 | -6/+4 |
| 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 | -2/+5 |
| 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 | Apply suggestions from code review | Waffle Maybe | -9/+4 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -4/+8 |
| 2022-10-12 | Improve docs for `struct_lint_level` function. | Maybe Waffle | -0/+38 |
| 2022-10-12 | Rollup merge of #102890 - camsteffen:adt-sized-representability, r=cjgillot | Dylan DPC | -27/+4 |
| 2022-10-12 | Rollup merge of #102110 - CleanCut:migrate_rustc_passes_diagnostics, r=davidtwco | Dylan DPC | -1/+20 |
| 2022-10-11 | Rollup merge of #101727 - est31:stabilize_map_first_last, r=m-ou-se | Matthias Krüger | -1/+0 |
| 2022-10-10 | Check representability in adt_sized_constraint | Cameron Steffen | -27/+4 |
| 2022-10-10 | Fix compiler docs | Guillaume Gomez | -3/+3 |
| 2022-10-10 | Rollup merge of #102786 - compiler-errors:no-tuple-candidate, r=lcnr | Dylan DPC | -14/+2 |
| 2022-10-10 | Rollup merge of #102275 - Urgau:stabilize-half_open_range_patterns, r=cjgillot | Yuki Okushi | -1/+1 |
| 2022-10-10 | Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki | Yuki Okushi | -2/+2 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -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 | -5/+42 |
| 2022-10-08 | Rollup merge of #102785 - fee1-dead-contrib:rm_autoimpl_defid, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2022-10-08 | Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obk | Matthias Krüger | -3/+40 |
| 2022-10-08 | Auto merge of #100720 - camsteffen:representable, r=cjgillot | bors | -5/+200 |
| 2022-10-08 | Stabilize half_open_range_patterns | Urgau | -1/+1 |
| 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 |