| Age | Commit message (Expand) | Author | Lines |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Matthias Krüger | -1/+0 |
| 2025-03-11 | Auto merge of #137586 - nnethercote:SetImpliedBits, r=bjorn3 | bors | -7/+5 |
| 2025-03-11 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-10 | Target definition for `wasm32-wali-linux-musl` to support the Wasm Linux | Arjun Ramesh | -0/+190 |
| 2025-03-10 | Revert "Use workspace lints for crates in `compiler/` #138084" | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2025-03-09 | Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu | Matthias Krüger | -1/+3 |
| 2025-03-07 | Rollup merge of #137957 - Noratrieb:no, r=wesleywiser | Jacob Pratt | -11/+9 |
| 2025-03-07 | Rollup merge of #137363 - workingjubilee:untangle-x86-abi-impl, r=jieyouxu | Jacob Pratt | -23/+89 |
| 2025-03-08 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-08 | Specify rust lints for `compiler/` crates via Cargo. | Nicholas Nethercote | -0/+3 |
| 2025-03-05 | compiler: factor Windows x86-32 ABI impl into its own file | Jubilee Young | -23/+89 |
| 2025-03-05 | feat: Remove - from xtensa targets cpu names | Sergio Gasquez | -4/+4 |
| 2025-03-05 | Simplify `implied_target_features`. | Nicholas Nethercote | -7/+5 |
| 2025-03-04 | Auto merge of #135695 - Noratrieb:elf-raw-dylib, r=bjorn3 | bors | -1/+54 |
| 2025-03-03 | Remove i586-pc-windows-msvc | Noratrieb | -11/+9 |
| 2025-03-02 | Rollup merge of #137860 - taiki-e:powerpcspe-msync, r=workingjubilee | Matthias Krüger | -1/+3 |
| 2025-03-02 | rustc_target: Add msync target feature and enable it on powerpcspe targets | Taiki Endo | -1/+3 |
| 2025-02-28 | rename BackendRepr::Vector → SimdVector | Ralf Jung | -13/+13 |
| 2025-02-26 | Support raw-dylib link kind on ELF | Noratrieb | -1/+54 |
| 2025-02-25 | Rollup merge of #137370 - RalfJung:x86-abi-fallback, r=SparrowLii | León Orell Valerian Liehr | -11/+26 |
| 2025-02-24 | Rollup merge of #137417 - taiki-e:riscv-atomic, r=Amanieu | Michael Goulet | -0/+5 |
| 2025-02-23 | Rollup merge of #136637 - Pyr0de:binary-format, r=Noratrieb | Trevor Gross | -10/+90 |
| 2025-02-22 | rustc_target: Add more RISC-V atomic-related features | Taiki Endo | -0/+5 |
| 2025-02-22 | Upgrade the compiler to edition 2024 | Michael Goulet | -1/+1 |
| 2025-02-21 | Rollup merge of #135630 - folkertdev:s390x-target-features, r=Amanieu | Matthias Krüger | -1/+20 |
| 2025-02-21 | adjust_abi: make fallback logic for ABIs a bit easier to read | Ralf Jung | -11/+26 |
| 2025-02-21 | add more s390x target features | Folkert de Vries | -1/+20 |
| 2025-02-20 | Rollup merge of #137324 - flba-eb:rename_qnx_target_name_i586, r=workingjubilee | Jubilee | -1/+1 |
| 2025-02-20 | Rollup merge of #137318 - bjorn3:cg_clif_abi_workaround, r=workingjubilee | Jubilee | -1/+3 |
| 2025-02-20 | Rollup merge of #136985 - zachs18:backend-repr-remove-uninhabited, r=workingj... | Jubilee | -10/+5 |
| 2025-02-20 | Rollup merge of #136473 - usamoi:infer_linker_hints, r=petrochenkov | Jubilee | -8/+12 |
| 2025-02-20 | Rollup merge of #131651 - Patryk27:avr-unknown-unknown, r=tgross35 | Jubilee | -49/+39 |
| 2025-02-20 | Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field... | Zachary S | -10/+5 |
| 2025-02-20 | Make x86 QNX target name consistent with other Rust targets | Florian Bartels | -1/+1 |
| 2025-02-20 | Workaround Cranelift not yet properly supporting vectors smaller than 128bit | bjorn3 | -1/+3 |
| 2025-02-20 | infer linker flavor by linker name if it's sufficiently specific | usamoi | -8/+12 |
| 2025-02-19 | Create a generic AVR target: avr-none | Patryk Wychowaniec | -49/+39 |
| 2025-02-19 | Rollup merge of #137094 - RalfJung:softfloat-means-no-simd, r=tgross35 | Matthias Krüger | -6/+10 |
| 2025-02-19 | x86_win64 ABI: do not use xmm0 with softfloat ABI | Ralf Jung | -6/+10 |
| 2025-02-18 | x86-sse2 ABI: use SSE registers for floats and SIMD | Ralf Jung | -47/+85 |
| 2025-02-17 | Adds binary_format to rustc target specs | Pyrode | -10/+90 |
| 2025-02-17 | Rollup merge of #137149 - Noratrieb:wtf-is-this-target, r=RalfJung | Matthias Krüger | -0/+1 |
| 2025-02-17 | Auto merge of #136953 - ken-matsui:import-target-metadata, r=workingjubilee | bors | -568/+679 |
| 2025-02-16 | rustc_target: import TargetMetadata | Ken Matsui | -568/+679 |
| 2025-02-16 | Remove SSE ABI from i586-pc-windows-msvc | Noratrieb | -0/+1 |
| 2025-02-16 | Rollup merge of #137072 - Urgau:check-cfg-load-builtins-at-once, r=Noratrieb | Matthias Krüger | -0/+13 |
| 2025-02-16 | Rollup merge of #136545 - durin42:nvptx64-align, r=nikic | Jacob Pratt | -1/+1 |
| 2025-02-15 | Load all builtin targets at once instead of one by one | Urgau | -0/+13 |
| 2025-02-14 | add x86-sse2 (32bit) ABI that requires SSE2 target feature | Ralf Jung | -19/+71 |
| 2025-02-13 | Rollup merge of #134999 - Berrysoft:dev/new-cygwin-target, r=chenyukang,worki... | Jacob Pratt | -2/+74 |