| Age | Commit message (Expand) | Author | Lines |
| 2023-06-07 | Auto merge of #111047 - compiler-errors:rtn-no-ty-ct-params, r=spastorino | bors | -1/+0 |
| 2023-06-06 | Auto merge of #112361 - matthiaskrgr:rollup-39zxrw1, r=matthiaskrgr | bors | -12/+0 |
| 2023-06-06 | Add -Ztrait-solver=next-coherence | Michael Goulet | -0/+8 |
| 2023-06-06 | New trait solver is a property of inference context | Michael Goulet | -1/+1 |
| 2023-06-06 | remove `has_error_field` helper method | lcnr | -12/+0 |
| 2023-06-05 | cleanup some skip_binder -> subst_identity | Kyle Matsuda | -1/+1 |
| 2023-06-05 | Remove redundant InferCtxtExt::fresh_item_substs | Michael Goulet | -1/+0 |
| 2023-06-04 | Use 128 bits for TypeId hash | Thom Chiovoloni | -2/+11 |
| 2023-06-02 | Rollup merge of #112183 - compiler-errors:new-solver-anon-ct, r=BoxyUwU | Michael Goulet | -9/+0 |
| 2023-06-02 | Rollup merge of #112168 - scottmcm:lower-div-rem-unchecked-to-mir, r=oli-obk | Michael Goulet | -4/+9 |
| 2023-06-02 | No more TyCtxt::lazy_normalization | Michael Goulet | -9/+0 |
| 2023-06-02 | Separate AnonConst from ConstBlock in HIR. | Camille GILLOT | -9/+10 |
| 2023-06-02 | Rollup merge of #112189 - compiler-errors:bad-gen, r=cjgillot | Matthias Krüger | -4/+14 |
| 2023-06-02 | Rollup merge of #112165 - fee1-dead-contrib:rn-defualtness, r=compiler-errors | Matthias Krüger | -4/+5 |
| 2023-06-02 | Auto merge of #112198 - compiler-errors:rollup-o2xe4of, r=compiler-errors | bors | -0/+15 |
| 2023-06-01 | Rollup merge of #112190 - nnethercote:improve-comments-TyCtxt-GlobalCtxt, r=c... | Michael Goulet | -0/+12 |
| 2023-06-01 | Rollup merge of #111670 - compiler-errors:const-param-ty, r=BoxyUwU | Michael Goulet | -0/+3 |
| 2023-06-02 | Auto merge of #111677 - fee1-dead-contrib:rustc_const_eval-translatable, r=ol... | bors | -359/+434 |
| 2023-06-01 | Clarify when MIR `Div`/`Rem` trigger UB | Scott McMurray | -4/+9 |
| 2023-06-02 | Improve comments on `TyCtxt` and `GlobalCtxt`. | Nicholas Nethercote | -0/+12 |
| 2023-06-01 | Assert that closures and generators are made with the right number of substit... | Michael Goulet | -4/+14 |
| 2023-06-01 | Rollup merge of #112155 - nnethercote:debug_dump, r=wesleywiser | Matthias Krüger | -0/+2 |
| 2023-06-01 | Implement custom diagnostic for ConstParamTy | Michael Goulet | -0/+3 |
| 2023-06-01 | Remember names of `cfg`-ed out items to mention them in diagnostics | Nilstrieb | -1/+12 |
| 2023-06-01 | improve debug message by eagerly translating | Deadbeef | -13/+1 |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -353/+440 |
| 2023-06-01 | Auto merge of #112164 - Dylan-DPC:rollup-93zj7jw, r=Dylan-DPC | bors | -5/+1 |
| 2023-06-01 | Rename `impl_defaultness` to `defaultness` | Deadbeef | -4/+5 |
| 2023-06-01 | Rollup merge of #111980 - compiler-errors:unmapped-substs, r=lcnr | Dylan DPC | -5/+1 |
| 2023-06-01 | Auto merge of #103877 - oli-obk:const_eval_step_limit, r=fee1-dead | bors | -26/+2 |
| 2023-06-01 | Improve CGU debug printing. | Nicholas Nethercote | -0/+2 |
| 2023-05-31 | Check that RPITs are compatible with the opaques inferred during HIR typeck too | Michael Goulet | -4/+0 |
| 2023-05-31 | Auto merge of #111913 - oli-obk:valtrees2, r=lcnr | bors | -58/+1 |
| 2023-05-31 | Inline from_inline_const into its sole call site | Oli Scherer | -46/+1 |
| 2023-05-31 | Remove `lit_to_mir_constant` query | Oli Scherer | -4/+0 |
| 2023-05-31 | Remove `deref_mir_constant` | Oli Scherer | -8/+0 |
| 2023-05-31 | Only rewrite valtree-constants to patterns and keep other constants opaque | Oli Scherer | -2/+2 |
| 2023-05-31 | Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su... | bors | -1/+21 |
| 2023-05-31 | Remove const eval limit and implement an exponential backoff lint instead | Oli Scherer | -26/+2 |
| 2023-05-31 | Auto merge of #111623 - BoxyUwU:move_eval_hack, r=compiler-errors | bors | -11/+0 |
| 2023-05-31 | move hack to `normalize_param_env_or_error` | Boxy | -11/+0 |
| 2023-05-31 | Auto merge of #112070 - lcnr:disjoint-closure-capture-ub, r=oli-obk | bors | -7/+8 |
| 2023-05-30 | Auto merge of #111881 - lcnr:leak-check, r=nikomatsakis,jackh726 | bors | -13/+0 |
| 2023-05-30 | Rollup merge of #112060 - lcnr:early-binder, r=jackh726 | Nilstrieb | -13/+13 |
| 2023-05-30 | leak_check: remove unused codepath | lcnr | -13/+0 |
| 2023-05-30 | Auto merge of #112075 - WaffleLapkin:unmkII, r=lcnr | bors | -109/+127 |
| 2023-05-29 | Rollup merge of #111988 - BoxyUwU:make_tykind_debug_good, r=compiler-errors | Matthias Krüger | -52/+84 |
| 2023-05-29 | Rename `tcx.mk_re_*` => `Region::new_*` | Maybe Waffle | -109/+127 |
| 2023-05-29 | add FIXME | lcnr | -0/+5 |
| 2023-05-29 | unique borrows are mutating uses | lcnr | -7/+3 |