| Age | Commit message (Expand) | Author | Lines |
| 2013-03-22 | std: replace uses of old deriving attribute with new one | Andrew Paseltiner | -21/+21 |
| 2013-03-22 | auto merge of #5484 : pcwalton/rust/snapshots, r=pcwalton | bors | -3/+0 |
| 2013-03-21 | auto merge of #5481 : thestinger/rust/deque, r=z0w0 | bors | -0/+2 |
| 2013-03-21 | auto merge of #5480 : pcwalton/rust/at-const, r=pcwalton | bors | -4/+22 |
| 2013-03-21 | auto merge of #5479 : Kimundi/rust/str-dealloc, r=z0w0 | bors | -3/+4 |
| 2013-03-21 | librustc: Register new snapshots | Patrick Walton | -3/+0 |
| 2013-03-21 | librustc: Forbid destructors from being attached to any structs that might co... | Patrick Walton | -4/+22 |
| 2013-03-21 | deque: add a module docstring | Daniel Micay | -0/+2 |
| 2013-03-21 | auto merge of #5407 : jbclements/rust/add-assert-eq-macro, r=jbclements | bors | -17/+3 |
| 2013-03-21 | Un-renamed trim and substr functions. | Marvin Löbel | -2/+2 |
| 2013-03-21 | Switched over substr and trim functions in str to be non-allocating, temporar... | Marvin Löbel | -4/+5 |
| 2013-03-21 | auto merge of #5466 : Kimundi/rust/view-slice-rename, r=bstrie | bors | -28/+28 |
| 2013-03-21 | back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli... | Marvin Löbel | -28/+28 |
| 2013-03-20 | auto merge of #5456 : graydon/rust/fixups, r=pcwalton | bors | -0/+1 |
| 2013-03-21 | renamed str::view -> slice_DBG_BRWD | Marvin Löbel | -32/+32 |
| 2013-03-20 | auto merge of #5455 : pcwalton/rust/framework, r=catamorphism | bors | -2/+2 |
| 2013-03-20 | change some uses of fail_unless to assert_eq | John Clements | -17/+3 |
| 2013-03-20 | libsyntax: Never use `::<>` in the type grammar | Patrick Walton | -2/+2 |
| 2013-03-20 | add stage3 markers where necessary for dist-snap | Graydon Hoare | -0/+1 |
| 2013-03-20 | core: add str::each{,i}_reverse | Erick Tryzelaar | -11/+5 |
| 2013-03-19 | core: rename vec::rev_each{,i} to vec::each{,i}_reverse | Erick Tryzelaar | -3/+3 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -43/+68 |
| 2013-03-18 | libsyntax: Stop parsing old lifetimes, except for the ones on data type decla... | Patrick Walton | -2/+2 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -87/+87 |
| 2013-03-18 | core: Simplify uvll bindings and strip out currently-unused bits | Brian Anderson | -18/+0 |
| 2013-03-18 | Give core::rt and std::net their own uvll bindings | Brian Anderson | -16/+1955 |
| 2013-03-15 | auto merge of #5404 : bstrie/rust/decopy, r=pcwalton | bors | -21/+21 |
| 2013-03-15 | impl Clone for ~T, ~[T], ~str | Ben Striegel | -21/+21 |
| 2013-03-15 | treemap: use each_mut instead of mutate | Daniel Micay | -7/+6 |
| 2013-03-15 | treemap: rm old FIXME | Daniel Micay | -2/+0 |
| 2013-03-15 | deque: add documentation | Daniel Micay | -1/+24 |
| 2013-03-14 | MutableIter impl for Option + use it in treemap | Daniel Micay | -14/+5 |
| 2013-03-14 | auto merge of #5365 : thestinger/rust/map, r=catamorphism | bors | -1/+30 |
| 2013-03-13 | librustc: Remove "base types" from the language. | Patrick Walton | -29/+29 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -44/+51 |
| 2013-03-14 | Remove unused imports in std | ILyoan | -1/+0 |
| 2013-03-13 | add the mutate_values method to the Map trait | Daniel Micay | -1/+30 |
| 2013-03-13 | Remove `++` mode from the compiler (it is parsed as `+` mode) | Niko Matsakis | -2/+2 |
| 2013-03-13 | Revamp foreign code not to consider the Rust modes. This requires | Niko Matsakis | -8/+8 |
| 2013-03-13 | auto merge of #5293 : brson/rust/logging, r=brson | bors | -149/+146 |
| 2013-03-12 | auto merge of #5329 : wanderview/rust/std-getopts-opts_present, r=graydon | bors | -4/+5 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -149/+146 |
| 2013-03-11 | auto merge of #5310 : thestinger/rust/treeset, r=graydon | bors | -113/+94 |
| 2013-03-11 | Fix std::getopts::opts_present() to check value. | Ben Kelly | -4/+5 |
| 2013-03-11 | core: Add rt mod and add the new scheduler code | Brian Anderson | -1939/+17 |
| 2013-03-11 | treemap: fix a bug in the union implementation | Daniel Micay | -0/+4 |
| 2013-03-11 | treemap: add more set tests | Daniel Micay | -0/+10 |
| 2013-03-11 | treemap: refactor the set operation tests | Daniel Micay | -80/+34 |
| 2013-03-11 | treemap: add more tests for set difference | Daniel Micay | -16/+21 |
| 2013-03-11 | treemap: inline the TreeSet wrappers | Daniel Micay | -12/+20 |