| Age | Commit message (Expand) | Author | Lines |
| 2022-06-21 | Address review comments from #98259 | Joshua Nelson | -1/+15 |
| 2022-06-22 | Rollup merge of #98099 - RalfJung:convert_tag_add_extra, r=oli-obk | Yuki Okushi | -6/+6 |
| 2022-06-21 | Perform wf checking per module. | Camille GILLOT | -0/+4 |
| 2022-06-21 | Only keep a single well-formed query. | Camille GILLOT | -24/+5 |
| 2022-06-21 | Remove unecessary references to TypeFolder::Error | Alan Egerton | -21/+15 |
| 2022-06-21 | Reverse folder hierarchy | Alan Egerton | -34/+21 |
| 2022-06-21 | Auto merge of #98335 - JohnTitor:rollup-j2zudxv, r=JohnTitor | bors | -0/+7 |
| 2022-06-21 | Rollup merge of #98306 - eggyal:add-unevaluated-to-blanket-fallibletypefolder... | Yuki Okushi | -0/+7 |
| 2022-06-21 | Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk | bors | -0/+1 |
| 2022-06-20 | Rollup merge of #98267 - compiler-errors:suggest-wildcard-arm, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-06-20 | `try_fold_unevaluated` for infallible folders | Alan Egerton | -0/+7 |
| 2022-06-19 | Use `Span::eq_ctxt` method instead of `.ctxt() == .ctxt()` | Michael Goulet | -1/+1 |
| 2022-06-19 | Auto merge of #98247 - jackh726:regionkind-rustc-type-ir, r=compiler-errors | bors | -311/+40 |
| 2022-06-19 | Auto merge of #98255 - Dylan-DPC:rollup-hr129rg, r=Dylan-DPC | bors | -5/+5 |
| 2022-06-19 | Rollup merge of #98136 - fee1-dead-contrib:rename_impl_constness, r=oli-obk | Dylan DPC | -5/+5 |
| 2022-06-19 | Use `ensure` for `UnusedBrokenConst`. | Camille GILLOT | -1/+34 |
| 2022-06-19 | Move RegionKind to rustc_type_ir | Jack Huey | -311/+40 |
| 2022-06-18 | Auto merge of #98153 - nnethercote:fix-MissingDoc-quadratic-behaviour, r=cjgi... | bors | -4/+3 |
| 2022-06-18 | Remove `likely!` and `unlikely!` macro from compiler | Gary Guo | -1/+1 |
| 2022-06-17 | Auto merge of #98097 - lqd:const-alloc-hash, r=oli-obk | bors | -2/+75 |
| 2022-06-17 | Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoerister | bors | -59/+122 |
| 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-16 | Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi... | Matthias Krüger | -5/+11 |
| 2022-06-16 | Support lint expectations for `--force-warn` lints (RFC 2383) | xFrednet | -5/+11 |
| 2022-06-15 | correct mirphase docs | DrMeepster | -2/+2 |
| 2022-06-15 | remove box derefs from codgen | DrMeepster | -1/+2 |
| 2022-06-16 | Remove unused `hir_id` arg from `visit_attribute`. | Nicholas Nethercote | -4/+3 |
| 2022-06-15 | Consume resolutions for lowering separately. | Camille GILLOT | -0/+5 |
| 2022-06-15 | Remove unused item_generics_num_lifetimes. | Camille GILLOT | -1/+0 |
| 2022-06-15 | Rename `impl_constness` to `constness` | Deadbeef | -5/+5 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -6/+6 |
| 2022-06-15 | Rollup merge of #98083 - nnethercote:rename-Encoder, r=bjorn3 | Yuki Okushi | -14/+14 |
| 2022-06-14 | Separate `source_span` and `expn_that_defined` from `Definitions`. | Camille GILLOT | -15/+56 |
| 2022-06-14 | Make ResolverAstLowering a struct. | Camille GILLOT | -1/+28 |
| 2022-06-14 | Separate Definitions and CrateStore from ResolverOutputs. | Camille GILLOT | -58/+49 |
| 2022-06-14 | rebase | b-naber | -72/+30 |
| 2022-06-14 | rebase | b-naber | -1/+1 |
| 2022-06-14 | address review | b-naber | -32/+9 |
| 2022-06-14 | address review | b-naber | -12/+17 |
| 2022-06-14 | fix clippy test failures | b-naber | -0/+8 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -260/+600 |
| 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 | -63/+66 |
| 2022-06-13 | Rollup merge of #98043 - TaKO8Ki:remove-unnecessary-to-string, r=davidtwco | Matthias Krüger | -3/+3 |
| 2022-06-13 | Rollup merge of #97709 - compiler-errors:normalize-const-param-ty, r=oli-obk | Matthias Krüger | -4/+9 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -3/+3 |
| 2022-06-11 | Try out `yeet` in the MIR interpreter | Scott McMurray | -5/+6 |
| 2022-06-11 | Address comments | Michael Goulet | -17/+24 |