| Age | Commit message (Expand) | Author | Lines |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -1/+1 |
| 2022-09-01 | Auto merge of #100537 - petrochenkov:piccheck, r=oli-obk | bors | -5/+5 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-31 | Rollup merge of #101025 - semarie:openbsd-archs, r=petrochenkov | Matthias Krüger | -1/+3 |
| 2022-08-28 | add riscv64gc-unknown-openbsd support (target riscv64-unknown-openbsd on Open... | Sébastien Marie | -0/+1 |
| 2022-08-28 | add powerpc64-unknown-openbsd support | Sébastien Marie | -0/+1 |
| 2022-08-27 | rustc_target: Use `Cow` and link args helpers in `apple_base` | Vadim Petrochenkov | -1/+1 |
| 2022-08-27 | rustc_target: Add some more target spec sanity checking | Vadim Petrochenkov | -4/+4 |
| 2022-08-26 | Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser | bors | -5/+99 |
| 2022-08-26 | openbsd: rustc_target: reorder spec by name | Sébastien Marie | -1/+1 |
| 2022-08-18 | session: stabilize split debuginfo on linux | David Wood | -5/+99 |
| 2022-08-16 | add the armv4t-none-eabi target | Corwin | -0/+1 |
| 2022-08-12 | rustc_target: Update some old naming around self contained linking | Vadim Petrochenkov | -29/+26 |
| 2022-07-20 | Add ShadowCallStack Support | Ivan Lozano | -0/+4 |
| 2022-07-14 | Rename aarch64-nintendo-switch to aarch64-nintendo-switch-freestanding | leo60228 | -1/+1 |
| 2022-07-14 | Add Nintendo Switch tier 3 target | jam1garner | -0/+2 |
| 2022-07-11 | rustc_target: Flip the default for `TargetOptions::executables` to true | Vadim Petrochenkov | -3/+2 |
| 2022-07-08 | Implement support for DWARF version 5. | Patrick Walton | -7/+7 |
| 2022-07-06 | fix issue 97463 using change suggested by nbdd0121. | Felix S. Klock II | -0/+2 |
| 2022-06-25 | rustc_target: Add convenience functions for adding linker arguments | Vadim Petrochenkov | -0/+38 |
| 2022-06-24 | Rollup merge of #98214 - petrochenkov:islike, r=compiler-errors | Yuki Okushi | -12/+0 |
| 2022-06-19 | Preserve the path of the target spec json file for usage by rustdoc | bjorn3 | -8/+76 |
| 2022-06-18 | Make debug_triple depend on target json file content rather than file path | bjorn3 | -22/+28 |
| 2022-06-18 | rustc_target: Remove some redundant target properties | Vadim Petrochenkov | -12/+0 |
| 2022-06-13 | Add Apple WatchOS compile targets | Vladimir Michael Eatwell | -0/+5 |
| 2022-06-07 | Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnr | bors | -1/+2 |
| 2022-06-05 | Auto merge of #97577 - betrusted-io:add-xous-target, r=nagisa | bors | -0/+1 |
| 2022-06-04 | riscv32imac-unknown-xous-elf: add target | Sean Cross | -0/+1 |
| 2022-06-03 | Use serde_json for target spec json | bjorn3 | -54/+59 |
| 2022-06-03 | Remove a couple of unused Encodable and Decodable derives | bjorn3 | -2/+2 |
| 2022-05-30 | Add support for emitting functions with `coldcc` in LLVM | Scott McMurray | -1/+2 |
| 2022-05-25 | Simplify implementation of `-Z gcc-ld` | Vadim Petrochenkov | -7/+10 |
| 2022-05-13 | Add LLVM based mingw-w64 targets | Mateusz Mikuła | -0/+4 |
| 2022-04-18 | Remove unused macro rules | est31 | -4/+0 |
| 2022-04-03 | Cleanup after some refactoring in rustc_target | Loïc BRANSTETT | -44/+43 |
| 2022-04-03 | Replace LinkArgs with Cow<'static, str> | Loïc BRANSTETT | -2/+2 |
| 2022-04-03 | Replace every Vec in Target(Options) with it's Cow equivalent | Loïc BRANSTETT | -13/+32 |
| 2022-04-03 | Replace every `String` in Target(Options) with `Cow<'static, str>` | Loïc BRANSTETT | -68/+69 |
| 2022-03-30 | a few mode feedback fixes per @bjorn3 | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -2/+2 |
| 2022-03-25 | Remove hermitkernel targets | Martin Kröning | -4/+0 |
| 2022-03-09 | Add support for targeting riscv32im-unknown-none-elf | ridwanabdillahi | -0/+1 |
| 2022-03-04 | Add well known values to --check-cfg implementation | Loïc BRANSTETT | -2/+18 |
| 2022-02-18 | Rollup merge of #91675 - ivanloz:memtagsan, r=nagisa | Matthias Krüger | -0/+4 |
| 2022-02-16 | MemTagSanitizer Support | Ivan Lozano | -0/+4 |
| 2022-02-15 | Inline Target::deref | Tomasz Miąsko | -0/+2 |
| 2022-02-08 | add missing targert for library operating system RustyHermit | Stefan Lankes | -0/+1 |
| 2022-02-08 | Auto merge of #93561 - Amanieu:more-unwind-abi, r=nagisa | bors | -11/+11 |
| 2022-02-07 | Rollup merge of #93680 - Mark-Simulacrum:drop-json-reader, r=bjorn3 | Mara Bos | -2/+2 |
| 2022-02-06 | Rollup merge of #92383 - lancethepants:armv7-unknown-linux-uclibceabi, r=nagisa | Matthias Krüger | -0/+1 |