| Age | Commit message (Expand) | Author | Lines |
| 2023-09-07 | Use `Freeze` for `SourceFile.lines` | John Kåre Alsaker | -1/+1 |
| 2023-09-07 | Auto merge of #110050 - saethlin:better-u32-encoding, r=nnethercote | bors | -1/+17 |
| 2023-09-06 | Auto merge of #115615 - matthiaskrgr:rollup-49fosdf, r=matthiaskrgr | bors | -1/+1 |
| 2023-09-06 | Rollup merge of #115578 - ouz-a:rustc_clarify, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-09-06 | Auto merge of #115252 - cjgillot:mir-composite, r=davidtwco | bors | -112/+106 |
| 2023-09-06 | Auto merge of #115401 - Zoxc:freeze, r=oli-obk | bors | -11/+11 |
| 2023-09-06 | make comments less cryptic | ouz-a | -1/+1 |
| 2023-09-05 | Auto merge of #115507 - cjgillot:relative-source-file, r=oli-obk | bors | -2/+3 |
| 2023-09-05 | Refactor how MIR represents composite debuginfo. | Camille GILLOT | -57/+37 |
| 2023-09-05 | Refactor projection debug. | Camille GILLOT | -55/+69 |
| 2023-09-05 | Rollup merge of #115536 - RalfJung:interpreter-privacy, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-09-04 | Use a specialized varint + bitpacking scheme for DepGraph encoding | Ben Kimock | -1/+17 |
| 2023-09-04 | interpret: make MemPlace, Place, Operand types private to the interpreter | Ralf Jung | -1/+1 |
| 2023-09-04 | Add help to allow lint for the implied by suggestion | Urgau | -0/+3 |
| 2023-09-04 | Auto merge of #115391 - saethlin:depkind-discrim, r=nnethercote | bors | -1/+47 |
| 2023-09-03 | Encode DepKind as u16 | Ben Kimock | -1/+47 |
| 2023-09-03 | Use relative positions inside a SourceFile. | Camille GILLOT | -2/+3 |
| 2023-09-02 | Add `Freeze` type and use it to store `Definitions` | John Kåre Alsaker | -11/+11 |
| 2023-09-02 | Auto merge of #115422 - Zoxc:cache-once-lock, r=cjgillot | bors | -6/+6 |
| 2023-09-01 | Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov | bors | -3/+0 |
| 2023-09-01 | Use `OnceLock` for `SingleCache` | John Kåre Alsaker | -6/+6 |
| 2023-08-30 | Don't record spans for predicates in coherence | Michael Goulet | -1/+1 |
| 2023-08-30 | move marking-locals-live out of push_stack_frame, so it happens with argument... | Ralf Jung | -0/+2 |
| 2023-08-30 | Rollup merge of #115313 - gurry:issue-114918-cycle-detected, r=compiler-errors | Matthias Krüger | -1/+12 |
| 2023-08-30 | Make get_return_block() return Some only for HIR nodes in body | Gurinder Singh | -1/+12 |
| 2023-08-29 | Rollup merge of #111580 - atsuzaki:layout-ice, r=oli-obk | Matthias Krüger | -1/+9 |
| 2023-08-29 | Auto merge of #114894 - Zoxc:sharded-cfg-cleanup2, r=cjgillot | bors | -19/+20 |
| 2023-08-28 | Don't ICE on layout computation failure | Katherine Philip | -1/+9 |
| 2023-08-27 | More precisely detect cycle errors from type_of on opaque | Michael Goulet | -1/+30 |
| 2023-08-27 | Pass ErrorGuaranteed to cycle error | Michael Goulet | -14/+44 |
| 2023-08-25 | Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwco | bors | -41/+119 |
| 2023-08-25 | Auto merge of #114201 - Centri3:explicit-repr-rust, r=WaffleLapkin | bors | -0/+1 |
| 2023-08-24 | Optimize `lock_shards` | John Kåre Alsaker | -19/+20 |
| 2023-08-24 | make MIR less verbose | Ralf Jung | -4/+13 |
| 2023-08-24 | cache the terminate block with the last reason that we saw | Ralf Jung | -13/+9 |
| 2023-08-24 | document more things as needing to stay in sync | Ralf Jung | -3/+16 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -38/+98 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+1 |
| 2023-08-20 | Auto merge of #114993 - RalfJung:panic-nounwind, r=fee1-dead | bors | -64/+49 |
| 2023-08-20 | sync printing of MIR terminators with their new names (and dedup some to-str ... | Ralf Jung | -44/+27 |
| 2023-08-20 | give some unwind-related terminators a more clear name | Ralf Jung | -24/+26 |
| 2023-08-20 | coverage: Give the instrumentor its own counter type, separate from MIR | Zalathar | -15/+0 |
| 2023-08-20 | Rollup merge of #115001 - matthiaskrgr:perf_clippy, r=cjgillot | Matthias Krüger | -4/+5 |
| 2023-08-19 | instead of collecting newly formatted Strings into one String, only create a ... | Matthias Krüger | -4/+5 |
| 2023-08-19 | remove redundant var rebindings | Matthias Krüger | -5/+2 |
| 2023-08-17 | Revert "Implement references VarDebugInfo." | Camille GILLOT | -13/+2 |
| 2023-08-17 | Rollup merge of #114876 - compiler-errors:non-lifetime-binders-sized, r=wesle... | Matthias Krüger | -2/+2 |
| 2023-08-16 | Make TerminatorEdge plural. | Camille GILLOT | -13/+13 |
| 2023-08-16 | Allow apply_terminator_effect to customize edges. | Camille GILLOT | -0/+106 |
| 2023-08-16 | Auto merge of #114536 - cjgillot:eval-lint-levels, r=TaKO8Ki | bors | -1/+0 |