| Age | Commit message (Expand) | Author | Lines |
| 2024-11-06 | Clean up use requirements after rebasing | Matt Weber | -5/+4 |
| 2024-11-06 | Add location info for f16 | Matt Weber | -0/+18 |
| 2024-11-06 | Rename option and add doc | Matt Weber | -45/+40 |
| 2024-11-06 | Add additional option checks | Matt Weber | -9/+38 |
| 2024-11-06 | Move additional source location info behind -Z option | Matt Weber | -20/+105 |
| 2024-11-06 | Refactor `type_stub` from `DefId` to tuple | Matt Weber | -22/+26 |
| 2024-11-06 | Add file and line metadata for enum variant and fields | Matt Weber | -17/+23 |
| 2024-11-06 | Add file and line metadata for struct/union members | Matt Weber | -10/+35 |
| 2024-11-06 | Add file and line metadata for coroutines | Matt Weber | -2/+5 |
| 2024-11-06 | Refactor `type_map::stub` parameters | Matt Weber | -60/+44 |
| 2024-11-06 | Add file and line metadata for closures | Matt Weber | -2/+10 |
| 2024-11-06 | Require `type_map::stub` callers to supply file information | Matt Weber | -6/+51 |
| 2024-11-06 | Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgr | bors | -0/+3 |
| 2024-11-05 | Rollup merge of #132077 - alexcrichton:wide-arithmetic, r=jieyouxu | Matthias Krüger | -0/+3 |
| 2024-11-05 | Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwco | Matthias Krüger | -2/+11 |
| 2024-11-05 | Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubilee | bors | -48/+80 |
| 2024-11-05 | coverage: Tidy up coverage-specific FFI functions | Zalathar | -26/+24 |
| 2024-11-05 | coverage: Extract safe FFI wrapper functions to `llvm_cov` | Zalathar | -126/+132 |
| 2024-11-05 | Auto merge of #131341 - taiki-e:ppc-clobber-abi, r=bzEq,workingjubilee | bors | -2/+6 |
| 2024-11-04 | mark some target features as 'forbidden' so they cannot be (un)set | Ralf Jung | -48/+80 |
| 2024-11-04 | Simplify FFI calls for `-Ztime-llvm-passes` and `-Zprint-codegen-stats` | Zalathar | -27/+10 |
| 2024-11-03 | Rollup merge of #132565 - bjorn3:less_target_name_dependence, r=workingjubilee | Jubilee | -20/+9 |
| 2024-11-04 | Move `LLVMRustAttribute[Kind]` out of `LLVMWrapper.h` | Zalathar | -1/+1 |
| 2024-11-03 | compiler: Directly use rustc_abi in codegen | Jubilee Young | -25/+25 |
| 2024-11-03 | Reduce dependence on the target name | bjorn3 | -20/+9 |
| 2024-11-03 | Auto merge of #132514 - Zalathar:print-target-cpus, r=jieyouxu | bors | -49/+83 |
| 2024-11-02 | Allow disabling ASan instrumentation for globals | Daniel Bertalan | -0/+14 |
| 2024-11-02 | Rename target triple to target tuple in many places in the compiler | Noratrieb | -3/+3 |
| 2024-11-02 | Port most of `LLVMRustPrintTargetCPUs` to Rust | Zalathar | -37/+63 |
| 2024-11-02 | Use a dedicated safe wrapper for `LLVMRustGetHostCPUName` | Zalathar | -13/+21 |
| 2024-11-02 | Support clobber_abi and vector registers (clobber-only) in PowerPC inline ass... | Taiki Endo | -2/+6 |
| 2024-11-02 | Rollup merge of #131037 - madsmtm:move-llvm-target-versioning, r=petrochenkov | Matthias Krüger | -2/+4 |
| 2024-11-02 | Rollup merge of #131829 - Zalathar:goodbye-zprofile, r=chenyukang | Guillaume Gomez | -36/+0 |
| 2024-11-01 | Move versioned LLVM target creation to rustc_codegen_ssa | Mads Marquart | -2/+4 |
| 2024-10-31 | llvm: Match new LLVM 128-bit integer alignment on sparc | Matthew Maurer | -0/+5 |
| 2024-10-31 | rustc_codegen_llvm: Add a new 'pc' option to branch-protection | Kajetan Puchalski | -2/+11 |
| 2024-10-31 | coverage: Avoid ICE when `coverage_cx` is unexpectedly unavailable | Zalathar | -2/+12 |
| 2024-10-31 | Remove support for `-Zprofile` (gcov-style coverage instrumentation) | Zalathar | -36/+0 |
| 2024-10-30 | Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors | Jubilee | -70/+87 |
| 2024-10-30 | Rollup merge of #132342 - Zalathar:operand-bundle, r=workingjubilee | Matthias Krüger | -74/+89 |
| 2024-10-30 | Clean up FFI calls for operand bundles | Zalathar | -74/+89 |
| 2024-10-30 | Consistently use safe wrapper function `set_section` | Zalathar | -16/+14 |
| 2024-10-29 | compiler: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -70/+87 |
| 2024-10-29 | Rollup merge of #132319 - Zalathar:add-module-flag, r=jieyouxu | Matthias Krüger | -225/+195 |
| 2024-10-29 | Clean up FFI calls for setting module flags | Zalathar | -205/+192 |
| 2024-10-29 | Don't set unnecessary module flag "LTOPostLink" | Zalathar | -20/+3 |
| 2024-10-29 | Rollup merge of #132216 - klensy:c_uint, r=cuviper | Jubilee | -4/+4 |
| 2024-10-29 | Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillot | Jubilee | -1/+1 |
| 2024-10-29 | correct LLVMRustCreateThinLTOData arg types | klensy | -4/+4 |
| 2024-10-28 | Rollup merge of #132261 - ChrisCho-H:refactor/cleaner-check-none, r=compiler-... | Jubilee | -4/+1 |