| Age | Commit message (Expand) | Author | Lines |
| 2013-03-15 | auto merge of #5354 : ILyoan/rust/normalize_triple, r=graydon | bors | -2/+2 |
| 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-15 | auto merge of #5395 : thestinger/rust/iter, r=pcwalton | bors | -15/+13 |
| 2013-03-15 | Update test case to conform to new restrictions on casting | John Clements | -3/+2 |
| 2013-03-15 | Test case fixup (old one tested the old bad behavior). | John Clements | -12/+12 |
| 2013-03-15 | add nonempty encoding for spans | John Clements | -1/+1 |
| 2013-03-15 | Normalize target triple so that llvm can recognize target os correctly | ILyoan | -2/+2 |
| 2013-03-15 | Fix an android compilation fail | ILyoan | -0/+1 |
| 2013-03-14 | auto merge of #5375 : z0w0/rust/rustdoc-private-hide, r=thestinger | bors | -2/+1 |
| 2013-03-14 | MutableIter impl for Option + use it in treemap | Daniel Micay | -15/+13 |
| 2013-03-14 | auto merge of #5371 : thestinger/rust/hidden, r=pcwalton | bors | -1/+2 |
| 2013-03-14 | auto merge of #5369 : thestinger/rust/iter, r=z0w0 | bors | -7/+33 |
| 2013-03-14 | core: Add to_bytes method to StrSlice trait | Brian Anderson | -0/+3 |
| 2013-03-14 | auto merge of #5367 : brson/rust/5299, r=thestinger | bors | -0/+4 |
| 2013-03-14 | auto merge of #5366 : tedhorst/rust/threadring, r=brson | bors | -0/+74 |
| 2013-03-14 | auto merge of #5365 : thestinger/rust/map, r=catamorphism | bors | -12/+61 |
| 2013-03-14 | auto merge of #5364 : xenocons/rust/patch-1, r=z0w0 | bors | -1/+1 |
| 2013-03-14 | test: Remove deprecated features from benchmark tests. rs=burningtree | Patrick Walton | -7/+15 |
| 2013-03-14 | librustc: Remove another deprecated use of `as Trait`. rs=burningtree | Patrick Walton | -2/+2 |
| 2013-03-14 | rustdoc: Filter out private definitions. Closes #3538 | Zack Corr | -2/+1 |
| 2013-03-14 | rustdoc: Document explicit self in methods. Closes #5254 | Zack Corr | -2/+6 |
| 2013-03-13 | libsyntax: Remove a use of deprecated Encodable from libsyntax. rs=burningtree | Patrick Walton | -1/+1 |
| 2013-03-13 | test: Fix tests. rs=tests | Patrick Walton | -79/+91 |
| 2013-03-13 | librustc: Allow path-qualified constants in patterns | Patrick Walton | -3/+37 |
| 2013-03-13 | librustc: Don't require the "static" keyword to define a static method | Patrick Walton | -10/+10 |
| 2013-03-13 | test: Some test fixes | Patrick Walton | -19/+19 |
| 2013-03-13 | librustc: Remove implicit self from the language, except for old-style drop b... | Patrick Walton | -393/+337 |
| 2013-03-13 | librustc: Remove "base types" from the language. | Patrick Walton | -148/+141 |
| 2013-03-13 | librustc: Remove overloaded operator autoderef. | Patrick Walton | -29/+63 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -537/+675 |
| 2013-03-13 | librustc: Separate out trait storage from evec/estr storage | Patrick Walton | -162/+293 |
| 2013-03-13 | auto merge of #5336 : ILyoan/rust/remove_unused, r=sanxiyn | bors | -12/+2 |
| 2013-03-13 | rm FIXME from use of #[doc(hidden)] on pub mod | Daniel Micay | -1/+1 |
| 2013-03-13 | hide the linkhack module in the docs | Daniel Micay | -0/+1 |
| 2013-03-13 | add a trait for mutable iterators | Daniel Micay | -7/+33 |
| 2013-03-13 | core: Add spawn, stream and friends to prelude. #5299 | Brian Anderson | -0/+4 |
| 2013-03-14 | Remove unused import in librustc | ILyoan | -1/+0 |
| 2013-03-14 | Remove unused imports in std | ILyoan | -1/+0 |
| 2013-03-14 | Remove unused import in core | ILyoan | -9/+2 |
| 2013-03-14 | Remove unused variable | ILyoan | -1/+0 |
| 2013-03-13 | reinstate test/bench/shootout-threadring.rs | Ted Horst | -0/+74 |
| 2013-03-13 | add the mutate_values method to the Map trait | Daniel Micay | -12/+61 |
| 2013-03-13 | auto merge of #5340 : brson/rust/column, r=brson | bors | -1/+1 |
| 2013-03-14 | updated from L to ull for easier mingw32 builds. | xenocons | -1/+1 |
| 2013-03-13 | auto merge of #5307 : nikomatsakis/rust/remove-by-val, r=nikomatsakis | bors | -303/+579 |
| 2013-03-13 | Remove `++` mode from the compiler (it is parsed as `+` mode) | Niko Matsakis | -144/+89 |
| 2013-03-13 | Revamp foreign code not to consider the Rust modes. This requires | Niko Matsakis | -161/+492 |
| 2013-03-13 | auto merge of #5339 : catamorphism/rust/less-copy, r=catamorphism | bors | -6/+5 |