| Age | Commit message (Expand) | Author | Lines |
| 2025-07-03 | Rollup merge of #142876 - JonathanBrouwer:target_feature_parser, r=oli-obk | Jana Dönszelmann | -0/+4 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -1/+1 |
| 2025-07-03 | Port `#[target_feature]` to the new attribute parsing infrastructure | Jonathan Brouwer | -0/+4 |
| 2025-06-27 | Port `#[used]` to new attribute parsing infrastructure | Jonathan Brouwer | -2/+0 |
| 2025-06-26 | Move mixed export_name/no_mangle check to check_attr.rs and improve the error | Jonathan Brouwer | -5/+0 |
| 2025-06-26 | Port `#[export_name]` to the new attribute parsing infrastructure | Jonathan Brouwer | -2/+0 |
| 2025-06-22 | Port `#[no_mangle]` to new attribute parsing infrastructure | Jonathan Brouwer | -0/+2 |
| 2025-06-20 | Rollup merge of #140920 - RalfJung:target-feature-unification, r=nnethercote,... | Trevor Gross | -0/+19 |
| 2025-06-19 | move -Ctarget-feature handling into shared code | Ralf Jung | -0/+19 |
| 2025-06-18 | convert the `optimize` attribute to a new parser | Jana Dönszelmann | -5/+0 |
| 2025-06-15 | Rollup merge of #141769 - bjorn3:codegen_metadata_module_rework, r=workingjub... | León Orell Valerian Liehr | -2/+0 |
| 2025-06-07 | intrinsics: use const generic to set atomic ordering | Ralf Jung | -8/+0 |
| 2025-06-03 | Move metadata object generation for dylibs to the linker code | bjorn3 | -2/+0 |
| 2025-05-22 | make enabling the neon target feature a FCW | Ralf Jung | -0/+2 |
| 2025-04-20 | Rollup merge of #137953 - RalfJung:simd-intrinsic-masks, r=WaffleLapkin | Chris Denton | -6/+1 |
| 2025-04-20 | simd intrinsics with mask: accept unsigned integer masks | Ralf Jung | -6/+1 |
| 2025-04-04 | refactor: Move env parsing of deployment target to rustc_session | Mads Marquart | -6/+0 |
| 2025-03-27 | Emit better error messages when invoking xcrun | Mads Marquart | -2/+17 |
| 2025-03-27 | refactor: Move Apple SDK names to rustc_codegen_ssa::back::apple | Mads Marquart | -2/+0 |
| 2025-03-07 | Make some invalid codegen attr errors structured/translatable | Esteban Küber | -0/+28 |
| 2025-03-01 | improve error message and testing of using an unsigned simd mask | Folkert de Vries | -1/+2 |
| 2025-01-31 | Rollup merge of #133429 - EnzymeAD:autodiff-middle, r=oli-obk | Jacob Pratt | -0/+2 |
| 2025-01-30 | Auto merge of #135030 - Flakebi:require-cpu, r=workingjubilee | bors | -0/+2 |
| 2025-01-29 | upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiff | Manuel Drehwald | -0/+2 |
| 2025-01-25 | Auto merge of #119286 - jyn514:linker-output, r=bjorn3 | bors | -0/+2 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -1/+1 |
| 2025-01-20 | show linker warnings even if it returns 0 | jyn | -0/+2 |
| 2025-01-16 | Target option to require explicit cpu | Flakebi | -0/+2 |
| 2024-12-31 | explicitly model that certain ABIs require/forbid certain target features | Ralf Jung | -1/+1 |
| 2024-11-15 | fix: rust-lang/rust#47446 | Sven Kanoldt | -0/+5 |
| 2024-11-05 | Rollup merge of #131405 - davidtwco:hardcoded-strip-macos, r=jieyouxu,albertl... | Matthias Krüger | -0/+2 |
| 2024-11-05 | Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubilee | bors | -0/+3 |
| 2024-11-05 | codegen_ssa: use `llvm-objcopy` for macOS strip | David Wood | -0/+2 |
| 2024-11-04 | mark some target features as 'forbidden' so they cannot be (un)set | Ralf Jung | -0/+3 |
| 2024-11-01 | Emit diagnostics for incorrect deployment targets | Mads Marquart | -0/+6 |
| 2024-10-10 | Rollup merge of #130308 - davidtwco:tied-target-consolidation, r=wesleywiser | Matthias Krüger | -0/+5 |
| 2024-10-04 | Use wide pointers consistenly across the compiler | Urgau | -1/+1 |
| 2024-09-24 | codegen_ssa: consolidate tied feature checking | David Wood | -0/+5 |
| 2024-09-14 | simd_shuffle: require index argument to be a vector | Ralf Jung | -1/+1 |
| 2024-08-17 | Always use ar_archive_writer for import libs | Chris Denton | -0/+3 |
| 2024-08-07 | Rollup merge of #128206 - bjorn3:import_lib_writing_refactor, r=jieyouxu | Guillaume Gomez | -0/+11 |
| 2024-07-30 | Move mingw dlltool invocation to cg_ssa | bjorn3 | -0/+11 |
| 2024-07-16 | When an archive fails to build, print the path | Trevor Gross | -3/+2 |
| 2024-06-24 | coverage: Tighten validation of `#[coverage(off)]` and `#[coverage(on)]` | Zalathar | -2/+0 |
| 2024-05-23 | emit an error if we can't find a path to the self-contained linker | Rémy Rakic | -0/+2 |
| 2024-03-16 | Handle calls to upstream monomorphizations in compiler_builtins | Ben Kimock | -0/+3 |
| 2024-02-23 | check that simd_insert/extract indices are in-bounds | Ralf Jung | -4/+2 |
| 2024-02-09 | Turn the "no saved object file in work product" ICE into a translatable fatal... | Ben Kimock | -0/+2 |
| 2024-01-22 | Correct the anchor of an URL in an error message | Noritada Kobayashi | -1/+1 |
| 2023-10-09 | Remove cgu_reuse_tracker from Session | bjorn3 | -0/+24 |