| Age | Commit message (Expand) | Author | Lines |
| 2013-10-16 | remove the rusti command | Daniel Micay | -1254/+0 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -3/+3 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -10/+23 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -1/+1 |
| 2013-10-07 | Fix existing privacy/visibility violations | Alex Crichton | -1/+1 |
| 2013-10-05 | Implement feature-gating for the compiler | Alex Crichton | -0/+2 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -1/+1 |
| 2013-09-30 | rusti: Remove usage of fmt! | Alex Crichton | -37/+37 |
| 2013-09-29 | Remove all usage of @ast::Crate | Alex Crichton | -7/+7 |
| 2013-09-27 | auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichton | bors | -1/+1 |
| 2013-09-26 | Update version numbers to 0.9-pre | Brian Anderson | -1/+1 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -1/+1 |
| 2013-09-24 | Don't use libc::exit. #9473 | Brian Anderson | -3/+4 |
| 2013-09-23 | librusti: Eliminate `@fn`. | Patrick Walton | -11/+20 |
| 2013-09-23 | librustpkg: Fix diagnostic invocation syntax in librustdoc, librusti, and lib... | Patrick Walton | -15/+33 |
| 2013-09-21 | Update version numbers to 0.8 | Brian Anderson | -1/+1 |
| 2013-09-18 | Register new snapshots | Alex Crichton | -1/+1 |
| 2013-09-11 | extra: use a mutex to wrap linenoise calls and make them threadsafe. | Huon Wilson | -10/+8 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -11/+11 |
| 2013-08-23 | removed os::set_args, closing #8325 | Do Nhat Minh | -1/+5 |
| 2013-08-22 | auto merge of #8627 : kballard/rust/fix-rusti, r=catamorphism | bors | -1/+1 |
| 2013-08-19 | Fix broken rusti | Kevin Ballard | -1/+1 |
| 2013-08-19 | auto merge of #8623 : pnkfelix/rust/fsk-visitor-vpar-defaults-step4, r=nmatsakis | bors | -11/+18 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+2 |
| 2013-08-15 | Ported rusti::utils from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -11/+18 |
| 2013-08-13 | Remove unused automatic cfg bindings Fixes #7169 | Nick Desaulniers | -7/+6 |
| 2013-08-10 | std: Transform.find_ -> .find | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -3/+3 |
| 2013-08-07 | rusti: Disable tests | Brian Anderson | -0/+15 |
| 2013-08-07 | auto merge of #8294 : erickt/rust/map-move, r=bblum | bors | -1/+1 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -1/+1 |
| 2013-08-07 | Revert "Re-enable rusti tests" | Alex Crichton | -8/+9 |
| 2013-08-06 | auto merge of #8321 : alexcrichton/rust/enable-rusti, r=cmr | bors | -9/+8 |
| 2013-08-05 | Re-enable rusti tests | Alex Crichton | -9/+8 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -5/+5 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -18/+18 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -2/+2 |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -4/+4 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -16/+16 |
| 2013-08-01 | make `in` and `foreach` get treated as keywords | Daniel Micay | -5/+5 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -1/+1 |
| 2013-07-27 | rustc: reorganize driver, replace compile_upto with multiple more-obvious fun... | Graydon Hoare | -14/+20 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -3/+2 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -11/+11 |
| 2013-07-18 | auto merge of #7857 : blake2-ppc/rust/fix-test-warnings, r=alexcrichton | bors | -1/+0 |
| 2013-07-18 | hashmap: Remove .consume() has rename .consume_iter() to .consume() | blake2-ppc | -3/+7 |
| 2013-07-18 | Fix warnings in libstd and librusti tests | blake2-ppc | -1/+0 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -17/+19 |
| 2013-07-17 | Made ast::blk not use spanned<T> anymore. | Michael Woerister | -5/+5 |