| Age | Commit message (Expand) | Author | Lines |
| 2013-09-24 | Correctly encode item visibility in metadata | Alex Crichton | -2/+5 |
| 2013-09-23 | test: Fix rustdoc and tests. | Patrick Walton | -4/+12 |
| 2013-09-23 | librustc: Remove the remaining direct uses of `@fn` from librustc. | Patrick Walton | -12/+12 |
| 2013-09-23 | librustc: Port the pretty printer annotation infrastructure to use traits ins... | Patrick Walton | -40/+75 |
| 2013-09-19 | Turned extra::getopts functions into methods | Marvin Löbel | -34/+31 |
| 2013-09-12 | std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} | Erick Tryzelaar | -1/+1 |
| 2013-09-12 | std: rename Option::unwrap_or_default() to unwrap_or() | Erick Tryzelaar | -3/+3 |
| 2013-09-10 | Delay assignment of node ids until after expansion. Ensures that each AST node | Niko Matsakis | -0/+5 |
| 2013-09-02 | turn off android ndk asm pass | Ilyong Cho | -3/+1 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -31/+31 |
| 2013-08-30 | Tweak pass management and add some more options | Alex Crichton | -0/+11 |
| 2013-08-26 | Rewrite pass management with LLVM | Alex Crichton | -2/+3 |
| 2013-08-24 | librustc: Always use session target triple. | Luqman Aden | -4/+5 |
| 2013-08-22 | Cleanup assembly source. | Vadim Chugunov | -3/+8 |
| 2013-08-22 | Compile via external assembler on Windows. | Vadim Chugunov | -3/+8 |
| 2013-08-20 | rm obsolete integer to_str{,_radix} free functions | Daniel Micay | -5/+4 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -2/+6 |
| 2013-08-19 | Issue #3678: Remove wrappers and call foreign functions directly | Niko Matsakis | -0/+3 |
| 2013-08-16 | debuginfo: Added test cases for generic structs and enums. | Michael Woerister | -0/+8 |
| 2013-08-13 | Remove unused automatic cfg bindings Fixes #7169 | Nick Desaulniers | -16/+13 |
| 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/+9 |
| 2013-08-11 | librustc: Convert from `@Object` to `@mut Object` as needed | Niko Matsakis | -1/+1 |
| 2013-08-10 | rustc: Add --target-cpu flag to select a more specific processor instead of t... | Luqman Aden | -13/+9 |
| 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-04 | Add support for vanilla linux on arm. | Luqman Aden | -1/+1 |
| 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 | -1/+1 |
| 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 | -14/+14 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -26/+17 |
| 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 | -17/+35 |
| 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 | -7/+5 |