| Age | Commit message (Expand) | Author | Lines |
| 2013-12-30 | auto merge of #11182 : luisbg/rust/crateid, r=cmr | bors | -290/+292 |
| 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 | -290/+292 |
| 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-26 | Register new snapshots | Alex Crichton | -2/+0 |
| 2013-12-25 | Test fixes and rebase conflicts | Alex Crichton | -4/+5 |
| 2013-12-24 | std: Stop reexporting the contents of 'mod consts' | Alex Crichton | -1/+1 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -5/+7 |
| 2013-12-15 | Register new snapshots | Alex Crichton | -8/+1 |
| 2013-12-15 | auto merge of #10984 : huonw/rust/clean-raw, r=cmr | bors | -6/+3 |
| 2013-12-15 | std::vec: remove unnecessary count parameter on {bytes, | Huon Wilson | -6/+3 |
| 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-14 | auto merge of #10936 : cadencemarseille/rust/issue-10754-std-run-unwrap-on-No... | bors | -67/+112 |
| 2013-12-14 | Fix #10754 - `std::run` functions fail after io_error | Cadence Marseille | -67/+112 |
| 2013-12-14 | auto merge of #10938 : jhasse/rust/patch-rustpkg, r=alexcrichton | bors | -3/+4 |
| 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-12 | Use libdir() instead of hard coded string. Fixes #10903 | Jan Niklas Hasse | -3/+4 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -12/+12 |
| 2013-12-10 | auto merge of #10791 : pcwalton/rust/decelling, r=pcwalton | bors | -4/+16 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -75/+89 |
| 2013-12-10 | librustpkg: Make `io::ignore_io_error()` use RAII; remove a few more | Patrick Walton | -4/+16 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -70/+9 |
| 2013-12-06 | auto merge of #10364 : Kimundi/rust/result_compose, r=alexcrichton | bors | -1/+1 |
| 2013-12-06 | Link rustllvm statically, and distribute a static snapshot | Alex Crichton | -0/+1 |
| 2013-12-06 | Made Results API more composable | Marvin Löbel | -1/+1 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -65/+65 |
| 2013-12-04 | std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter. | Huon Wilson | -21/+21 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -31/+31 |
| 2013-12-03 | Register new snapshots | Alex Crichton | -1/+0 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -7/+9 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -65/+69 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -18/+18 |
| 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 |