| Age | Commit message (Expand) | Author | Lines |
| 2022-07-02 | Auto merge of #91743 - cjgillot:enable_mir_inlining_inline_all, r=oli-obk | bors | -5/+26 |
| 2022-07-02 | Rollup merge of #98766 - lcnr:mir-visit-pass_by_value, r=oli-obk | Dylan DPC | -106/+149 |
| 2022-07-02 | Rollup merge of #98639 - camsteffen:no-node-binding, r=compiler-errors | Dylan DPC | -4/+1 |
| 2022-07-01 | Auto merge of #98781 - GuillaumeGomez:rollup-798kb8u, r=GuillaumeGomez | bors | -0/+8 |
| 2022-07-01 | Don't point at Self type if we can't find an infer variable in ambiguous trai... | Michael Goulet | -0/+8 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -30/+90 |
| 2022-07-01 | Factor out hir::Node::Binding | Cameron Steffen | -4/+1 |
| 2022-07-01 | cleanup mir visitor for `rustc::pass_by_value` | lcnr | -106/+149 |
| 2022-06-30 | Recover when failing to normalize closure signature. | Camille GILLOT | -5/+26 |
| 2022-06-30 | Make `evaluate_obligation` not succeed unconditionally if it registered new h... | Oli Scherer | -9/+14 |
| 2022-06-30 | lint: port drop trait/glue diagnostics | David Wood | -0/+6 |
| 2022-06-30 | middle: translation in `LintDiagnosticBuilder` | David Wood | -2/+3 |
| 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 | 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 | pessimistically treat all function items as containing an opaque type | Oli Scherer | -0/+5 |
| 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 | make `get_relocations` private | Rémy Rakic | -6/+11 |
| 2022-06-28 | Do not fetch HIR to compute variances. | Camille GILLOT | -0/+9 |
| 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 |