| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-01-31 | [mips64-openwrt-musl] Tier 3 tuple for Mips64 OpenWrt | Donald Hoskins | -0/+28 |
| 2022-01-31 | Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-01-22 | Add preliminary support for inline assembly for msp430. | William D. Jones | -0/+106 |
| 2022-01-21 | adapt L4Bender implementation | Benjamin Lamowski | -9/+8 |
| 2022-01-21 | Add L4Bender as linker variant | Sebastian Humenda | -16/+11 |
| 2022-01-17 | Pass target_features set instead of has_feature closure | bjorn3 | -54/+59 |
| 2022-01-17 | Use Symbol for target features in asm handling | bjorn3 | -49/+62 |
| 2022-01-16 | Rollup merge of #92581 - Meziu:armv6k-3ds-target, r=nagisa | Matthias Krüger | -0/+1 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -8/+6 |
| 2022-01-06 | sess/cg: re-introduce split dwarf kind | David Wood | -1/+1 |
| 2022-01-05 | Enable default libraries | Andrea Ciliberti | -0/+1 |
| 2021-12-19 | Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr | bors | -26/+20 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -14/+14 |
| 2021-12-17 | Rename `has_elf_tls` to `has_thread_local` | Chris Denton | -21/+20 |
| 2021-12-17 | Enable `#[thread_local]` for all windows-msvc targets | Chris Denton | -6/+1 |
| 2021-12-17 | Eliminate duplicate codes of is_single_fp_element | lzh | -40/+22 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -14/+14 |
| 2021-12-13 | Revert "Set MACOSX_DEPLOYMENT_TARGET env var to default for linking if not set." | Hans Kratz | -15/+0 |
| 2021-12-10 | asm: Allow using r9 (ARM) and x18 (AArch64) if they are not reserved by | Amanieu d'Antras | -8/+65 |
| 2021-12-07 | Remove the reg_thumb register class for asm! on ARM | Amanieu d'Antras | -13/+24 |
| 2021-12-07 | Auto merge of #91224 - couchand:2021-11/avr-asm, r=Amanieu | bors | -0/+221 |
| 2021-12-06 | Implement inline asm! for AVR platform | Andrew Dona-Couch | -0/+221 |
| 2021-12-06 | Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieu | bors | -0/+19 |