| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -17/+0 | |
| 2020-08-18 | mir building: fix some comments | Ralf Jung | -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 | -28/+1 | |
| 2019-07-07 | Only omit StorageLive/Dead for variable that are never initialized | Matthew Jasper | -0/+1 | |
| With `feature(never_type)`, it's not guaranteed that any variable with type `!` isn't ever assigned to. | ||||
| 2019-06-25 | Use `as_temp` to evaluate statement expressions | Matthew Jasper | -0/+1 | |
| 2019-06-13 | Create fewer basic blocks in match MIR lowering | Matthew Jasper | -6/+7 | |
| 2019-05-10 | Adjust mir-opt tests for new HIR without If | Mazdak Farrokhzad | -10/+11 | |
| 2019-03-03 | Check which blocks are cleanup in mir-opt tests | Matthew Jasper | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -1/+1 | |
| Since lexical MIR borrow check is gone, and validation no longer uses these, they can be removed. | ||||
| 2018-09-18 | Update mir-opt test suite | Rémy Rakic | -0/+1 | |
| 2018-02-07 | Fix tests for MIR loop lowering | bobtwinkles | -0/+49 | |
| Fixes the hash test to recognize that MirValidated can change when changing around labels, and add a new test that makes sure we're lowering loop statements correctly. | ||||
