| Age | Commit message (Expand) | Author | Lines |
| 2014-01-06 | auto merge of #11118 : jhasse/rust/patch-rustlibdir, r=alexcrichton | bors | -1/+4 |
| 2014-01-06 | librustc: tidy cleanup | Young-il Choi | -1/+1 |
| 2014-01-06 | librustc: add get_system_tools for target specific environment | Young-il Choi | -17/+24 |
| 2014-01-06 | librustc: move target dependent logic to back::link | Young-il Choi | -8/+18 |
| 2014-01-06 | librustc: ar call fix to support android cross compile on mac | Young-il Choi | -1/+9 |
| 2014-01-05 | Make rustc's own lib directory configurable and change the default to rustlib... | Jan Niklas Hasse | -1/+4 |
| 2014-01-01 | auto merge of #11247 : eddyb/rust/symbol-cleanup, r=alexcrichton | bors | -2/+5 |
| 2013-12-31 | auto merge of #11215 : alexcrichton/rust/metadata-filename, r=pcwalton | bors | -2/+5 |
| 2013-12-31 | auto merge of #11187 : alexcrichton/rust/once, r=brson | bors | -8/+4 |
| 2013-12-31 | Convert relevant static mutexes to Once | Alex Crichton | -8/+4 |
| 2014-01-01 | Truncate symbol hashes to 64 bits. | Eduard Burtescu | -2/+5 |
| 2013-12-31 | auto merge of #11157 : alexcrichton/rust/issue-11154, r=pcwalton | bors | -0/+6 |
| 2013-12-31 | Disallow LTO with a preference to dynamic linking | Alex Crichton | -0/+6 |
| 2013-12-30 | Revert "Embed Windows application manifest." | Vadim Chugunov | -113/+0 |
| 2013-12-30 | Add metadata from a tempdir instead of a build dir | Alex Crichton | -2/+5 |
| 2013-12-29 | Rename PkgId to CrateId | Luis de Bethencourt | -11/+11 |
| 2013-12-29 | Rename pkgid variables | Luis de Bethencourt | -1/+1 |
| 2013-12-27 | Initialize LLVM only once | Alex Crichton | -25/+25 |
| 2013-12-26 | librustc: De-`@mut` `outputs` in the session | Patrick Walton | -3/+6 |
| 2013-12-26 | librustc: De-`@mut` the additional library search paths | Patrick Walton | -2/+7 |
| 2013-12-26 | librustc: De-`@mut` `CStore::used_link_args` | Patrick Walton | -1/+3 |
| 2013-12-26 | librustc: De-`@mut` `CStore::used_libraries` | Patrick Walton | -2/+6 |
| 2013-12-26 | librustc: De-`@mut` the crate context | Patrick Walton | -6/+6 |
| 2013-12-26 | librustc: De-`@mut` `CrateContext::symbol_hasher`. | Patrick Walton | -1/+2 |
| 2013-12-26 | librustc: De-`@mut` `CrateContext::type_hashcodes` | Patrick Walton | -7/+11 |
| 2013-12-26 | auto merge of #10965 : alexcrichton/rust/libgreen, r=brson | bors | -1/+11 |
| 2013-12-25 | Test fixes and rebase conflicts | Alex Crichton | -1/+11 |
| 2013-12-25 | Method-ify CStore | Steven Fackler | -13/+13 |
| 2013-12-24 | Stop using C++ exceptions for stack unwinding. | Vadim Chugunov | -40/+9 |
| 2013-12-21 | auto merge of #10997 : cadencemarseille/rust/issue-10755-ICE-for-missing-link... | bors | -5/+14 |
| 2013-12-20 | auto merge of #11077 : alexcrichton/rust/crate-id, r=cmr | bors | -2/+2 |
| 2013-12-20 | rustc: Improve crate id extraction | Alex Crichton | -2/+2 |
| 2013-12-19 | rustc: Optimize reading metadata by 4x | Alex Crichton | -3/+59 |
| 2013-12-19 | auto merge of #11041 : cmr/rust/pkgid_changes, r=cmr,metajack | bors | -8/+14 |
| 2013-12-19 | Add some things to inspect crate-id's | Corey Richardson | -8/+14 |
| 2013-12-18 | Fix #10755 - ICE: `--linker=` | Cadence Marseille | -5/+14 |
| 2013-12-19 | std::vec: remove .as_imm_buf, replaced by .as_ptr & .len. | Huon Wilson | -12/+8 |
| 2013-12-17 | auto merge of #10979 : alexcrichton/rust/less-bc, r=cmr | bors | -10/+3 |
| 2013-12-15 | Move logic for test output generation forward | Alex Crichton | -10/+3 |
| 2013-12-15 | std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut []. | Huon Wilson | -3/+2 |
| 2013-12-14 | Fix #10754 - `std::run` functions fail after io_error | Cadence Marseille | -23/+47 |
| 2013-12-13 | auto merge of #10916 : alexcrichton/rust/nounwind, r=pcwalton | bors | -0/+6 |
| 2013-12-13 | auto merge of #10908 : alexcrichton/rust/issue-10907, r=cmr | bors | -4/+16 |
| 2013-12-13 | auto merge of #10698 : metajack/rust/dep-info, r=alexcrichton | bors | -3/+9 |
| 2013-12-12 | Add --dep-info to write Makefile-compatible dependency info. | Jack Moffitt | -3/+9 |
| 2013-12-11 | Fixed "unused variable" errors and trailing whitespace. | Vadim Chugunov | -2/+2 |
| 2013-12-11 | Don't always modify the symbol table in rlibs | Alex Crichton | -4/+16 |
| 2013-12-11 | Embed Windows application manifest. | Vadim Chugunov | -0/+115 |
| 2013-12-11 | Disable all unwinding on -Z no-landing-pads LTO | Alex Crichton | -0/+6 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -182/+55 |