| Age | Commit message (Expand) | Author | Lines |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -1/+1 |
| 2023-04-25 | Rollup merge of #110685 - cjgillot:clean-dcp, r=oli-obk | Yuki Okushi | -73/+52 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -19/+19 |
| 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 | Reduce rightward drift. | Camille GILLOT | -37/+35 |
| 2023-04-22 | Simplify logic. | Camille GILLOT | -5/+3 |
| 2023-04-22 | Move eval_discriminant. | Camille GILLOT | -16/+14 |
| 2023-04-22 | Remove useless special case. | Camille GILLOT | -15/+0 |
| 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 | Changes from review | Kyle Matsuda | -1/+1 |
| 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 | add subst_identity_iter and subst_identity_iter_copied methods on EarlyBinder... | Kyle Matsuda | -3/+1 |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -1/+1 |
| 2023-04-20 | change usages of explicit_item_bounds to bound_explicit_item_bounds | Kyle Matsuda | -1/+3 |
| 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 |