| Age | Commit message (Expand) | Author | Lines |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -3/+3 |
| 2024-06-13 | MIR visitor: constant -> const_operand | Ralf Jung | -2/+2 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -2/+2 |
| 2024-06-05 | Add `Ty` to `mir::Const::Ty` | Boxy | -2/+2 |
| 2024-06-05 | Add `Ty` to `ConstKind::Value` | Boxy | -1/+1 |
| 2024-06-04 | Add safe/unsafe to static inside extern blocks | Santiago Pastorino | -2/+2 |
| 2024-05-30 | coverage: Rename MC/DC `conditions_num` to `num_conditions` | Zalathar | -2/+2 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_middle`. | Nicholas Nethercote | -0/+1 |
| 2024-05-17 | Remove `Rvalue::CheckedBinaryOp` | Scott McMurray | -3/+0 |
| 2024-04-29 | Auto merge of #124255 - RenjiSann:renji/mcdc-nested-expressions, r=Zalathar | bors | -5/+12 |
| 2024-04-29 | mcdc-coverage: Add decision_depth field in structs | Dorian Péron | -5/+12 |
| 2024-04-23 | Rollup merge of #122598 - Nadrieril:full-derefpats, r=matthewjasper | León Orell Valerian Liehr | -1/+2 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -0/+11 |
| 2024-04-22 | coverage: Detach MC/DC branch spans from regular branch spans | Zalathar | -1/+1 |
| 2024-04-21 | Add `AggregateKind::RawPtr` and enough support to compile | Scott McMurray | -0/+9 |
| 2024-04-20 | Add a non-shallow fake borrow | Nadrieril | -1/+2 |
| 2024-04-19 | coverage. Generate Mappings of decisions and conditions for MC/DC | zhuyunxing | -2/+22 |
| 2024-04-17 | Use non-exhaustive matches for TyKind | Daria Sukhonina | -1/+1 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -0/+11 |
| 2024-04-10 | introduce `Mutability::ptr_str` | Kalle Wachsmuth | -6/+1 |
| 2024-03-24 | Require coroutine kind type to be passed to TyCtxt::coroutine_layout | Michael Goulet | -1/+1 |
| 2024-03-24 | Rollup merge of #122937 - Zalathar:unbox, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-03-23 | refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib... | Ralf Jung | -1/+1 |
| 2024-03-23 | Unbox and unwrap the contents of `StatementKind::Coverage` | Zalathar | -2/+2 |
| 2024-03-14 | coverage: Data structures for recording branch info during MIR building | Zalathar | -0/+22 |
| 2024-03-12 | s/mt/mutability/ | Oli Scherer | -2/+4 |
| 2024-03-12 | Add `nested` bool to `DefKind::Static`. | Oli Scherer | -2/+4 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -2/+2 |
| 2024-03-10 | MIR printing: print the path of uneval'd const; refer to promoteds in a consi... | Ralf Jung | -1/+4 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -1/+1 |
| 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 | -10/+13 |
| 2024-02-15 | Return ConstAllocation from eval_static_initializer query directly | Oli Scherer | -0/+2 |
| 2024-02-11 | is_closure_like | Michael Goulet | -1/+1 |
| 2024-02-08 | Add a new debug_assertions instrinsic (compiler) | Ben Kimock | -0/+1 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -1/+2 |
| 2024-01-18 | Rollup merge of #120101 - mj10021:issue-120090-fix, r=WaffleLapkin | Matthias Krüger | -2/+2 |
| 2024-01-18 | change unwrap to `?` on write where result is returned | James Dietz | -2/+2 |
| 2024-01-17 | Inline `dump_file_basename` into `dump_path` | Zalathar | -19/+10 |
| 2024-01-17 | Inline `create_dump_file_with_basename` | Zalathar | -22/+13 |
| 2024-01-15 | compiler: Lower fn call arg spans down to MIR | Martin Nordholts | -1/+1 |
| 2024-01-11 | coverage: Add enums to accommodate other kinds of coverage mappings | Zalathar | -2/+2 |
| 2024-01-04 | Remove `-Zdump-mir-spanview` | Zalathar | -11/+0 |
| 2023-12-30 | is_coroutine -> is_coroutine_or_closure | Michael Goulet | -1/+1 |
| 2023-12-28 | Movability doesn't need to be a query anymore | Michael Goulet | -1/+1 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -3/+3 |
| 2023-12-19 | rename to verbose-internals | jyn | -4/+12 |
| 2023-12-10 | remove redundant imports | surechen | -8/+3 |
| 2023-12-07 | ctfe interpreter: extend provenance so that it can track whether a pointer is... | Ralf Jung | -2/+2 |
| 2023-11-17 | Rollup merge of #117549 - DaniPopes:more-copied, r=b-naber | Matthias Krüger | -1/+1 |