| Age | Commit message (Expand) | Author | Lines |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -2/+2 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -3/+3 |
| 2013-08-30 | made Eq for package_id use more standard parameter names | Eric Martin | -2/+2 |
| 2013-08-30 | remove several 'ne' methods | Eric Martin | -6/+0 |
| 2013-08-30 | rustpkg: Allow package directories to appear in the RUST_PATH | Tim Chevalier | -103/+428 |
| 2013-08-30 | rustpkg: Add a not_a_workspace condition | Tim Chevalier | -0/+8 |
| 2013-08-29 | Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ... | Brian Anderson | -9/+7 |
| 2013-08-27 | auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, r=brson | bors | -7/+9 |
| 2013-08-27 | Implement process bindings to libuv | Alex Crichton | -7/+9 |
| 2013-08-27 | Handle `rustpkg build`, etc. when given no args properly | Kevin Ballard | -36/+35 |
| 2013-08-27 | auto merge of #8792 : adridu59/rust/master, r=catamorphism | bors | -5/+4 |
| 2013-08-27 | librustpkg/tests.rs: cleanup unused import | Adrien Tétar | -5/+4 |
| 2013-08-27 | auto merge of #8773 : catamorphism/rust/rustpkg-version-flag, r=anasazi | bors | -1/+9 |
| 2013-08-26 | rustpkg: Implement --version command-line option | Tim Chevalier | -1/+9 |
| 2013-08-26 | rustpkg: Test that different copies of the same package ID can exist in multi... | Tim Chevalier | -18/+80 |
| 2013-08-23 | auto merge of #8681 : mrordinaire/rust/remove-set_args, r=brson | bors | -1/+4 |
| 2013-08-23 | removed os::set_args, closing #8325 | Do Nhat Minh | -1/+4 |
| 2013-08-22 | Suppress a broken test. Issue #8690. | Michael Sullivan | -0/+1 |
| 2013-08-21 | rustpkg: Add test for #7348. Closes #7348 | Tim Chevalier | -0/+12 |
| 2013-08-21 | rustpkg: Re-enable some more tests | Tim Chevalier | -21/+22 |
| 2013-08-21 | rustpkg: Add test for #7338. Closes #7338 | Tim Chevalier | -0/+12 |
| 2013-08-19 | rustpkg: Un-ignore most of the remaining tests | Tim Chevalier | -93/+86 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+4 |
| 2013-08-16 | auto merge of #8532 : kballard/rust/cstr-cleanup, r=erickt | bors | -2/+2 |
| 2013-08-15 | auto merge of #8518 : catamorphism/rust/issue-8498-workaround, r=brson | bors | -4/+6 |
| 2013-08-15 | Add ToCStr method .with_c_str() | Kevin Ballard | -2/+2 |
| 2013-08-14 | std: Change ProcessOptions struct to have an option of a ~ vector | Tim Chevalier | -4/+6 |
| 2013-08-13 | Remove unused automatic cfg bindings Fixes #7169 | Nick Desaulniers | -2/+2 |
| 2013-08-11 | Cleanup librustpkg a little bit. | Steven Stewart-Gallus | -74/+77 |
| 2013-08-10 | std: Transform.find_ -> .find | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | std: Iterator.len_ -> .len | Erick Tryzelaar | -2/+2 |
| 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 | -1/+1 |
| 2013-08-09 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -526/+518 |
| 2013-08-09 | rustpkg: Simplify the PkgId struct | Tim Chevalier | -188/+97 |
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim Chevalier | -336/+422 |
| 2013-08-09 | rustpkg: another fix for windows | Erick Tryzelaar | -1/+2 |
| 2013-08-08 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -0/+1 |
| 2013-08-08 | rustpkg: Eliminate a copy | Tim Chevalier | -8/+5 |
| 2013-08-07 | rustpkg: Disable test_uninstall | Brian Anderson | -0/+1 |
| 2013-08-06 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -3/+3 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -3/+3 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -29/+29 |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -2/+3 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -29/+29 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -13/+19 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -29/+29 |
| 2013-08-01 | make `in` and `foreach` get treated as keywords | Daniel Micay | -4/+4 |
| 2013-07-29 | auto merge of #8032 : catamorphism/rust/rustpkg-tags, r=graydon | bors | -80/+132 |
| 2013-07-27 | to_either + fixes | Erick Tryzelaar | -3/+1 |