| Age | Commit message (Expand) | Author | Lines |
| 2024-10-21 | Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwU | bors | -10/+9 |
| 2024-10-20 | Make `llvm::set_section` take a `&CStr` | Zalathar | -13/+14 |
| 2024-10-19 | Get rid of const eval_* and try_eval_* helpers | Michael Goulet | -10/+9 |
| 2024-10-19 | cg_llvm: Reuse LLVM-C Comdat support | Jubilee Young | -10/+25 |
| 2024-10-18 | cg_llvm: Switch `llvm::add_global` to `&CStr` | Jubilee Young | -8/+9 |
| 2024-10-16 | llvm: Match aarch64 data layout to new LLVM layout | Matthew Maurer | -0/+10 |
| 2024-10-14 | Fix AArch64InlineAsmReg::emit | Taiki Endo | -46/+5 |
| 2024-10-12 | Rollup merge of #131626 - matthiaskrgr:dont_string, r=lqd | Trevor Gross | -1/+1 |
| 2024-10-12 | remove a couple of redundant String to String conversion | Matthias Krüger | -1/+1 |
| 2024-10-12 | `LLVMConstInt` only allows integer types | DianQK | -0/+13 |
| 2024-10-11 | Rollup merge of #124874 - jedbrown:float-mul-add-fast, r=saethlin | Trevor Gross | -0/+10 |
| 2024-10-11 | Rollup merge of #131543 - Zalathar:goodbye-llvm-17, r=petrochenkov | Trevor Gross | -15/+6 |
| 2024-10-11 | intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics | Jed Brown | -0/+10 |
| 2024-10-11 | Rollup merge of #131519 - davidlattimore:intrinsics-default-vis, r=Urgau | Matthias Krüger | -4/+3 |
| 2024-10-11 | coverage: Remove code related to LLVM 17 | Zalathar | -15/+6 |
| 2024-10-11 | Use Default visibility for rustc-generated C symbol declarations | David Lattimore | -4/+3 |
| 2024-10-10 | Rollup merge of #130741 - mrkajetanp:detect-b16b16, r=Amanieu | Matthias Krüger | -1/+3 |
| 2024-10-10 | Rollup merge of #130308 - davidtwco:tied-target-consolidation, r=wesleywiser | Matthias Krüger | -68/+5 |
| 2024-10-10 | rustc_target: Add sme-b16b16 as an explicit aarch64 target feature | Kajetan Puchalski | -1/+3 |
| 2024-10-09 | Rollup merge of #131424 - workingjubilee:stem-the-tyde-of-glob-imports, r=jie... | Matthias Krüger | -7/+13 |
| 2024-10-08 | compiler: Factor rustc_target::abi out of cg_llvm | Jubilee Young | -7/+13 |
| 2024-10-08 | Dont ICE when encountering post-mono layout cycle error | Michael Goulet | -5/+6 |
| 2024-10-08 | Auto merge of #126733 - ZhuUx:llvm-19-adapt, r=Zalathar | bors | -74/+43 |
| 2024-10-08 | coverage. Adapt to mcdc mapping formats introduced by llvm 19 | zhuyunxing | -69/+24 |
| 2024-10-08 | coverage. MCDC ConditionId start from 0 to keep with llvm 19 | zhuyunxing | -6/+7 |
| 2024-10-08 | coverage. Disable supporting mcdc on llvm-18 | zhuyunxing | -0/+13 |
| 2024-10-08 | Rollup merge of #130824 - Darksonn:fix-function-return, r=wesleywiser | Stuart Cook | -1/+13 |
| 2024-10-04 | Use wide pointers consistenly across the compiler | Urgau | -28/+28 |
| 2024-10-01 | add unstable support for outputting file checksums for use in cargo | Jacob Kiesel | -0/+1 |
| 2024-10-01 | Auto merge of #131111 - matthiaskrgr:rollup-n6do187, r=matthiaskrgr | bors | -19/+27 |
| 2024-10-01 | Rollup merge of #130005 - davidlattimore:protected-vis-flag, r=Urgau | Matthias Krüger | -19/+27 |
| 2024-10-01 | Rollup merge of #130630 - taiki-e:s390x-clobber-abi, r=Amanieu | Guillaume Gomez | -0/+6 |
| 2024-10-01 | Replace -Z default-hidden-visibility with -Z default-visibility | David Lattimore | -19/+27 |
| 2024-09-30 | Rollup merge of #130877 - taiki-e:riscv-atomic, r=Amanieu | Trevor Gross | -0/+4 |
| 2024-09-29 | extend comment in global_llvm_features regarding target-cpu=native handling | Ralf Jung | -0/+5 |
| 2024-09-28 | rustc_target: Add RISC-V atomic-related features | Taiki Endo | -0/+4 |
| 2024-09-26 | Use `&raw` in the compiler | Josh Stone | -4/+4 |
| 2024-09-25 | Add missing module flags for function-return=thunk-extern | Alice Ryhl | -1/+13 |
| 2024-09-24 | Dogfood `feature(file_buffered)` | Josh Stone | -4/+4 |
| 2024-09-24 | codegen_ssa: consolidate tied feature checking | David Wood | -68/+5 |
| 2024-09-24 | Auto merge of #130389 - Luv-Ray:LLVMMDNodeInContext2, r=nikic | bors | -88/+59 |
| 2024-09-23 | Check vtable projections for validity in miri | Michael Goulet | -2/+2 |
| 2024-09-23 | format | Luv-Ray | -1/+1 |
| 2024-09-23 | Auto merge of #130724 - compiler-errors:bump, r=Mark-Simulacrum | bors | -303/+286 |
| 2024-09-22 | Auto merge of #130680 - saethlin:module-name-to-str, r=jieyouxu | bors | -1/+1 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -303/+286 |
| 2024-09-21 | Call module_name_to_str instead of just unwrapping | Ben Kimock | -1/+1 |
| 2024-09-21 | remove `#[cmse_nonsecure_entry]` | Folkert | -3/+0 |
| 2024-09-21 | add `C-cmse-nonsecure-entry` ABI | Folkert de Vries | -3/+8 |
| 2024-09-20 | Do not unnecessarily eval consts in codegen | Michael Goulet | -1/+3 |