| Age | Commit message (Expand) | Author | Lines |
| 2018-01-30 | Ignore run-pass/sse2 when using system LLVM | Josh Stone | -1/+1 |
| 2018-01-30 | Force locals to be live after they are borrowed for immovable generators. Fix... | John Kåre Alsaker | -0/+28 |
| 2018-01-30 | Rollup merge of #47853 - rust-lang:increase-nested-groups-test-coverage, r=ni... | kennytm | -0/+7 |
| 2018-01-30 | Rollup merge of #47718 - malbarbo:env-home-dir, r=nikomatsakis | kennytm | -1/+4 |
| 2018-01-29 | Fix ref-to-ptr coercions not working with NLL in certain cases | Aaron Hill | -0/+26 |
| 2018-01-29 | Auto merge of #47837 - eddyb:going-places, r=nikomatsakis | bors | -6/+6 |
| 2018-01-29 | move comment right onto the line in question | Niko Matsakis | -3/+3 |
| 2018-01-29 | Make run-pass/env-home-dir.rs test more robust | Marco A L Barbosa | -1/+4 |
| 2018-01-29 | Increase test coverage of use_nested_groups | Pietro Albini | -0/+7 |
| 2018-01-29 | tests: replace "lvalue" terminology with "place". | Eduard-Mihai Burtescu | -6/+6 |
| 2018-01-28 | Auto merge of #47794 - etaoins:fix-ice-on-const-eval-of-union-field, r=eddyb | bors | -0/+45 |
| 2018-01-28 | Auto merge of #47746 - varkor:never-type-ice, r=nikomatsakis | bors | -0/+46 |
| 2018-01-27 | Be more explicit about how and why we need fallback in targets of casts | leonardo.yvens | -0/+16 |
| 2018-01-27 | Expand union test to include different types | Ryan Cumming | -7/+26 |
| 2018-01-27 | Fix ICE on const eval of union field | Ryan Cumming | -0/+26 |
| 2018-01-26 | Auto merge of #47748 - alexcrichton:rollup, r=alexcrichton | bors | -31/+342 |
| 2018-01-26 | Ignore a test on emscripten | Alex Crichton | -0/+2 |
| 2018-01-26 | add regression test | Niko Matsakis | -0/+162 |
| 2018-01-26 | Add clarifying comment regarding the trailing type of a block | varkor | -1/+1 |
| 2018-01-26 | Fix a test case on Windows | Alex Crichton | -0/+5 |
| 2018-01-26 | Merge branch 'mlsm' of https://github.com/dotdash/rust into rollup | Alex Crichton | -0/+66 |
| 2018-01-26 | Merge branch 'android-run-pass' of https://github.com/malbarbo/rust into rollup | Alex Crichton | -24/+5 |
| 2018-01-26 | Merge branch 'simd-always-mem' of https://github.com/alexcrichton/rust into r... | Alex Crichton | -0/+181 |
| 2018-01-26 | Shorten another test path for MSVC | Alex Crichton | -2/+2 |
| 2018-01-26 | Auto merge of #47252 - Zoxc:backtrace-win, r=alexcrichton | bors | -13/+3 |
| 2018-01-26 | Upgrade LLVM to incorporate a fix for #47364 | Björn Steinbrink | -0/+66 |
| 2018-01-25 | Ignore an i128 test on emscripten | Alex Crichton | -0/+2 |
| 2018-01-26 | Print inlined functions on Windows | John Kåre Alsaker | -13/+3 |
| 2018-01-25 | Merge branch 'configure-lto' of https://github.com/alexcrichton/rust into rollup | Alex Crichton | -1/+35 |
| 2018-01-25 | Rollup merge of #47719 - malbarbo:run-pass-arch-powerpc, r=alexcrichton | Alex Crichton | -0/+3 |
| 2018-01-25 | Rollup merge of #47705 - pietroalbini:fix-47673, r=petrochenkov | Alex Crichton | -0/+16 |
| 2018-01-25 | Make 3 run-pass tests works on android (aarch64 and x86) | Marco A L Barbosa | -24/+5 |
| 2018-01-25 | rustc: SIMD types use pointers in Rust's ABI | Alex Crichton | -0/+181 |
| 2018-01-25 | Rollup merge of #47439 - eddyb:issue-45662, r=nagisa | Alex Crichton | -4/+4 |
| 2018-01-25 | Rollup merge of #47437 - eddyb:issue-38763, r=nagisa | Alex Crichton | -0/+21 |
| 2018-01-25 | Fix never-type rvalue ICE | varkor | -0/+46 |
| 2018-01-25 | Rollup merge of #47609 - ritiek:test-mutating-references, r=nikomatsakis | Guillaume Gomez | -6/+6 |
| 2018-01-25 | Auto merge of #47374 - topecongiro:issue-47096, r=nikomatsakis | bors | -0/+24 |
| 2018-01-25 | Auto merge of #47006 - bitshifter:stabilize-repr-align, r=eddyb | bors | -4/+0 |
| 2018-01-24 | Add powerpc to run-pass/conditional-compile-arch.rs | Marco A L Barbosa | -0/+3 |
| 2018-01-24 | Fix ICE when use trees have multiple empty nested groups | Pietro Albini | -0/+16 |
| 2018-01-23 | Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakis | bors | -0/+141 |
| 2018-01-23 | rustc: Add `-C lto=val` option | Alex Crichton | -1/+35 |
| 2018-01-23 | Remove similar test that does not run the result | ritiek | -35/+1 |
| 2018-01-23 | Make immovable generators unsafe | John Kåre Alsaker | -6/+8 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -0/+139 |
| 2018-01-23 | Stabilized `#[repr(align(x))]` attribute (RFC 1358) | Cameron Hart | -4/+0 |
| 2018-01-22 | Add dynamic-drop test to nll tests also | Santiago Pastorino | -0/+3 |
| 2018-01-22 | Auto merge of #47353 - nikomatsakis:nll-issue-47189, r=pnkfelix+nmatsakis | bors | -0/+3 |
| 2018-01-21 | Auto merge of #47001 - arielb1:private-match, r=nikomatsakis | bors | -0/+28 |