| Age | Commit message (Expand) | Author | Lines |
| 2013-10-18 | rustpkg: invoke touch with a portable set of args | Tim Chevalier | -1/+3 |
| 2013-10-18 | rustc: Check that the output file is writeable before linking | Tim Chevalier | -26/+20 |
| 2013-10-18 | rustpkg: Make rustpkg tests stop comparing dates | Tim Chevalier | -44/+159 |
| 2013-10-16 | Implement new methods vec.starts_with()/vec.ends_with() | Kevin Ballard | -6/+2 |
| 2013-10-16 | path2: Update for latest master | Kevin Ballard | -40/+48 |
| 2013-10-16 | path2: Remove some API functions | Kevin Ballard | -2/+2 |
| 2013-10-16 | path2: Update based on more review feedback | Kevin Ballard | -24/+24 |
| 2013-10-15 | path2: Remove .with_display_str and friends | Kevin Ballard | -6/+6 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -242/+239 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -621/+792 |
| 2013-10-11 | rustpkg: Set exit codes properly and make tests take advantage of that | Tim Chevalier | -27/+72 |
| 2013-10-11 | extra::tempfile: replace mkdtemp with an RAII wrapper | Benjamin Herr | -277/+344 |
| 2013-10-10 | rustpkg: Make checked-out source files read-only, and overhaul where temporar... | Tim Chevalier | -292/+531 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -9/+10 |
| 2013-10-08 | add new enum ast::StrStyle as field to ast::lit_str | Benjamin Herr | -2/+2 |
| 2013-10-06 | auto merge of #9703 : alexcrichton/rust/compiler-features, r=cmr | bors | -0/+2 |
| 2013-10-06 | auto merge of #9741 : catamorphism/rust/rustpkg-remotes, r=cmr | bors | -21/+19 |
| 2013-10-06 | rustpkg: Fix fetching remote packages | Tim Chevalier | -21/+19 |
| 2013-10-05 | Implement feature-gating for the compiler | Alex Crichton | -0/+2 |
| 2013-10-05 | docs / rustpkg: Document `rustpkg test` more | Tim Chevalier | -3/+3 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -3/+3 |
| 2013-09-30 | rustpkg: Remove uses of fmt! | Alex Crichton | -305/+313 |
| 2013-09-30 | rustpkg: Make test_rustpkg_test_output more permissive | Tim Chevalier | -3/+5 |
| 2013-09-29 | auto merge of #9612 : alexcrichton/rust/rc-crate2, r=huonw | bors | -19/+15 |
| 2013-09-29 | Remove all usage of @ast::Crate | Alex Crichton | -19/+15 |
| 2013-09-28 | Don't redirect output in rustpkg test | Steven Fackler | -8/+2 |
| 2013-09-27 | auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichton | bors | -1/+1 |
| 2013-09-27 | auto merge of #9549 : catamorphism/rust/rustpkg-test-command, r=catamorphism,... | bors | -47/+148 |
| 2013-09-27 | rustpkg: Implement `rustpkg test` | Tim Chevalier | -47/+148 |
| 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-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -3/+3 |
| 2013-09-25 | rustpkg: Search for packages correctly when using the rust_path_hack | Tim Chevalier | -30/+78 |
| 2013-09-24 | Don't use libc::exit. #9473 | Brian Anderson | -10/+14 |
| 2013-09-23 | auto merge of #9310 : pcwalton/rust/at-fn, r=pcwalton | bors | -49/+97 |
| 2013-09-23 | librustc: Fix merge fallout. | Patrick Walton | -2/+5 |
| 2013-09-23 | librustc: Remove `@fn` managed closures from the language. | Patrick Walton | -2/+2 |
| 2013-09-23 | libsyntax: Remove some more `@fn` uses | Patrick Walton | -30/+61 |
| 2013-09-23 | librustpkg: Fix diagnostic invocation syntax in librustdoc, librusti, and lib... | Patrick Walton | -3/+10 |
| 2013-09-23 | librustc: Change fold to use traits instead of `@fn`. | Patrick Walton | -14/+21 |
| 2013-09-23 | Ignore some rustpkg tests for now | Alex Crichton | -0/+2 |
| 2013-09-21 | Update version numbers to 0.8 | Brian Anderson | -1/+1 |
| 2013-09-20 | auto merge of #9337 : steveklabnik/rust/rustpkg_usage, r=catamorphism | bors | -2/+3 |
| 2013-09-20 | auto merge of #9322 : catamorphism/rust/rustpkg-discovered-outputs, r=brson | bors | -8/+84 |
| 2013-09-19 | Fix usage for rustpkg init | Steve Klabnik | -2/+3 |
| 2013-09-19 | Turned extra::getopts functions into methods | Marvin Löbel | -26/+26 |
| 2013-09-18 | rustpkg: Register correct dependencies for built and installed files | Tim Chevalier | -8/+84 |
| 2013-09-18 | rustpkg: Make crates, not packages, the unit of rustpkg dependencies | Tim Chevalier | -249/+409 |
| 2013-09-17 | Ignore a test which is blocking a snapshot | Alex Crichton | -0/+1 |
| 2013-09-17 | Implementing 'rustpkg init'. | Steve Klabnik | -1/+24 |