| Age | Commit message (Expand) | Author | Lines |
| 2020-03-06 | fix various typos | Matthias Krüger | -4/+4 |
| 2020-02-28 | Improve MinGW detection when cross compiling | Mateusz Mikuła | -0/+2 |
| 2020-02-18 | Fix typo | Jonas Schievink | -1/+1 |
| 2020-02-17 | Don't eliminate frame pointers on thumb targets | Jonas Schievink | -0/+3 |
| 2020-02-12 | Properly use the darwin archive format on Apple targets | Anthony Ramine | -1/+1 |
| 2020-01-28 | Set lld flavor for MSVC to link.exe | John Kåre Alsaker | -2/+5 |
| 2020-01-22 | Rollup merge of #68361 - t6:patch-freebsd-lld-i386, r=alexcrichton | Tyler Mandry | -1/+3 |
| 2020-01-19 | Add -Wl,-znotext to default linker flags to link with lld 9 on FreeBSD 13.0-C... | Tobias Kortkamp | -1/+3 |
| 2020-01-15 | add bare metal ARM Cortex-A targets to rustc | Jorge Aparicio | -0/+87 |
| 2020-01-13 | Auto merge of #67900 - nikic:prepare-llvm-10, r=nagisa | bors | -44/+105 |
| 2020-01-10 | Allow specifying LLVM args in target specifications | Jethro Beekman | -0/+6 |
| 2020-01-07 | Update data layouts to include new X86 address spaces | Nikita Popov | -44/+105 |
| 2020-01-05 | Add backticks to various diagnostics | varkor | -1/+1 |
| 2019-12-25 | tidy: change msdn links to newer locations | Lzu Tao | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -605/+568 |
| 2019-12-15 | Rollup merge of #67255 - tuxillo:remove-i686-unknown-dragonfly, r=alexcrichton | Mazdak Farrokhzad | -24/+0 |
| 2019-12-14 | Auto merge of #67084 - Pagten:feature/print-msg-from-elf-entrypoint, r=Amanieu | bors | -1/+1 |
| 2019-12-12 | Remove i686-unknown-dragonfly target | Antonio Huete Jimenez | -24/+0 |
| 2019-12-05 | Processed review comments | Pieter Agten | -1/+0 |
| 2019-12-05 | Auto merge of #66520 - alexcrichton:disable-gdb-wasm, r=eddyb | bors | -0/+3 |
| 2019-12-04 | Disable gdb pretty printer global section on wasm targets | Alex Crichton | -0/+3 |
| 2019-12-04 | Create a separate entry point for the ELF file, instead of using the SGX entr... | Pieter Agten | -1/+2 |
| 2019-12-03 | Change linker for x86_64-fortanix-unknown-sgx to rust-lld | Parth Sane | -27/+31 |
| 2019-11-27 | Rollup merge of #66798 - bwignall:typo, r=varkor | Tyler Mandry | -1/+1 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -1/+1 |
| 2019-11-26 | Rollup merge of #66713 - hermitcore:hermit, r=alexcrichton | Tyler Mandry | -0/+54 |
| 2019-11-26 | Rollup merge of #66711 - mattico:aarch-msvc-fp, r=nagisa | Tyler Mandry | -0/+1 |
| 2019-11-24 | disable redzone | Stefan Lankes | -0/+1 |
| 2019-11-24 | use nicer code style to pass tidy check | Stefan Lankes | -1/+3 |
| 2019-11-24 | introduce a target to build the kernel HermitCore | Stefan Lankes | -0/+51 |
| 2019-11-24 | Add hardware floating point features to aarch64-pc-windows-msvc | Matt Ickstadt | -0/+1 |
| 2019-11-23 | Add riscv64gc-unknown-linux-gnu target | msizanoen1 | -0/+26 |
| 2019-11-22 | Auto merge of #66460 - cjgillot:hashstable_generic, r=Zoxc | bors | -2/+7 |
| 2019-11-19 | [RISCV] Disable Atomics on all Non-A RISC-V targets | Sam Elliott | -3/+2 |
| 2019-11-17 | Derive HashStable for PanicStrategy. | Camille GILLOT | -1/+3 |
| 2019-11-17 | HashStable_Generic for librustc_target. | Camille GILLOT | -1/+4 |
| 2019-11-09 | Drop long-section-names linker workaround for windows-gnu | Mateusz Mikuła | -27/+0 |
| 2019-11-06 | Rollup merge of #66103 - smaeul:patch/thumb-musl, r=nagisa | Mazdak Farrokhzad | -0/+38 |
| 2019-11-04 | Add target thumbv7neon-unknown-linux-musleabihf | Samuel Holland | -0/+38 |
| 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-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 | -0/+10 |
| 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 | -102/+28 |