| Age | Commit message (Expand) | Author | Lines |
| 2022-07-05 | Auto merge of #98910 - Dylan-DPC:rollup-9x82wdg, r=Dylan-DPC | bors | -27/+23 |
| 2022-07-05 | Rollup merge of #98811 - RalfJung:interpret-alloc-range, r=oli-obk | Dylan DPC | -27/+23 |
| 2022-07-05 | Auto merge of #98872 - JakobDegen:no-invalidate, r=davidtwco | bors | -9/+35 |
| 2022-07-04 | Rollup merge of #98878 - lcnr:more-rustc_pass_by_value, r=oli-obk | Matthias Krüger | -13/+13 |
| 2022-07-04 | Rollup merge of #98738 - tmiasko:checked-binop, r=oli-obk | Matthias Krüger | -4/+12 |
| 2022-07-04 | more `rustc_pass_by_value` | lcnr | -13/+13 |
| 2022-07-03 | Add method to mutate MIR body without invalidating CFG caches. | Jakob Degen | -9/+35 |
| 2022-07-02 | more use of format! variable capture | Ralf Jung | -2/+2 |
| 2022-07-02 | Auto merge of #97585 - lqd:const-alloc-intern, r=RalfJung | bors | -6/+11 |
| 2022-07-02 | add AllocRange Debug impl; remove redundant AllocId Display impl | Ralf Jung | -27/+23 |
| 2022-07-01 | cleanup mir visitor for `rustc::pass_by_value` | lcnr | -106/+149 |
| 2022-06-30 | Auto merge of #98649 - RalfJung:guardians-of-mir, r=oli-obk | bors | -1149/+1182 |
| 2022-06-30 | Clarify MIR semantics of checked binary operations | Tomasz Miąsko | -4/+12 |
| 2022-06-29 | fix doc issues | Ralf Jung | -7/+7 |
| 2022-06-29 | Auto merge of #98520 - RalfJung:invalid, r=compiler-errors | bors | -2/+4 |
| 2022-06-29 | move MIR syntax into a dedicated file and ping some people whenever it changes | Ralf Jung | -1148/+1181 |
| 2022-06-29 | interpret: adjust error from constructing an invalid value | Ralf Jung | -2/+4 |
| 2022-06-28 | Improve pretty printing of valtrees for references | Dominik Stolz | -7/+1 |
| 2022-06-28 | make `get_relocations` private | Rémy Rakic | -6/+11 |
| 2022-06-22 | implement `iter_projections` function on `PlaceRef` | Rose Hudson | -4/+18 |
| 2022-06-22 | Rollup merge of #98099 - RalfJung:convert_tag_add_extra, r=oli-obk | Yuki Okushi | -6/+6 |
| 2022-06-21 | Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk | bors | -0/+1 |
| 2022-06-19 | Use `Span::eq_ctxt` method instead of `.ctxt() == .ctxt()` | Michael Goulet | -1/+1 |
| 2022-06-19 | Use `ensure` for `UnusedBrokenConst`. | Camille GILLOT | -1/+34 |
| 2022-06-17 | Auto merge of #98097 - lqd:const-alloc-hash, r=oli-obk | bors | -2/+75 |
| 2022-06-16 | adjust const alloc interning partial hash comments | Rémy Rakic | -4/+8 |
| 2022-06-16 | ctfe: limit hashing of big const allocations when interning | Rémy Rakic | -2/+71 |
| 2022-06-16 | interpret: convert_tag_add_extra, init_allocation_extra: allow tagger to rais... | Ralf Jung | -6/+6 |
| 2022-06-15 | correct mirphase docs | DrMeepster | -2/+2 |
| 2022-06-15 | remove box derefs from codgen | DrMeepster | -1/+2 |
| 2022-06-15 | Rollup merge of #98083 - nnethercote:rename-Encoder, r=bjorn3 | Yuki Okushi | -14/+14 |
| 2022-06-14 | rebase | b-naber | -14/+6 |
| 2022-06-14 | address review | b-naber | -31/+6 |
| 2022-06-14 | address review | b-naber | -2/+1 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -54/+323 |
| 2022-06-14 | Rename rustc_serialize::opaque::Encoder as MemEncoder. | Nicholas Nethercote | -14/+14 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -11/+14 |
| 2022-06-11 | Try out `yeet` in the MIR interpreter | Scott McMurray | -5/+5 |
| 2022-06-11 | Auto merge of #97905 - nnethercote:revert-infallible-encoder, r=bjorn3 | bors | -14/+14 |
| 2022-06-10 | Revert b983e42936feab29f6333e9835913afc6b4a394e. | Nicholas Nethercote | -14/+14 |
| 2022-06-09 | Auto merge of #97740 - RalfJung:ctfe-cycle-spans, r=lcnr | bors | -3/+16 |
| 2022-06-08 | Auto merge of #94732 - nnethercote:infallible-encoder, r=bjorn3 | bors | -36/+29 |
| 2022-06-08 | Auto merge of #97860 - Dylan-DPC:rollup-t3vxos8, r=Dylan-DPC | bors | -2/+27 |
| 2022-06-08 | Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`. | Nicholas Nethercote | -14/+14 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -59/+31 |
| 2022-06-08 | Add `TypeVisitor::visit_mir_const`. | Nicholas Nethercote | -0/+4 |
| 2022-06-08 | Use delayed error handling for `Encodable` and `Encoder` infallible. | Nicholas Nethercote | -23/+16 |
| 2022-06-07 | Preserve unused pointer to address casts | Tomasz Miąsko | -2/+27 |
| 2022-06-07 | Rollup merge of #97058 - bjorn3:multi_artifact_work_products, r=nagisa | Dylan DPC | -1/+1 |
| 2022-06-06 | Auto merge of #97684 - RalfJung:better-provenance-control, r=oli-obk | bors | -29/+54 |