| Age | Commit message (Expand) | Author | Lines |
| 2013-02-27 | libsyntax: Forbid mutable vectors. rs=demuting | Patrick Walton | -6/+4 |
| 2013-02-27 | libsyntax: Forbid `~mut` and `~const`. rs=demuting | Patrick Walton | -16/+18 |
| 2013-02-27 | Fix: now sha1 result_str() return correct value | Jihyun Yu | -1/+21 |
| 2013-02-27 | auto merge of #5123 : thestinger/rust/treemap, r=nikomatsakis | bors | -113/+93 |
| 2013-02-27 | treemap: improve the lazy iterator | Daniel Micay | -113/+93 |
| 2013-02-26 | auto merge of #5119 : Kimundi/rust/incoming, r=catamorphism | bors | -10/+10 |
| 2013-02-26 | Removed deprecated `str()` functions in int-template.rs and uint-template.rs | Marvin Löbel | -10/+10 |
| 2013-02-26 | libcore: Move Cell to core and de-~mut core and std | Patrick Walton | -91/+0 |
| 2013-02-26 | librustc: Implement a lint mode for mutable structures; deny by default. r=tjc | Patrick Walton | -0/+1 |
| 2013-02-23 | remove oldsmallintmap | Daniel Micay | -238/+0 |
| 2013-02-22 | auto merge of #5081 : brson/rust/pipes, r=pcwalton | bors | -75/+77 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -75/+77 |
| 2013-02-21 | Cleanup, commenting, trivial renaming | John Clements | -2/+0 |
| 2013-02-21 | librustc: Separate the rest of the trait bounds with `+` and stop parsing spa... | Patrick Walton | -25/+13 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -210/+212 |
| 2013-02-19 | std: update rand-using tests, r=burningtree | Graydon Hoare | -3/+3 |
| 2013-02-18 | auto merge of #5005 : alexcrichton/rust/bitv++, r=catamorphism | bors | -187/+701 |
| 2013-02-18 | Add benchmarks to measure differences in bit vectors | Alex Crichton | -0/+92 |
| 2013-02-17 | Implement Set container on top of a bit vector | Alex Crichton | -40/+470 |
| 2013-02-17 | Favor local closures instead of global functions | Alex Crichton | -8/+4 |
| 2013-02-17 | Remove the 'uint_bits' constant in bitv | Alex Crichton | -11/+9 |
| 2013-02-17 | Change SmallBitv to use uint instead of u32 | Alex Crichton | -8/+8 |
| 2013-02-17 | Modernize bitv mut fields and explicit self | Alex Crichton | -134/+132 |
| 2013-02-17 | vec: grow_fn doesn't require Copy | Daniel Micay | -1/+1 |
| 2013-02-16 | auto merge of #4993 : thestinger/rust/deque, r=graydon | bors | -158/+138 |
| 2013-02-17 | Removed more capture claueses. | Seth Pink | -3/+3 |
| 2013-02-16 | deque: get rid of Copy requirement | Daniel Micay | -2/+0 |
| 2013-02-16 | deque: avoid Copy in grow | Daniel Micay | -8/+5 |
| 2013-02-16 | deque: avoid Copy for get | Daniel Micay | -17/+17 |
| 2013-02-17 | Remove use of capture clause #4965 | Seth Pink | -1/+1 |
| 2013-02-16 | deque: avoid Copy in pop_{front,back} | Daniel Micay | -18/+17 |
| 2013-02-16 | deque: avoid Copy in peek_{front,back} | Daniel Micay | -52/+50 |
| 2013-02-16 | deque: avoid Copy in the get function | Daniel Micay | -7/+7 |
| 2013-02-16 | deque: separate the methods that need Copy | Daniel Micay | -1/+3 |
| 2013-02-16 | deque: rm old return statements | Daniel Micay | -5/+5 |
| 2013-02-16 | add a Mutable implementation (clear) to std::deque | Daniel Micay | -0/+9 |
| 2013-02-16 | modernize std::deque | Daniel Micay | -132/+109 |
| 2013-02-15 | rustpkg: Massage for landing. | Graydon Hoare | -126/+238 |
| 2013-02-15 | Move semver to std and finish rustpkg | Zack Corr | -1/+2 |
| 2013-02-15 | Correct Zack Corr's email in AUTHORS.txt | Zack Corr | -0/+283 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -93/+83 |
| 2013-02-15 | auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brson | bors | -25/+31 |
| 2013-02-15 | libstd: Fix broken test. | Luqman Aden | -1/+1 |
| 2013-02-15 | libstd: Get rid of `move`. | Luqman Aden | -363/+357 |
| 2013-02-14 | auto merge of #4938 : thestinger/rust/no_zero, r=brson | bors | -3/+3 |
| 2013-02-14 | auto merge of #4927 : sanxiyn/rust/remove-dvec, r=catamorphism | bors | -8/+6 |
| 2013-02-14 | Convert all uses of vec::slice to vec::view Issue #3869 | Nick Desaulniers | -25/+31 |
| 2013-02-14 | auto merge of #4934 : nickdesaulniers/rust/issue4524cleanup, r=brson | bors | -3/+3 |
| 2013-02-14 | fix bug in uv_ll tests uncovered by not zeroing | Daniel Micay | -3/+3 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -154/+154 |