about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-07-17Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obkbors-72/+116
2022-07-16Stabilize `let_chains`Caio-73/+46
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
2022-07-15macros: support `MultiSpan` in diag derivesDavid Wood-59/+88
2022-07-15errors: lint on `LintDiagnosticBuilder::build`David Wood-24/+39
2022-07-15errors: impl `IntoDiagnosticArg` for `char`David Wood-77/+33
2022-07-15hir typeck: `fulfillment_cx` ignore regionslcnr-1/+11
2022-07-15provide `generic_param_scope` for region errorslcnr-84/+83
2022-07-15don't require `FnCtxt` to check global asmlcnr-14/+29
2022-07-15try to avoid `FnCtxt` during wflcnr-355/+414
2022-07-15remove unnecessary `select_obligations_where_possible`lcnr-12/+5
2022-07-15remove `impl_implied_bounds` from `FnCtxt`lcnr-23/+37
2022-07-15`QueryNormalizer` bug on ambiguitylcnr-2/+2
2022-07-15Auto merge of #99046 - nnethercote:final-derive-output-improvements, r=Mark-S...bors-320/+285