| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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-23 | Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,Amanieu | Dylan DPC | -1/+1 |
| 2022-03-22 | Fold aarch64 feature +fp into +neon | Jubilee Young | -1/+1 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-09 | Add support for targeting riscv32im-unknown-none-elf | ridwanabdillahi | -0/+27 |
| 2022-03-07 | Clarify `Layout` interning. | Nicholas Nethercote | -15/+70 |
| 2022-03-05 | Auto merge of #94601 - csmoe:android-asan, r=nagisa | bors | -7/+10 |
| 2022-03-04 | Rollup merge of #94362 - Urgau:check-cfg-values, r=petrochenkov | Dylan DPC | -2/+18 |
| 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-03-04 | Rollup merge of #94339 - Amanieu:arm-d32, r=nagisa | Dylan DPC | -1/+4 |
| 2022-02-28 | Auto merge of #94216 - psumbera:sparc64-abi-fix2, r=nagisa | bors | -100/+176 |
| 2022-02-24 | ARM: Only allow using d16-d31 with asm! when supported by the target | Amanieu d'Antras | -1/+4 |
| 2022-02-23 | riscv32imc_esp_espidf: set max_atomic_width to 64 | Scott Mabin | -2/+2 |
| 2022-02-21 | Add tests | Amanieu d'Antras | -2/+2 |
| 2022-02-21 | Take CodegenFnAttrs into account when validating asm! register operands | Amanieu d'Antras | -120/+94 |
| 2022-02-21 | On ARM, use relocation_model to detect whether r9 should be reserved | Amanieu d'Antras | -44/+58 |
| 2022-02-21 | Simplify gating of BPF w registers behind the alu32 target feature | Amanieu d'Antras | -26/+12 |
| 2022-02-21 | formatting fixes | Petr Sumbera | -8/+2 |
| 2022-02-21 | more complete sparc64 ABI fix for aggregates with floating point members | Petr Sumbera | -101/+183 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -6/+4 |
| 2022-02-19 | Adopt let else in more places | est31 | -6/+4 |
| 2022-02-18 | Rollup merge of #93877 - Amanieu:asm_fixes, r=nagisa | Matthias Krüger | -41/+91 |
| 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-18 | asm: Allow the use of r8-r14 as clobbers on Thumb1 | Amanieu d'Antras | -41/+91 |
| 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-13 | Auto merge of #93670 - erikdesjardins:noundef, r=nikic | bors | -1/+6 |
| 2022-02-10 | Auto merge of #93854 - matthiaskrgr:rollup-bh2a85j, r=matthiaskrgr | bors | -0/+18 |
| 2022-02-09 | Make FnAbiError Copy. | Camille GILLOT | -3/+7 |
| 2022-02-09 | mips64-openwrt-linux-musl: correct soft-foat | Donald Hoskins | -1/+1 |