| Age | Commit message (Expand) | Author | Lines |
| 2015-03-20 | Rollup merge of #23525 - steveklabnik:test_tasks, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2015-03-20 | Rollup merge of #23489 - michaelwoerister:span-artihmetic-overflow-bug, r=ale... | Manish Goregaokar | -0/+67 |
| 2015-03-19 | RUST_TEST_TASKS -> RUST_TEST_THREADS | Steve Klabnik | -3/+3 |
| 2015-03-19 | Add test case for stable import of invalid span information. | Michael Woerister | -0/+67 |
| 2015-03-19 | Auto merge of #23213 - ipetkov:rustdoc-src-fix, r=huonw | bors | -0/+87 |
| 2015-03-19 | Rollup merge of #23475 - nikomatsakis:closure-ret-syntax, r=acrichto | Manish Goregaokar | -5/+21 |
| 2015-03-18 | Require braces when a closure has an explicit return type. This is a | Niko Matsakis | -5/+21 |
| 2015-03-18 | [rustdoc] Fix source hyperlinks in docs | Ivan Petkov | -0/+87 |
| 2015-03-18 | Rollup merge of #23467 - andersk:loop-labeled-break-value, r=sanxiyn | Manish Goregaokar | -0/+39 |
| 2015-03-18 | Auto merge of #22838 - petrochenkov:bytelit, r=alexcrichton | bors | -10/+42 |
| 2015-03-18 | Remove the newly introduced trait impls for fixed-size arrays and use &b"..."... | Vadim Petrochenkov | -6/+6 |
| 2015-03-18 | Auto merge of #23290 - nrc:pub_priv_mod, r=nikomatsakis | bors | -32/+29 |
| 2015-03-18 | Infer type ! for a loop that can only break out of other loops | Anders Kaseorg | -0/+39 |
| 2015-03-18 | Fix private module loophole in the 'private type in public item' check | Nick Cameron | -32/+29 |
| 2015-03-18 | Auto merge of #23452 - nikomatsakis:unsafety-subtyping, r=nrc | bors | -2/+70 |
| 2015-03-18 | Auto merge of #23438 - nikomatsakis:issue-23435-default-methods-with-where-cl... | bors | -0/+35 |
| 2015-03-18 | Fix byte string literal patterns in match | Vadim Petrochenkov | -7/+6 |
| 2015-03-18 | Add and fix more tests | Vadim Petrochenkov | -0/+25 |
| 2015-03-18 | Fixed-size byte string literals (RFC 339) | Vadim Petrochenkov | -7/+15 |
| 2015-03-17 | Move unsafety out of the subtyping relation and into coercion. | Niko Matsakis | -2/+70 |
| 2015-03-17 | Replace TyDesc and its uses with trait vtables and a type_name intrinsic. | Eduard Burtescu | -9/+9 |
| 2015-03-17 | Auto merge of #23423 - nikomatsakis:issue-18737-trait-subtyping, r=nrc | bors | -4/+56 |
| 2015-03-17 | Fix soundness hole when unsizing boxes. | Niko Matsakis | -0/+46 |
| 2015-03-17 | Remove subtyping for object types and replace with an *upcast* coercion. | Niko Matsakis | -4/+10 |
| 2015-03-17 | Re-bork whitespace for text file (fixup #23385) | Manish Goregaokar | -3/+3 |
| 2015-03-17 | Check that predicates hold before emitting an entry for the vtable. | Niko Matsakis | -0/+35 |
| 2015-03-17 | Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton | Manish Goregaokar | -367/+6 |
| 2015-03-17 | Rollup merge of #23402 - tamird:needstest-tests, r=jakub- | Manish Goregaokar | -6/+274 |
| 2015-03-17 | Rollup merge of #23400 - nrc:pub_use, r=eddyb | Manish Goregaokar | -22/+12 |
| 2015-03-17 | Auto merge of #23104 - japaric:inherent, r=nikomatsakis | bors | -2/+24 |
| 2015-03-16 | remove imports | Jorge Aparicio | -1/+0 |
| 2015-03-16 | impl str | Jorge Aparicio | -1/+0 |
| 2015-03-16 | allow inherent implementations on primitives | Jorge Aparicio | -0/+24 |
| 2015-03-17 | Auto merge of #23352 - alexcrichton:stabilize-net, r=aturon | bors | -1/+4 |
| 2015-03-16 | Auto merge of #23331 - eddyb:attr-lookahead, r=nikomatsakis | bors | -3/+3 |
| 2015-03-16 | Regression test for #13077 | Tamir Duberstein | -0/+31 |
| 2015-03-16 | Regression test for #16922 | Tamir Duberstein | -0/+38 |
| 2015-03-16 | Regression test for #20714 | Tamir Duberstein | -0/+15 |
| 2015-03-16 | Regression test for #20396 | Tamir Duberstein | -0/+23 |
| 2015-03-16 | Regression test for #20261 | Tamir Duberstein | -0/+17 |
| 2015-03-16 | Consistent spacing | Tamir Duberstein | -6/+6 |
| 2015-03-16 | Regression test for #20225 | Tamir Duberstein | -0/+22 |
| 2015-03-16 | Regression test for #19982 | Tamir Duberstein | -0/+39 |
| 2015-03-16 | Regression test for #18919 | Tamir Duberstein | -0/+17 |
| 2015-03-16 | Regression test for #13407 | Tamir Duberstein | -0/+19 |
| 2015-03-16 | Regression test for #11820 | Tamir Duberstein | -0/+19 |
| 2015-03-16 | Regression test for #9951 | Tamir Duberstein | -0/+28 |
| 2015-03-16 | Add test for #7950 | Corey Richardson | -0/+17 |
| 2015-03-16 | Fallout in testing. | Nick Cameron | -22/+12 |
| 2015-03-15 | Strip trailing whitespace | Tamir Duberstein | -2/+2 |