| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-09-04 | Remove unnecessary `EMIT_MIR_FOR_EACH_BITWIDTH | Jakob Degen | -82/+0 | |
| 2022-08-23 | ./x.py test --bless | Tomasz Miąsko | -11/+8 | |
| 2022-08-06 | ./x.py test --bless | Tomasz Miąsko | -12/+11 | |
| 2022-07-28 | bless mir opt tests | Nilstrieb | -34/+34 | |
| 2022-07-09 | tweak names and output and bless | Ralf Jung | -3/+3 | |
| 2022-06-15 | remove box derefs from codgen | DrMeepster | -19/+25 | |
| 2022-06-14 | address review | b-naber | -4/+4 | |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -6/+6 | |
| 2022-05-06 | bless mir-opt | Ralf Jung | -1/+1 | |
| 2022-05-04 | Generate an intermediate temporary for `Drop` constants. | Oli Scherer | -2/+6 | |
| To limit the fallout from this, don't do this for the last (or only) operand in an rvalue. | ||||
| 2022-04-14 | Update inline-into-box-place test output | Eduardo Sánchez Muñoz | -1/+1 | |
| 2022-04-11 | Fix tests broken by deaggregation change | Jakob Degen | -0/+1 | |
| 2022-02-27 | Only create a single expansion for each inline integration. | Camille GILLOT | -3/+3 | |
| 2022-02-22 | change `mir::Constant` in mir dumps | lcnr | -5/+2 | |
| 2021-09-25 | Bless tests | Gary Guo | -23/+37 | |
| 2021-05-17 | mir-opt bless for Size field being removed from Allocation | Ralf Jung | -2/+2 | |
| 2020-11-09 | Support inlining diverging function calls | Tomasz Miąsko | -0/+2 | |
| Additionally introduce storage markers for all temporaries created by the inliner. The temporary introduced for destination rebrorrow, didn't use them previously. | ||||
| 2020-10-27 | Show the inline stack of MIR lints that only occur after inlining | Oliver Scherer | -3/+3 | |
| 2020-10-26 | Auto merge of #77187 - TimDiekmann:box-alloc, r=Amanieu | bors | -2/+2 | |
| Support custom allocators in `Box` r? `@Amanieu` This pull request requires a crater run. ### Prior work: - #71873 - #58457 - [`alloc-wg`](https://github.com/TimDiekmann/alloc-wg)-crate Currently blocked on: - ~#77118~ - ~https://github.com/rust-lang/chalk/issues/615 (#77515)~ | ||||
| 2020-10-21 | rustc_mir: track inlined callees in SourceScopeData. | Eduard-Mihai Burtescu | -1/+1 | |
| 2020-10-07 | Support custom allocators in `Box` | Tim Diekmann | -2/+2 | |
| Remove `Box::leak_with_alloc` Add leak-test for box with allocator Rename `AllocErr` to `AllocError` in leak-test Add `Box::alloc` and adjust examples to use the new API | ||||
| 2020-10-04 | Bless mir-opt tests | Aaron Hill | -18/+17 | |
| 2020-09-17 | Rename 64 bit mir files to be more tool friendly | Nixon Enraght-Moony | -0/+63 | |
| See #75746 | ||||
