| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-12-09 | auto merge of #10812 : alexcrichton/rust/lto, r=pcwalton | bors | -77/+348 |
| 2013-12-09 | Implement LTO | Alex Crichton | -95/+289 |
| 2013-12-09 | Store metadata separately in rlib files | Alex Crichton | -30/+107 |
| 2013-12-10 | Extend allocation lint for boxing expressions | Seo Sanghyeon | -1/+1 |
| 2013-12-05 | Remove unused upcalls | Alex Crichton | -20/+4 |
| 2013-12-05 | Update LLVM and jettison jit support | Alex Crichton | -141/+28 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -11/+11 |
| 2013-12-04 | std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter. | Huon Wilson | -2/+2 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -4/+4 |
| 2013-12-03 | auto merge of #10785 : alexcrichton/rust/omg-i-hate-windows, r=pcwalton | bors | -3/+10 |
| 2013-12-03 | Search for libfoo.a on windows as well as foo.lib | Alex Crichton | -3/+10 |
| 2013-12-03 | Resume propagation of linking to native dylibs | Alex Crichton | -54/+73 |
| 2013-12-02 | auto merge of #10742 : alexcrichton/rust/frameworks, r=cmr | bors | -7/+29 |
| 2013-12-01 | rustc: filter out empty linker args | Philipp Brüschweiler | -4/+4 |
| 2013-11-30 | Support OSX frameworks | Alex Crichton | -7/+29 |
| 2013-11-30 | Test fixes and merge conflicts | Alex Crichton | -6/+17 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -219/+482 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -9/+9 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -1/+1 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -26/+26 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -2/+1 |
| 2013-11-24 | Use -O1 for non-GNU linkers | Corey Richardson | -2/+3 |
| 2013-11-23 | Use linker optimizations on Linux | Corey Richardson | -0/+13 |
| 2013-11-12 | auto merge of #10423 : alexcrichton/rust/move-io, r=pcwalton | bors | -2/+2 |
| 2013-11-11 | auto merge of #10198 : alexcrichton/rust/darwin-quiet, r=jdm | bors | -2/+3 |