| Age | Commit message (Expand) | Author | Lines |
| 2013-09-15 | rustpkg: Cleanup | Tim Chevalier | -59/+42 |
| 2013-09-14 | rustpkg: Always write a package_id attribute into the link metadata | Tim Chevalier | -4/+51 |
| 2013-09-14 | auto merge of #9115 : erickt/rust/master, r=erickt | bors | -2/+2 |
| 2013-09-13 | Remove all usage of change_dir_locked | Alex Crichton | -14/+13 |
| 2013-09-13 | rustc/rustpkg: Use a target-specific subdirectory in build/ and lib/ | Tim Chevalier | -25/+83 |
| 2013-09-13 | auto merge of #9148 : jakub-/rust/rustpkg-install-mkdir-p, r=catamorphism | bors | -5/+9 |
| 2013-09-12 | rustpkg: Install to RUST_PATH | Tim Chevalier | -9/+52 |
| 2013-09-12 | std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} | Erick Tryzelaar | -2/+2 |
| 2013-09-12 | rustpkg: Search RUST_PATH properly for dependencies, and add a test for recur... | Tim Chevalier | -10/+48 |
| 2013-09-12 | Fix rustpkg install for git repositories | Jakub | -5/+9 |
| 2013-09-12 | rustpkg: Support sub-package-IDs | Tim Chevalier | -35/+137 |
| 2013-09-10 | rustpkg: Pass command-line arguments to rustc | Tim Chevalier | -65/+704 |
| 2013-09-08 | rustpkg: Address review comments from Jack | Tim Chevalier | -164/+126 |
| 2013-09-08 | rustpkg: Use workcache | Tim Chevalier | -417/+652 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -24/+24 |
| 2013-09-04 | auto merge of #8978 : pnkfelix/rust/make-path-api-less-allocation-happy, r=huonw | bors | -16/+17 |
| 2013-09-04 | Update clients of path.rs to use new API. | Felix S. Klock II | -16/+17 |
| 2013-09-04 | Added explicit pub to several conditions. Enables completion of #6009. | Felix S. Klock II | -8/+9 |
| 2013-09-03 | Fixes #8881. condition! imports parent's pub identifiers | jmgrosen | -8/+8 |
| 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 |