| Age | Commit message (Expand) | Author | Lines |
| 2024-10-31 | Remove support for `-Zprofile` (gcov-style coverage instrumentation) | Zalathar | -3/+0 |
| 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 | -7/+7 |
| 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 | -7/+7 |
| 2024-10-26 | Effects cleanup | Deadbeef | -1/+0 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -14/+11 |
| 2024-09-17 | Rename supertraits of `CodegenMethods`. | Nicholas Nethercote | -1/+1 |
| 2024-09-06 | Don't leave debug locations for constants sitting on the builder indefinitely. | Kyle Huey | -1/+7 |
| 2024-08-27 | Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau | Matthias Krüger | -13/+13 |
| 2024-08-21 | Rollup merge of #129332 - cuviper:cstr-cast, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2024-08-20 | Avoid extra `cast()`s after `CStr::as_ptr()` | Josh Stone | -3/+3 |
| 2024-08-19 | Add a comment. | Kyle Huey | -0/+5 |
| 2024-08-16 | Add `warn(unreachable_pub)` to `rustc_codegen_llvm`. | Nicholas Nethercote | -13/+13 |
| 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 | Reformat `use` declarations. | Nicholas Nethercote | -25/+20 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_codegen_llvm`. | Nicholas Nethercote | -0/+1 |
| 2024-05-09 | Rename Generics::params to Generics::own_params | Michael Goulet | -1/+1 |
| 2024-04-09 | Set target-abi module flag for RISC-V targets | kxxt | -3/+3 |
| 2023-12-19 | Unify SourceFile::name_hash and StableSourceFileId | Michael Woerister | -4/+5 |
| 2023-12-14 | Auto merge of #118566 - klensy:cstr-new, r=WaffleLapkin | bors | -4/+3 |
| 2023-12-10 | remove redundant imports | surechen | -1/+1 |
| 2023-12-03 | compiler: replace cstr macro with c str literals in compiler and few other c ... | klensy | -4/+3 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -1/+0 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -1/+1 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -1/+3 |
| 2023-09-26 | subst -> instantiate | lcnr | -1/+1 |
| 2023-09-14 | treat host effect params as erased generics in codegen | Deadbeef | -0/+1 |
| 2023-09-08 | Auto merge of #115417 - dpaoliello:fixdi, r=wesleywiser | bors | -3/+5 |
| 2023-09-07 | Use `Freeze` for `SourceFile.lines` | John Kåre Alsaker | -1/+1 |
| 2023-09-03 | Use relative positions inside a SourceFile. | Camille GILLOT | -1/+1 |
| 2023-09-01 | Deduplicate inlined function debug info, but create a new lexical scope to ch... | Daniel Paoliello | -3/+5 |
| 2023-08-25 | Revert "Use the same DISubprogram for each instance of the same inlined funct... | Wesley Wiser | -44/+32 |
| 2023-08-22 | Fix spelling mistake | Wesley Wiser | -1/+1 |
| 2023-08-11 | Use the same DISubprogram for each instance of the same inlined function with... | Daniel Paoliello | -32/+44 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -9/+9 |
| 2023-07-06 | Auto merge of #113377 - BoxyUwU:move_ty_ctors_to_ty, r=compiler-errors | bors | -1/+1 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -1/+1 |
| 2023-07-05 | Revert "use new c literals instead of cstr! macro" | León Orell Valerian Liehr | -3/+4 |
| 2023-06-29 | Set capacity of the string passed to `push_item_name`. | Nicholas Nethercote | -1/+1 |
| 2023-06-29 | Avoid unnecessary line lookup. | Nicholas Nethercote | -1/+1 |
| 2023-05-31 | use new c literals instead of cstr! macro | klensy | -4/+3 |
| 2023-05-06 | make (try_)subst_and_normalize_erasing_regions take EarlyBinder | Kyle Matsuda | -1/+1 |
| 2023-05-03 | debuginfo: split method declaration and definition | Josh Stone | -34/+51 |
| 2023-04-27 | rename `needs_subst` to `has_param` | Boxy | -1/+1 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-19 | Move `GenericArgKind::as_{type,const,region}` to `GenericArg` | Maybe Waffle | -1/+1 |
| 2023-04-19 | Add `GenericArgKind::as_{type,const,region}` | Maybe Waffle | -7/+5 |