| Age | Commit message (Expand) | Author | Lines |
| 2024-05-12 | Use the target cpu from the target spec on x86_64 when -Ctarget-cpu isn't used | bjorn3 | -3/+3 |
| 2024-05-12 | Support naked functions | bjorn3 | -47/+220 |
| 2024-05-12 | Remove polymorphize calls for statics in a couple more places | bjorn3 | -2/+2 |
| 2024-05-11 | Merge pull request #1490 from folkertdev/add-llvm-x86-crc32 | bjorn3 | -2/+13 |
| 2024-05-11 | Merge pull request #1489 from rust-lang/parallel_rustc | bjorn3 | -49/+37 |
| 2024-05-11 | Merge pull request #1491 from folkertdev/add-llvm-avx2-permd | bjorn3 | -0/+15 |
| 2024-05-11 | add `llvm.x86.avx2.permd` intrinsic | Folkert | -0/+15 |
| 2024-05-11 | support crc32 with 8-bit and 16-bit inputs, and add crc64 support | Folkert | -2/+13 |
| 2024-05-11 | add the `llvm.x86.sse42.crc32.32.32` intrinsic (#1488) | Folkert de Vries | -0/+26 |
| 2024-05-11 | Translate MIR to clif ir in parallel with parallel rustc | bjorn3 | -32/+32 |
| 2024-05-11 | Split cgus into todo and done before the main module codegen loop | bjorn3 | -47/+35 |
| 2024-05-11 | Avoid ICE on transmuting invalid bools | bjorn3 | -8/+0 |
| 2024-05-11 | Avoid CValue::const_val for discriminants | bjorn3 | -18/+27 |
| 2024-05-11 | Don't attempt to polymorphize statics | bjorn3 | -1/+1 |
| 2024-05-11 | Sync from rust 6e1d94708a0a4a35ca7e46c6cac98adf62fe800e | bjorn3 | -25/+20 |
| 2024-05-10 | Rollup merge of #124957 - compiler-errors:builtin-deref, r=michaelwoerister | Matthias Krüger | -20/+13 |
| 2024-05-09 | Make builtin_deref just return a Ty | Michael Goulet | -20/+13 |
| 2024-05-06 | Refactor float `Primitive`s to a separate `Float` type | beetrees | -5/+7 |
| 2024-05-03 | Correctly handle missing CG_CLIF_JIT_ARGS | bjorn3 | -2/+7 |
| 2024-05-03 | Remove special case in maybe_create_entry_wrapper | bjorn3 | -8/+9 |
| 2024-04-28 | Fix rustc tests | bjorn3 | -2/+4 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -6/+3 |
| 2024-04-23 | Rollup merge of #124286 - bjorn3:sync_cg_clif-2024-04-23, r=bjorn3 | Matthias Krüger | -45/+68 |
| 2024-04-23 | Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyo | Matthias Krüger | -3/+7 |
| 2024-04-23 | Fix broken subtree sync | bjorn3 | -17/+0 |
| 2024-04-23 | Merge commit 'de5d6523738fd44a0521b6abf3e73ae1df210741' into sync_cg_clif-202... | bjorn3 | -28/+68 |
| 2024-04-21 | Also handle AggregateKind::RawPtr in cg_cranelift | Scott McMurray | -0/+30 |
| 2024-04-19 | Do intrinsic changes in `rustc_codegen_cranelift` | Maybe Waffle | -3/+7 |
| 2024-04-19 | ScalarInt: add methods to assert being a (u)int of given size | Ralf Jung | -24/+21 |
| 2024-04-11 | Merge commit '89f54caacf90e99fc8ba0d60a28bdadea3cfdf1e' into sync_cg_clif-202... | bjorn3 | -1/+18 |
| 2024-04-07 | Only traverse mono-reachable blocks in cg_clif | Ben Kimock | -1/+1 |
| 2024-04-07 | Auto merge of #123221 - pacak:cache_emit, r=fmease,jieyouxu | bors | -1/+17 |
| 2024-04-06 | Put checks that detect UB under their own flag below debug_assertions | Ben Kimock | -1/+1 |
| 2024-04-06 | Save/restore more items in cache with incremental compilation | Michael Baikov | -1/+17 |
| 2024-04-05 | Merge commit 'fbda869b4e230c788b6bce426038ba8419956f2d' into sync_cg_clif-202... | bjorn3 | -1/+1 |
| 2024-04-03 | Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -2/+2 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -2/+2 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -2/+2 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -3/+24 |
| 2024-03-29 | Auto merge of #122450 - Urgau:simplify-trim-paths-feature, r=michaelwoerister | bors | -27/+12 |
| 2024-03-29 | Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstrieb | bors | -16/+8 |
| 2024-03-28 | Replace Session should_remap_filepaths with filename_display_preference | Urgau | -29/+9 |
| 2024-03-28 | Introduce `FileNameMapping::to_real_filename` and use it everywhere | Urgau | -12/+8 |
| 2024-03-28 | Make local_crate_source_file return a RealFileName | Urgau | -1/+8 |
| 2024-03-28 | Replace `RemapFileNameExt::for_codegen` with explicit calls | Urgau | -1/+3 |
| 2024-03-28 | Merge commit '09fae60a86b848a2fc0ad219ecc4e438dc1eef86' into sync_cg_clif-202... | bjorn3 | -222/+766 |
| 2024-03-23 | Add+Use `mir::BinOp::Cmp` | Scott McMurray | -3/+24 |
| 2024-03-23 | also rename the SIMD intrinsic | Ralf Jung | -1/+1 |
| 2024-03-23 | move assert_unsafe_preconditions to its own file | Ralf Jung | -1/+1 |