| Age | Commit message (Expand) | Author | Lines |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -2/+0 |
| 2018-03-23 | Updated MIR with UserAssertTy in mir-opt tests. | David Wood | -2/+5 |
| 2018-03-21 | WIP fix mir-opt-end-region-8 | Niko Matsakis | -2/+4 |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -1/+2 |
| 2018-03-08 | Rebase fallout | Oliver Schneider | -1/+1 |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -12/+12 |
| 2018-02-28 | Rollup merge of #48355 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakis | Manish Goregaokar | -0/+25 |
| 2018-02-25 | restore Subslice move out from array after elaborate drops and borrowck | Mikhail Modin | -0/+25 |
| 2018-02-20 | rustc_mir: optimize the deaggregator's expansion of statements. | Eduard-Mihai Burtescu | -11/+15 |
| 2018-02-20 | rustc_mir: don't run the deaggregator on arrays for now. | Eduard-Mihai Burtescu | -2/+1 |
| 2018-02-20 | rustc_mir: handle all aggregate kinds in the deaggregator. | Eduard-Mihai Burtescu | -3/+2 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-02-17 | Auto merge of #47926 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakis | bors | -0/+59 |
| 2018-02-11 | Auto merge of #48092 - eddyb:discriminate-the-void, r=nikomatsakis | bors | -52/+55 |
| 2018-02-09 | rustc_mir: insert a dummy access to places being matched on, when building MIR. | Eduard-Mihai Burtescu | -52/+55 |
| 2018-02-08 | add transform for uniform array move out | Mikhail Modin | -0/+59 |
| 2018-02-07 | Fix tests for MIR loop lowering | bobtwinkles | -0/+49 |
| 2018-02-07 | [ci skip] Generate false edges from loop_block | bobtwinkles | -43/+59 |
| 2018-02-05 | mir: Add and fix tests for FalseUnwinds | bobtwinkles | -19/+29 |
| 2018-01-29 | Fix ref-to-ptr coercions not working with NLL in certain cases | Aaron Hill | -3/+6 |
| 2017-12-30 | Add trailing newlines to files which have no trailing newlines. | kennytm | -1/+1 |
| 2017-12-20 | Auto merge of #46862 - nikomatsakis:nll-master, r=arielb1 | bors | -102/+0 |
| 2017-12-20 | convert region-liveness-drop{-,-no-}may-dangle.rs into ui tests | Niko Matsakis | -102/+0 |
| 2017-12-20 | Auto merge of #46583 - scottmcm:fix-static-i128-lower, r=eddyb | bors | -4/+244 |
| 2017-12-19 | Fix -Z lower_128bit_ops handling of statics | Scott McMurray | -4/+244 |
| 2017-12-15 | more concise debug output when dumping the value of a region | Niko Matsakis | -21/+21 |
| 2017-12-15 | impose inputs/ouputs on MIR after the fact | Niko Matsakis | -1/+5 |
| 2017-12-15 | thread through an implicit region body of the fn body | Niko Matsakis | -26/+32 |
| 2017-12-13 | refactor region value bitmatrix | Niko Matsakis | -4/+4 |
| 2017-12-07 | add closure requirement tests, improve debugging output | Niko Matsakis | -36/+44 |
| 2017-12-04 | Auto merge of #46319 - nikomatsakis:nll-master-to-rust-master-2, r=pnkfelix | bors | -6/+6 |
| 2017-12-04 | constraint_generation: create liveness constraints more thoroughly | Niko Matsakis | -4/+4 |
| 2017-12-04 | replace constant regions with a post-inference check | Niko Matsakis | -2/+2 |
| 2017-12-03 | Add an i128_lowering flag in TargetOptions | Scott McMurray | -2/+2 |
| 2017-12-03 | Rollup merge of #46462 - sinkuu:copyprop_reg2, r=arielb1 | Corey Farwell | -26/+50 |
| 2017-12-03 | Auto merge of #46320 - arielb1:always-resume, r=nikomatsakis | bors | -206/+230 |
| 2017-12-03 | fix tests in wasm | Ariel Ben-Yehuda | -6/+8 |
| 2017-12-03 | Fix MIR CopyPropagation regression | Shotaro Yamada | -26/+50 |
| 2017-12-02 | Add ignore-emscripten too | Scott McMurray | -0/+2 |
| 2017-12-02 | Ignore the lower_128bit tests on asmjs | Scott McMurray | -0/+8 |
| 2017-12-02 | Remove the unneeded #![feature(lang_items)]s | Scott McMurray | -2/+0 |
| 2017-12-02 | Update compiler-builtins and use it the 128-bit lowering MIR test | Scott McMurray | -91/+32 |
| 2017-12-03 | add and unignore tests | Ariel Ben-Yehuda | -2/+1 |
| 2017-12-03 | funnel all unwind paths through a single Resume block | Ariel Ben-Yehuda | -198/+220 |
| 2017-12-03 | initialize the destination in unit statements | Ariel Ben-Yehuda | -0/+1 |
| 2017-11-28 | ci: Start running wasm32 tests on Travis | Alex Crichton | -0/+6 |
| 2017-11-28 | tests: update to include move annotations in MIR. | Eduard-Mihai Burtescu | -128/+128 |
| 2017-11-27 | Auto merge of #44884 - arielb1:pack-safe, r=nikomatsakis,eddyb | bors | -0/+68 |
| 2017-11-26 | Update tests for -Zborrowck-mir -> -Zborrowck=mode migration | est31 | -2/+1 |
| 2017-11-26 | fix codegen of drops of fields of packed structs | Ariel Ben-Yehuda | -0/+68 |