| Age | Commit message (Expand) | Author | Lines |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -1/+1 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -1/+1 |
| 2023-11-01 | Rename hook. | Camille GILLOT | -1/+1 |
| 2023-11-01 | Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiser | bors | -1/+1 |
| 2023-10-31 | Enums in offset_of: update based on est31, scottmcm & llogiq review | George Bateman | -2/+2 |
| 2023-10-31 | Support enum variants in offset_of! | George Bateman | -2/+2 |
| 2023-10-31 | Turn const_caller_location from a query to a hook | Oli Scherer | -2/+2 |
| 2023-10-31 | Do not ICE on constant evaluation failure in GVN. | Camille GILLOT | -2/+4 |
| 2023-10-30 | Auto merge of #117415 - matthiaskrgr:rollup-jr2p1t2, r=matthiaskrgr | bors | -2/+1 |
| 2023-10-30 | Rollup merge of #117357 - tmiasko:terminate, r=wesleywiser | Guillaume Gomez | -1/+1 |
| 2023-10-30 | Rollup merge of #117317 - RalfJung:track-caller, r=oli-obk | Guillaume Gomez | -0/+52 |
| 2023-10-30 | Add a custom panic message for resuming `gen` blocks after they panicked | Oli Scherer | -2/+1 |
| 2023-10-29 | Auto merge of #116270 - cjgillot:gvn-aggregate, r=oli-obk,RalfJung | bors | -0/+50 |
| 2023-10-29 | Rename a few remaining references to abort terminator | Tomasz Miąsko | -1/+1 |
| 2023-10-28 | share the track_caller handling within a mir::Body | Ralf Jung | -0/+34 |
| 2023-10-28 | interpret: call caller_location logic the same way codegen does, and share so... | Ralf Jung | -0/+18 |
| 2023-10-27 | Apply suggestions from code review | Camille Gillot | -4/+7 |
| 2023-10-27 | Fuse `gen` blocks | Oli Scherer | -2/+3 |
| 2023-10-27 | Basic generators work | Oli Scherer | -2/+3 |
| 2023-10-26 | Add hir::GeneratorKind::Gen | Oli Scherer | -0/+10 |
| 2023-10-25 | Rename has_provance and tweaks comments. | Camille GILLOT | -8/+11 |
| 2023-10-25 | Valtrees for primitive types are fine. | Camille GILLOT | -2/+3 |
| 2023-10-25 | Complete comments. | Camille GILLOT | -8/+5 |
| 2023-10-25 | Disambiguate non-deterministic constants. | Camille GILLOT | -0/+34 |
| 2023-10-25 | Evaluate computed values to constants. | Camille GILLOT | -0/+12 |
| 2023-10-23 | Auto merge of #117103 - matthiaskrgr:rollup-96zuuom, r=matthiaskrgr | bors | -6/+6 |
| 2023-10-23 | Rollup merge of #116859 - Nilstrieb:more-more-funny-pretty-printers, r=oli-obk | Matthias Krüger | -6/+6 |
| 2023-10-23 | Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov | bors | -2/+0 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -2/+0 |
| 2023-10-21 | Make `ty::print::Printer` take `&mut self` instead of `self` | Nilstrieb | -6/+6 |
| 2023-10-21 | Implement JumpThreading pass. | Camille GILLOT | -0/+9 |
| 2023-10-20 | Rename `CoroutineKind::Gen` to `::Coroutine` | Oli Scherer | -4/+8 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -53/+53 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -54/+54 |
| 2023-10-18 | coverage: Explicitly note that counter/expression IDs are function-local | Zalathar | -0/+10 |
| 2023-10-18 | coverage: Update docs for `StatementKind::Coverage` | Zalathar | -5/+10 |
| 2023-10-18 | coverage: Store expression data in function coverage info | Zalathar | -21/+25 |
| 2023-10-18 | coverage: Store all of a function's mappings in function coverage info | Zalathar | -17/+30 |
| 2023-10-18 | coverage: Collect a function's coverage mappings into a single list | Zalathar | -0/+14 |
| 2023-10-18 | coverage: Rename `Operand` to `CovTerm` | Zalathar | -7/+9 |
| 2023-10-18 | coverage: Store the number of counters/expressions in function coverage info | Zalathar | -9/+17 |
| 2023-10-18 | coverage: Attach an optional `FunctionCoverageInfo` to `mir::Body` | Zalathar | -2/+20 |
| 2023-10-16 | Auto merge of #114330 - RalfJung:dagling-ptr-deref, r=oli-obk | bors | -22/+34 |
| 2023-10-16 | Auto merge of #116724 - RalfJung:alloc-bytes, r=oli-obk | bors | -13/+5 |
| 2023-10-15 | update MIR place semantics UB comment | Ralf Jung | -12/+9 |
| 2023-10-15 | more precise error for 'based on misaligned pointer' case | Ralf Jung | -8/+18 |
| 2023-10-15 | place evaluation: require the original pointer to be aligned if an access hap... | Ralf Jung | -2/+9 |
| 2023-10-15 | don't UB on dangling ptr deref, instead check inbounds on projections | Ralf Jung | -2/+0 |
| 2023-10-14 | interpret: clean up AllocBytes | Ralf Jung | -13/+5 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -2/+6 |