| Age | Commit message (Expand) | Author | Lines |
| 2024-04-24 | Auto merge of #122053 - erikdesjardins:alloca, r=nikic | bors | -1/+1 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -1/+4 |
| 2024-04-18 | Fix disabling the export of noop async_drop_in_place_raw | Daria Sukhonina | -1/+4 |
| 2024-04-17 | Make the comments for `ReturnDest` variants doc comments | beetrees | -4/+4 |
| 2024-04-11 | use [N x i8] for alloca types | Erik Desjardins | -1/+1 |
| 2024-04-11 | Add load/store helpers that take `PlaceValue` | Scott McMurray | -1/+1 |
| 2024-04-11 | Put `PlaceValue` into `OperandValue::Ref`, rather than 3 tuple fields | Scott McMurray | -26/+26 |
| 2024-04-11 | Make `PlaceRef` hold a `PlaceValue` for the non-layout fields (like `OperandR... | Scott McMurray | -25/+28 |
| 2024-04-09 | Remove my `scalar_copy_backend_type` optimization attempt | Scott McMurray | -10/+3 |
| 2024-04-03 | Rollup merge of #122619 - erikdesjardins:cast, r=compiler-errors | Matthias Krüger | -3/+29 |
| 2024-03-29 | Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstrieb | bors | -4/+2 |
| 2024-03-23 | CFI: Use Instance at callsites | Matthew Maurer | -6/+13 |
| 2024-03-22 | Auto merge of #122580 - saethlin:compiler-builtins-can-panic, r=pnkfelix | bors | -8/+41 |
| 2024-03-22 | Codegen const panic messages as function calls | Mark Rousskov | -4/+2 |
| 2024-03-20 | Add a test | Ben Kimock | -4/+8 |
| 2024-03-17 | make PassMode::Cast consistently copy between Rust/ABI representation | Erik Desjardins | -3/+29 |
| 2024-03-16 | Handle calls to upstream monomorphizations in compiler_builtins | Ben Kimock | -5/+34 |
| 2024-03-16 | revert changes and just delete the fixme | Erik Desjardins | -7/+4 |
| 2024-03-15 | avoid naming LLVM basic blocks when fewer_names is true | Erik Desjardins | -5/+7 |
| 2024-03-12 | Avoid lowering code under dead SwitchInt targets | Ben Kimock | -0/+10 |
| 2024-03-11 | Rollup merge of #121438 - coolreader18:wasm32-panic-unwind, r=cuviper | Jubilee | -1/+1 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -7/+33 |
| 2024-03-05 | Remove some dead code | Oli Scherer | -1/+1 |
| 2024-03-04 | Avoid some boolean argument footguns | Oli Scherer | -10/+26 |
| 2024-03-04 | Add a scheme for moving away from `extern "rust-intrinsic"` entirely | Oli Scherer | -1/+10 |
| 2024-03-04 | Return a struct from `query intrinsic` to be able to add another field in the... | Oli Scherer | -6/+6 |
| 2024-02-24 | Add assertions and clarify asm-goto with noreturn | Gary Guo | -0/+1 |
| 2024-02-24 | Implement asm goto for LLVM and GCC backend | Gary Guo | -8/+30 |
| 2024-02-24 | Implement asm goto in MIR and MIR lowering | Gary Guo | -0/+3 |
| 2024-02-24 | Change InlineAsm to allow multiple targets instead | Gary Guo | -2/+2 |
| 2024-02-23 | Use `br` instead of conditional when branching on constant | clubby789 | -5/+13 |
| 2024-02-22 | Fix llvm hang | Noa | -1/+1 |
| 2024-02-20 | require simd_insert, simd_extract indices to be constants | Ralf Jung | -2/+1 |
| 2024-02-12 | Teach llvm backend how to fall back to default bodies | Oli Scherer | -20/+17 |
| 2024-02-12 | Create ret_dest as late as possible in all code paths | Oli Scherer | -13/+19 |
| 2024-02-12 | Do the entire ReturnDest computation within make_return_dest | Oli Scherer | -6/+12 |
| 2024-02-12 | Implement intrinsics with fallback bodies | Oli Scherer | -1/+1 |
| 2024-01-15 | compiler: Lower fn call arg spans down to MIR | Martin Nordholts | -8/+13 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -23/+20 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -2/+1 |
| 2023-10-28 | share the track_caller handling within a mir::Body | Ralf Jung | -32/+4 |
| 2023-10-28 | interpret: call caller_location logic the same way codegen does, and share so... | Ralf Jung | -8/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -1/+1 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -1/+1 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes | Urgau | -1/+2 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -1/+3 |
| 2023-10-02 | Reapply: Mark drop calls in landing pads cold instead of noinline | Erik Desjardins | -7/+3 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -2/+2 |
| 2023-09-18 | Auto merge of #115748 - RalfJung:post-mono, r=oli-obk | bors | -3/+1 |
| 2023-09-15 | clarify PassMode::Indirect as well | Ralf Jung | -1/+1 |