| Age | Commit message (Expand) | Author | Lines |
| 2017-06-24 | Stabilize Command::envs | Steven Fackler | -2/+0 |
| 2017-06-24 | Add compile-fail test for the new feature gate | Paul Woolcock | -0/+1 |
| 2017-06-24 | Move global vars changing tests into run-pass | Stepan Koltsov | -0/+98 |
| 2017-06-24 | Improve sort tests and benchmarks | Stjepan Glavina | -63/+104 |
| 2017-06-24 | add `allow_fail` test attribute | Paul Woolcock | -0/+23 |
| 2017-06-22 | Auto merge of #42634 - Zoxc:for-desugar2, r=nikomatsakis | bors | -0/+78 |
| 2017-06-22 | Auto merge of #42682 - alexcrichton:jobserver, r=michaelwoerister | bors | -1/+3 |
| 2017-06-21 | Auto merge of #42771 - arielb1:no-inline-unwind, r=nagisa | bors | -2/+0 |
| 2017-06-21 | coerce fields to the expected field type | Ariel Ben-Yehuda | -1/+4 |
| 2017-06-21 | Integrate jobserver support to parallel codegen | Alex Crichton | -1/+3 |
| 2017-06-21 | avoid translating roots with predicates that do not hold | Ariel Ben-Yehuda | -0/+14 |
| 2017-06-21 | Auto merge of #42751 - arielb1:fast-representable, r=eddyb | bors | -0/+55 |
| 2017-06-21 | Auto merge of #42750 - arielb1:unwind-stack, r=eddyb | bors | -0/+102 |
| 2017-06-20 | Switch to the crates.io `getopts` crate | Alex Crichton | -35/+15 |
| 2017-06-20 | mark calls in the unwind path as !noinline | Ariel Ben-Yehuda | -2/+0 |
| 2017-06-20 | Remove the in-tree `flate` crate | Alex Crichton | -2/+2 |
| 2017-06-20 | Auto merge of #42313 - pnkfelix:allocator-integration, r=alexcrichton | bors | -0/+3 |
| 2017-06-19 | Ignore a spuriously failing test on asmjs | Alex Crichton | -0/+2 |
| 2017-06-19 | Update LLVM to pick StackColoring improvement | Ariel Ben-Yehuda | -0/+102 |
| 2017-06-19 | Memoize types in `is_representable` to avoid exponential worst-case | Ariel Ben-Yehuda | -0/+55 |
| 2017-06-19 | Ignore test for not-closed issue | Alex Crichton | -0/+1 |
| 2017-06-19 | Auto merge of #42737 - fhahn:rust-log-crash, r=michaelwoerister | bors | -0/+13 |
| 2017-06-18 | Auto merge of #42735 - arielb1:generic-closure-fn, r=eddyb | bors | -0/+7 |
| 2017-06-18 | rustc: Check if def_path_hash_to_def_id is populated before accessing it. | Florian Hahn | -0/+13 |
| 2017-06-18 | collector: apply param substs to closures cast to fn items | Ariel Ben-Yehuda | -0/+7 |
| 2017-06-18 | Use T as the subpattern type of Box<T> | Wonwoo Choi | -0/+31 |
| 2017-06-17 | register the obligations from `wf::implied_bounds` | Niko Matsakis | -0/+40 |
| 2017-06-17 | Make the `next` variable mutable to allow for ref mut in for patterns. | John Kåre Alsaker | -0/+15 |
| 2017-06-16 | deriv(Hash) for single-variant enum should not hash discriminant | Stepan Koltsov | -2/+11 |
| 2017-06-16 | Auto merge of #42631 - malbarbo:wasm32, r=alexcrichton | bors | -2/+7 |
| 2017-06-15 | Create for-loop-unconstrained-element-type-i32-fallback.rs | Niko Matsakis | -0/+4 |
| 2017-06-15 | document purpose of test | Niko Matsakis | -0/+5 |
| 2017-06-15 | Added more tests | John Kåre Alsaker | -1/+17 |
| 2017-06-14 | Fix test formatting | John Kåre Alsaker | -4/+14 |
| 2017-06-14 | Fix formatting and add a test for destruction order of unbound values | John Kåre Alsaker | -0/+28 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -73/+17 |
| 2017-06-13 | Ignore some failing test on wasm32-unknown-emscripten | Marco A L Barbosa | -2/+7 |
| 2017-06-08 | Add ctlz_nonzero & cttz_nonzero intrinsics | Scott McMurray | -0/+37 |
| 2017-06-07 | Auto merge of #42482 - eddyb:issue-42467, r=nikomatsakis | bors | -0/+32 |
| 2017-06-07 | Auto merge of #42480 - eddyb:issue-42463, r=nikomatsakis | bors | -0/+41 |
| 2017-06-06 | Add conversions from File and Child* handles to Stdio | Josh Stone | -2/+2 |
| 2017-06-06 | rustc_typeck: do not overlap a borrow of TypeckTables with method lookup. | Eduard-Mihai Burtescu | -0/+41 |
| 2017-06-06 | rustc: T: 'empty always holds forall T. | Eduard-Mihai Burtescu | -0/+32 |
| 2017-06-06 | Auto merge of #42247 - durka:patch-41, r=arielb1 | bors | -0/+33 |
| 2017-06-05 | tidy is an unnecessary roadblock to contributions | Alex Burka | -3/+5 |
| 2017-06-04 | Auto merge of #42265 - Zoxc:for-sugar, r=eddyb | bors | -0/+21 |
| 2017-06-02 | compiletest: Force directive to be first complete word in header comment. | kennytm | -1/+2 |
| 2017-06-02 | Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516. | kennytm | -203/+0 |
| 2017-06-01 | Change for-loop desugar to not borrow the iterator during the loop | John Kåre Alsaker | -0/+21 |
| 2017-06-01 | Rollup merge of #42275 - scottmcm:try-trait, r=nikomatsakis | Corey Farwell | -10/+8 |