| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-11-02 | Ban dashes in miropt test file names | Jakob Degen | -25/+0 | |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -2/+2 | |
| 2020-07-29 | add crate name to mir dumps | Xavier Denis | -1/+1 | |
| 2020-04-16 | reserve variable for empty root region | Niko Matsakis | -1/+3 | |
| 2020-04-07 | Add EMIT_MIR_FOR_EACH_BIT_WIDTH to tests that need it. | Ana-Maria Mihalache | -0/+1 | |
| 2020-04-07 | --bless more mir-opt tests. | Ana-Maria Mihalache | -20/+1 | |
| 2019-11-27 | rustc: move debug info from LocalDecl and UpvarDecl into a dedicated ↵ | Eduard-Mihai Burtescu | -0/+4 | |
| VarDebugInfo. | ||||
| 2019-06-25 | Use `as_temp` to evaluate statement expressions | Matthew Jasper | -3/+3 | |
| 2019-06-13 | Create fewer basic blocks in match MIR lowering | Matthew Jasper | -3/+3 | |
| 2019-05-10 | Adjust mir-opt tests for new HIR without If | Mazdak Farrokhzad | -3/+3 | |
| 2019-04-23 | rustc_mir: create the `let` and "remainder" scopes in source order. | Eduard-Mihai Burtescu | -2/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-09-18 | Update mir-opt test suite | Rémy Rakic | -3/+3 | |
| 2018-07-26 | patch up mir-opt tests | Niko Matsakis | -3/+3 | |
| 2018-06-27 | Update MIR opt tests | Matthew Jasper | -6/+4 | |
| 2018-05-30 | rustc: use syntactic (instead of visibility) source info where appropriate. | Eduard-Mihai Burtescu | -2/+2 | |
| 2018-04-15 | remove -Znll -- borrowck=mir implies nll now | Niko Matsakis | -2/+2 | |
| 2017-12-15 | more concise debug output when dumping the value of a region | Niko Matsakis | -3/+3 | |
| 2017-12-15 | thread through an implicit region body of the fn body | Niko Matsakis | -6/+6 | |
| 2017-12-07 | add closure requirement tests, improve debugging output | Niko Matsakis | -3/+3 | |
| The overall format is now easier to read. Also, There is now graphviz output, as well as a `#[rustc_regions]` annotation that dumps internal state. | ||||
| 2017-12-04 | constraint_generation: create liveness constraints more thoroughly | Niko Matsakis | -1/+1 | |
| We now visit just the stuff in the CFG, and we add liveness constraints for all the random types, regions etc that appear within rvalues and statements. | ||||
| 2017-12-03 | funnel all unwind paths through a single Resume block | Ariel Ben-Yehuda | -3/+3 | |
| This simplifies analysis and borrow-checking because liveness at the resume point can always be simply propagated. Later on, the "dead" Resumes are removed. | ||||
| 2017-11-28 | tests: update to include move annotations in MIR. | Eduard-Mihai Burtescu | -1/+1 | |
| 2017-11-16 | fix mir-opt NLL tests -- variable `'_#0r` is now `'static` | Niko Matsakis | -5/+5 | |
| 2017-11-09 | change MIR dump filenames from `nodeN` to `DefPath` | Mikhail Modin | -4/+4 | |
| 2017-10-31 | change region display to `'_#Nr`, update the `newtype_index!` macro | Niko Matsakis | -3/+3 | |
| The macro now takes a format string. It no longer defaults to using the type name. Didn't seem worth going through contortions to maintain. I also changed most of the debug formats to be `foo[N]` instead of `fooN`. | ||||
| 2017-10-31 | add basic region subtyping inference | Santiago Pastorino | -0/+49 | |
