| Age | Commit message (Expand) | Author | Lines |
| 2013-03-26 | core: As per #4898, finish impls for one-tuples | Tim Chevalier | -3/+53 |
| 2013-03-26 | auto merge of #5555 : Kimundi/rust/str-dealloc-3, r=catamorphism | bors | -345/+343 |
| 2013-03-26 | core: Hide GC docs | Brian Anderson | -0/+2 |
| 2013-03-26 | auto merge of #5532 : brson/rust/coredocs, r=brson | bors | -17/+54 |
| 2013-03-26 | core: Make sure every module at least has a one-line description | Brian Anderson | -5/+30 |
| 2013-03-26 | core: Clarify prelude docs. #4556 | Brian Anderson | -12/+24 |
| 2013-03-26 | Check for null in return_to_mut. Fixes #4904. | Niko Matsakis | -2/+6 |
| 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 | -70/+92 |
| 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 | -11/+10 |
| 2013-03-26 | Spelling fixes; replaced `size` with `capacity` in few places. | Felix S. Klock II | -3/+3 |
| 2013-03-26 | Fixes mozilla/rust#3612. | Felix S. Klock II | -1/+2 |
| 2013-03-26 | auto merge of #5542 : catamorphism/rust/issue-4983, r=catamorphism | bors | -1/+1 |
| 2013-03-25 | auto merge of #5528 : thestinger/rust/find_mut, r=brson | bors | -4/+71 |
| 2013-03-25 | auto merge of #5525 : dbaupp/rust/minor_fixups, r=graydon | bors | -13/+9 |
| 2013-03-25 | auto merge of #5513 : apasel422/rust/deriving, r=luqmana | bors | -29/+9 |
| 2013-03-25 | Merge remote-tracking branch 'brson/rt' | Brian Anderson | -2929/+1632 |
| 2013-03-25 | core: Fix doc comment error, as per #4983 | Tim Chevalier | -1/+1 |
| 2013-03-25 | trie: improve docstring | Daniel Micay | -1/+1 |
| 2013-03-24 | expose find_mut in the Map trait | Daniel Micay | -18/+18 |
| 2013-03-24 | trie: add find_mut method | Daniel Micay | -1/+32 |
| 2013-03-24 | hashmap: add find_mut method | Daniel Micay | -1/+34 |
| 2013-03-24 | treemap: add a find_mut method | Daniel Micay | -1/+4 |
| 2013-03-25 | libcore: implement `str::each_char_reverse` correctly. | Huon Wilson | -10/+9 |
| 2013-03-25 | Kill some warnings: unused imports and old #[deny(..)]s. | Huon Wilson | -3/+0 |
| 2013-03-23 | replace impls with `deriving` where applicable | Andrew Paseltiner | -24/+3 |
| 2013-03-23 | core: derive Clone for core types | Andrew Paseltiner | -5/+6 |
| 2013-03-22 | libcore: Fix obsolete syntax in extfmt | Patrick Walton | -18/+17 |
| 2013-03-22 | librustc: Add explicit lifetime binders and new lifetime notation in core/std... | Patrick Walton | -9/+9 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -433/+433 |
| 2013-03-22 | libsyntax: Introduce the new `assert!` macro; make `assert` no longer a keyword | Patrick Walton | -1/+1 |
| 2013-03-22 | libsyntax: Stop parsing `pure` and `static` | Patrick Walton | -1/+1 |
| 2013-03-22 | trie: make the TrieSet impl public | Daniel Micay | -2/+1 |
| 2013-03-22 | trie: inline the other TrieSet wrapper methods | Daniel Micay | -0/+3 |
| 2013-03-22 | trie: rm workaround for issue #3469 | Daniel Micay | -2/+1 |
| 2013-03-22 | auto merge of #5488 : pcwalton/rust/depure, r=pcwalton | bors | -1623/+1598 |
| 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 | -1576/+1551 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -108/+108 |
| 2013-03-22 | auto merge of #5463 : alexcrichton/rust/faster-fmt, r=graydon | bors | -0/+209 |
| 2013-03-22 | auto merge of #5398 : dbaupp/rust/core-readlines, r=graydon | bors | -32/+141 |
| 2013-03-22 | Pass the fmt! buffer to each conversion method | Alex Crichton | -0/+209 |
| 2013-03-22 | auto merge of #5471 : erickt/rust/incoming, r=bstrie | bors | -2/+2 |
| 2013-03-23 | libcore: handle trailing newlines more like other languages. | Huon Wilson | -32/+141 |
| 2013-03-22 | core: replace uses of old deriving attribute with new one | Andrew Paseltiner | -19/+19 |
| 2013-03-22 | auto merge of #5484 : pcwalton/rust/snapshots, r=pcwalton | bors | -51/+0 |