| Age | Commit message (Expand) | Author | Lines |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -2/+2 |
| 2024-04-24 | Auto merge of #122053 - erikdesjardins:alloca, r=nikic | bors | -13/+7 |
| 2024-04-23 | Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyo | Matthias Krüger | -4/+5 |
| 2024-04-20 | Rollup merge of #123967 - RalfJung:static_mut_refs, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -4/+2 |
| 2024-04-20 | Fixup `rustc_codegen_gcc` test signature | Maybe Waffle | -4/+5 |
| 2024-04-19 | Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiser | bors | -2/+14 |
| 2024-04-15 | static_mut_refs: use raw pointers to remove the remaining FIXME | Ralf Jung | -4/+2 |
| 2024-04-12 | restore location in gcc alloca codegen | Erik Desjardins | -1/+7 |
| 2024-04-11 | use [N x i8] for alloca types | Erik Desjardins | -19/+7 |
| 2024-04-11 | Put `PlaceValue` into `OperandValue::Ref`, rather than 3 tuple fields | Scott McMurray | -6/+12 |
| 2024-04-11 | Make `PlaceRef` hold a `PlaceValue` for the non-layout fields (like `OperandR... | Scott McMurray | -18/+18 |
| 2024-04-06 | Save/restore more items in cache with incremental compilation | Michael Baikov | -0/+2 |
| 2024-04-05 | Rollup merge of #122334 - GuillaumeGomez:vendor-cg_gcc, r=Mark-Simulacrum | Guillaume Gomez | -5/+7 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -0/+4 |
| 2024-03-29 | stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate | Aria Beingessner | -2/+2 |
| 2024-03-29 | Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstrieb | bors | -0/+30 |
| 2024-03-24 | Rollup merge of #122937 - Zalathar:unbox, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-03-23 | Add+Use `mir::BinOp::Cmp` | Scott McMurray | -0/+4 |
| 2024-03-23 | CFI: Use Instance at callsites | Matthew Maurer | -8/+11 |
| 2024-03-23 | Unbox and unwrap the contents of `StatementKind::Coverage` | Zalathar | -2/+2 |
| 2024-03-23 | Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlin | bors | -0/+4 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -12/+12 |
| 2024-03-22 | Codegen const panic messages as function calls | Mark Rousskov | -0/+30 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -1/+1 |
| 2024-03-12 | Mark codegen_gcc fields used only on feature master as such | Arthur Carcano | -0/+4 |
| 2024-03-12 | Some comment nits | Oli Scherer | -1/+1 |
| 2024-03-12 | Ensure nested allocations in statics do not get deduplicated | Oli Scherer | -1/+10 |
| 2024-03-12 | Make some functions private that are only ever used in the same module | Oli Scherer | -1/+1 |
| 2024-03-12 | Check whether a static is mutable instead of passing it down | Oli Scherer | -2/+2 |
| 2024-03-11 | Use published gccjit dependency instead of git repository | Guillaume Gomez | -5/+7 |
| 2024-03-11 | Rollup merge of #121840 - oli-obk:freeze, r=dtolnay | Jacob Pratt | -1/+1 |
| 2024-03-11 | Auto merge of #122132 - nnethercote:diag-renaming3, r=nnethercote | bors | -3/+3 |
| 2024-03-11 | Rename `IntoDiagnostic` as `Diagnostic`. | Nicholas Nethercote | -3/+3 |
| 2024-03-10 | use Instance::expect_resolve() instead of unwraping Instance::resolve() | Ralf Jung | -4/+2 |
| 2024-03-10 | Introduce perma-unstable `wasm-c-abi` flag | daxpedda | -2/+14 |
| 2024-03-10 | Fix cg_gcc merge | Guillaume Gomez | -3/+5 |
| 2024-03-09 | Merge remote-tracking branch 'upstream/master' into HEAD | Guillaume Gomez | -3/+29 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -1/+1 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -3/+28 |
| 2024-03-06 | Correctly handle `cargo_target_dir` | Guillaume Gomez | -4/+2 |
| 2024-03-05 | Correctly handle "master" feature | Guillaume Gomez | -0/+3 |
| 2024-03-05 | Fix cg_gcc build | Guillaume Gomez | -4/+0 |
| 2024-03-05 | Remove unneeded special case for rust CI | Guillaume Gomez | -47/+30 |
| 2024-03-05 | Merge commit 'b385428e3ddf330805241e7758e773f933357c4b' into subtree-update_c... | Guillaume Gomez | -4278/+7183 |
| 2024-03-05 | only set noalias on Box with the global allocator | Ralf Jung | -0/+1 |
| 2024-03-03 | Auto merge of #121665 - erikdesjardins:ptradd, r=nikic | bors | -52/+5 |
| 2024-03-01 | Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errors | bors | -1/+13 |
| 2024-02-29 | Forbid implementing `Freeze` even if the trait is stabilized | Oli Scherer | -1/+1 |
| 2024-02-28 | Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive` | Trevor Gross | -1/+13 |
| 2024-02-28 | Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`. | Nicholas Nethercote | -3/+3 |