| Age | Commit message (Expand) | Author | Lines |
| 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/+10 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -1/+0 |
| 2022-06-06 | Auto merge of #97684 - RalfJung:better-provenance-control, r=oli-obk | bors | -0/+5 |
| 2022-06-05 | interpret: better control over whether we read data with provenance, and impl... | Ralf Jung | -0/+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 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 2022-06-03 | Use serde_json for target spec json | bjorn3 | -62/+159 |
| 2022-06-03 | Remove a couple of unused Encodable and Decodable derives | bjorn3 | -3/+3 |
| 2022-05-30 | Add support for emitting functions with `coldcc` in LLVM | Scott McMurray | -1/+10 |
| 2022-05-25 | Simplify implementation of `-Z gcc-ld` | Vadim Petrochenkov | -7/+10 |
| 2022-05-24 | Add flag for stricter checks on uninit/zeroed | 5225225 | -12/+47 |
| 2022-05-17 | Add ABI clobbers | Connor Horman | -0/+2 |
| 2022-05-16 | Add tmm_reg clobbers | Connor Horman | -0/+13 |
| 2022-05-13 | Add LLVM based mingw-w64 targets | Mateusz Mikuła | -0/+91 |
| 2022-05-06 | make Size and Align debug-printing a bit more compact | Ralf Jung | -2/+16 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-04-27 | Update data layout string for wasm64-unknown-unknown | Alex Crichton | -1/+1 |
| 2022-04-26 | Rollup merge of #96415 - ehuss:git-io, r=bjorn3 | Guillaume Gomez | -1/+2 |
| 2022-04-26 | Rollup merge of #94703 - kjetilkjeka:nvptx-kernel-args-abi2, r=nagisa | Guillaume Gomez | -9/+78 |
| 2022-04-25 | Remove references to git.io | Eric Huss | -1/+2 |
| 2022-04-26 | Rollup merge of #96149 - est31:remove_unused_macro_matchers, r=petrochenkov | Dylan DPC | -4/+0 |
| 2022-04-19 | Rollup merge of #95740 - Amanieu:kreg0, r=nagisa | Dylan DPC | -8/+9 |
| 2022-04-19 | Fix a bug in the ptx-kernel calling convention where structs was passed indir... | Kjetil Kjeka | -9/+78 |
| 2022-04-19 | asm: Add a kreg0 register class on x86 which includes k0 | Amanieu d'Antras | -8/+9 |
| 2022-04-18 | Remove unused macro rules | est31 | -4/+0 |
| 2022-04-13 | couple of clippy::complexity fixes | Matthias Krüger | -3/+3 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -1/+1 |
| 2022-04-05 | Mark scalar layout unions so that backends that do not support partially init... | Oli Scherer | -40/+98 |
| 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-31 | Auto merge of #95456 - RalfJung:size, r=oli-obk | bors | -16/+7 |
| 2022-03-30 | a few mode feedback fixes per @bjorn3 | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -7/+7 |
| 2022-03-29 | allow large Size again | Ralf Jung | -16/+7 |
| 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 |