| Age | Commit message (Expand) | Author | Lines |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -5216/+0 |
| 2018-04-26 | rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target. | Irina Popa | -319/+220 |
| 2018-04-21 | rustc: Always emit `uwtable` on Android | Alex Crichton | -0/+11 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-06 | refactor: simplify `needs_gdb_debug_scripts_section` | Jorge Aparicio | -0/+3 |
| 2018-04-06 | add emit_debug_gdb_scripts target option and .. | Jorge Aparicio | -0/+16 |
| 2018-03-26 | Add a hash when a TargetPath is displayed | Philipp Oppermann | -1/+20 |
| 2018-03-26 | Canonicalize paths | Philipp Oppermann | -2/+8 |
| 2018-03-26 | Introduce a TargetTriple enum to support absolute target paths | Philipp Oppermann | -25/+64 |
| 2018-03-16 | Replace many of the last references to readmes | Mark Mansi | -4/+4 |
| 2018-03-16 | Auto merge of #48896 - alexcrichton:bitcode-in-object, r=michaelwoerister | bors | -0/+6 |
| 2018-03-16 | Rollup merge of #49050 - snf:fix_oom_asmjs, r=alexcrichton | kennytm | -1/+3 |
| 2018-03-16 | Rollup merge of #48957 - Eijebong:rand, r=michaelwoerister | kennytm | -1/+1 |
| 2018-03-15 | setting ABORTING_MALLOC for asmjs backend | snf | -1/+3 |
| 2018-03-15 | Rollup merge of #48874 - jcowgill:mips-features, r=sanxiyn | kennytm | -7/+7 |
| 2018-03-13 | rustc: Embed LLVM bitcode by default on iOS | Alex Crichton | -0/+6 |
| 2018-03-12 | Dedupe rand | Bastien Orivel | -1/+1 |
| 2018-03-13 | Rollup merge of #48725 - humenda:master, r=nikomatsakis | kennytm | -56/+17 |
| 2018-03-10 | add stub for retrieving number of CPUs | Sebastian Humenda | -1/+1 |
| 2018-03-10 | remove linker arguments from L4Re target | Sebastian Humenda | -56/+17 |
| 2018-03-09 | Make the default relro level be doing nothing at all | Johannes Löthberg | -1/+5 |
| 2018-03-08 | librustc_back: enable fpxx on 32-bit hardfloat mips targets | James Cowgill | -2/+2 |
| 2018-03-08 | librustc_back: bump ISA level of mipsel targets to mips32r2 | James Cowgill | -6/+6 |
| 2018-03-03 | rustc: Tweak default linker selection | Alex Crichton | -44/+18 |
| 2018-03-03 | rust: Import LLD for linking wasm objects | Alex Crichton | -66/+43 |
| 2018-03-03 | Rollup merge of #48466 - sanxiyn:no-neon, r=alexcrichton | kennytm | -8/+8 |
| 2018-02-28 | Rollup merge of #48560 - bdrewery:freebsd-struct-abi, r=estebank | kennytm | -7/+10 |
| 2018-02-26 | FreeBSD uses Clang which can return small structs as an integer. | Bryan Drewery | -0/+1 |
| 2018-02-26 | Add specific target option for returning struct as an integer. | Bryan Drewery | -7/+9 |
| 2018-02-26 | librustc_back: Add support for powerpc-linux-gnuspe | John Paul Adrian Glaubitz | -0/+36 |
| 2018-02-25 | Rollup merge of #48494 - bdrewery:freebsd-omit-frame-pointer, r=eddyb | kennytm | -0/+1 |
| 2018-02-25 | Rollup merge of #48297 - glaubitz:sparc-linux, r=estebank | kennytm | -0/+35 |
| 2018-02-23 | Workaround abort(2) on compilation error on FreeBSD. | Bryan Drewery | -0/+1 |
| 2018-02-23 | librustc_back: Add support for sparc-linux-gnu | John Paul Adrian Glaubitz | -0/+35 |
| 2018-02-23 | Disable NEON on musl ARMv7 | Seo Sanghyeon | -8/+8 |
| 2018-02-16 | Add powerpc-unknown-netbsd target | Jonathan A. Kollasch | -0/+36 |
| 2018-01-31 | Rollup merge of #47890 - pftbest:no_trap, r=alexcrichton | kennytm | -0/+6 |
| 2018-01-31 | [MSP430] Don't enable trap_unreachable option by default on msp. | Vadzim Dambrouski | -0/+6 |
| 2018-01-30 | rustc: Add an option to default hidden visibility | Alex Crichton | -0/+10 |
| 2018-01-28 | rustc: Split Emscripten to a separate codegen backend | Alex Crichton | -0/+8 |
| 2018-01-28 | Auto merge of #47663 - malbarbo:mips-crt-static, r=alexcrichton | bors | -22/+18 |
| 2018-01-24 | llvm6: CodeModel::{JIT,}Default no longer exists | Alex Crichton | -4/+4 |
| 2018-01-23 | Set crt_static_default = false for musl/mips[el] targets | Marco A L Barbosa | -0/+2 |
| 2018-01-22 | Do not assume dynamic linking for musl/mips[el] targets | Marco A L Barbosa | -22/+16 |
| 2018-01-19 | Give TargetOptions::linker a sane default value. | Ed Schouten | -0/+4 |
| 2018-01-17 | Document the mingw -lmsvcrt hack better | Segev Finer | -1/+9 |
| 2018-01-16 | Add "-lmsvcrt" twice to get rustc to build with the latest mingw64 | Segev Finer | -0/+1 |
| 2018-01-13 | Rollup merge of #47328 - mbrubeck:fs_read, r=sfackler | kennytm | -5/+3 |
| 2018-01-11 | Add i586-unknown-linux-musl target | Marco A L Barbosa | -2/+22 |
| 2018-01-10 | Use the new fs_read_write functions in rustc internals | Matt Brubeck | -5/+3 |