| Age | Commit message (Expand) | Author | Lines |
| 2023-04-24 | Rollup merge of #110714 - cjgillot:reveal-consts, r=oli-obk | Matthias Krüger | -9/+23 |
| 2023-04-24 | Rollup merge of #110706 - scottmcm:transmute_unchecked, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-04-23 | Auto merge of #110705 - saethlin:ignore-locals-cost, r=cjgillot | bors | -34/+0 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -1/+1 |
| 2023-04-23 | Use param_env_reveal_all_normalized in MIR opts. | Camille GILLOT | -8/+10 |
| 2023-04-23 | Also reveal constants before MIR opts. | Camille GILLOT | -1/+13 |
| 2023-04-22 | Add `intrinsics::transmute_unchecked` | Scott McMurray | -1/+1 |
| 2023-04-22 | Remove the size of locals heuristic in MIR inlining | Ben Kimock | -34/+0 |
| 2023-04-22 | Turn on ConstDebugInfo pass. | Wesley Wiser | -1/+1 |
| 2023-04-22 | Auto merge of #104844 - cjgillot:mention-eval-place, r=jackh726,RalfJung | bors | -10/+34 |
| 2023-04-22 | Auto merge of #110666 - JohnTitor:rollup-3pwilte, r=JohnTitor | bors | -8/+6 |
| 2023-04-22 | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkin | bors | -2/+1 |
| 2023-04-21 | Allow `LocalDefId` as the argument to `def_path_str` | Oli Scherer | -1/+1 |
| 2023-04-21 | nit: consistent naming for SimplifyConstCondition | miguelraz | -8/+6 |
| 2023-04-21 | Actually keep `PlaceMention` if requested. | Camille GILLOT | -10/+34 |
| 2023-04-21 | Auto merge of #110569 - saethlin:mir-pass-cooperation, r=cjgillot | bors | -18/+17 |
| 2023-04-21 | offset_of | DrMeepster | -2/+1 |
| 2023-04-20 | Run combine_duplicate_switch_targets after the simplification that produces them | Ben Kimock | -18/+17 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -119/+37 |
| 2023-04-19 | Move `GenericArgKind::as_{type,const,region}` to `GenericArg` | Maybe Waffle | -2/+2 |
| 2023-04-19 | Add `GenericArgKind::as_{type,const,region}` | Maybe Waffle | -26/+22 |
| 2023-04-19 | Auto merge of #110477 - miguelraz:canoodling2-electric-boogaloo, r=compiler-e... | bors | -48/+56 |
| 2023-04-18 | Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot | bors | -1/+6 |
| 2023-04-18 | refactor SimlifyCfg and friends - no globals, just enums | miguelraz | -48/+56 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -1/+6 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -13/+13 |
| 2023-04-17 | Rollup merge of #110434 - compiler-errors:issue-110171, r=oli-obk | Matthias Krüger | -2/+3 |
| 2023-04-17 | Rollup merge of #110404 - matthiaskrgr:mapmap, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-04-17 | Auto merge of #109247 - saethlin:inline-without-inline, r=oli-obk | bors | -8/+2 |
| 2023-04-16 | Check freeze with right param-env | Michael Goulet | -2/+3 |
| 2023-04-16 | Rollup merge of #110400 - matthiaskrgr:style_mix, r=fee1-dead | fee1-dead | -4/+2 |
| 2023-04-16 | fix clippy::toplevel_ref_arg and ::manual_map | Matthias Krüger | -1/+1 |
| 2023-04-16 | more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_default, opti... | Matthias Krüger | -4/+2 |
| 2023-04-16 | Move some utils out of `rustc_const_eval` | Nilstrieb | -1/+6 |
| 2023-04-15 | Remove outdated comment. | Camille GILLOT | -2/+0 |
| 2023-04-15 | Remove useless methods in visit. | Camille GILLOT | -6/+0 |
| 2023-04-15 | Only enable ConstProp at mir-opt-level >= 2. | Camille GILLOT | -1/+1 |
| 2023-04-13 | Rollup merge of #110283 - saethlin:check-panics-before-alignment, r=bjorn3 | Matthias Krüger | -0/+7 |
| 2023-04-13 | Only emit alignment checks if we have a panic_impl | Ben Kimock | -0/+7 |
| 2023-04-13 | Auto merge of #109466 - davidlattimore:inline-arg-via-var-debug-info, r=wesle... | bors | -0/+7 |
| 2023-04-11 | Preserve argument indexes when inlining MIR | David Lattimore | -0/+7 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -2/+2 |
| 2023-04-09 | Auto merge of #110031 - compiler-errors:generic-elaboration, r=b-naber | bors | -8/+2 |
| 2023-04-07 | Permit MIR inlining without #[inline] | Ben Kimock | -8/+2 |
| 2023-04-07 | Auto merge of #102906 - nbdd0121:mir, r=wesleywiser,tmiasko | bors | -115/+137 |
| 2023-04-06 | Make elaborator generic | Michael Goulet | -8/+2 |
| 2023-04-06 | UnwindAction::Terminate edge is also critical edge | Gary Guo | -1/+2 |
| 2023-04-06 | Fix new usage of old api | Gary Guo | -1/+1 |
| 2023-04-06 | Fix new usage of old api | Gary Guo | -4/+4 |
| 2023-04-06 | Address review feedback | Gary Guo | -4/+4 |