| Age | Commit message (Expand) | Author | Lines |
| 2019-11-22 | Add StableHashingContextLike to HashStable_Generic derive. | Camille GILLOT | -0/+5 |
| 2019-11-22 | Auto merge of #66460 - cjgillot:hashstable_generic, r=Zoxc | bors | -11/+24 |
| 2019-11-19 | [RISCV] Disable Atomics on all Non-A RISC-V targets | Sam Elliott | -3/+2 |
| 2019-11-17 | Derive HashStable_Generic for ABI types. | Camille GILLOT | -52/+8 |
| 2019-11-17 | Derive HashStable for PanicStrategy. | Camille GILLOT | -1/+3 |
| 2019-11-17 | Derive HashStable in librustc_target. | Camille GILLOT | -8/+59 |
| 2019-11-17 | HashStable_Generic for librustc_target. | Camille GILLOT | -1/+5 |
| 2019-11-12 | Rollup merge of #66257 - mati865:long-section-names-no-more, r=alexcrichton | Yuki Okushi | -27/+0 |
| 2019-11-10 | Undo an assert causing an ICE until we fix the problem properly | Oliver Scherer | -5/+1 |
| 2019-11-09 | Drop long-section-names linker workaround for windows-gnu | Mateusz MikuĊa | -27/+0 |
| 2019-11-09 | Rollup merge of #66050 - smaeul:patch/powerpc-abi-2, r=eddyb | Mazdak Farrokhzad | -32/+11 |
| 2019-11-07 | rustc_target: inline abi::FloatTy into abi::Primitive. | Eduard-Mihai Burtescu | -18/+12 |
| 2019-11-07 | syntax: use distinct FloatTy from rustc_target. | Mazdak Farrokhzad | -39/+1 |
| 2019-11-06 | Rollup merge of #66103 - smaeul:patch/thumb-musl, r=nagisa | Mazdak Farrokhzad | -0/+38 |
| 2019-11-05 | Fix C aggregate-passing ABI on powerpc | Samuel Holland | -32/+11 |
| 2019-11-05 | Rollup merge of #65953 - keystone-enclave:llvm_abiname, r=alexcrichton | Pietro Albini | -1/+7 |
| 2019-11-04 | Add target thumbv7neon-unknown-linux-musleabihf | Samuel Holland | -0/+38 |
| 2019-11-03 | rustc_target: rename {Fn,Arg}Type to {Fn,Arg}Abi. | Eduard-Mihai Burtescu | -185/+185 |
| 2019-10-29 | Allow specifying key "llvm-abiname" in target specification | Gui Andrade | -1/+7 |
| 2019-10-29 | Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichton | Tyler Mandry | -9/+2 |
| 2019-10-29 | Rollup merge of #65809 - roblabla:eficall-abi, r=nagisa | Mazdak Farrokhzad | -0/+9 |
| 2019-10-29 | Rollup merge of #65294 - varkor:lint-inline-prototype, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2019-10-25 | Update bitflags | varkor | -1/+1 |
| 2019-10-25 | Re-enable Emscripten's exception handling support | Thomas Lively | -9/+2 |
| 2019-10-25 | Fix inverted check in EFIAPI | roblabla | -1/+1 |
| 2019-10-25 | Add new EFIAPI ABI | roblabla | -0/+9 |
| 2019-10-22 | Merge branch 'master' into rusty-hermit | Stefan Lankes | -4/+2 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -4/+2 |
| 2019-10-20 | Merge branch 'master' into rusty-hermit | Stefan Lankes | -1/+15 |
| 2019-10-17 | Don't add `argc` and `argv` arguments to `main` on WASI. | Dan Gohman | -0/+10 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -164/+105 |
| 2019-10-10 | Check that we don't access nonexisting union fields | Oliver Scherer | -1/+5 |
| 2019-10-06 | redesign of the interface to the unikernel HermitCore | Stefan Lankes | -16/+16 |
| 2019-10-04 | Add C ABI for wasm-bindgen compat | Thomas Lively | -0/+30 |
| 2019-10-04 | Fix ABI, run and fix more tests, re-enable CI for PRs | Thomas Lively | -10/+30 |
| 2019-10-04 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -164/+55 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -3/+3 |
| 2019-09-29 | Rollup merge of #64589 - andre-richter:aarch64_bare_metal, r=Amanieu | Mazdak Farrokhzad | -2/+40 |
| 2019-09-28 | rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures. | Eduard-Mihai Burtescu | -12/+4 |
| 2019-09-23 | Differentiate AArch64 bare-metal targets between hf and non-hf. | Andre Richter | -2/+40 |
| 2019-09-13 | Auto merge of #64254 - aleksijuvani:fix-macos-sysroot, r=alexcrichton | bors | -4/+44 |
| 2019-09-12 | Ignore linker env vars set for macOS on iOS targets | Aleksi Juvani | -3/+20 |
| 2019-09-12 | Remove env vars instead of setting them to an empty string | Aleksi Juvani | -9/+14 |
| 2019-09-11 | Auto merge of #64334 - jyao1:i686-master, r=joshtriplett | bors | -0/+99 |
| 2019-09-10 | Set environment variables for linker instead of sysroot | Aleksi Juvani | -81/+64 |
| 2019-09-10 | Add i686-unknown-uefi target | Jiewen Yao | -0/+99 |
| 2019-09-08 | Fix cross-compilation to macOS | Aleksi Juvani | -50/+62 |
| 2019-09-07 | Fix nits | Aleksi Juvani | -10/+10 |
| 2019-09-07 | Fix sysroot on macOS when cross-compiling and SDKROOT is set | Aleksi Juvani | -44/+67 |
| 2019-09-05 | rustc: Allow the cdylib crate type with wasm32-wasi | Alex Crichton | -0/+4 |