| Age | Commit message (Expand) | Author | Lines |
| 2022-07-17 | Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obk | bors | -72/+116 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -73/+46 |
| 2022-07-16 | Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil... | Matthias Krüger | -56/+47 |
| 2022-07-16 | Rollup merge of #99316 - tshepang:clearer, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-07-16 | Rollup merge of #99290 - compiler-errors:revert-98794, r=lcnr | Matthias Krüger | -80/+14 |
| 2022-07-16 | Rollup merge of #99259 - RalfJung:visit-a-place, r=oli-obk | Matthias Krüger | -50/+272 |
| 2022-07-16 | Rollup merge of #99258 - estebank:suggest-let, r=wesleywiser | Matthias Krüger | -2/+65 |
| 2022-07-16 | Rollup merge of #99213 - davidtwco:translation-migrate-passes, r=compiler-errors | Matthias Krüger | -627/+972 |
| 2022-07-16 | Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank | Matthias Krüger | -181/+264 |
| 2022-07-17 | avoid some `Symbol` to `String` conversions | Takayuki Maeda | -56/+47 |
| 2022-07-16 | Auto merge of #99315 - JohnTitor:rollup-77wzoc1, r=JohnTitor | bors | -3/+0 |
| 2022-07-16 | Auto merge of #99263 - compiler-errors:issue-99261, r=jyn514 | bors | -19/+19 |
| 2022-07-16 | Auto merge of #96482 - willcrichton:fix-trait-suggestion-for-binops, r=estebank | bors | -30/+146 |
| 2022-07-16 | docs: add missing word | Tshepang Mbambo | -1/+1 |
| 2022-07-16 | Rollup merge of #99253 - pierwill:pierwill/rm-storage-fixme, r=oli-obk | Yuki Okushi | -3/+0 |
| 2022-07-15 | Fix suggestion regression with incorrect syntactic combination of trait bounds | Will Crichton | -1/+13 |
| 2022-07-15 | Propagate Expectation around binop typeck code to construct more precise trai... | Will Crichton | -30/+134 |
| 2022-07-16 | Auto merge of #95685 - oxidecomputer:restore-static-dwarf, r=pnkfelix | bors | -20/+10 |
| 2022-07-15 | Fix rebase | Esteban Küber | -5/+3 |
| 2022-07-15 | Avoid incorrect suggestion | Esteban Küber | -3/+37 |
| 2022-07-15 | Provide structured suggestion for dropped temp value | Esteban Küber | -1/+32 |
| 2022-07-15 | Only suggest if span is not erroneous | Michael Goulet | -11/+12 |
| 2022-07-15 | Fix ICE in named_arguments_used_positionally lint | Michael Goulet | -9/+8 |
| 2022-07-15 | Revert "Highlight conflicting param-env candidates" | Michael Goulet | -80/+14 |
| 2022-07-15 | Auto merge of #99015 - lcnr:fn-ctxt-no-more, r=compiler-errors | bors | -477/+567 |
| 2022-07-15 | Infer wildcard type from other patterns at every pattern level | Oli Scherer | -26/+31 |
| 2022-07-15 | Move constructor into the branch that actually uses it | Oli Scherer | -5/+5 |
| 2022-07-15 | Revert a hack that only ever worked on level deep | Oli Scherer | -5/+1 |
| 2022-07-15 | Make destructuring a defining use | Oli Scherer | -0/+8 |
| 2022-07-15 | Allow destructuring opaque types, since the patterns constrain the opaque types | Oli Scherer | -7/+38 |
| 2022-07-15 | Some tracing helpers | Oli Scherer | -0/+3 |
| 2022-07-15 | Reuse a helper method instead of manually rolling it | Oli Scherer | -3/+1 |
| 2022-07-15 | Remove early return that would likely have caused miscompilations if it ever ... | Oli Scherer | -13/+3 |
| 2022-07-15 | Pass one argument instead of fetching two fields of it at every call site | Oli Scherer | -100/+60 |
| 2022-07-15 | Add some tracing instrumentation | Oli Scherer | -27/+29 |
| 2022-07-15 | interpret/visitor: support visiting with a PlaceTy | Ralf Jung | -48/+268 |
| 2022-07-15 | Introduce opaque type to hidden type projection | Oli Scherer | -6/+96 |
| 2022-07-15 | passes: migrate half of `check_attr` | David Wood | -445/+764 |
| 2022-07-15 | macros: support adding warnings to diags | David Wood | -22/+48 |
| 2022-07-15 | macros: support `MultiSpan` in diag derives | David Wood | -59/+88 |
| 2022-07-15 | errors: lint on `LintDiagnosticBuilder::build` | David Wood | -24/+39 |
| 2022-07-15 | errors: impl `IntoDiagnosticArg` for `char` | David Wood | -77/+33 |
| 2022-07-15 | hir typeck: `fulfillment_cx` ignore regions | lcnr | -1/+11 |
| 2022-07-15 | provide `generic_param_scope` for region errors | lcnr | -84/+83 |
| 2022-07-15 | don't require `FnCtxt` to check global asm | lcnr | -14/+29 |
| 2022-07-15 | try to avoid `FnCtxt` during wf | lcnr | -355/+414 |
| 2022-07-15 | remove unnecessary `select_obligations_where_possible` | lcnr | -12/+5 |
| 2022-07-15 | remove `impl_implied_bounds` from `FnCtxt` | lcnr | -23/+37 |
| 2022-07-15 | `QueryNormalizer` bug on ambiguity | lcnr | -2/+2 |
| 2022-07-15 | Auto merge of #99046 - nnethercote:final-derive-output-improvements, r=Mark-S... | bors | -320/+285 |