| Age | Commit message (Expand) | Author | Lines |
| 2024-11-08 | Use lld with non-LLVM backends | bjorn3 | -17/+0 |
| 2024-11-07 | Rollup merge of #130586 - dpaoliello:fixrawdylib, r=wesleywiser | Jubilee | -37/+70 |
| 2024-11-05 | Rollup merge of #131405 - davidtwco:hardcoded-strip-macos, r=jieyouxu,albertl... | Matthias Krüger | -5/+21 |
| 2024-11-05 | Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubilee | bors | -26/+51 |
| 2024-11-05 | codegen_ssa: use `llvm-objcopy` for macOS strip | David Wood | -5/+21 |
| 2024-11-05 | Auto merge of #132580 - compiler-errors:globs, r=Noratrieb | bors | -1/+1 |
| 2024-11-04 | mark some target features as 'forbidden' so they cannot be (un)set | Ralf Jung | -26/+51 |
| 2024-11-04 | ty::KContainer -> ty::AssocItemContainer::K | Michael Goulet | -1/+1 |
| 2024-11-03 | Rollup merge of #132565 - bjorn3:less_target_name_dependence, r=workingjubilee | Jubilee | -5/+7 |
| 2024-11-03 | Rollup merge of #131222 - thejpster:fix-sparc-v7-symbol-o, r=workingjubilee | Jubilee | -1/+9 |
| 2024-11-03 | compiler: Directly use rustc_abi in codegen | Jubilee Young | -27/+25 |
| 2024-11-03 | Reduce dependence on the target name | bjorn3 | -5/+7 |
| 2024-11-02 | Rename target triple to target tuple in many places in the compiler | Noratrieb | -6/+4 |
| 2024-11-02 | Rollup merge of #131037 - madsmtm:move-llvm-target-versioning, r=petrochenkov | Matthias Krüger | -11/+236 |
| 2024-11-02 | Rollup merge of #131829 - Zalathar:goodbye-zprofile, r=chenyukang | Guillaume Gomez | -21/+4 |
| 2024-11-01 | Emit diagnostics for incorrect deployment targets | Mads Marquart | -9/+47 |
| 2024-11-01 | Move Mach-O platform information to rustc_codegen_ssa::back::apple | Mads Marquart | -2/+17 |
| 2024-11-01 | Move versioned LLVM target creation to rustc_codegen_ssa | Mads Marquart | -10/+182 |
| 2024-10-31 | Remove `""` case from RISC-V `llvm_abiname` match statement | beetrees | -1/+1 |
| 2024-10-31 | Rollup merge of #132354 - koute:master, r=workingjubilee | Matthias Krüger | -1/+2 |
| 2024-10-31 | Add a comment about `lp64e` still being unstable | Jan Bujak | -0/+1 |
| 2024-10-31 | Remove support for `-Zprofile` (gcov-style coverage instrumentation) | Zalathar | -21/+4 |
| 2024-10-30 | Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors | Jubilee | -30/+33 |
| 2024-10-30 | Add `lp64e` RISC-V ABI | Jan Bujak | -1/+1 |
| 2024-10-29 | compiler: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -30/+33 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -2/+2 |
| 2024-10-29 | Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillot | Jubilee | -5/+5 |
| 2024-10-28 | compiler: Add `is_uninhabited` and use LayoutS accessors | Jubilee Young | -9/+9 |
| 2024-10-28 | fix clippy::clone_on_ref_ptr for compiler | klensy | -5/+5 |
| 2024-10-26 | Effects cleanup | Deadbeef | -32/+13 |
| 2024-10-25 | coverage: SSA doesn't need to know about `instrprof_increment` | Zalathar | -8/+0 |
| 2024-10-23 | Rollup merge of #132060 - joshtriplett:innermost-outermost, r=jieyouxu | León Orell Valerian Liehr | -1/+1 |
| 2024-10-23 | "innermost", "outermost", "leftmost", and "rightmost" don't need hyphens | Josh Triplett | -1/+1 |
| 2024-10-23 | get rid of feature list in target feature logic | Ralf Jung | -24/+2 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -26/+26 |
| 2024-10-21 | Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnay | Matthias Krüger | -2/+5 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -1/+0 |
| 2024-10-21 | stabilize Strict Provenance and Exposed Provenance | Ralf Jung | -1/+5 |
| 2024-10-19 | Get rid of const eval_* and try_eval_* helpers | Michael Goulet | -7/+11 |
| 2024-10-17 | Allow dropping dyn principal | Michael Goulet | -2/+3 |
| 2024-10-15 | Rollup merge of #131521 - jdonszelmann:rc, r=joboet | Michael Goulet | -2/+2 |
| 2024-10-11 | Rollup merge of #129079 - Zoxc:thinlto_imp_symbols, r=wesleywiser | Matthias Krüger | -1/+7 |
| 2024-10-11 | rename RcBox in other places too | Jonathan Dönszelmann | -2/+2 |
| 2024-10-10 | Rollup merge of #130308 - davidtwco:tied-target-consolidation, r=wesleywiser | Matthias Krüger | -3/+68 |
| 2024-10-10 | Rollup merge of #131480 - madsmtm:macos-fix-strip-binary, r=nnethercote | Matthias Krüger | -1/+3 |
| 2024-10-10 | Fix hardcoded strip path when cross-compiling from Linux to Darwin | Mads Marquart | -1/+3 |
| 2024-10-10 | Avoid redundant -Wl,-dylib flag when linking | Mads Marquart | -3/+5 |
| 2024-10-08 | compiler: Factor rustc_target::abi out of cg_ssa | Jubilee Young | -5/+6 |
| 2024-10-07 | Auto merge of #131354 - matthiaskrgr:rollup-hprnng2, r=matthiaskrgr | bors | -3/+2 |
| 2024-10-07 | Rollup merge of #131344 - nnethercote:ref-Lrc, r=compiler-errors | Matthias Krüger | -3/+2 |