| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-10-08 | Auto merge of #116454 - tmiasko:small-dominators, r=cjgillot | bors | -0/+17 |
| 2023-10-07 | Auto merge of #116457 - RalfJung:try_eval_scalar_int, r=cjgillot | bors | -15/+15 |
| 2023-10-06 | Rollup merge of #116277 - RalfJung:post-mono, r=oli-obk | Jubilee | -44/+3 |
| 2023-10-06 | add some comments explaining how the required_consts stuff fits together | Ralf Jung | -0/+2 |
| 2023-10-06 | Rollup merge of #116329 - RalfJung:swap-comments, r=scottmcm | Guillaume Gomez | -1/+1 |
| 2023-10-05 | Move DefLocation from rustc_codegen_ssa to rustc_middle | Tomasz Miąsko | -0/+17 |
| 2023-10-05 | fix fast-path for try_eval_scalar_int | Ralf Jung | -15/+15 |
| 2023-10-04 | Remove mir::LocalDecl::internal. | Camille GILLOT | -35/+3 |
| 2023-10-03 | Auto merge of #115301 - Zalathar:regions-vec, r=davidtwco | bors | -15/+8 |
| 2023-10-03 | Auto merge of #115025 - ouz-a:ouz_testing, r=lcnr | bors | -3/+34 |
| 2023-10-03 | coverage: Remove `next_id` methods from counter/expression IDs | Zalathar | -10/+0 |
| 2023-10-03 | coverage: Let each coverage statement hold a vector of code regions | Zalathar | -5/+8 |
| 2023-10-02 | have better explanation for `relate_types` | ouz-a | -5/+12 |
| 2023-10-02 | Add docs, remove code, change subtyper code | ouz-a | -1/+19 |