| Age | Commit message (Expand) | Author | Lines |
| 2024-11-19 | When the required discriminator value exceeds LLVM's limits, drop the debug i... | Kyle Huey | -20/+40 |
| 2024-11-19 | Honor collapse_debuginfo when dealing with MIR-inlined functions inside macros. | Kyle Huey | -3/+2 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -62/+59 |
| 2024-11-17 | Likely unlikely fix | Jiri Bobek | -2/+0 |
| 2024-11-15 | Auto merge of #132965 - mati865:cfguard-gnullvm, r=wesleywiser | bors | -2/+6 |
| 2024-11-12 | Rollup merge of #132702 - 1c3t3a:issue-132615, r=rcvalle | Matthias Krüger | -0/+12 |
| 2024-11-12 | allow CFGuard on windows-gnullvm | Mateusz Mikuła | -2/+6 |
| 2024-11-11 | Rollup merge of #132820 - bjorn3:default_backend_link_impl, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-11-11 | CFI: Append debug location to CFI blocks | Bastian Kersting | -0/+12 |
| 2024-11-11 | Auto merge of #132880 - RalfJung:implied-features, r=workingjubilee | bors | -3/+11 |
| 2024-11-11 | target_features: explain what exacty 'implied' means here | Ralf Jung | -3/+11 |
| 2024-11-10 | Rollup merge of #132675 - Zalathar:empty-spans, r=jieyouxu | Matthias Krüger | -67/+81 |
| 2024-11-10 | coverage: Pass a `LocalFileId` to `CoverageSpan::from_source_region` | Zalathar | -3/+9 |
| 2024-11-09 | Pass owned CodegenResults to link_binary | bjorn3 | -1/+1 |
| 2024-11-09 | Add discriminators to DILocations when multiple functions are inlined into a ... | Kyle Huey | -3/+61 |
| 2024-11-09 | Auto merge of #132800 - matthiaskrgr:rollup-c1kkj56, r=matthiaskrgr | bors | -0/+11 |
| 2024-11-09 | Rollup merge of #132552 - taiki-e:sparc-target-feature, r=workingjubilee | Matthias Krüger | -0/+11 |
| 2024-11-09 | Auto merge of #132584 - Zalathar:includes, r=cuviper | bors | -1/+1 |
| 2024-11-09 | Make `RustString` an extern type to avoid `improper_ctypes` warnings | Zalathar | -24/+2 |
| 2024-11-09 | Add v8plus target feature to sparc and use it in create_object_file | Taiki Endo | -0/+8 |
| 2024-11-09 | Add v9 and leoncasa target feature to sparc | Taiki Endo | -0/+3 |
| 2024-11-08 | coverage: Remove unhelpful code for handling multiple files per function | Zalathar | -59/+57 |
| 2024-11-08 | coverage: Add `GlobalFileId` for stricter type-checking of file IDs | Zalathar | -7/+17 |
| 2024-11-08 | Rollup merge of #132590 - Zalathar:z-timings-stats, r=jieyouxu | Stuart Cook | -27/+10 |
| 2024-11-08 | Rollup merge of #132452 - Zalathar:llvm-cov-wrappers, r=jieyouxu | Stuart Cook | -138/+142 |
| 2024-11-07 | Rollup merge of #132741 - zmodem:mips_data_layout, r=nikic | Jubilee | -0/+5 |
| 2024-11-07 | Rollup merge of #130586 - dpaoliello:fixrawdylib, r=wesleywiser | Jubilee | -17/+18 |
| 2024-11-07 | remove the extra specification for llvm versions < 20 | Hans Wennborg | -0/+5 |
| 2024-11-07 | Basic inline assembly support for SPARC and SPARC64 | Taiki Endo | -0/+14 |
| 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 | 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 |