| Age | Commit message (Expand) | Author | Lines |
| 2013-08-12 | fix build with the new snapshot compiler | Daniel Micay | -19/+0 |
| 2013-08-11 | auto merge of #8410 : luqmana/rust/mcpu, r=sanxiyn | bors | -13/+11 |
| 2013-08-11 | librustc: Convert from `@Object` to `@mut Object` as needed | Niko Matsakis | -3/+3 |
| 2013-08-10 | rustc: Add --target-cpu flag to select a more specific processor instead of t... | Luqman Aden | -13/+11 |
| 2013-08-10 | std: Transform.find_ -> .find | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -3/+3 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -2/+2 |
| 2013-08-09 | auto merge of #8362 : sfackler/rust/env, r=alexcrichton | bors | -1/+15 |
| 2013-08-08 | auto merge of #8350 : dim-an/rust/fix-struct-match, r=pcwalton | bors | -1/+2 |
| 2013-08-08 | env! syntax extension changes | Steven Fackler | -1/+15 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -2/+1 |
| 2013-08-06 | Better documentation for --emit-llvm option. | Dmitry Ermolov | -1/+2 |
| 2013-08-06 | auto merge of #8313 : msullivan/rust/cleanup, r=catamorphism | bors | -7/+6 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -1/+1 |
| 2013-08-05 | Warn when using -o option on libraries. Closes #6554. | Michael Sullivan | -7/+6 |
| 2013-08-05 | auto merge of #8279 : pcwalton/rust/no-main, r=brson | bors | -1/+2 |
| 2013-08-04 | Add support for vanilla linux on arm. | Luqman Aden | -1/+1 |
| 2013-08-03 | librustc: Implement `#[no_main]`, which omits the entry point entirely. | Patrick Walton | -1/+2 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -6/+6 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -6/+6 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -6/+6 |
| 2013-07-28 | Free intermediate translation results as soon as possible | Björn Steinbrink | -6/+13 |
| 2013-07-27 | rustc: reorganize driver, replace compile_upto with multiple more-obvious fun... | Graydon Hoare | -224/+243 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -21/+22 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -37/+21 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -2/+3 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -23/+45 |
| 2013-07-17 | Made ast::blk not use spanned<T> anymore. | Michael Woerister | -1/+1 |
| 2013-07-16 | syntax: make a macros-injection pass; conditionally define debug! to a noop b... | Huon Wilson | -1/+5 |
| 2013-07-08 | Miscellaneous fixes and cleanup | Niko Matsakis | -1/+0 |
| 2013-07-04 | Implement consuming iterators for ~[], remove vec::{consume, consume_reverse,... | Huon Wilson | -2/+2 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -9/+6 |
| 2013-06-29 | auto merge of #7244 : bblum/rust/once, r=nikomatsakis | bors | -25/+30 |
| 2013-06-28 | librustc: Fix merge fallout and test cases. | Patrick Walton | -2/+6 |
| 2013-06-28 | librustc: Rewrite reachability and forbid duplicate methods in type implement... | Patrick Walton | -4/+14 |
| 2013-06-27 | auto merge of #7429 : Blei/rust/delete-shared, r=huonw | bors | -14/+12 |
| 2013-06-27 | Remove many shared pointers | Philipp Brüschweiler | -14/+12 |
| 2013-06-27 | auto merge of #7403 : catamorphism/rust/package-scripts, r=brson | bors | -1/+1 |
| 2013-06-26 | driver: perform stripping before and after macro expansion. | Huon Wilson | -1/+12 |
| 2013-06-25 | rustpkg: Begin allowing package scripts to call the default build logic | Tim Chevalier | -1/+1 |
| 2013-06-23 | Remove intrinsic module | Philipp Brüschweiler | -3/+0 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -6/+6 |
| 2013-06-21 | Remove all #[cfg(stage0)]-protected code | James Miller | -19/+0 |
| 2013-06-19 | Hide the once-move-out privilege for stack fns behind '-Z once-fns' | Ben Blum | -25/+30 |
| 2013-06-16 | auto merge of #7157 : sstewartgallus/rust/master, r=brson | bors | -47/+39 |
| 2013-06-16 | Fix Merge Fallout | James Miller | -78/+78 |
| 2013-06-15 | Fix up mingw32 case | Steven Stewart-Gallus | -0/+1 |
| 2013-06-15 | auto merge of #7125 : alexcrichton/rust/rusti-issues, r=brson | bors | -5/+5 |
| 2013-06-15 | Cleaned up driver.rs | Steven Stewart-Gallus | -47/+38 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 |