| Age | Commit message (Expand) | Author | Lines |
| 2015-07-29 | Feature gate associated type defaults | Brian Anderson | -0/+4 |
| 2015-07-06 | Adjust tests to silence warnings (or record them, as appropriate). | Niko Matsakis | -1/+1 |
| 2015-06-22 | Test for a particular parallel codegen corner case | Nick Cameron | -0/+34 |
| 2015-06-22 | Auto merge of #25784 - geofft:subprocess-signal-masks, r=alexcrichton | bors | -0/+39 |
| 2015-06-22 | sys/unix/process: Reset signal behavior before exec | Geoffrey Thomas | -0/+39 |
| 2015-06-22 | Auto merge of #26481 - nham:test-18655, r=arielb1 | bors | -0/+50 |
| 2015-06-22 | Auto merge of #26394 - arielb1:implement-rfc401-part2, r=nrc | bors | -6/+11 |
| 2015-06-21 | Add regression tests for issues #18655 and #18988. | Nick Hamann | -0/+50 |
| 2015-06-21 | Make expr_is_lval more robust | Ariel Ben-Yehuda | -0/+27 |
| 2015-06-21 | Auto merge of #26460 - nham:test-18809, r=huonw | bors | -0/+21 |
| 2015-06-20 | Auto merge of #26198 - stygstra:issue-24258, r=huonw | bors | -0/+180 |
| 2015-06-20 | Add a regression test for issue #18809. | Nick Hamann | -0/+21 |
| 2015-06-20 | Auto merge of #26411 - dotdash:fat_in_registers, r=aatch | bors | -4/+0 |
| 2015-06-20 | Pass fat pointers in two immediate arguments | Björn Steinbrink | -4/+0 |
| 2015-06-20 | Rollup merge of #26434 - Munksgaard:issue24227-test, r=alexcrichton | Manish Goregaokar | -0/+27 |
| 2015-06-20 | Auto merge of #26383 - frewsxcv:regression-tests-23649, r=alexcrichton | bors | -0/+53 |
| 2015-06-20 | Support checked Shl/Shr on SIMD types | David Stygstra | -0/+180 |
| 2015-06-19 | Auto merge of #24527 - nikomatsakis:issue-24085, r=nikomatsakis | bors | -0/+27 |
| 2015-06-19 | Add regression tests for #23649 | Corey Farwell | -0/+53 |
| 2015-06-19 | Add test for #24227 | Philip Munksgaard | -0/+27 |
| 2015-06-19 | Expand the "givens" set to cover transitive relations. The givens array | Niko Matsakis | -0/+27 |
| 2015-06-19 | address review comments | arielb1 | -2/+2 |
| 2015-06-19 | Rollup merge of #26388 - frewsxcv:regression-tests-21622, r=alexcrichton | Manish Goregaokar | -0/+28 |
| 2015-06-18 | Auto merge of #26147 - arielb1:assoc-trans, r=nikomatsakis | bors | -0/+53 |
| 2015-06-18 | Normalize associated types in closure signatures | Ariel Ben-Yehuda | -0/+31 |
| 2015-06-18 | Auto merge of #26192 - alexcrichton:features-clean, r=aturon | bors | -97/+63 |
| 2015-06-18 | Simplify and type_known_to_meet_builtin_bound and make it more correct when | Ariel Ben-Yehuda | -0/+22 |
| 2015-06-18 | Fix libstd tests | Alex Crichton | -9/+5 |
| 2015-06-18 | Prohibit casts between fat pointers to different traits | Ariel Ben-Yehuda | -5/+10 |
| 2015-06-18 | Auto merge of #26389 - Manishearth:rollup, r=Manishearth | bors | -0/+13 |
| 2015-06-18 | Rollup merge of #26387 - frewsxcv:regression-tests-25180, r=eddyb | Manish Goregaokar | -0/+13 |
| 2015-06-18 | Auto merge of #26364 - frewsxcv:regression-tests-22864, r=bluss | bors | -0/+30 |
| 2015-06-17 | Add regression test for #21622 | Corey Farwell | -0/+28 |
| 2015-06-17 | Add regression test for #25180 | Corey Farwell | -0/+13 |
| 2015-06-18 | Auto merge of #26347 - nagisa:macro-exp, r=nrc | bors | -0/+36 |
| 2015-06-17 | Auto merge of #26062 - eefriedman:cleanup-cached, r=nikomatsakis | bors | -0/+40 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -8/+0 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -82/+60 |
| 2015-06-17 | Auto merge of #25961 - sanxiyn:dead-variant-2, r=huonw | bors | -0/+22 |
| 2015-06-17 | Add a test | Seo Sanghyeon | -0/+22 |
| 2015-06-17 | Auto merge of #26126 - Nashenas88:sync-send-libcore-iter, r=huonw | bors | -3/+76 |
| 2015-06-17 | Auto merge of #26025 - alexcrichton:update-llvm, r=brson | bors | -2/+1 |
| 2015-06-16 | rustc: Update LLVM | Alex Crichton | -2/+1 |
| 2015-06-16 | Add regression tests for #22864 | Corey Farwell | -0/+30 |
| 2015-06-16 | Add a test for issue 26322 | Simonas Kazlauskas | -0/+36 |
| 2015-06-15 | Make impl-trait-ref associated types work in methods | Ariel Ben-Yehuda | -1/+37 |
| 2015-06-15 | Don't call instantiate_type_scheme during method probing | Ariel Ben-Yehuda | -0/+28 |
| 2015-06-15 | Auto merge of #26168 - sfackler:stdout-panic, r=alexcrichton | bors | -0/+65 |
| 2015-06-14 | Implement RFC 1014 | Steven Fackler | -0/+65 |
| 2015-06-14 | Auto merge of #26071 - petrochenkov:assert1, r=alexcrichton | bors | -354/+368 |