| Age | Commit message (Expand) | Author | Lines |
| 2013-03-27 | auto merge of #5574 : thestinger/rust/docstring, r=sanxiyn | bors | -2/+5 |
| 2013-03-27 | core/std: Remove uses of ++ mode | Tim Chevalier | -2/+2 |
| 2013-03-27 | add a TotalEq trait | Daniel Micay | -24/+115 |
| 2013-03-27 | librustc: Allow expr_repeat to be used with any vstore | Patrick Walton | -1/+1 |
| 2013-03-27 | cmp: rm TotalOrd impl code duplication | Daniel Micay | -53/+22 |
| 2013-03-27 | Autoref the argument to the index operator (#4920) | Niko Matsakis | -1/+1 |
| 2013-03-27 | ops: add a docstring | Daniel Micay | -1/+1 |
| 2013-03-27 | hashmap: improve docstring | Daniel Micay | -1/+4 |
| 2013-03-26 | librustc: Remove obsolete syntax | Patrick Walton | -16/+42 |
| 2013-03-26 | librustc: Enforce that `extern mod` directives come first, then `use` directi... | Patrick Walton | -62/+61 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -116/+131 |
| 2013-03-26 | librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax | Patrick Walton | -22/+24 |
| 2013-03-26 | libcore: Change `[const T]` to `const [T]` everywhere | Patrick Walton | -51/+53 |
| 2013-03-26 | auto merge of #5414 : thestinger/rust/option, r=catamorphism | bors | -295/+145 |
| 2013-03-26 | option: rm functions that duplicate methods | Daniel Micay | -295/+145 |
| 2013-03-26 | auto merge of #5560 : brson/rust/relnotes, r=brson | bors | -0/+2 |
| 2013-03-26 | auto merge of #5547 : catamorphism/rust/issue-4898, r=catamorphism | bors | -3/+53 |
| 2013-03-26 | syntax: Removing uses of HashMap | Alex Crichton | -0/+5 |
| 2013-03-26 | Remove unused imports throughout | Alex Crichton | -8/+2 |
| 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 |