| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-05-29 | EarlyBinder::new -> EarlyBinder::bind | lcnr | -13/+13 |
| 2023-05-29 | Auto merge of #111748 - nnethercote:Cow-DiagnosticMessage, r=WaffleLapkin | bors | -17/+18 |
| 2023-05-29 | Use `Cow` in `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -17/+18 |
| 2023-05-28 | Auto merge of #111813 - scottmcm:pretty-mir, r=cjgillot | bors | -14/+14 |
| 2023-05-28 | Add documentation on skip_binder on how to get &T from &EarlyBinder<T> | Kyle Matsuda | -0/+3 |
| 2023-05-28 | Make EarlyBinder's inner value private; and fix all of the resulting errors | Kyle Matsuda | -3/+3 |
| 2023-05-28 | Replace EarlyBinder(x) with EarlyBinder::new(x) | Kyle Matsuda | -12/+16 |
| 2023-05-28 | Auto merge of #111378 - jieyouxu:local-shadows-glob-reexport, r=petrochenkov | bors | -1/+1 |
| 2023-05-27 | Rollup merge of #111952 - cjgillot:drop-replace, r=WaffleLapkin | Guillaume Gomez | -1/+6 |
| 2023-05-27 | Add warn-by-default lint for local binding shadowing exported glob re-export ... | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2023-05-26 | better `TyKind::Debug` | Boxy | -52/+84 |
| 2023-05-26 | print const and type errors in braces not square brackets | Boxy | -3/+3 |
| 2023-05-26 | Wait until type_of to remap HIR opaques back to their defn params | Michael Goulet | -1/+1 |
| 2023-05-26 | Auto merge of #111984 - matthiaskrgr:rollup-6u7ynyv, r=matthiaskrgr | bors | -4/+1 |
| 2023-05-26 | Rollup merge of #111899 - nnethercote:cgu-cleanups, r=wesleywiser | Matthias Krüger | -4/+1 |