| Age | Commit message (Expand) | Author | Lines |
| 2013-11-26 | Support multiple item macros | Steven Fackler | -2/+3 |
| 2013-11-26 | librustc: Fix merge fallout. | Patrick Walton | -2/+2 |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -3/+3 |
| 2013-11-26 | test: Remove all remaining non-procedure uses of `do`. | Patrick Walton | -1/+1 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -83/+64 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -10/+13 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -19/+19 |
| 2013-11-26 | rustc: Update obsolete attribute list | klutzy | -2/+0 |
| 2013-11-24 | libextra: Remove @mut from term. | Luqman Aden | -14/+11 |
| 2013-11-17 | auto merge of #10526 : itdaniher/rust/master, r=pcwalton | bors | -7/+10 |
| 2013-11-16 | auto merge of #10454 : z0w0/rust/issue-9944, r=cmr | bors | -2/+12 |
| 2013-11-16 | fix 10468, propagate optimization level as rustc::driver::session::OptLevel | Ian Daniher | -7/+10 |
| 2013-11-14 | rustpkg: Disable test suite on windows | klutzy | -1/+1 |
| 2013-11-13 | Add build_lib_with_cfgs, build_bin_with_cfgs to rustpkg API. Closes #9944. | Zack Corr | -2/+12 |
| 2013-11-12 | rustpkg: Eliminate the spurious `os::path_exists(&pkg_src.start_dir.join(p))`... | Tim Chevalier | -22/+71 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -24/+24 |
| 2013-11-12 | Implemented a ProcessExit enum and helper methods to std::rt::io::process for... | Matthew Iselin | -38/+46 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -5/+3 |
| 2013-11-09 | auto merge of #10372 : catamorphism/rust/rustpkg-issue-9311, r=catamorphism | bors | -2/+2 |
| 2013-11-09 | auto merge of #10371 : catamorphism/rust/rustpkg-issue-9482, r=catamorphism | bors | -0/+18 |
| 2013-11-08 | extra / rustpkg: Make getopts::opt_val private again | Tim Chevalier | -2/+2 |
| 2013-11-08 | rustpkg: Add a test that `rustpkg install` doesn't copy a non-changed file | Tim Chevalier | -0/+18 |
| 2013-11-08 | Specify package_id for rust libs, to avoid spurious warnings | Andrei Formiga | -0/+1 |
| 2013-11-04 | Allow --cfg on rustpkg test | Steven Fackler | -2/+15 |
| 2013-11-04 | auto merge of #10179 : alexcrichton/rust/rt-improvements, r=cmr | bors | -247/+208 |
| 2013-11-04 | Move io::file to io::fs and fns out of File | Alex Crichton | -73/+70 |
| 2013-11-03 | Ensure rustpkg test fails if tests failed | Steven Fackler | -1/+18 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -46/+35 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -229/+204 |
| 2013-11-03 | Rename files to match current recommendations. | Chris Morgan | -0/+0 |
| 2013-10-28 | auto merge of #10110 : catamorphism/rust/rustpkg-dependency-build-dir, r=meta... | bors | -12/+45 |
| 2013-10-28 | auto merge of #10079 : alexcrichton/rust/no-reader-util, r=brson | bors | -1/+1 |
| 2013-10-28 | Remove the extension traits for Readers/Writers | Alex Crichton | -1/+1 |
| 2013-10-28 | auto merge of #10089 : pythonesque/rust/issue-7718, r=catamorphism | bors | -11/+11 |
| 2013-10-28 | Allow fail messages to be caught, and introduce the Any trait | Marvin Löbel | -3/+2 |
| 2013-10-27 | Integrate the code in the digest and cryptoutil modules directly into the sha... | Palmer Cox | -365/+315 |
| 2013-10-27 | Remove dead code from cryptoutil.rs and remove macro_rules feature flag. | Palmer Cox | -230/+73 |
| 2013-10-27 | Add a comment to Sha1 that its not suitable for cryptogrpahic uses. | Palmer Cox | -0/+4 |
| 2013-10-27 | Remove MD5 and Sha2. Move Sha1 and support code into librustpkg. | Palmer Cox | -4/+847 |
| 2013-10-27 | rustpkg: Build dependencies into the correct workspace when using --rust-path... | Tim Chevalier | -12/+45 |
| 2013-10-26 | Make addl_lib_search_paths a HashSet (Closes #7718). | Joshua Yanovski | -11/+11 |
| 2013-10-24 | Another round of test fixes and merge conflicts | Alex Crichton | -13/+21 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -55/+60 |
| 2013-10-23 | auto merge of #10032 : thestinger/rust/snapshot, r=huonw | bors | -1/+1 |
| 2013-10-23 | register snapshots | Daniel Micay | -1/+1 |
| 2013-10-23 | Merge remote-tracking branch 'upstream/master' | Ziad Hatahet | -104/+513 |
| 2013-10-22 | rustpkg: Support arbitrary dependencies in the install API | Tim Chevalier | -104/+513 |
| 2013-10-22 | Remove thread-blocking call to `libc::stat` in `Path::stat` | Ziad Hatahet | -12/+11 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -239/+239 |
| 2013-10-21 | rustpkg: Search for crates in the current directory | Tim Chevalier | -18/+89 |