| Age | Commit message (Expand) | Author | Lines |
| 2015-08-11 | rollup merge of #27672: eefriedman/ios-target-cpu | Alex Crichton | -2/+2 |
| 2015-08-11 | rollup merge of #27622: eefriedman/https-url | Alex Crichton | -2/+2 |
| 2015-08-11 | trans: Re-enable unwinding on 64-bit MSVC | Alex Crichton | -0/+1 |
| 2015-08-11 | Use correct target CPU for iOS simulator. | Eli Friedman | -2/+2 |
| 2015-08-11 | Rollup merge of #27647 - rust-lang:issue-27646, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-08-11 | Auto merge of #27518 - alexcrichton:msvc-builtin-llvm-ar, r=huonw | bors | -0/+1 |
| 2015-08-10 | trans: Specify `archive_format` for MSVC | Alex Crichton | -0/+1 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -23/+0 |
| 2015-08-10 | Use pentium4 for base CPU on i686-pc-windows-msvc | Elaine "See More" Nemo | -1/+1 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -2/+2 |
| 2015-07-30 | Implement Win64 eh_personality natively. | Vadim Chugunov | -0/+7 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -19/+9 |
| 2015-07-24 | Rollup merge of #27137 - dhuseby:fixing_bitrig_linking, r=alexcrichton | Steve Klabnik | -3/+1 |
| 2015-07-23 | switching to gnu archive format | Dave Huseby | -1/+1 |
| 2015-07-23 | fixes #27124 for freebsd | Dave Huseby | -1/+1 |
| 2015-07-23 | switching to gnu archive format per review request | Dave Huseby | -0/+1 |
| 2015-07-23 | review feedback fixes | Dave Huseby | -1/+0 |
| 2015-07-23 | fixes #27124 for bitrig | Dave Huseby | -3/+1 |
| 2015-07-20 | fixes #27124 for openbsd | Sébastien Marie | -1/+1 |
| 2015-07-16 | trans: Clean up handling the LLVM data layout | Alex Crichton | -457/+4 |
| 2015-07-16 | trans: Add kind to writeArchive | Alex Crichton | -0/+6 |
| 2015-07-11 | adding support for i686-unknown-freebsd target | Dave Huseby | -0/+30 |
| 2015-07-10 | Auto merge of #26926 - alexcrichton:llvm-archive-writer, r=brson | bors | -362/+8 |
| 2015-07-10 | trans: Use LLVM's writeArchive to modify archives | Alex Crichton | -362/+8 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -4/+2 |
| 2015-07-01 | Add netbsd amd64 support | Alex Newman | -5/+68 |
| 2015-06-27 | rustc_back: Learn about i686-pc-windows-msvc | Alex Crichton | -1/+29 |
| 2015-06-21 | rustc_trans: Use custom PATH for archive commands | Alex Crichton | -1/+4 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -1/+1 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -5/+5 |
| 2015-06-16 | Auto merge of #24719 - :patch-1, r=steveklabnik | bors | -0/+1 |
| 2015-06-08 | Add ability to change `ar` tool from target specification json | Russell McClellan | -0/+1 |
| 2015-06-03 | Rollup merge of #25939 - wca:fix-freebsd-configure, r=alexcrichton | Manish Goregaokar | -5/+0 |
| 2015-05-26 | rustc_back: Don't pass 'u' to ar invocations | Alex Crichton | -1/+1 |
| 2015-05-23 | FreeBSD: Don't add -L/usr/local/lib{,/gcc4[46]}. | Will Andrews | -5/+0 |
| 2015-05-20 | Auto merge of #25350 - alexcrichton:msvc, r=brson | bors | -97/+204 |
| 2015-05-19 | rustc_back: Tweak the MSVC target spec | Alex Crichton | -11/+52 |
| 2015-05-19 | rustc_back: Remove unneeded explicit variable | Alex Crichton | -1/+0 |
| 2015-05-19 | rustc_back: Refactor Archive to better express intent | Alex Crichton | -87/+87 |
| 2015-05-17 | Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakis | bors | -1/+1 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-05-14 | syntax: refactor (Span)Handler and ParseSess constructors to be methods. | Eduard Burtescu | -1/+1 |
| 2015-05-12 | Scale back changes made | Alex Crichton | -8/+3 |
| 2015-05-12 | Very hacky MSVC hacks. | Ricky Taylor | -1/+73 |
| 2015-05-12 | rustc_back: Only use archive member filenames | Alex Crichton | -0/+15 |
| 2015-04-29 | rollup merge of #24953: tamird/android-pie | Alex Crichton | -22/+32 |
| 2015-04-29 | rollup merge of #24711: alexcrichton/fs2.1 | Alex Crichton | -98/+4 |
| 2015-04-29 | Use PIE on Android | Tamir Duberstein | -2/+0 |
| 2015-04-29 | DRY Android targets | Tamir Duberstein | -20/+32 |
| 2015-04-27 | std: Expand the area of std::fs | Alex Crichton | -98/+4 |