| Age | Commit message (Expand) | Author | Lines |
| 2022-05-13 | Add LLVM based mingw-w64 targets | Mateusz Mikuła | -0/+91 |
| 2022-04-27 | Update data layout string for wasm64-unknown-unknown | Alex Crichton | -1/+1 |
| 2022-04-18 | Remove unused macro rules | est31 | -4/+0 |
| 2022-04-03 | Cleanup after some refactoring in rustc_target | Loïc BRANSTETT | -104/+65 |
| 2022-04-03 | Replace LinkArgs with Cow<'static, str> | Loïc BRANSTETT | -6/+6 |
| 2022-04-03 | Replace every Vec in Target(Options) with it's Cow equivalent | Loïc BRANSTETT | -50/+105 |
| 2022-04-03 | Replace every `String` in Target(Options) with `Cow<'static, str>` | Loïc BRANSTETT | -1216/+1216 |
| 2022-04-02 | Rollup merge of #95430 - ChrisDenton:disable-tls-i686-msvc, r=nagisa | Dylan DPC | -0/+2 |
| 2022-03-30 | a few mode feedback fixes per @bjorn3 | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -6/+6 |
| 2022-03-29 | Disable #[thread_local] support on i686-pc-windows-msvc | Chris Denton | -0/+2 |
| 2022-03-27 | Rollup merge of #95341 - Meziu:armv6k-3ds-target, r=nagisa | Dylan DPC | -0/+1 |
| 2022-03-26 | Merge pull request #16 from ian-h-chamberlain/feature/target-thread-local | Meziu | -0/+1 |
| 2022-03-26 | Enable #[thread_local] on armv6k-nintendo-3ds | Ian Chamberlain | -0/+1 |
| 2022-03-25 | Remove hermitkernel targets | Martin Kröning | -62/+0 |
| 2022-03-09 | Add support for targeting riscv32im-unknown-none-elf | ridwanabdillahi | -0/+27 |
| 2022-03-05 | Auto merge of #94601 - csmoe:android-asan, r=nagisa | bors | -7/+10 |
| 2022-03-04 | add address sanitizer fo android | csmoe | -7/+10 |
| 2022-03-04 | Add well known values to --check-cfg implementation | Loïc BRANSTETT | -2/+18 |
| 2022-02-23 | riscv32imc_esp_espidf: set max_atomic_width to 64 | Scott Mabin | -2/+2 |
| 2022-02-18 | Rollup merge of #93814 - Itus-Shield:mips64-openwrt, r=bjorn3 | Matthias Krüger | -1/+1 |
| 2022-02-18 | Rollup merge of #91675 - ivanloz:memtagsan, r=nagisa | Matthias Krüger | -1/+8 |
| 2022-02-17 | Auto merge of #93577 - nikic:llvm-14, r=nagisa | bors | -5/+6 |
| 2022-02-16 | Update data layout for wasm32 targets | Nikita Popov | -3/+4 |
| 2022-02-16 | Update data layout for 32-bit msvc targets | Nikita Popov | -2/+2 |
| 2022-02-16 | MemTagSanitizer Support | Ivan Lozano | -1/+8 |
| 2022-02-15 | Inline Target::deref | Tomasz Miąsko | -0/+2 |
| 2022-02-13 | rustc_target: Remove compiler-rt linking hack on Android | Vadim Petrochenkov | -7/+1 |
| 2022-02-09 | mips64-openwrt-linux-musl: correct soft-foat | Donald Hoskins | -1/+1 |
| 2022-02-08 | rename file to use the correct naming convention | Stefan Lankes | -0/+0 |
| 2022-02-08 | add missing targert for library operating system RustyHermit | Stefan Lankes | -0/+1 |
| 2022-02-08 | add kernel target for RustyHermit | Stefan Lankes | -0/+17 |
| 2022-02-08 | Auto merge of #93561 - Amanieu:more-unwind-abi, r=nagisa | bors | -48/+60 |
| 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/+24 |
| 2022-02-06 | Rollup merge of #92300 - Itus-Shield:mips64-openwrt, r=nagisa | Matthias Krüger | -0/+28 |
| 2022-02-05 | Drop json::from_reader | Mark Rousskov | -2/+2 |
| 2022-02-04 | Add new target armv7-unknown-linux-uclibceabi (softfloat) | lancethepants | -0/+24 |
| 2022-02-02 | Add more *-unwind ABI variants | Amanieu d'Antras | -48/+60 |
| 2022-02-01 | Rollup merge of #86374 - bossmc:enable-static-pie-for-gnu, r=nagisa | Matthias Krüger | -0/+1 |
| 2022-01-31 | [mips64-openwrt-musl] Tier 3 tuple for Mips64 OpenWrt | Donald Hoskins | -0/+28 |
| 2022-01-21 | adapt L4Bender implementation | Benjamin Lamowski | -9/+8 |
| 2022-01-21 | Add L4Bender as linker variant | Sebastian Humenda | -16/+11 |
| 2022-01-16 | Rollup merge of #92581 - Meziu:armv6k-3ds-target, r=nagisa | Matthias Krüger | -0/+1 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -8/+6 |
| 2022-01-06 | sess/cg: re-introduce split dwarf kind | David Wood | -1/+1 |
| 2022-01-05 | Enable default libraries | Andrea Ciliberti | -0/+1 |
| 2021-12-17 | Rename `has_elf_tls` to `has_thread_local` | Chris Denton | -21/+20 |
| 2021-12-17 | Enable `#[thread_local]` for all windows-msvc targets | Chris Denton | -6/+1 |
| 2021-12-13 | Revert "Set MACOSX_DEPLOYMENT_TARGET env var to default for linking if not set." | Hans Kratz | -15/+0 |