| Age | Commit message (Expand) | Author | Lines |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -2/+2 |
| 2013-11-12 | Implemented a ProcessExit enum and helper methods to std::rt::io::process for... | Matthew Iselin | -7/+6 |
| 2013-11-10 | Only run dsymutil on OSX in debug builds | Alex Crichton | -2/+3 |
| 2013-11-09 | auto merge of #10367 : alexcrichton/rust/system-abi, r=nikomatsakis | bors | -59/+58 |
| 2013-11-09 | Add a "system" ABI | Alex Crichton | -59/+58 |
| 2013-11-08 | Added default value for package_id attribute when encoding metadata for lib c... | Andrei Formiga | -11/+3 |
| 2013-11-08 | Add default 'package_id' link meta for crates (with value equal to 'name') | Andrei Formiga | -2/+23 |
| 2013-11-05 | Use loader_path instead of executable_path for osx | Alex Crichton | -2/+2 |
| 2013-11-04 | Move io::file to io::fs and fns out of File | Alex Crichton | -2/+2 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -4/+3 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -10/+7 |
| 2013-11-01 | Stop propagating link arguments across crates | Alex Crichton | -9/+1 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -2/+1 |
| 2013-10-22 | auto merge of #10013 : bdash/rust/mavericks-unwinding, r=alexcrichton | bors | -8/+0 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -18/+18 |
| 2013-10-22 | Fix unwinding on OS X 10.9. | Mark Rowe | -8/+0 |
| 2013-10-20 | fix typo | Daniel Micay | -5/+5 |
| 2013-10-18 | rustc: Check that the output file is writeable before linking | Tim Chevalier | -0/+25 |
| 2013-10-16 | Implement new methods vec.starts_with()/vec.ends_with() | Kevin Ballard | -5/+2 |
| 2013-10-16 | path2: Update based on more review feedback | Kevin Ballard | -2/+2 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -15/+15 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -79/+104 |
| 2013-10-04 | rustc: Use static strings in a few literals | blake2-ppc | -5/+5 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -1/+1 |
| 2013-10-01 | auto merge of #9599 : alexcrichton/rust/less-fmt, r=huonw | bors | -32/+32 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -32/+32 |
| 2013-10-01 | add -Z soft-float option | Jyun-Yan You | -1/+3 |
| 2013-09-19 | Replace unreachable() calls with unreachable!(). | Chris Morgan | -2/+2 |
| 2013-09-18 | Register new snapshots | Alex Crichton | -1/+1 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -1/+1 |
| 2013-09-06 | Remove even more usage of clownshoes in symbols | Alex Crichton | -11/+7 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -2/+2 |
| 2013-09-04 | auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonw | bors | -24/+76 |
| 2013-09-04 | Improve name mangling for gdb | Alex Crichton | -23/+54 |
| 2013-09-04 | auto merge of #8978 : pnkfelix/rust/make-path-api-less-allocation-happy, r=huonw | bors | -2/+2 |
| 2013-09-04 | Update clients of path.rs to use new API. | Felix S. Klock II | -2/+2 |
| 2013-09-04 | auto merge of #8976 : alexcrichton/rust/issue-5425, r=pnkfelix | bors | -0/+4 |
| 2013-09-04 | Don't die with an ICE on a blank library name | Alex Crichton | -0/+4 |
| 2013-09-03 | add type name to the tydesc | Daniel Micay | -1/+2 |
| 2013-09-02 | Remove __extensions__ in names for a "pretty name" | Alex Crichton | -4/+25 |
| 2013-09-02 | librustc: Check for empty crate link meta name and vers. | Luqman Aden | -4/+4 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -56/+56 |
| 2013-08-30 | Tweak pass management and add some more options | Alex Crichton | -41/+75 |
| 2013-08-26 | Rewrite pass management with LLVM | Alex Crichton | -528/+165 |
| 2013-08-24 | librustc: Always use session target triple. | Luqman Aden | -32/+8 |
| 2013-08-22 | Compile via external assembler on Windows. | Vadim Chugunov | -18/+14 |
| 2013-08-22 | On Windows, use g++ for linking, instead of gcc. | Vadim Chugunov | -4/+5 |
| 2013-08-21 | auto merge of #8595 : vadimcn/rust/print_link_args, r=alexcrichton | bors | -0/+5 |
| 2013-08-21 | Trimmed whitespace | Vadim Chugunov | -2/+2 |
| 2013-08-20 | auto merge of #8328 : alexcrichton/rust/llvm-head, r=brson | bors | -1/+0 |