| Age | Commit message (Expand) | Author | Lines |
| 2013-05-10 | core: Use the new `for` protocol | Alex Crichton | -9/+99 |
| 2013-05-08 | libcore: Remove mutable fields from rand. | Patrick Walton | -1/+1 |
| 2013-05-07 | auto merge of #6292 : thestinger/rust/cleanup, r=brson | bors | -3/+75 |
| 2013-05-07 | Add pop() and swap() to the Map trait | Alex Crichton | -35/+30 |
| 2013-05-06 | remove borrowck workarounds from the containers | Daniel Micay | -3/+75 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -2/+2 |
| 2013-05-05 | add warning for #6248 and remove instances of it | Niko Matsakis | -0/+13 |
| 2013-05-04 | Register snapshots | Brian Anderson | -168/+0 |
| 2013-05-02 | mod items need to be marked with `cfg(test)` not `test`. | Felix S. Klock II | -2/+2 |
| 2013-04-30 | adapt to snapshot | Niko Matsakis | -168/+0 |
| 2013-04-28 | make way for a new iter module | Daniel Micay | -4/+4 |
| 2013-04-24 | libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`. | Huon Wilson | -1/+1 |
| 2013-04-24 | libcore: remove @Rng from rand, and use traits instead. | Huon Wilson | -1/+1 |
| 2013-04-19 | librustc: WIP patch for using the return value. | Patrick Walton | -23/+17 |
| 2013-04-16 | libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ... | Huon Wilson | -14/+14 |
| 2013-04-10 | core: changes in response to #5656 | Niko Matsakis | -2/+171 |
| 2013-04-10 | Revert map.each to something which takes two parameters | Niko Matsakis | -23/+16 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -67/+67 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -852/+848 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -143/+143 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -143/+143 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -2/+2 |
| 2013-03-29 | core: add LinearMap::with_capacity | Erick Tryzelaar | -3/+17 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -2/+2 |
| 2013-03-27 | hashmap: improve docstring | Daniel Micay | -1/+4 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -4/+3 |
| 2013-03-26 | syntax: Removing uses of HashMap | Alex Crichton | -0/+5 |
| 2013-03-24 | expose find_mut in the Map trait | Daniel Micay | -11/+11 |
| 2013-03-24 | hashmap: add find_mut method | Daniel Micay | -1/+34 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -1/+1 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -58/+49 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -2/+2 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -4/+4 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -8/+8 |
| 2013-03-14 | auto merge of #5365 : thestinger/rust/map, r=catamorphism | bors | -0/+13 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -0/+1 |
| 2013-03-13 | add the mutate_values method to the Map trait | Daniel Micay | -0/+13 |
| 2013-03-11 | libsyntax: Stop parsing bare functions in preparation for switching them over | Patrick Walton | -1/+3 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -12/+12 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -140/+140 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -1/+3 |
| 2013-03-05 | libcore: Implement an `Equiv` trait and use it on hashmaps. | Patrick Walton | -1/+50 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -3/+0 |
| 2013-03-02 | make LinearMap fields private | Daniel Micay | -313/+313 |
| 2013-02-28 | Fix implicit leaks of imports throughout libraries | Alex Crichton | -7/+6 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -15/+15 |
| 2013-02-15 | add reserve_at_least method to LinearMap/LinearSet | Daniel Micay | -4/+25 |
| 2013-02-15 | rm FIXME from LinearMap's to_bucket | Daniel Micay | -4/+2 |
| 2013-02-14 | auto merge of #4934 : nickdesaulniers/rust/issue4524cleanup, r=brson | bors | -3/+3 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -10/+10 |