| Age | Commit message (Expand) | Author | Lines |
| 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-01 | Rollup merge of #112150 - taiki-e:apple-atomic-128, r=Amanieu | Michael Goulet | -4/+4 |
| 2023-05-31 | Auto merge of #110807 - petrochenkov:strictflavor, r=lqd,wesleywiser | bors | -18/+92 |
| 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/+19 |
| 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/+338 |
| 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-07 | Add support for NetBSD/aarch64-be (big-endian arm64). | Havard Eidnes | -0/+18 |
| 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-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-21 | compiler/rustc_target: Raise m68k-linux-gnu baseline to 68020 | John Paul Adrian Glaubitz | -0/+1 |
| 2023-04-20 | Rollup merge of #108795 - thomcc:x86_64h-target, r=wesleywiser | Matthias Krüger | -5/+61 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -4/+4 |
| 2023-04-15 | Update max_atomic_width of armv7r and armv7_sony_vita targets to 64. | Chris Copeland | -5/+5 |
| 2023-04-12 | Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-04-11 | Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser | Michael Goulet | -0/+18 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -1/+1 |
| 2023-04-09 | Simply Abi::fmt | Nilstrieb | -3/+1 |
| 2023-04-09 | Auto merge of #109173 - flba-eb:add-i586-qnx70-target, r=compiler-errors | bors | -1/+27 |
| 2023-04-04 | Initial support for loongarch64-unknown-linux-gnu | zhaixiaojuan | -0/+18 |
| 2023-04-04 | Disable `has_thread_local` on OpenHarmony | Amanieu d'Antras | -0/+2 |
| 2023-04-03 | Use apple-m1 as target CPU for aarch64-apple-darwin. | daxpedda | -1/+1 |
| 2023-04-01 | Auto merge of #109721 - QuinnPainter:armv4t-lld, r=petrochenkov | bors | -19/+3 |
| 2023-03-29 | Add QNX 7.0 x86 target | Sam Kearney | -1/+27 |
| 2023-03-29 | Auto merge of #108996 - pnkfelix:rollback-part-of-pr-104137-that-broke-wasm-l... | bors | -0/+8 |
| 2023-03-29 | Auto merge of #108089 - Zoxc:windows-tls, r=bjorn3 | bors | -0/+8 |
| 2023-03-29 | Switch to LLD as default linker for {arm,thumb}v4t-none-eabi | Quinn Painter | -19/+3 |
| 2023-03-29 | Support TLS access into dylibs on Windows | John Kåre Alsaker | -0/+8 |
| 2023-03-28 | Add OpenHarmony targets | Amanieu d'Antras | -0/+67 |
| 2023-03-23 | Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholk | Matthias Krüger | -1/+2 |
| 2023-03-16 | Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize` | John Kåre Alsaker | -1/+2 |
| 2023-03-15 | Fix riscv64 fuchsia LLVM target name | Taiki Endo | -1/+1 |
| 2023-03-14 | the fix | Felix S. Klock II | -0/+8 |
| 2023-03-05 | Add support for the x86_64h-apple-darwin target | Thom Chiovoloni | -5/+61 |
| 2023-03-04 | Support for Fuchsia RISC-V target | Petr Hosek | -0/+20 |
| 2023-02-18 | Auto merge of #106476 - keith:ks/add-sanitizer-support-for-modern-ios-platfor... | bors | -6/+15 |