| Age | Commit message (Expand) | Author | Lines |
| 2022-06-30 | Recover when failing to normalize closure signature. | Camille GILLOT | -5/+26 |
| 2022-06-30 | Auto merge of #98649 - RalfJung:guardians-of-mir, r=oli-obk | bors | -1149/+1182 |
| 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 | Rollup merge of #98665 - ChrisDenton:deprecated-suggestion, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-06-29 | Rollup merge of #98643 - voidc:valtree-ref-pretty, r=lcnr | Matthias Krüger | -23/+11 |
| 2022-06-29 | interpret: adjust error from constructing an invalid value | Ralf Jung | -2/+4 |
| 2022-06-29 | Use verbose help for deprecation suggestion | Chris Denton | -1/+1 |
| 2022-06-29 | Improve doc comment of destructure_const | Dominik Stolz | -1/+2 |
| 2022-06-28 | Fix trait object reborrow suggestion | Michael Goulet | -1/+1 |
| 2022-06-28 | Improve pretty printing of valtrees for references | Dominik Stolz | -23/+10 |
| 2022-06-28 | Auto merge of #98222 - cjgillot:single-wf, r=michaelwoerister | bors | -24/+26 |
| 2022-06-27 | Rollup merge of #98576 - lcnr:region-stuff-cool-beans, r=jackh726 | Matthias Krüger | -6/+2 |
| 2022-06-27 | Rollup merge of #98506 - compiler-errors:object-safety-suggestions, r=oli-obk | Matthias Krüger | -38/+29 |
| 2022-06-27 | fold_region: remove unused parameter | lcnr | -6/+2 |
| 2022-06-27 | Rollup merge of #97780 - compiler-errors:field-wfcheck-before-sized, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-06-27 | Auto merge of #98221 - cjgillot:single-coh, r=lcnr | bors | -3/+4 |
| 2022-06-26 | Rollup merge of #98371 - compiler-errors:better-opaque-printing, r=oli-obk | Yuki Okushi | -113/+120 |
| 2022-06-25 | Fix span issues in object safety suggestions | Michael Goulet | -38/+29 |
| 2022-06-25 | Rollup merge of #98311 - eggyal:reverse-folder-hierarchy, r=jackh726 | Matthias Krüger | -55/+36 |
| 2022-06-24 | Use write! instead of p! to avoid having to use weird scoping | Michael Goulet | -25/+12 |
| 2022-06-24 | Fix printing impl trait under binders | Michael Goulet | -113/+133 |
| 2022-06-24 | Rollup merge of #98280 - compiler-errors:better-call-closure-on-type-err, r=e... | Yuki Okushi | -1/+1 |
| 2022-06-24 | Rollup merge of #96955 - Aaron1011:pretty-print-sort, r=petrochenkov | Yuki Okushi | -11/+10 |
| 2022-06-23 | Rollup merge of #98388 - rosehuds:master, r=davidtwco | Michael Goulet | -4/+18 |
| 2022-06-23 | Rollup merge of #98365 - jyn514:improve-obligation-errors-review-comments, r=... | Michael Goulet | -1/+15 |
| 2022-06-22 | Perform coherence checking per impl. | Camille GILLOT | -3/+4 |
| 2022-06-22 | Remove (transitive) reliance on sorting by DefId in pretty-printer | Aaron Hill | -11/+10 |
| 2022-06-22 | implement `iter_projections` function on `PlaceRef` | Rose Hudson | -4/+18 |
| 2022-06-22 | Rollup merge of #97895 - nbdd0121:unlikely, r=estebank | Yuki Okushi | -1/+1 |
| 2022-06-22 | Rollup merge of #97818 - compiler-errors:rpit-error-spanned, r=oli-obk | Yuki Okushi | -0/+3 |
| 2022-06-22 | Fix parallel compiler. | Camille GILLOT | -0/+17 |
| 2022-06-21 | Point at return expression for RPIT-related error | Michael Goulet | -0/+3 |
| 2022-06-21 | Improve suggestion for calling closure on type mismatch | Michael Goulet | -1/+1 |
| 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 |