| Age | Commit message (Expand) | Author | Lines |
| 2023-11-09 | update mir-opt tests | lcnr | -21/+21 |
| 2023-09-29 | Auto merge of #115759 - oli-obk:open_drop_from_non-ADT, r=lcnr | bors | -53/+83 |
| 2023-09-28 | Add test for 116212. | Camille GILLOT | -0/+14 |
| 2023-09-28 | Bless mir-opt tests | Oli Scherer | -40/+46 |
| 2023-09-28 | Unconditionally run `RevealAll` pass and run it earlier | Oli Scherer | -13/+37 |
| 2023-09-24 | Do not clone valtree and slice constants. | Camille GILLOT | -0/+574 |
| 2023-09-24 | Embed simplification into VnState. | Camille GILLOT | -24/+24 |
| 2023-09-24 | Do not check copiability. | Camille GILLOT | -18/+20 |
| 2023-09-24 | Add global value numbering pass. | Camille GILLOT | -23/+6040 |
| 2023-09-24 | Auto merge of #115794 - cjgillot:aggregate-no-box, r=davidtwco | bors | -0/+953 |
| 2023-09-23 | Bless mir-opt | Camille GILLOT | -61/+90 |
| 2023-09-22 | Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk | bors | -75/+75 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -75/+75 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -4/+4 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -4/+4 |
| 2023-09-20 | Ignore debug-assertions in test. | Camille GILLOT | -0/+1 |
| 2023-09-20 | Do not create a DerefLen place for `Box<[T]>`. | Camille GILLOT | -0/+952 |
| 2023-09-20 | coverage: Remove debug code from the instrumentor | Zalathar | -39/+0 |
| 2023-09-19 | Auto merge of #115865 - RalfJung:mir-mod, r=oli-obk | bors | -2/+2 |
| 2023-09-19 | use pretty_print_const_value from MIR constant 'extra' printing | Ralf Jung | -2/+2 |
| 2023-09-19 | Don't resolve generic instances if they may be shadowed by dyn | Michael Goulet | -19/+43 |
| 2023-09-19 | Failing test | Michael Goulet | -0/+52 |
| 2023-09-18 | make more pretty | Boxy | -15/+3 |
| 2023-09-16 | make ty::Const debug printing less verbose | Ralf Jung | -6/+6 |
| 2023-09-14 | fix clippy (and MIR printing) handling of ConstValue::Indirect slices | Ralf Jung | -5/+5 |
| 2023-09-14 | bless all | Ralf Jung | -0/+152 |
| 2023-09-11 | Duplicate output for test. | Camille GILLOT | -0/+491 |
| 2023-09-11 | Support CopyForDeref. | Camille GILLOT | -4/+8 |
| 2023-09-11 | Handle reading statics. | Camille GILLOT | -2/+190 |
| 2023-09-11 | Support non-scalar constants. | Camille GILLOT | -12/+122 |
| 2023-09-11 | Disentangle `Debug` and `Display` for `Ty`. | Nicholas Nethercote | -7/+311 |
| 2023-09-10 | Encode only MIR that can be used by other crates | Tomasz Miąsko | -1/+1 |
| 2023-09-08 | Auto merge of #115612 - cjgillot:const-prop-int, r=oli-obk | bors | -26/+1695 |
| 2023-09-07 | Add test where slice is a const. | Camille GILLOT | -17/+136 |
| 2023-09-06 | Propagate PlaceElem::Index. | Camille GILLOT | -16/+32 |
| 2023-09-06 | Support array length. | Camille GILLOT | -26/+709 |
| 2023-09-06 | Implement algebraic simplifications. | Camille GILLOT | -0/+71 |
| 2023-09-06 | Support a few more rvalues. | Camille GILLOT | -0/+780 |
| 2023-09-05 | Refactor how MIR represents composite debuginfo. | Camille GILLOT | -15/+42 |
| 2023-09-05 | Rollup merge of #115540 - cjgillot:custom-debuginfo, r=oli-obk | Matthias Krüger | -0/+123 |
| 2023-09-04 | read_via_copy: don't prematurely optimize away the read | Ralf Jung | -0/+2 |
| 2023-09-01 | Support debuginfo for custom MIR. | Camille GILLOT | -0/+123 |
| 2023-09-01 | update tests that are ignored by debug | Ding Xiang Fei | -271/+319 |
| 2023-08-30 | lower ExprKind::Use, LogicalOp::Or and UnOp::Not | Ding Xiang Fei | -385/+413 |
| 2023-08-30 | mir-opt test before patch | Ding Xiang Fei | -0/+299 |
| 2023-08-27 | Auto merge of #115231 - saethlin:dont-ignore-wasm, r=Mark-Simulacrum | bors | -21/+18 |
| 2023-08-25 | Remove some wasm/emscripten ignores | Ben Kimock | -21/+18 |
| 2023-08-25 | Auto merge of #115138 - cjgillot:dse-move-packed, r=compiler-errors | bors | -0/+56 |
| 2023-08-25 | Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwco | bors | -86/+86 |
| 2023-08-24 | make MIR less verbose | Ralf Jung | -86/+86 |