| Age | Commit message (Expand) | Author | Lines |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -2/+7 |
| 2023-08-08 | Auto merge of #114439 - Kobzol:remark-pgo-hotness, r=tmiasko | bors | -0/+3 |
| 2023-08-08 | Only enable hotness information when PGO is available | Jakub Beránek | -0/+3 |
| 2023-08-07 | Update powerpc data layouts | Nikita Popov | -0/+11 |
| 2023-08-07 | Rollup merge of #114382 - scottmcm:compare-bytes-intrinsic, r=cjgillot | Matthias Krüger | -1/+12 |
| 2023-08-06 | Apply suggestions from code review | scottmcm | -0/+1 |
| 2023-08-06 | Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly | Scott McMurray | -1/+11 |
| 2023-08-06 | Generate better function argument names in global_allocator expansion | David Tolnay | -2/+2 |
| 2023-08-04 | Rollup merge of #114450 - chenyukang:yukang-fix-114435, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-08-05 | Fix ICE failed to get layout for ReferencesError | yukang | -1/+1 |
| 2023-08-04 | Auto merge of #114350 - erikdesjardins:ident, r=tmiasko | bors | -3/+0 |
| 2023-08-03 | Forbid old-style `simd_shuffleN` intrinsics | Oli Scherer | -21/+13 |
| 2023-08-02 | Rollup merge of #114079 - compiler-errors:closure-upvars, r=oli-obk | Nilstrieb | -11/+4 |
| 2023-08-02 | coverage: Consolidate FFI types into one module | Zalathar | -208/+201 |
| 2023-08-01 | Use upvar_tys in more places, make it a list | Michael Goulet | -11/+4 |
| 2023-08-01 | Auto merge of #113339 - lqd:respect-filters, r=tmiasko | bors | -24/+17 |
| 2023-08-01 | remove remark filtering on the rust side | Rémy Rakic | -23/+16 |
| 2023-08-01 | Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3 | bors | -377/+152 |
| 2023-08-01 | Make coverage counter IDs count up from 0, not 1 | Zalathar | -27/+12 |
| 2023-08-01 | Make coverage expression IDs count up from 0, not down from `u32::MAX` | Zalathar | -37/+16 |
| 2023-08-01 | Replace `ExpressionOperandId` with enum `Operand` | Zalathar | -27/+22 |
| 2023-07-31 | Auto merge of #113879 - nnethercote:codegen_ssa-cleanups, r=bjorn3 | bors | -19/+7 |
| 2023-07-31 | Use standard Rust capitalization rules for names containing "LTO". | Nicholas Nethercote | -7/+7 |
| 2023-07-31 | Remove `ExtraBackendMethods::spawn_thread`. | Nicholas Nethercote | -12/+0 |
| 2023-07-31 | Auto merge of #114266 - calebzulawski:simd-bswap, r=compiler-errors | bors | -11/+10 |
| 2023-07-30 | Fix simd_bswap for i8/u8 | Caleb Zulawski | -11/+10 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -52/+43 |
| 2023-07-29 | cg_llvm: simplify llvm.masked.gather/scatter naming with opaque pointers | Erik Desjardins | -105/+47 |
| 2023-07-29 | cg_llvm: clean up match | Erik Desjardins | -1/+1 |
| 2023-07-29 | cg_llvm: inline check_store | Erik Desjardins | -10/+2 |
| 2023-07-29 | cg_llvm: stop identifying ADTs in LLVM IR | Erik Desjardins | -3/+0 |
| 2023-07-29 | Auto merge of #114156 - calebzulawski:simd-bswap, r=compiler-errors | bors | -0/+47 |
| 2023-07-29 | cg_ssa: remove pointee types and pointercast/bitcast-of-ptr | Erik Desjardins | -21/+5 |
| 2023-07-29 | cg_llvm: remove pointee types and pointercast/bitcast-of-ptr | Erik Desjardins | -260/+117 |
| 2023-07-28 | Use i1 instead of bool | Caleb Zulawski | -2/+9 |
| 2023-07-27 | Add SIMD bitreverse, ctlz, cttz intrinsics | Caleb Zulawski | -7/+25 |
| 2023-07-27 | Add simd_bswap intrinsic | Caleb Zulawski | -0/+22 |
| 2023-07-27 | Update the minimum external LLVM to 15 | Josh Stone | -36/+28 |
| 2023-07-24 | coverage: Obtain the `__llvm_covfun` section name outside a per-function loop | Zalathar | -8/+31 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -2/+2 |
| 2023-07-21 | Support `.comment` section like GCC/Clang (`!llvm.ident`) | Miguel Ojeda | -15/+18 |
| 2023-07-21 | Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk | bors | -2/+2 |
| 2023-07-21 | Rollup merge of #113780 - dtolnay:printkindpath, r=b-naber | Matthias Krüger | -36/+55 |
| 2023-07-21 | Rollup merge of #113723 - khei4:khei4/llvm-stats, r=oli-obk,nikic | Matthias Krüger | -2/+31 |
| 2023-07-21 | Don't treat ref. fields with non-null niches as `dereferenceable_or_null` | Moulins | -2/+2 |
| 2023-07-20 | Implement printing to file in PassWrapper | David Tolnay | -4/+21 |
| 2023-07-20 | Implement printing to file in llvm_util | David Tolnay | -13/+14 |
| 2023-07-20 | Implement printing to file in codegen_backend.print | David Tolnay | -11/+12 |
| 2023-07-20 | Store individual output file name with every PrintRequest | David Tolnay | -13/+13 |
| 2023-07-20 | address feedback from nikic and oli-obk https://github.com/rust-lang/rust/pul... | khei4 | -18/+17 |