| Age | Commit message (Expand) | Author | Lines |
| 2024-11-03 | compiler: Directly use rustc_abi in codegen | Jubilee Young | -6/+6 |
| 2024-10-31 | Remove support for `-Zprofile` (gcov-style coverage instrumentation) | Zalathar | -29/+0 |
| 2024-10-30 | Consistently use safe wrapper function `set_section` | Zalathar | -1/+1 |
| 2024-10-29 | Clean up FFI calls for setting module flags | Zalathar | -36/+30 |
| 2024-10-28 | Rollup merge of #132260 - Zalathar:type-safe-cast, r=compiler-errors | Jubilee | -50/+50 |
| 2024-10-28 | compiler: Add `is_uninhabited` and use LayoutS accessors | Jubilee Young | -1/+1 |
| 2024-10-28 | Use a type-safe helper to cast `&str` and `&[u8]` to `*const c_char` | Zalathar | -50/+50 |
| 2024-10-26 | Use safe wrappers `get_linkage` and `set_linkage` | Zalathar | -1/+1 |
| 2024-10-26 | Effects cleanup | Deadbeef | -1/+0 |
| 2024-10-04 | Use wide pointers consistenly across the compiler | Urgau | -24/+24 |
| 2024-10-01 | add unstable support for outputting file checksums for use in cargo | Jacob Kiesel | -0/+1 |
| 2024-09-24 | Auto merge of #130389 - Luv-Ray:LLVMMDNodeInContext2, r=nikic | bors | -8/+4 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -34/+31 |
| 2024-09-20 | Do not unnecessarily eval consts in codegen | Michael Goulet | -1/+3 |
| 2024-09-19 | Reformat some comments. | Nicholas Nethercote | -13/+14 |
| 2024-09-19 | Remove a low-value local variable. | Nicholas Nethercote | -2/+1 |
| 2024-09-19 | replace some deprecated functions | Luv-Ray | -8/+4 |
| 2024-09-17 | Rename supertraits of `CodegenMethods`. | Nicholas Nethercote | -3/+3 |
| 2024-09-06 | Don't leave debug locations for constants sitting on the builder indefinitely. | Kyle Huey | -1/+7 |
| 2024-09-06 | Make `Ty::boxed_ty` return an `Option` | Pavel Grigorenko | -1/+1 |
| 2024-08-31 | interpret, codegen: tweak some comments and checks regarding Box with custom ... | Ralf Jung | -0/+2 |
| 2024-08-27 | Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwco | Trevor Gross | -0/+9 |
| 2024-08-27 | Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau | Matthias Krüger | -46/+52 |
| 2024-08-21 | Rollup merge of #129332 - cuviper:cstr-cast, r=compiler-errors | Matthias Krüger | -7/+6 |
| 2024-08-21 | Rollup merge of #128627 - khuey:DUMMY_SP-line-no, r=nnethercote | Matthias Krüger | -1/+11 |
| 2024-08-20 | Avoid extra `cast()`s after `CStr::as_ptr()` | Josh Stone | -7/+6 |
| 2024-08-19 | Add a comment. | Kyle Huey | -0/+5 |
| 2024-08-16 | Add `warn(unreachable_pub)` to `rustc_codegen_llvm`. | Nicholas Nethercote | -46/+52 |
| 2024-08-15 | Auto merge of #128861 - khuey:mir-inlining-parameters-debuginfo, r=wesleywiser | bors | -12/+10 |
| 2024-08-15 | Auto merge of #128037 - beetrees:repr128-c-style-use-natvis, r=michaelwoerister | bors | -61/+16 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -1/+1 |
| 2024-08-13 | Use the `enum2$` Natvis visualiser for repr128 C-style enums | beetrees | -61/+16 |
| 2024-08-12 | Rework MIR inlining debuginfo so function parameters show up in debuggers. | Kyle Huey | -12/+10 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -1/+1 |
| 2024-08-08 | Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen | Michael Goulet | -1/+1 |
| 2024-08-04 | Fix warning. | Kyle Huey | -1/+1 |
| 2024-08-04 | Use Span::is_dummy(). | Kyle Huey | -1/+1 |
| 2024-08-03 | Special case DUMMY_SP to emit line 0/column 0 locations on DWARF platforms. | Kyle Huey | -2/+7 |
| 2024-07-29 | Add `-Z embed-source=yes` to embed source code in DWARF debug info | Mrmaxmeier | -0/+9 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -190/+125 |
| 2024-07-20 | compiler: Never debug_assert in codegen | Jubilee Young | -32/+26 |
| 2024-07-09 | Auto merge of #127001 - beetrees:f16-debuginfo, r=michaelwoerister | bors | -3/+40 |
| 2024-07-09 | Add Natvis visualiser and debuginfo tests for `f16` | beetrees | -3/+40 |
| 2024-06-21 | Move vcall_visibility_metadata optimization hint out of a debuginfo generatio... | bjorn3 | -7/+7 |
| 2024-06-13 | Honor collapse_debuginfo for statics. | Dario Nieuwenhuis | -2/+2 |
| 2024-06-01 | Uplift TypeRelation and Relate | Michael Goulet | -3/+4 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_codegen_llvm`. | Nicholas Nethercote | -1/+3 |
| 2024-05-10 | Rollup merge of #124797 - beetrees:primitive-float, r=davidtwco | Matthias Krüger | -4/+1 |
| 2024-05-09 | Rename Generics::params to Generics::own_params | Michael Goulet | -2/+2 |
| 2024-05-06 | Refactor float `Primitive`s to a separate `Float` type | beetrees | -4/+1 |