| Age | Commit message (Expand) | Author | Lines |
| 2018-02-11 | rustc_mir: insert a dummy access to places being matched on, when building MIR. | Eduard-Mihai Burtescu | -52/+55 |
| 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 |
| 2017-11-26 | Auto merge of #46100 - KiChjang:mass-dead-check, r=nikomatsakis | bors | -0/+1 |
| 2017-11-25 | Disable region-liveness-drop-no-may-dangle.rs | Keith Yeung | -0/+1 |
| 2017-11-25 | InstCombine Len([_; N]) => const N in MIR | Scott McMurray | -0/+33 |
| 2017-11-24 | Auto merge of #46093 - scottmcm:lower-128-mir, r=nagisa | bors | -0/+253 |
| 2017-11-21 | Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1 | bors | -2/+54 |
| 2017-11-22 | Rollup merge of #46157 - martinlindhe:master, r=kennytm | kennytm | -1/+1 |
| 2017-11-21 | fix some typos | Martin Lindhe | -1/+1 |
| 2017-11-21 | clean the Debug impl for CrateNum and DefId | Ariel Ben-Yehuda | -10/+10 |
| 2017-11-20 | Handle shifts properly | Scott McMurray | -16/+26 |
| 2017-11-20 | Add type checking for the lang item | Scott McMurray | -20/+28 |
| 2017-11-19 | Include tuple projections in MIR tests | Scott McMurray | -0/+34 |
| 2017-11-19 | fix closure inlining by spilling arguments to a temporary | Niko Matsakis | -2/+54 |
| 2017-11-18 | Add a MIR pass to lower 128-bit operators to lang item calls | Scott McMurray | -0/+201 |
| 2017-11-17 | MIR: hide .rodata constants vs by-ref ABI clash in trans. | Eduard-Mihai Burtescu | -11/+5 |
| 2017-11-16 | fix mir-opt NLL tests -- variable `'_#0r` is now `'static` | Niko Matsakis | -25/+25 |
| 2017-11-15 | Auto merge of #45913 - sinkuu:mir-inlining-closure, r=arielb1 | bors | -0/+42 |
| 2017-11-14 | Fix test | Shotaro Yamada | -19/+8 |
| 2017-11-14 | Handle closures correctly in MIR inlining | Shotaro Yamada | -0/+53 |
| 2017-11-14 | always add an unreachable branch on matches to give more info to llvm about w... | Djzin | -26/+32 |