| Age | Commit message (Expand) | Author | Lines |
| 2013-03-22 | core: replace uses of old deriving attribute with new one | Andrew Paseltiner | -9/+9 |
| 2013-03-21 | auto merge of #5480 : pcwalton/rust/at-const, r=pcwalton | bors | -0/+1 |
| 2013-03-21 | librustc: Forbid destructors from being attached to any structs that might co... | Patrick Walton | -0/+1 |
| 2013-03-21 | Un-renamed trim and substr functions. | Marvin Löbel | -2/+2 |
| 2013-03-21 | Switched over substr and trim functions in str to be non-allocating, temporar... | Marvin Löbel | -2/+2 |
| 2013-03-21 | back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli... | Marvin Löbel | -1/+1 |
| 2013-03-21 | renamed str::view -> slice_DBG_BRWD | Marvin Löbel | -1/+1 |
| 2013-03-20 | libsyntax: Never use `::<>` in the type grammar | Patrick Walton | -1/+1 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -3/+3 |
| 2013-03-18 | Add a way to run the test suite with the new scheduler | Brian Anderson | -5/+14 |
| 2013-03-18 | Give core::rt and std::net their own uvll bindings | Brian Anderson | -1939/+0 |
| 2013-03-15 | impl Clone for ~T, ~[T], ~str | Ben Striegel | -3/+3 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -3/+4 |
| 2013-03-13 | Remove `++` mode from the compiler (it is parsed as `+` mode) | Niko Matsakis | -2/+2 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -98/+98 |
| 2013-03-11 | core: Add rt mod and add the new scheduler code | Brian Anderson | -0/+1939 |
| 2013-03-11 | rt/core: port os::list_dir to rust ref #4812 | Jeff Olson | -0/+15 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -57/+57 |
| 2013-03-07 | libcore: Remove `extern mod { ... }` from libcore. rs=deexterning | Patrick Walton | -7/+15 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -4/+4 |
| 2013-03-05 | auto merge of #5233 : bstrie/rust/deimpselfcore, r=graydon | bors | -1/+1 |
| 2013-03-04 | De-implicit-self libcore | Ben Striegel | -1/+1 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -2/+8 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -13/+5 |
| 2013-03-02 | libcore: Remove `fn@`, `fn~`, and `fn&` from libcore. rs=defun | Patrick Walton | -7/+6 |
| 2013-03-01 | core: Move core::rt to core::unstable::lang | Brian Anderson | -0/+136 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -0/+1568 |