| Age | Commit message (Expand) | Author | Lines |
| 2022-07-18 | Don't add attribute to allow unused-qualifications to derive impl's | Samrat Man Singh | -9/+1 |
| 2022-07-18 | Auto merge of #99232 - lcnr:no-bound-vars-check, r=jackh726 | bors | -4/+10 |
| 2022-07-18 | Auto merge of #99181 - lcnr:arenaGTrc, r=wesleywiser | bors | -14/+16 |
| 2022-07-18 | Auto merge of #99137 - jackh726:wf-no-infcx, r=estebank | bors | -58/+46 |
| 2022-07-18 | Rollup merge of #99360 - compiler-errors:issue-99331, r=fee1-dead | Yuki Okushi | -4/+14 |
| 2022-07-18 | Rollup merge of #99356 - compiler-errors:tait-in-assoc-ty-supertraits, r=oli-obk | Yuki Okushi | -0/+15 |
| 2022-07-18 | Rollup merge of #99350 - compiler-errors:issue-99240, r=fee1-dead | Yuki Okushi | -24/+33 |
| 2022-07-17 | Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obk | bors | -72/+116 |
| 2022-07-17 | use rustc_hir_pretty::qpath_to_string to avoid span_to_snippet when rendering... | Michael Goulet | -11/+14 |
| 2022-07-16 | Do not ICE when we have -Zunpretty=expand with invalid ABI | Michael Goulet | -4/+14 |
| 2022-07-16 | Do not constraint TAITs when checking impl/trait item compatibility | Michael Goulet | -0/+15 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -73/+46 |
| 2022-07-16 | Be more precise when suggesting removal of parens on unit adt ctor | Michael Goulet | -15/+21 |
| 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 |