| Age | Commit message (Expand) | Author | Lines |
| 2014-02-03 | Enable the +v7 feature on Android by default | Alex Crichton | -1/+20 |
| 2014-02-03 | rustc: Remove io_error usage | Alex Crichton | -46/+69 |
| 2014-02-02 | librustc: De-`@str` symbol hashing | Patrick Walton | -6/+6 |
| 2014-02-02 | librustc: Remove a bunch of `@str` from the compiler around metadata | Patrick Walton | -5/+5 |
| 2014-01-31 | Disable fp elim on mac64 | Alex Crichton | -1/+5 |
| 2014-01-29 | auto merge of #11879 : thestinger/rust/frame-pointer, r=alexcrichton | bors | -1/+5 |
| 2014-01-29 | enable fp-elim when debug info is disabled | Daniel Micay | -1/+5 |
| 2014-01-27 | Removed take_glue from tydesc, inlining the equivalent refcount increment cod... | Eduard Burtescu | -5/+4 |
| 2014-01-24 | Allow opting-out of rpath usage | Alex Crichton | -3/+7 |
| 2014-01-21 | auto merge of #11129 : SimonSapin/rust/foo-vs-foo_opt, r=alexcrichton | bors | -5/+5 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -2/+2 |
| 2014-01-21 | [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be... | Simon Sapin | -3/+3 |
| 2014-01-21 | auto merge of #11700 : bharrisau/rust/thumb, r=alexcrichton | bors | -1/+6 |
| 2014-01-21 | Capitalize debugging opts and make them u64 | Alex Crichton | -2/+2 |
| 2014-01-21 | Remove obsoleted -Z options | Alex Crichton | -1/+0 |
| 2014-01-21 | Add support for ARM thumb architecture | Ben Harris | -1/+6 |
| 2014-01-17 | Fixed typos in comments of librustc backend. | chromatic | -19/+19 |
| 2014-01-17 | auto merge of #11604 : alexcrichton/rust/issue-11162, r=brson | bors | -4/+7 |
| 2014-01-17 | rustc::metadata: Remove trait FileSearch | klutzy | -2/+2 |
| 2014-01-17 | rustc::driver: Capitalize structs and enums | klutzy | -1/+1 |
| 2014-01-16 | Don't run 'ar s' on OSX | Alex Crichton | -4/+7 |
| 2014-01-14 | remove `borrow_offset` as ~ is now free of headers | Daniel Micay | -3/+2 |
| 2014-01-11 | Removed free_glue from tydesc (the code is still generated, but inlined in dr... | Eduard Burtescu | -5/+4 |
| 2014-01-09 | rustc: Fix style of OutputType enum | Brian Anderson | -18/+18 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -11/+13 |
| 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 |