| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-03-13 | auto merge of #5337 : yichoi/rust/pull-0312, r=sanxiyn | bors | -0/+0 |
| 2013-03-13 | auto merge of #5319 : brson/rust/debuginfo, r=brson | bors | -102/+216 |
| 2013-03-13 | auto merge of #5293 : brson/rust/logging, r=brson | bors | -930/+880 |
| 2013-03-13 | Represent enums with regular structs; no more alignment-breaking casts. | Jed Davis | -38/+74 |
| 2013-03-12 | Work around linkage bug cross-compiling from x86_64-apple-darwin to i686-appl... | Brian Anderson | -36/+47 |
| 2013-03-13 | mk: target triple rename arm-unknown-android->arm-linux-androideabi | Young-il Choi | -3/+3 |
| 2013-03-12 | libcore: Attempt to put out burning tree on Mac by using the old symbol on 32... | Patrick Walton | -5/+20 |
| 2013-03-12 | core: Turn off rtdebug logging | Brian Anderson | -2/+3 |
| 2013-03-12 | auto merge of #5332 : jdm/rust/transitivelink, r=graydon | bors | -1/+5 |
| 2013-03-12 | Increase tidy column limit to 100 | Brian Anderson | -1/+1 |
| 2013-03-12 | auto merge of #5320 : apasel422/rust/metaderive, r=graydon | bors | -0/+134 |
| 2013-03-12 | rustc: One Less Bad Copy | Tim Chevalier | -6/+5 |
| 2013-03-12 | syntax: implement #[deriving] meta-attribute | Andrew Paseltiner | -0/+134 |
| 2013-03-12 | auto merge of #5329 : wanderview/rust/std-getopts-opts_present, r=graydon | bors | -4/+5 |
| 2013-03-12 | auto merge of #5317 : luqmana/rust/inline-asm, r=graydon | bors | -11/+269 |
| 2013-03-12 | regression patch libuv submodule | Young-il Choi | -0/+0 |
| 2013-03-12 | auto merge of #5335 : larryv/rust/local_stage0-libsyntax, r=luqmana | bors | -0/+1 |
| 2013-03-12 | auto merge of #5333 : brson/rust/context, r=brson | bors | -31/+63 |