| Age | Commit message (Expand) | Author | Lines |
| 2018-02-20 | temporarily disable rust-lang/rust#46833 due to rust-lang/rust#48251 | Niko Matsakis | -0/+1 |
| 2018-02-11 | Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakis | bors | -0/+88 |
| 2018-02-09 | rustc: Upgrade to LLVM 6 | Alex Crichton | -6/+28 |
| 2018-02-06 | Rollup merge of #47948 - pietroalbini:use-nested-groups-stabilize, r=petroche... | kennytm | -3/+0 |
| 2018-02-05 | Stabilize use_nested_groups | Pietro Albini | -3/+0 |
| 2018-02-05 | Auto merge of #47920 - Aaron1011:nll-overflow, r=pnkfelix | bors | -0/+33 |
| 2018-02-05 | Auto merge of #47873 - Aaron1011:final-ref-coerce, r=nikomatsakis | bors | -0/+26 |
| 2018-02-05 | Rollup merge of #47892 - Badel2:const_type_id_of, r=oli-obk | kennytm | -0/+43 |
| 2018-02-04 | Rollup merge of #47947 - goodmanjonathan:stabilize_match_beginning_vert, r=pe... | kennytm | -0/+28 |
| 2018-02-04 | Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichton | kennytm | -2/+2 |
| 2018-02-03 | Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakis | bors | -0/+28 |
| 2018-02-02 | Rollup merge of #47898 - Aaron1011:static-ref-nll, r=nikomatsakis Fix ICE whe... | kennytm | -0/+20 |
| 2018-02-01 | Turn `type_id` into a constant intrinsic | Badel2 | -0/+43 |
| 2018-02-01 | Auto merge of #47738 - nikomatsakis:issue-47139-master, r=arielb1 | bors | -0/+162 |
| 2018-01-31 | Fix overflow when performing drop check calculations in NLL | Aaron Hill | -0/+33 |
| 2018-01-31 | Enable stack-probe tests with system LLVM >= 5.0 | Josh Stone | -2/+2 |
| 2018-01-31 | Rollup merge of #47891 - eddyb:issue-47638, r=nikomatsakis | kennytm | -0/+18 |
| 2018-01-30 | Fix ICE when assigning references to a static mut with NLL | Aaron Hill | -0/+20 |
| 2018-01-31 | rustc_trans: keep LLVM types for trait objects anonymous. | Eduard-Mihai Burtescu | -0/+18 |
| 2018-01-30 | stabilize match_beginning_vert | Jonathan Goodman | -0/+28 |
| 2018-01-30 | Improved tests + typo fixes + assert | Mark Mansi | -11/+66 |
| 2018-01-30 | Fix more tests | Mark Mansi | -0/+2 |
| 2018-01-30 | Fix typo in error message + update tests | Mark Mansi | -0/+6 |
| 2018-01-30 | Add a couple of tests | Mark Mansi | -0/+25 |
| 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 | 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 |