| Age | Commit message (Expand) | Author | Lines |
| 2023-10-19 | FileCheck combine_array_len. | Camille GILLOT | -2/+3 |
| 2023-10-19 | Add README. | Camille GILLOT | -0/+16 |
| 2023-10-19 | FileCheck box_expr.rs | Camille GILLOT | -145/+104 |
| 2023-10-19 | FileCheck basic_assignment.rs. | Camille GILLOT | -3/+20 |
| 2023-10-19 | FileCheck asm_unwind_panic_abort.rs | Camille GILLOT | -1/+3 |
| 2023-10-19 | FileCheck array_index_is_temporary.rs | Camille GILLOT | -1/+7 |
| 2023-10-19 | Run filecheck on reference_prop.rs | Camille GILLOT | -16/+318 |
| 2023-10-19 | Allow to run filecheck in mir-opt tests. | Camille GILLOT | -190/+470 |
| 2023-10-19 | Rollup merge of #116896 - cjgillot:single-inline, r=oli-obk | Matthias Krüger | -0/+19 |
| 2023-10-18 | Only check in a single place if a pass is enabled. | Camille GILLOT | -0/+19 |
| 2023-10-18 | coverage: Store expression data in function coverage info | Zalathar | -2/+4 |
| 2023-10-18 | coverage: Store all of a function's mappings in function coverage info | Zalathar | -5/+13 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -237/+193 |
| 2023-10-16 | Stop trying to preserve pretty-printing. | Camille GILLOT | -112/+112 |
| 2023-10-16 | Rebless. | Camille GILLOT | -34/+34 |
| 2023-10-16 | Normalize alloc-id in tests. | Camille GILLOT | -218/+218 |
| 2023-10-13 | Clean up unchecked_math, separate out unchecked_shifts | ltdk | -1/+1 |
| 2023-10-08 | Also consider call and yield as MIR SSA. | Camille GILLOT | -80/+152 |
| 2023-10-06 | Preserve DebugInfo in DeadStoreElimination. | Camille GILLOT | -790/+721 |
| 2023-10-05 | move subtyper change reveal_all | ouz-a | -52/+44 |
| 2023-10-04 | Remove mir::LocalDecl::internal. | Camille GILLOT | -0/+92 |
| 2023-10-03 | Auto merge of #115301 - Zalathar:regions-vec, r=davidtwco | bors | -6/+5 |
| 2023-10-03 | coverage: Store each BCB's code regions in one coverage statement | Zalathar | -2/+1 |
| 2023-10-03 | coverage: Let each coverage statement hold a vector of code regions | Zalathar | -6/+6 |
| 2023-10-02 | have better explanation for `relate_types` | ouz-a | -8/+4 |
| 2023-10-02 | change is_subtype to relate_types | ouz-a | -47/+53 |
| 2023-10-02 | Add docs, remove code, change subtyper code | ouz-a | -310/+9 |
| 2023-10-02 | subtyping_projections | ouz-a | -2/+309 |
| 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 |