| Age | Commit message (Expand) | Author | Lines |
| 2015-07-31 | Another backport fix | Brian Anderson | -0/+1 |
| 2015-07-30 | Fix tests | Brian Anderson | -0/+3 |
| 2015-07-29 | Feature gate associated type defaults | Brian Anderson | -0/+37 |
| 2015-07-06 | Fix some merge conflicts | Niko Matsakis | -1/+1 |
| 2015-07-06 | Now that I made the warning smarter, these tests no longer require modification | Niko Matsakis | -2/+4 |
| 2015-07-06 | Adjust tests to silence warnings (or record them, as appropriate). | Niko Matsakis | -6/+8 |
| 2015-07-06 | After inferring regions, scan for any bounds that are due to a lifetime | Niko Matsakis | -0/+85 |
| 2015-06-22 | Test for a particular parallel codegen corner case | Nick Cameron | -0/+34 |
| 2015-06-22 | Suggest missing trait bounds when a method exists but the bounds aren't satis... | Gulshan Singh | -0/+18 |
| 2015-06-22 | Auto merge of #26500 - sanxiyn:dead-field, r=alexcrichton | bors | -4/+6 |
| 2015-06-22 | Auto merge of #25784 - geofft:subprocess-signal-masks, r=alexcrichton | bors | -0/+39 |
| 2015-06-22 | Do not consider fields matched by wildcard patterns to be used | Seo Sanghyeon | -4/+6 |
| 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/+17 |
| 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/+63 |
| 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/+416 |
| 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/+47 |
| 2015-06-20 | Pass fat pointers in two immediate arguments | Björn Steinbrink | -4/+47 |
| 2015-06-20 | Rollup merge of #26451 - nham:fix_18058, r=arielb1 | Manish Goregaokar | -0/+14 |
| 2015-06-20 | Rollup merge of #26434 - Munksgaard:issue24227-test, r=alexcrichton | Manish Goregaokar | -0/+27 |
| 2015-06-20 | Auto merge of #26407 - arielb1:paren-binding, r=eddyb | bors | -2/+14 |
| 2015-06-20 | Auto merge of #26305 - Nashenas88:field-method-message-2392, r=eddyb | bors | -1/+69 |
| 2015-06-20 | Auto merge of #26383 - frewsxcv:regression-tests-23649, r=alexcrichton | bors | -0/+53 |
| 2015-06-20 | Add a regression test for #18058. | Nick Hamann | -0/+14 |
| 2015-06-20 | Support checked Shl/Shr on SIMD types | David Stygstra | -0/+416 |
| 2015-06-19 | fixup! Finished implementing proper function check (through FnOnce) and moved... | Paul Faria | -6/+9 |
| 2015-06-19 | Finished implementing proper function check (through FnOnce) and moved tests ... | Paul Faria | -24/+66 |
| 2015-06-19 | Fixed note message to display expression in recommendations | Paul Faria | -6/+18 |
| 2015-06-19 | Uncomplete fix for #2392 | Paul Faria | -0/+11 |
| 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 | Auto merge of #26351 - eddyb:tls-tcx, r=nikomatsakis | bors | -14/+15 |
| 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-19 | rustc: replace Repr/UserString impls with Debug/Display ones. | Eduard Burtescu | -1/+1 |
| 2015-06-19 | rustc: enforce stack discipline on ty::ctxt. | Eduard Burtescu | -13/+14 |
| 2015-06-19 | rustc: remove ownership of tcx from trans' context. | Eduard Burtescu | -2/+2 |
| 2015-06-18 | Auto merge of #26147 - arielb1:assoc-trans, r=nikomatsakis | bors | -0/+77 |
| 2015-06-18 | Fix #23589 | Ariel Ben-Yehuda | -2/+14 |
| 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 | -123/+82 |
| 2015-06-18 | Simplify and type_known_to_meet_builtin_bound and make it more correct when | Ariel Ben-Yehuda | -0/+46 |
| 2015-06-18 | Fix libstd tests | Alex Crichton | -9/+5 |
| 2015-06-18 | Auto merge of #26385 - nham:fix_25396, r=alexcrichton | bors | -0/+37 |