| Age | Commit message (Expand) | Author | Lines |
| 2018-07-23 | Add test for #33264 | Wesley Wiser | -0/+39 |
| 2018-07-23 | Add tests for #34784 | Wesley Wiser | -0/+28 |
| 2018-07-23 | Auto merge of #50494 - F001:as_cell, r=alexcrichton | bors | -0/+21 |
| 2018-07-23 | use inherent method instead | F001 | -3/+2 |
| 2018-07-23 | Auto merge of #52571 - oli-obk:promotion_abort, r=nagisa | bors | -0/+38 |
| 2018-07-22 | Use correct exclusion comment | Oliver Schneider | -1/+2 |
| 2018-07-21 | don't spawn processes on wasm | Oliver Schneider | -0/+2 |
| 2018-07-21 | Rollup merge of #52527 - ljedrz:cleanup_13973, r=oli-obk | kennytm | -10/+0 |
| 2018-07-21 | Rollup merge of #52526 - ljedrz:cleanup_18800, r=alexcrichton | kennytm | -1/+0 |
| 2018-07-20 | Add trailing newline | Oliver Schneider | -1/+1 |
| 2018-07-20 | Add test | Oliver Schneider | -0/+35 |
| 2018-07-20 | Auto merge of #52498 - oli-obk:const_prop, r=nikomatsakis | bors | -1/+6 |
| 2018-07-20 | Add test case for #50865 regression. | Kyle Simpson | -0/+44 |
| 2018-07-20 | Remove duplicate E0396 tests | ljedrz | -10/+0 |
| 2018-07-19 | Enable run-pass/sepcomp-lib-lto.rs on Android | ljedrz | -1/+0 |
| 2018-07-18 | Const-propagate casts | Oliver Schneider | -1/+6 |
| 2018-07-18 | Adjust run pass test to stricter existential type rules | Oliver Schneider | -22/+3 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+113 |
| 2018-07-18 | revert Deref | F001 | -1/+1 |
| 2018-07-17 | code style fixes | F001 | -2/+3 |
| 2018-07-17 | impl `Deref` instead of `Index` | F001 | -0/+1 |
| 2018-07-17 | remove "get_with" method | F001 | -2/+0 |
| 2018-07-17 | implement rfc 1789 | F001 | -0/+22 |
| 2018-07-15 | Auto merge of #52348 - oli-obk:bugfix, r=petrochenkov | bors | -1/+5 |
| 2018-07-13 | Use the correct visibility | Oliver Schneider | -1/+5 |
| 2018-07-13 | Fix some RangeInclusive test cases. | kennytm | -10/+19 |
| 2018-07-12 | Auto merge of #52089 - eddyb:issue-51907, r=nagisa | bors | -0/+26 |
| 2018-07-11 | Rollup merge of #51952 - petrochenkov:transmark, r=alexcrichton | Mark Rousskov | -27/+0 |
| 2018-07-11 | Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoerister | bors | -14/+32 |
| 2018-07-10 | Upgrade to LLVM's master branch (LLVM 7) | Alex Crichton | -14/+32 |
| 2018-07-10 | Auto merge of #52191 - SimonSapin:alloc_error_handler, r=alexcrichton | bors | -0/+28 |
| 2018-07-09 | Add a test for the default allocation error hook | Simon Sapin | -0/+28 |
| 2018-07-09 | bump minimum LLVM version to 5.0 | gnzlbg | -11/+0 |
| 2018-07-08 | Remove fallback to parent modules from lexical resolution | Vadim Petrochenkov | -27/+0 |
| 2018-07-06 | Rollup merge of #52058 - davidtwco:issue-51345, r=nikomatsakis | Mark Rousskov | -0/+17 |
| 2018-07-07 | Add a test for Weak::new() not crashing for uninhabited types | Simon Sapin | -0/+15 |
| 2018-07-06 | Auto merge of #52018 - flip1995:rfc2103, r=oli-obk | bors | -0/+31 |
| 2018-07-06 | Auto merge of #51894 - mikhail-m1:8636, r=nikomatsakis | bors | -0/+33 |
| 2018-07-06 | rustc_codegen_llvm: replace the first argument early in FnType::new_vtable. | Eduard-Mihai Burtescu | -0/+26 |
| 2018-07-05 | fix for issue #8636 | Mikhail Modin | -0/+33 |
| 2018-07-05 | Add a punch card to weird expressions test | Konrad Borowski | -0/+13 |
| 2018-07-04 | Correctly handle an activation from dead code. | David Wood | -0/+17 |
| 2018-07-04 | Tests for tool_lints | flip1995 | -0/+31 |
| 2018-07-02 | Add lifetime to `FutureObj` | Josef Reinhard Brandl | -4/+6 |
| 2018-07-02 | Make custom trait object for `Future` generic | Josef Reinhard Brandl | -4/+4 |
| 2018-07-01 | Auto merge of #51110 - alexreg:new-static-eval-rules, r=eddyb | bors | -0/+125 |
| 2018-07-01 | Auto merge of #51833 - wesleywiser:faster_large_constant_arrays, r=oli-obk | bors | -0/+19 |
| 2018-07-01 | Add two regression tests for const eval | Wesley Wiser | -0/+19 |
| 2018-06-30 | Added tests fo referring to statics by value in other statics. | Alexander Regueiro | -0/+16 |
| 2018-06-30 | Fixed bug with miri const evaluation where allocation is recursively borrowed. | Alexander Regueiro | -0/+32 |