| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 | -57/+71 |
| 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-05 | Apply noundef attribute to &T, &mut T, Box<T>, bool | Erik Desjardins | -1/+6 |
| 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 | -57/+71 |
| 2022-02-01 | Rollup merge of #92021 - woodenarrow:br_single_fp_element, r=Mark-Simulacrum | Matthias Krüger | -40/+22 |
| 2022-02-01 | Rollup merge of #86374 - bossmc:enable-static-pie-for-gnu, r=nagisa | Matthias Krüger | -0/+1 |