| Age | Commit message (Expand) | Author | Lines |
| 2015-06-18 | Prohibit casts between fat pointers to different traits | Ariel Ben-Yehuda | -5/+16 |
| 2015-06-18 | Auto merge of #26358 - nham:fix_24081, r=alexcrichton | bors | -0/+23 |
| 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-18 | Auto merge of #26336 - dotdash:raw_ptr_coercions, r=nrc | bors | -0/+28 |
| 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-17 | Fix the E0252 error message to use better names for things. | Nick Hamann | -0/+37 |
| 2015-06-18 | Auto merge of #26347 - nagisa:macro-exp, r=nrc | bors | -0/+36 |
| 2015-06-17 | Auto merge of #26326 - nikomatsakis:optimize-fulfillment-cache-in-tcx, r=pcwa... | bors | -20/+72 |
| 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 | -108/+79 |
| 2015-06-17 | Auto merge of #25961 - sanxiyn:dead-variant-2, r=huonw | bors | -0/+44 |
| 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 | -9/+8 |
| 2015-06-16 | rustc: Update LLVM | Alex Crichton | -9/+8 |
| 2015-06-16 | Add regression tests for #22864 | Corey Farwell | -0/+30 |
| 2015-06-16 | Fix error message for E0256 in certain cases. | Nick Hamann | -0/+23 |
| 2015-06-16 | Add a test for issue 26322 | Simonas Kazlauskas | -0/+36 |
| 2015-06-16 | Avoid deref/ref cycles for no-op coercions between unsafe pointers | Björn Steinbrink | -0/+28 |
| 2015-06-15 | This new caching sometimes suppresses duplicate errors that occur in | Niko Matsakis | -20/+31 |
| 2015-06-15 | Rather than expanding the where-clauses in the environment over and over | Niko Matsakis | -0/+41 |
| 2015-06-15 | Auto merge of #26282 - arielb1:probe-leak, r=nikomatsakis | bors | -0/+64 |
| 2015-06-15 | Auto merge of #26275 - arielb1:unconstrained-projection, r=nikomatsakis | bors | -0/+32 |
| 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 | -383/+396 |
| 2015-06-13 | Auto merge of #26250 - steveklabnik:remove_html_literals_test, r=alexcrichton | bors | -2/+0 |
| 2015-06-13 | Auto merge of #26249 - steveklabnik:remove_extern_panic, r=alexcrichton | bors | -52/+0 |
| 2015-06-13 | Ensure projections are not counted as constraining type parameters. | Ariel Ben-Yehuda | -0/+32 |
| 2015-06-13 | Use `assert_eq!` instead of `assert!` in tests | petrochenkov | -383/+396 |
| 2015-06-13 | Auto merge of #26253 - steveklabnik:remove_old_ignored_tests, r=brson | bors | -11651/+1 |
| 2015-06-13 | Auto merge of #26248 - steveklabnik:remove_2061, r=alexcrichton | bors | -26/+0 |
| 2015-06-13 | Auto merge of #26247 - steveklabnik:remove_4120, r=alexcrichton | bors | -21/+0 |
| 2015-06-12 | Auto merge of #26232 - eefriedman:rename-sty, r=nrc | bors | -18/+18 |
| 2015-06-12 | Re-enable html literals test | Steve Klabnik | -2/+0 |
| 2015-06-12 | Update dead-code-closure-bang | Steve Klabnik | -1/+1 |
| 2015-06-12 | ignore-test cleanup | Steve Klabnik | -11650/+0 |
| 2015-06-12 | Cleanup: rename middle::ty::sty and its variants. | Eli Friedman | -18/+18 |
| 2015-06-12 | Remove old runtime panic test | Steve Klabnik | -52/+0 |
| 2015-06-12 | Remove ignored test for #2061 | Steve Klabnik | -26/+0 |
| 2015-06-12 | Remove ignore'd test for old ICE | Steve Klabnik | -21/+0 |
| 2015-06-12 | Add tests for tuple-like structs and dictionary-like enum variants | Seo Sanghyeon | -0/+8 |
| 2015-06-12 | Use more precise span when checking type definitions | Seo Sanghyeon | -8/+4 |
| 2015-06-12 | Auto merge of #26225 - arielb1:raw-self, r=eddyb | bors | -0/+18 |