| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |