| Age | Commit message (Expand) | Author | Lines |
| 2018-09-13 | Auto merge of #53621 - jordanrh1:windows-arm, r=alexcrichton | bors | -0/+51 |
| 2018-09-12 | Expand comments in thumbv7a-pc-windows-msvc target spec | Jordan Rhee | -0/+8 |
| 2018-09-07 | Removed hardcoded paths and unnecessary LLVM features | Jordan Rhee | -17/+2 |
| 2018-09-05 | Auto merge of #53878 - alexcrichton:wasm-atomics-feature, r=eddyb | bors | -2/+1 |
| 2018-09-04 | Add target thumbv7a-pc-windows-msvc | Jordan Rhee | -0/+58 |
| 2018-08-31 | rustc: Prepare the `atomics` feature for wasm | Alex Crichton | -2/+1 |
| 2018-08-30 | [RISCV] Disable atomics for riscv32imc-unknown-none-elf. | David Craven | -1/+2 |
| 2018-08-30 | [RISCV] Add riscv32imc-unknown-none-elf target. | David Craven | -14/+74 |
| 2018-08-30 | [RISCV] Enable C extension. | David Craven | -1/+1 |
| 2018-08-30 | [RISCV] Use lld as the default linker. | David Craven | -3/+4 |
| 2018-08-28 | Auto merge of #53679 - japaric:cortex-r, r=alexcrichton | bors | -4/+129 |
| 2018-08-26 | more consistent llvm triples | Jorge Aparicio | -2/+2 |
| 2018-08-26 | add armebv7r-none-eabi target | Jorge Aparicio | -1/+42 |
| 2018-08-26 | set a default linker for the other Cortex-R targets | Jorge Aparicio | -4/+6 |
| 2018-08-26 | make the armebv7r target more consistent with the armv7r one | Jorge Aparicio | -1/+1 |
| 2018-08-26 | add armv7r-none-eabi target | Jorge Aparicio | -0/+41 |
| 2018-08-26 | Add target for Little-endian ARM Cortex-R4F/R5F MCUs | Paolo Teti | -0/+41 |
| 2018-08-24 | change the default linker of the ARM Cortex-M targets | Jorge Aparicio | -11/+10 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -68/+68 |
| 2018-08-20 | Auto merge of #52101 - japaric:linker-flavor, r=alexcrichton | bors | -0/+44 |
| 2018-08-18 | fully implement lld-flavor | Jorge Aparicio | -0/+39 |
| 2018-08-18 | wasm32-unknown-unknown uses the WASM LLD flavor | Jorge Aparicio | -0/+1 |
| 2018-08-18 | add lld_flavor info to target spec | Jorge Aparicio | -0/+4 |
| 2018-08-15 | Start adding an `aarch64-pc-windows-msvc` target | Alex Crichton | -0/+36 |
| 2018-08-14 | Rollup merge of #53246 - ljedrz:cleanup_various, r=kennytm | kennytm | -8/+4 |
| 2018-08-14 | Rollup merge of #53233 - andre-richter:master, r=alexcrichton | kennytm | -0/+48 |
| 2018-08-12 | Rollup merge of #53165 - jakllsch:netbsd-ad22a005-b917-47f3-8156-f717d36f6bbe... | Guillaume Gomez | -0/+32 |
| 2018-08-11 | A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and term | ljedrz | -8/+4 |
| 2018-08-09 | targets: aarch64: Add bare-metal aarch64 target | Andre Richter | -0/+48 |
| 2018-08-09 | A few cleanups for rustc_target | ljedrz | -26/+24 |
| 2018-08-07 | Add aarch64-unknown-netbsd target | Jonathan A. Kollasch | -0/+32 |
| 2018-08-07 | set emit_debug_gdb_scripts: false for riscv32imac-unknown-none target | Dan Callaghan | -0/+1 |
| 2018-08-01 | [RISCV] Disable c extension and atomic_cas. | David Craven | -1/+2 |
| 2018-08-01 | [RISCV] Add built-in target riscv32imac-unknown-none-elf. | David Craven | -0/+53 |
| 2018-07-30 | Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ... | Colin Finck | -0/+106 |
| 2018-07-26 | Omit the vendor component in Fuchsia triple | Petr Hosek | -7/+7 |
| 2018-07-14 | Auto merge of #52032 - DiamondLovesYou:amdgpu-kernel-abi, r=alexcrichton | bors | -0/+2 |
| 2018-07-13 | Add the `amdgpu-kernel` ABI. | Richard Diamond | -0/+2 |
| 2018-07-14 | Rollup merge of #52330 - jethrogb:jb/target-link-args, r=varkor | kennytm | -11/+15 |
| 2018-07-13 | Don't silently ignore invalid data in target spec | Jethro Beekman | -11/+15 |
| 2018-07-12 | Deny bare trait objects in librustc_target and libtest | ljedrz | -1/+1 |
| 2018-07-10 | Upgrade to LLVM's master branch (LLVM 7) | Alex Crichton | -1/+1 |
| 2018-07-06 | Auto merge of #51757 - nielx:fix/haiku-fixes, r=nagisa | bors | -0/+2 |
| 2018-07-06 | Auto merge of #51953 - japaric:atomic-load-store, r=alexcrichton | bors | -4/+11 |
| 2018-07-06 | Rollup merge of #51619 - mksully22:ppc64le_rust, r=alexcrichton | kennytm | -0/+36 |
| 2018-07-05 | #[cfg(target_has_atomic_cas)] -> #[cfg(target_has_atomic = "cas")] | Jorge Aparicio | -2/+1 |
| 2018-07-05 | enable Atomic*.{load,store} for ARMv6-M / MSP430 | Jorge Aparicio | -3/+11 |
| 2018-07-03 | rust: add initial changes to support powerpc64le musl | Mike Sullivan | -0/+36 |
| 2018-06-29 | rename rustc's lld to rust-lld | Jorge Aparicio | -0/+3 |
| 2018-06-28 | Explicitely disable WASM code generation for Emscripten | Jan-Erik Rediger | -1/+3 |