| Age | Commit message (Expand) | Author | Lines |
| 2015-06-08 | Add ability to change `ar` tool from target specification json | Russell McClellan | -0/+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 | -10/+117 |
| 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-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-04-29 | Use PIE on Android | Tamir Duberstein | -2/+0 |
| 2015-04-29 | DRY Android targets | Tamir Duberstein | -20/+32 |
| 2015-04-27 | rustc: Add support for linking arbitrary objects | Alex Crichton | -6/+15 |
| 2015-04-27 | rustc_back: Add x86_64-unknown-linux-musl as a target | Alex Crichton | -31/+96 |
| 2015-04-27 | rustc: Add target_env for triples by default | Alex Crichton | -0/+28 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -1/+1 |
| 2015-03-31 | std: Stabilize last bits of io::Error | Alex Crichton | -2/+3 |
| 2015-03-28 | Fix some typos | Vadim Petrochenkov | -1/+1 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -2/+2 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -3/+0 |
| 2015-03-05 | std: Deprecate the old_io::process module | Alex Crichton | -8/+8 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -15/+19 |
| 2015-02-25 | Rollup merge of #22727 - alexcrichton:prep-env, r=aturon | Manish Goregaokar | -1/+2 |
| 2015-02-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -1/+2 |
| 2015-02-23 | openbsd: restore linker option | Sébastien Marie | -0/+5 |
| 2015-02-22 | Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturon | Manish Goregaokar | -1/+1 |
| 2015-02-21 | Auto merge of #21959 - dhuseby:bitrig-support, r=brson | bors | -0/+59 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -1/+1 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -3/+3 |
| 2015-02-18 | Manual merge of #22475 - alexcrichton:rollup, r=alexcrichton | Huon Wilson | -2/+2 |
| 2015-02-17 | rollup merge of #22191: nagisa/target-ptr-width-json | Alex Crichton | -2/+2 |
| 2015-02-17 | Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton | bors | -2/+9 |
| 2015-02-16 | Lower the default dwarf version for android | Eunji Jeong | -0/+6 |
| 2015-02-15 | Rollup merge of #22297 - nagisa:spring-cleanup, r=alexcrichton | Manish Goregaokar | -2/+1 |
| 2015-02-13 | Remove a few uses of deprecated getenv | Simonas Kazlauskas | -2/+1 |
| 2015-02-12 | Adjusting default CPUs for iOS | Valerii Hiora | -1/+4 |
| 2015-02-11 | bitrig integration | Dave Huseby | -0/+59 |
| 2015-02-11 | std: Tweak the std::env OsString/String interface | Alex Crichton | -1/+1 |
| 2015-02-11 | Change target-word-size to target-pointer-width | Simonas Kazlauskas | -2/+2 |
| 2015-02-10 | Make aarch64-linux-android check with real target | Eunji Jeong | -2/+3 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -1/+1 |
| 2015-02-03 | Rename std::path to std::old_path | Aaron Turon | -1/+1 |
| 2015-02-02 | rollup merge of #21787: alexcrichton/std-env | Alex Crichton | -4/+5 |
| 2015-02-01 | std: Add a new `env` module | Alex Crichton | -4/+5 |
| 2015-02-01 | openbsd support | Sébastien Marie | -0/+60 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -2/+2 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -4/+8 |
| 2015-01-27 | Auto merge of #21646 - dotdash:default_target_cpu, r=Aatch | bors | -1/+5 |
| 2015-01-26 | Make '-A warnings' apply to all warnings, including feature gate warnings | Brian Anderson | -1/+1 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -3/+3 |
| 2015-01-26 | Default to Pentium 4 as the x86 target CPU on Windows/Linux/DragonFly | Björn Steinbrink | -0/+3 |
| 2015-01-26 | Use more specific target CPUs on Darwin | Björn Steinbrink | -1/+2 |