| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -49/+0 | |
| 2022-11-02 | Ban dashes in miropt test file names | Jakob Degen | -39/+39 | |
| 2022-08-02 | Avoid invalidating the CFG in MirPatch. | Jakob Degen | -4/+0 | |
| As a part of this change, we adjust MirPatch to not needlessly create unnecessary resume blocks. | ||||
| 2022-07-28 | bless mir opt tests | Nilstrieb | -39/+39 | |
| 2022-05-30 | validate derefer, run derefer inside generator | ouz-a | -0/+4 | |
| 2022-04-11 | Fix tests broken by deaggregation change | Jakob Degen | -0/+2 | |
| 2022-02-27 | Only create a single expansion for each inline integration. | Camille GILLOT | -3/+3 | |
| 2020-10-27 | Show the inline stack of MIR lints that only occur after inlining | Oliver Scherer | -3/+3 | |
| 2020-10-21 | rustc_mir: track inlined callees in SourceScopeData. | Eduard-Mihai Burtescu | -1/+1 | |
| 2020-09-25 | Move from {{closure}}#0 syntax to {closure#0} for (def) path components | marmeladema | -2/+2 | |
| 2020-09-03 | inliner: Emit storage markers for introduced arg temporaries | Tomasz Miąsko | -0/+4 | |
| When introducing argument temporaries during inlining, emit storage marker statements just before the assignment and in the beginning of the return block. This ensures that such temporaries will not be considered live across yield points after inlining inside a generator. | ||||
| 2020-08-11 | move Deaggregate pass to post_borrowck_cleanup | Ralf Jung | -10/+2 | |
| 2020-07-29 | Move mir-opt tests to toplevel | Xavier Denis | -0/+51 | |
