| Age | Commit message (Expand) | Author | Lines |
| 2022-07-06 | fix issue 97463 using change suggested by nbdd0121. | Felix S. Klock II | -0/+2 |
| 2022-06-25 | rustc_target: Some more tests and fixes for linker arguments | Vadim Petrochenkov | -44/+131 |
| 2022-06-25 | rustc_target: Add convenience functions for adding linker arguments | Vadim Petrochenkov | -420/+348 |
| 2022-06-24 | Set relocation_model to Pic on emscripten target | Hood Chatham | -1/+2 |
| 2022-06-24 | Rollup merge of #98214 - petrochenkov:islike, r=compiler-errors | Yuki Okushi | -14/+5 |
| 2022-06-22 | Set no_default_libraries: false in wasm32_emscripten target | Hood Chatham | -0/+1 |
| 2022-06-21 | Re-enable atomic loads and stores for all RISC-V targets | Simon Sapin | -3/+3 |
| 2022-06-20 | Rollup merge of #98225 - bjorn3:stable_target_json_hash, r=nagisa | Yuki Okushi | -25/+99 |
| 2022-06-19 | Preserve the path of the target spec json file for usage by rustdoc | bjorn3 | -8/+76 |
| 2022-06-18 | ENH Move --memory-init-file flag from EmLinker to asmjs target spec | Hood Chatham | -5/+5 |
| 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 | -14/+5 |
| 2022-06-13 | Disable `has_thread_local` due to weird issues in some programs | Mark Drobnak | -1/+2 |
| 2022-06-13 | Add Apple WatchOS compile targets | Vladimir Michael Eatwell | -2/+149 |
| 2022-06-10 | Rollup merge of #97928 - hoodmane:emscripten-no-assertions, r=tlively | Matthias Krüger | -9/+1 |
| 2022-06-09 | Clean up | Hood Chatham | -5/+1 |
| 2022-06-09 | Remove ERROR_ON_UNDEFINED_SYMBOLS according to sbc100's comments | Hood Chatham | -2/+0 |
| 2022-06-09 | Remove -sASSERTIONS=1 from wasm32_unknown_emscripten default link args | Hood Chatham | -2/+0 |
| 2022-06-09 | Rollup merge of #97843 - overdrivenpotato:psp-lto, r=michaelwoerister | Yuki Okushi | -6/+18 |
| 2022-06-07 | Formatting fix | Marko Mijalkovic | -4/+2 |
| 2022-06-07 | Relax mipsel-sony-psp's linker script | Marko Mijalkovic | -6/+20 |
| 2022-06-07 | Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnr | bors | -1/+5 |
| 2022-06-05 | Auto merge of #97577 - betrusted-io:add-xous-target, r=nagisa | bors | -0/+25 |
| 2022-06-04 | riscv32imac-unknown-xous-elf: add target | Sean Cross | -0/+25 |
| 2022-06-03 | Use serde_json for target spec json | bjorn3 | -55/+60 |
| 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/+5 |
| 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/+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 |