| Age | Commit message (Expand) | Author | Lines |
| 2014-02-02 | Remove rustpkg. | Corey Richardson | -699/+0 |
| 2014-02-02 | librustc: Fix merge fallout. | Patrick Walton | -5/+6 |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -3/+5 |
| 2014-02-02 | libsyntax: Introduce an `InternedString` type to reduce `@str` in the | Patrick Walton | -4/+8 |
| 2014-01-27 | debuginfo: Fix name attribute for DWARF compile units | Michael Woerister | -0/+1 |
| 2014-01-24 | auto merge of #11720 : sfackler/rust/macro-export-source, r=alexcrichton | bors | -1/+1 |
| 2014-01-23 | Redo exported macro serialization | Steven Fackler | -1/+1 |
| 2014-01-23 | rustpkg::crate_id: Remove CrateId | klutzy | -16/+16 |
| 2014-01-23 | rustpkg: Compute hash to find crate | klutzy | -16/+13 |
| 2014-01-23 | rustpkg::version: Remove enum Version | klutzy | -1/+1 |
| 2014-01-17 | rustc::driver: Capitalize structs and enums | klutzy | -3/+3 |
| 2014-01-16 | Load macros from external modules | Steven Fackler | -45/+75 |
| 2014-01-12 | Don't overwrite the options.output value from build_session_options | Jan Niklas Hasse | -5/+0 |
| 2014-01-11 | Use target libraries instead of host libraries. Fixes #11243 | Jan Niklas Hasse | -1/+1 |
| 2014-01-09 | rustc: Fix style of OutputType enum | Brian Anderson | -7/+7 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -15/+15 |
| 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 |