| Age | Commit message (Expand) | Author | Lines |
| 2014-01-07 | Fix remaining cases of leaking imports | Alex Crichton | -0/+1 |
| 2014-01-06 | auto merge of #11327 : nielsle/rust/rustpkg_argparse, r=alexcrichton | bors | -30/+0 |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -4/+6 |
| 2014-01-05 | Command is now an enum | Niels langager Ellegaard | -30/+0 |
| 2014-01-03 | librustpkg: De-`@mut` `rustpkg` | Patrick Walton | -14/+13 |
| 2014-01-02 | auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwalton | bors | -1/+1 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -1/+1 |
| 2014-01-01 | syntax::codemap: Add static DUMMY_SP | klutzy | -2/+2 |
| 2014-01-01 | rustc::driver: Remove two @s | klutzy | -1/+1 |
| 2013-12-31 | Generate --dep-info earlier in the compillation. | SiegeLord | -1/+1 |
| 2013-12-30 | auto merge of #11182 : luisbg/rust/crateid, r=cmr | bors | -11/+11 |
| 2013-12-29 | Make ast_fold take &mut self | Steven Fackler | -5/+5 |
| 2013-12-29 | Rename uses of PkgId to CrateId in librustpkg | Luis de Bethencourt | -11/+11 |
| 2013-12-28 | Stop using @ExtCtxt | Steven Fackler | -1/+1 |
| 2013-12-26 | librustc: De-`@mut` the additional library search paths | Patrick Walton | -11/+27 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -2/+2 |
| 2013-12-15 | auto merge of #10948 : cmr/rust/update_pkgid, r=metajack | bors | -1/+1 |
| 2013-12-14 | librustpkg: don't clobber the crate attributes for the pkgid | Corey Richardson | -1/+1 |
| 2013-12-13 | auto merge of #10698 : metajack/rust/dep-info, r=alexcrichton | bors | -2/+3 |
| 2013-12-12 | Add --dep-info to write Makefile-compatible dependency info. | Jack Moffitt | -2/+3 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -9/+9 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -21/+30 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -0/+2 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -3/+3 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -4/+3 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -3/+3 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -1/+1 |
| 2013-11-26 | Support multiple item macros | Steven Fackler | -2/+3 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -8/+6 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -2/+2 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -1/+1 |
| 2013-11-16 | fix 10468, propagate optimization level as rustc::driver::session::OptLevel | Ian Daniher | -3/+3 |
| 2013-11-12 | rustpkg: Eliminate the spurious `os::path_exists(&pkg_src.start_dir.join(p))`... | Tim Chevalier | -6/+18 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -2/+2 |
| 2013-11-04 | Move io::file to io::fs and fns out of File | Alex Crichton | -3/+3 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -10/+17 |
| 2013-10-28 | auto merge of #10110 : catamorphism/rust/rustpkg-dependency-build-dir, r=meta... | bors | -8/+17 |
| 2013-10-27 | rustpkg: Build dependencies into the correct workspace when using --rust-path... | Tim Chevalier | -8/+17 |
| 2013-10-26 | Make addl_lib_search_paths a HashSet (Closes #7718). | Joshua Yanovski | -5/+1 |
| 2013-10-23 | Merge remote-tracking branch 'upstream/master' | Ziad Hatahet | -5/+21 |
| 2013-10-22 | rustpkg: Support arbitrary dependencies in the install API | Tim Chevalier | -5/+21 |
| 2013-10-22 | Remove thread-blocking call to `libc::stat` in `Path::stat` | Ziad Hatahet | -2/+2 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -35/+35 |
| 2013-10-18 | rustc: Check that the output file is writeable before linking | Tim Chevalier | -21/+15 |
| 2013-10-18 | rustpkg: Make rustpkg tests stop comparing dates | Tim Chevalier | -6/+62 |
| 2013-10-16 | path2: Update for latest master | Kevin Ballard | -3/+3 |
| 2013-10-16 | path2: Update based on more review feedback | Kevin Ballard | -1/+1 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -4/+4 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -32/+47 |
| 2013-10-10 | rustpkg: Make checked-out source files read-only, and overhaul where temporar... | Tim Chevalier | -8/+16 |