| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-10-27 | Move mir building mir-opt tests to own directory | Jakob Degen | -15/+0 | |
| 2022-10-27 | Replace `mir_map.0` dump with `built` phase change dump | Jakob Degen | -1/+1 | |
| 2020-07-29 | add crate name to mir dumps | Xavier Denis | -1/+1 | |
| 2020-04-07 | --bless all mir-opt tests. | Ana-Maria Mihalache | -79/+1 | |
| 2019-11-27 | rustc: move debug info from LocalDecl and UpvarDecl into a dedicated ↵ | Eduard-Mihai Burtescu | -0/+1 | |
| VarDebugInfo. | ||||
| 2019-06-25 | Use `as_temp` to evaluate statement expressions | Matthew Jasper | -1/+3 | |
| 2019-06-13 | Create fewer basic blocks in match MIR lowering | Matthew Jasper | -33/+15 | |
| 2019-05-25 | Print generic args in function calls in MIR | Oliver Scherer | -1/+1 | |
| 2019-05-21 | Schedule storage-dead of temporaries sooner | Matthew Jasper | -1/+0 | |
| This ensures that we will correctly generate a storage-dead if the initializing expression diverges. | ||||
| 2019-05-21 | Handle the visibility/lint scope distinction better | Matthew Jasper | -3/+1 | |
| * Don't generate an extra lint scope for each `let` statement. * Place match guards inside the visiblility scope of the bindings for their arm. | ||||
| 2019-04-23 | rustc_mir: create the `let` and "remainder" scopes in source order. | Eduard-Mihai Burtescu | -1/+1 | |
| 2019-04-23 | rustc_mir: pretty-print all locals into their respective scopes. | Eduard-Mihai Burtescu | -5/+5 | |
| 2019-03-03 | Check which blocks are cleanup in mir-opt tests | Matthew Jasper | -1/+1 | |
| 2019-02-21 | Move the exit block of the match to the end | Matthew Jasper | -19/+19 | |
| 2019-02-21 | Clean up MIR match lowering | Matthew Jasper | -18/+18 | |
| * Adjust fake borrows to only be live over guards. * Remove unused `slice_len_checked` field. * Split the methods on builder into those for matches and those for all kinds of pattern bindings. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-11-18 | Simplify MIR drop generation | Matthew Jasper | -34/+7 | |
| Now that EndRegion is gone, we don't need to create as many gotos. | ||||
| 2018-09-24 | Update mir opt tests | Matthew Jasper | -11/+10 | |
| 2018-09-18 | Update mir-opt test suite | Rémy Rakic | -0/+1 | |
| 2018-07-12 | Ensure StorageDead is created even if variable initialization fails | Taylor Cramer | -0/+148 | |
