| Age | Commit message (Expand) | Author | Lines |
| 2013-03-31 | Fix underflow in char_range_at_reverse | Marvin Löbel | -2/+15 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -307/+307 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -2/+2 |
| 2013-03-28 | Unbreak 'rustc --help' | Marvin Löbel | -1/+2 |
| 2013-03-27 | add a TotalEq trait | Daniel Micay | -1/+25 |
| 2013-03-26 | librustc: Remove obsolete syntax | Patrick Walton | -16/+42 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -37/+49 |
| 2013-03-26 | libcore: Change `[const T]` to `const [T]` everywhere | Patrick Walton | -3/+3 |
| 2013-03-26 | Added more missing lifetime annotations | Marvin Löbel | -8/+8 |
| 2013-03-26 | Added missing lifetime annotations, doc and whitespace cleanups | Marvin Löbel | -66/+66 |
| 2013-03-26 | Fixed all use sites and tests | Marvin Löbel | -137/+141 |
| 2013-03-26 | Isolated bug, static vector seems to behave differently than fixed sized one | Marvin Löbel | -30/+0 |
| 2013-03-26 | Switched over a bunch of splitting funktions to non-allocating iterators | Marvin Löbel | -53/+61 |
| 2013-03-26 | pre-rebase commit | Marvin Löbel | -99/+102 |
| 2013-03-26 | Moved float str buffer constants to the strconv module | Marvin Löbel | -8/+0 |
| 2013-03-25 | libcore: implement `str::each_char_reverse` correctly. | Huon Wilson | -10/+9 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -18/+18 |
| 2013-03-22 | librustdoc: Remove `pure` from fuzzer and rustdoc. | Patrick Walton | -1/+1 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -216/+216 |
| 2013-03-22 | auto merge of #5398 : dbaupp/rust/core-readlines, r=graydon | bors | -26/+92 |
| 2013-03-23 | libcore: handle trailing newlines more like other languages. | Huon Wilson | -26/+92 |
| 2013-03-21 | core: fix a typo in levdistance | Erick Tryzelaar | -2/+2 |
| 2013-03-21 | Un-renamed trim and substr functions. | Marvin Löbel | -58/+58 |
| 2013-03-21 | Switched over substr and trim functions in str to be non-allocating, temporar... | Marvin Löbel | -87/+99 |
| 2013-03-21 | back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli... | Marvin Löbel | -48/+48 |
| 2013-03-21 | removed str::slice_DBG_UNIQ | Marvin Löbel | -66/+42 |
| 2013-03-21 | renamed str::view -> slice_DBG_BRWD | Marvin Löbel | -54/+66 |
| 2013-03-20 | core: add str::each{,i}_reverse | Erick Tryzelaar | -76/+214 |
| 2013-03-20 | core: add char_len method | Erick Tryzelaar | -1/+5 |
| 2013-03-20 | core: add char_at_reverse | Erick Tryzelaar | -1/+34 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -35/+35 |
| 2013-03-15 | auto merge of #5404 : bstrie/rust/decopy, r=pcwalton | bors | -0/+8 |
| 2013-03-15 | impl Clone for ~T, ~[T], ~str | Ben Striegel | -0/+8 |
| 2013-03-14 | core: Add to_bytes method to StrSlice trait | Brian Anderson | -0/+3 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -5/+4 |
| 2013-03-11 | libsyntax: Stop parsing bare functions in preparation for switching them over | Patrick Walton | -3/+9 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -47/+47 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -10/+19 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -366/+370 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -6/+6 |
| 2013-03-05 | auto merge of #5234 : pcwalton/rust/equiv, r=pcwalton | bors | -1/+7 |
| 2013-03-05 | libcore: Implement an `Equiv` trait and use it on hashmaps. | Patrick Walton | -1/+7 |
| 2013-03-05 | auto merge of #5233 : bstrie/rust/deimpselfcore, r=graydon | bors | -65/+79 |
| 2013-03-04 | De-implicit-self libcore | Ben Striegel | -65/+79 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -1/+3 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -3/+0 |
| 2013-03-02 | auto merge of #5196 : thestinger/rust/ord, r=catamorphism | bors | -1/+39 |
| 2013-03-02 | add a TotalOrd trait | Daniel Micay | -1/+39 |
| 2013-02-28 | core: Address XXX, make static constants for strings used when stringifying f... | Tim Chevalier | -0/+7 |
| 2013-02-28 | Fix implicit leaks of imports throughout libraries | Alex Crichton | -0/+1 |