| Age | Commit message (Expand) | Author | Lines |
| 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-11 | Rollup merge of #67015 - osa1:issue66971, r=wesleywiser | Mazdak Farrokhzad | -0/+8 |
| 2019-12-06 | const-prop: Restrict scalar pair propagation | Ömer Sinan Ağacan | -0/+8 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -5/+5 |
| 2019-12-06 | Use `to_option` in various places | varkor | -37/+6 |
| 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-04 | Auto merge of #65947 - eddyb:fn-abi, r=oli-obk,nagisa | bors | -0/+5 |
| 2019-12-03 | rustc_target: add abi::call::Conv::Rust distinct from Conv::C. | Eduard-Mihai Burtescu | -0/+5 |
| 2019-12-03 | Change linker for x86_64-fortanix-unknown-sgx to rust-lld | Parth Sane | -27/+31 |
| 2019-11-29 | Auto merge of #66645 - RalfJung:dereferenceable, r=pnkfelix | bors | -0/+2 |
| 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-26 | Rollup merge of #66661 - msizanoen1:riscv-gnu, r=alexcrichton | Tyler Mandry | -0/+26 |
| 2019-11-25 | review feedback: comments and spacing | Ralf Jung | -1/+2 |
| 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 | Rename StableHashingContextLike to HashStableContext. | Camille GILLOT | -1/+1 |
| 2019-11-23 | Add riscv64gc-unknown-linux-gnu target | msizanoen1 | -0/+26 |
| 2019-11-22 | remove the 'dereferenceable' attribute from Box | Ralf Jung | -0/+1 |
| 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 |