| Age | Commit message (Expand) | Author | Lines |
| 2023-06-26 | Rollup merge of #111326 - he32:netbsd-aarch64-be, r=oli-obk | Matthias Krüger | -0/+18 |
| 2023-06-22 | switch to using a target property to control plt default | Augie Fackler | -5/+30 |
| 2023-06-21 | Reorder `tvos_*` functions in apple_base.rs to avoid breaking sorted order | Thom Chiovoloni | -10/+12 |
| 2023-06-21 | Fix rustc_target::spec::apple::tests | Thom Chiovoloni | -1/+4 |
| 2023-06-21 | Fix the tvOS targets to use the right LLVM target and respect the deployment ... | Thom Chiovoloni | -5/+19 |
| 2023-06-21 | Fix busted data_layout (mismatch vs LLVM) in x86_64 tvOS simulator target | Thom Chiovoloni | -1/+2 |
| 2023-06-13 | loongarch64-none*: Remove environment component from llvm target | WANG Rui | -1/+1 |
| 2023-06-13 | Auto merge of #112386 - loongarch-rs:reloc-static, r=eholk | bors | -6/+4 |
| 2023-06-07 | Auto merge of #111698 - Amanieu:force-static-lib, r=petrochenkov | bors | -0/+11 |
| 2023-06-07 | Force all native libraries to be statically linked when linking a static binary | Amanieu d'Antras | -0/+11 |
| 2023-06-07 | loongarch64-unknown-none*: Set default relocation model to static | WANG Rui | -6/+4 |
| 2023-06-07 | Auto merge of #111819 - nikarh:vita-improved, r=Amanieu | bors | -7/+8 |
| 2023-06-06 | Auto merge of #112361 - matthiaskrgr:rollup-39zxrw1, r=matthiaskrgr | bors | -0/+50 |
| 2023-06-06 | Add new Tier-3 targets: `loongarch64-unknown-none*` | WANG Rui | -0/+50 |
| 2023-06-05 | Std support improvement for ps vita target | Nikolay Arhipov | -7/+8 |
| 2023-06-04 | Added custom risc32-imac for esp-espidf target | Victor Gil | -0/+32 |
| 2023-06-02 | Auto merge of #112198 - compiler-errors:rollup-o2xe4of, r=compiler-errors | bors | -5/+5 |
| 2023-06-01 | Rollup merge of #112174 - cuishuang:master, r=jyn514 | Michael Goulet | -1/+1 |
| 2023-06-01 | Rollup merge of #112150 - taiki-e:apple-atomic-128, r=Amanieu | Michael Goulet | -4/+4 |
| 2023-06-02 | Fix broken link | cui fliter | -1/+1 |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -11/+0 |
| 2023-05-31 | Auto merge of #110807 - petrochenkov:strictflavor, r=lqd,wesleywiser | bors | -18/+93 |
| 2023-06-01 | Support 128-bit atomics on all x86_64 Apple targets | Taiki Endo | -4/+4 |
| 2023-05-29 | linker: Report linker flavors incompatible with the current target | Vadim Petrochenkov | -2/+20 |
| 2023-05-29 | rustc_target: Refactor linker flavor inference | Vadim Petrochenkov | -16/+73 |
| 2023-05-29 | Fix linkage for large binaries on mips64 platforms ... | Ximin Luo | -2/+2 |
| 2023-05-28 | compiler: update solaris and illumos spec to support TSAN. | David Carlier | -2/+2 |
| 2023-05-26 | Add SafeStack support to rustc | Wesley Wiser | -0/+5 |
| 2023-05-26 | Rollup merge of #111384 - bmisiak:issue-106021-fix, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2023-05-25 | Mac Catalyst: specify 14.0 deployment taregt in llvm_target | Brian M | -2/+2 |
| 2023-05-25 | Auto merge of #111933 - matthiaskrgr:rollup-m10k3ts, r=matthiaskrgr | bors | -1/+1 |
| 2023-05-25 | Rollup merge of #109899 - daxpedda:patch-1, r=jackh726 | Matthias Krüger | -1/+1 |
| 2023-05-22 | Enable sanitizers and profiler for aarch64-unknown-linux-musl | Alex Gaynor | -1/+6 |
| 2023-05-21 | rustc_codegen_ssa: Set e_flags for AVR architecture based on target CPU | Adam Gausmann | -0/+343 |
| 2023-05-12 | asm: loongarch64: Drop efiapi | WANG Rui | -2/+2 |
| 2023-05-11 | Rollup merge of #111375 - rcvalle:rust-cfi-fix-106547, r=bjorn3 | Michael Goulet | -4/+4 |
| 2023-05-09 | CFI: Fix SIGILL reached via trait objects | Ramon de C Valle | -4/+4 |
| 2023-05-08 | Rollup merge of #111332 - loongarch-rs:inline-asm, r=Amanieu | Yuki Okushi | -5/+4 |
| 2023-05-08 | Rollup merge of #110638 - nikarh:vita, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2023-05-08 | Rollup merge of #110377 - chrisnc:armv7-atomic-64, r=cjgillot | Yuki Okushi | -5/+5 |
| 2023-05-08 | Rollup merge of #105354 - BlackHoleFox:apple-deployment-printer, r=oli-obk | Yuki Okushi | -11/+32 |
| 2023-05-08 | Simplify match statement since variable arch that is predictable | WANG Rui | -5/+4 |
| 2023-05-07 | Add support for NetBSD/aarch64-be (big-endian arm64). | Havard Eidnes | -0/+18 |
| 2023-05-07 | Use smaller ints for bitflags | Nilstrieb | -1/+1 |
| 2023-05-07 | PS Vita std support | Nikolay Arhipov | -1/+1 |
| 2023-05-05 | Add deployment-target --print flag for Apple targets | BlackHoleFox | -11/+32 |
| 2023-05-05 | asm: loongarch64: Implementation of clobber_abi | WANG Rui | -0/+20 |
| 2023-04-29 | Change ABI order in is_stable | Gary Guo | -12/+11 |
| 2023-04-29 | Partial stabilisation of `c_unwind` | Gary Guo | -35/+5 |
| 2023-04-25 | Add loongarch64 asm! support | zhaixiaojuan | -0/+157 |