about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-07-18Don't add attribute to allow unused-qualifications to derive impl'sSamrat Man Singh-9/+1
2022-07-18Auto merge of #99232 - lcnr:no-bound-vars-check, r=jackh726bors-4/+10
2022-07-18Auto merge of #99181 - lcnr:arenaGTrc, r=wesleywiserbors-14/+16
2022-07-18Auto merge of #99137 - jackh726:wf-no-infcx, r=estebankbors-58/+46
2022-07-18Rollup merge of #99360 - compiler-errors:issue-99331, r=fee1-deadYuki Okushi-4/+14
2022-07-18Rollup merge of #99356 - compiler-errors:tait-in-assoc-ty-supertraits, r=oli-obkYuki Okushi-0/+15
2022-07-18Rollup merge of #99350 - compiler-errors:issue-99240, r=fee1-deadYuki Okushi-24/+33
2022-07-17Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obkbors-72/+116
2022-07-17use rustc_hir_pretty::qpath_to_string to avoid span_to_snippet when rendering...Michael Goulet-11/+14
2022-07-16Do not ICE when we have -Zunpretty=expand with invalid ABIMichael Goulet-4/+14
2022-07-16Do not constraint TAITs when checking impl/trait item compatibilityMichael Goulet-0/+15
2022-07-16Stabilize `let_chains`Caio-73/+46
2022-07-16Be more precise when suggesting removal of parens on unit adt ctorMichael Goulet-15/+21
2022-07-16Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil...Matthias Krüger-56/+47
2022-07-16Rollup merge of #99316 - tshepang:clearer, r=compiler-errorsMatthias Krüger-1/+1
2022-07-16Rollup merge of #99290 - compiler-errors:revert-98794, r=lcnrMatthias Krüger-80/+14
2022-07-16Rollup merge of #99259 - RalfJung:visit-a-place, r=oli-obkMatthias Krüger-50/+272
2022-07-16Rollup merge of #99258 - estebank:suggest-let, r=wesleywiserMatthias Krüger-2/+65
2022-07-16Rollup merge of #99213 - davidtwco:translation-migrate-passes, r=compiler-errorsMatthias Krüger-627/+972
2022-07-16Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebankMatthias Krüger-181/+264
2022-07-17avoid some `Symbol` to `String` conversionsTakayuki Maeda-56/+47
2022-07-16Auto merge of #99315 - JohnTitor:rollup-77wzoc1, r=JohnTitorbors-3/+0
2022-07-16Auto merge of #99263 - compiler-errors:issue-99261, r=jyn514bors-19/+19
2022-07-16Auto merge of #96482 - willcrichton:fix-trait-suggestion-for-binops, r=estebankbors-30/+146
2022-07-16docs: add missing wordTshepang Mbambo-1/+1
2022-07-16Rollup merge of #99253 - pierwill:pierwill/rm-storage-fixme, r=oli-obkYuki Okushi-3/+0
2022-07-15Fix suggestion regression with incorrect syntactic combination of trait boundsWill Crichton-1/+13
2022-07-15Propagate Expectation around binop typeck code to construct more precise trai...Will Crichton-30/+134
2022-07-16Auto merge of #95685 - oxidecomputer:restore-static-dwarf, r=pnkfelixbors-20/+10
2022-07-15Fix rebaseEsteban Küber-5/+3
2022-07-15Avoid incorrect suggestionEsteban Küber-3/+37
2022-07-15Provide structured suggestion for dropped temp valueEsteban Küber-1/+32
2022-07-15Only suggest if span is not erroneousMichael Goulet-11/+12
2022-07-15Fix ICE in named_arguments_used_positionally lintMichael Goulet-9/+8
2022-07-15Revert "Highlight conflicting param-env candidates"Michael Goulet-80/+14
2022-07-15Auto merge of #99015 - lcnr:fn-ctxt-no-more, r=compiler-errorsbors-477/+567
2022-07-15Infer wildcard type from other patterns at every pattern levelOli Scherer-26/+31
2022-07-15Move constructor into the branch that actually uses itOli Scherer-5/+5
2022-07-15Revert a hack that only ever worked on level deepOli Scherer-5/+1
2022-07-15Make destructuring a defining useOli Scherer-0/+8
2022-07-15Allow destructuring opaque types, since the patterns constrain the opaque typesOli Scherer-7/+38
2022-07-15Some tracing helpersOli Scherer-0/+3
2022-07-15Reuse a helper method instead of manually rolling itOli Scherer-3/+1
2022-07-15Remove early return that would likely have caused miscompilations if it ever ...Oli Scherer-13/+3
2022-07-15Pass one argument instead of fetching two fields of it at every call siteOli Scherer-100/+60
2022-07-15Add some tracing instrumentationOli Scherer-27/+29
2022-07-15interpret/visitor: support visiting with a PlaceTyRalf Jung-48/+268
2022-07-15Introduce opaque type to hidden type projectionOli Scherer-6/+96
2022-07-15passes: migrate half of `check_attr`David Wood-445/+764
2022-07-15macros: support adding warnings to diagsDavid Wood-22/+48