| Age | Commit message (Expand) | Author | Lines |
| 2024-08-09 | Use ar_archive_writer from sysroot for cg_clif | bjorn3 | -0/+1 |
| 2024-08-09 | Merge commit '69b3f5a426a5c1c05236a45b36f6679d95fbe01b' into sync_cg_clif-202... | bjorn3 | -183/+96 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -2/+2 |
| 2024-08-08 | Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen | Michael Goulet | -2/+2 |
| 2024-08-05 | nontemporal_store: make sure that the intrinsic is truly just a hint | Ralf Jung | -1/+2 |
| 2024-07-30 | Move computation of decorated names out of the create_dll_import_lib method | bjorn3 | -1/+1 |
| 2024-07-30 | Move temp file name generation out of the create_dll_import_lib method | bjorn3 | -4/+3 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -12/+14 |
| 2024-07-24 | Use Cow<'static, str> for InlineAsmTemplatePiece::String | GnomedDev | -23/+23 |
| 2024-07-20 | Rollup merge of #127779 - momvart:should_codegen_hook, r=cjgillot | Matthias Krüger | -3/+2 |
| 2024-07-19 | Avoid ref when using format! in compiler | Yuri Astrakhan | -1/+1 |
| 2024-07-16 | Rollup merge of #124033 - bjorn3:ar_archive_writer_0_3_0, r=davidtwco | Trevor Gross | -2/+2 |
| 2024-07-15 | Move compiler_builtin check to the use case | Mohammad Omidvar | -3/+2 |
| 2024-07-13 | Merge commit '659243d85c7489412bd0faa1c068d904a6042941' into sync_cg_clif-202... | bjorn3 | -28/+43 |
| 2024-07-08 | Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJung | bors | -0/+6 |
| 2024-07-07 | Sync ar_archive_writer to LLVM 18.1.3 | bjorn3 | -2/+2 |
| 2024-07-07 | Support tail calls in mir via `TerminatorKind::TailCall` | Maybe Waffle | -0/+6 |
| 2024-07-04 | Auto merge of #123781 - RalfJung:miri-fn-identity, r=oli-obk | bors | -3/+5 |
| 2024-07-02 | Fix spans | Michael Goulet | -3/+4 |
| 2024-07-02 | Give Instance::expect_resolve a span | Michael Goulet | -3/+10 |
| 2024-07-02 | Miri function identity hack: account for possible inlining | Ralf Jung | -3/+5 |
| 2024-06-30 | Merge commit '49cd5dd454d0115cfbe9e39102a8b3ba4616aa40' into sync_cg_clif-202... | bjorn3 | -136/+305 |
| 2024-06-23 | cg_clif: Define build opts from FramePointer | Jubilee Young | -3/+3 |
| 2024-06-19 | `bug!` more uses of these in runtime stuff | Scott McMurray | -10/+11 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -1/+2 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -10/+10 |
| 2024-06-16 | Auto merge of #126505 - compiler-errors:no-vtable, r=lcnr | bors | -2/+1 |
| 2024-06-14 | Only compute vtable information during codegen | Michael Goulet | -2/+1 |
| 2024-06-14 | Use is_lang_item more aggressively | Michael Goulet | -1/+2 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -4/+7 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -18/+13 |
| 2024-06-08 | offset_of: allow (unstably) taking the offset of slice tail fields | Ralf Jung | -3/+4 |
| 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 | -140/+362 |
| 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-23 | Rollup merge of #124286 - bjorn3:sync_cg_clif-2024-04-23, r=bjorn3 | Matthias Krüger | -45/+68 |