| Age | Commit message (Expand) | Author | Lines |
| 2024-06-05 | Misc fixes to cranelift/clippy/miri | Boxy | -0/+1 |
| 2024-06-04 | Auto merge of #122597 - pacak:master, r=bjorn3 | bors | -0/+23 |
| 2024-05-29 | Rollup merge of #124251 - scottmcm:unop-ptr-metadata, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -14/+34 |
| 2024-05-28 | Add an intrinsic for `ptr::metadata` | Scott McMurray | -14/+34 |
| 2024-05-27 | Omit non-needs_drop drop_in_place in vtables | Mark Rousskov | -4/+17 |
| 2024-05-23 | Rollup merge of #125345 - durin42:thin-link-bitcode, r=bjorn3 | Guillaume Gomez | -1/+1 |
| 2024-05-22 | rustc_codegen_llvm: add support for writing summary bitcode | Augie Fackler | -1/+1 |
| 2024-05-21 | Rollup merge of #125266 - workingjubilee:stream-plastic-love, r=RalfJung,nikic | Matthias Krüger | -0/+2 |
| 2024-05-20 | Rollup merge of #125173 - scottmcm:never-checked, r=davidtwco | Matthias Krüger | -8/+10 |
| 2024-05-19 | cg_clif: support simd_ctpop | Jubilee Young | -0/+2 |
| 2024-05-17 | Remove `Rvalue::CheckedBinaryOp` | Scott McMurray | -8/+10 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -2/+2 |
| 2024-05-13 | Merge commit '3270432f4b0583104c8b9b6f695bf97d6bbf3ac2' into sync_cg_clif-202... | bjorn3 | -166/+481 |
| 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-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -6/+3 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -5/+10 |
| 2024-04-23 | Rollup merge of #124286 - bjorn3:sync_cg_clif-2024-04-23, r=bjorn3 | Matthias Krüger | -212/+189 |
| 2024-04-23 | Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyo | Matthias Krüger | -5/+9 |
| 2024-04-23 | Fix broken subtree sync | bjorn3 | -17/+0 |
| 2024-04-23 | Merge commit 'de5d6523738fd44a0521b6abf3e73ae1df210741' into sync_cg_clif-202... | bjorn3 | -195/+189 |
| 2024-04-21 | Also handle AggregateKind::RawPtr in cg_cranelift | Scott McMurray | -0/+30 |
| 2024-04-20 | Rollup merge of #123967 - RalfJung:static_mut_refs, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -4/+11 |
| 2024-04-19 | Do intrinsic changes in `rustc_codegen_cranelift` | Maybe Waffle | -5/+9 |
| 2024-04-19 | Auto merge of #124113 - RalfJung:interpret-scalar-ops, r=oli-obk | bors | -24/+21 |
| 2024-04-19 | Show files produced by --emit foo in json artifact notifications | Michael Baikov | -0/+23 |
| 2024-04-19 | ScalarInt: add methods to assert being a (u)int of given size | Ralf Jung | -24/+21 |
| 2024-04-16 | Cranelift: Revert raw-dylib for Windows futex APIs | Chris Denton | -0/+37 |
| 2024-04-15 | static_mut_refs: use raw pointers to remove the remaining FIXME | Ralf Jung | -4/+11 |
| 2024-04-11 | Merge commit '89f54caacf90e99fc8ba0d60a28bdadea3cfdf1e' into sync_cg_clif-202... | bjorn3 | -14/+44 |
| 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 | -121/+85 |
| 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/+38 |
| 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 | -292/+841 |
| 2024-03-25 | Rollup merge of #123034 - bjorn3:test_ignores, r=compiler-errors | Matthias Krüger | -15/+0 |
| 2024-03-25 | Add needs-unwind for proc macro tests | bjorn3 | -9/+0 |