about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-12-14Rollup merge of #105611 - BoxyUwU:more_granular_placeholderification, r=wesle...Matthias Krüger-0/+29
2022-12-14Rollup merge of #105595 - TaKO8Ki:suggest-dereferencing-receiver-argument, r=...Matthias Krüger-0/+43
2022-12-14Rollup merge of #105523 - estebank:suggest-collect-vec, r=compiler-errorsMatthias Krüger-57/+77
2022-12-14Rollup merge of #105502 - chenyukang:yukang/fix-105366-impl, r=estebankMatthias Krüger-0/+37
2022-12-14Rollup merge of #105491 - sulami:master, r=compiler-errorsMatthias Krüger-0/+110
2022-12-14Rollup merge of #105161 - cassaundra:numeric-literal-error, r=nnethercoteMatthias Krüger-0/+84
2022-12-14Auto merge of #104875 - chenyukang:yukang/fix-104867-inc, r=estebankbors-22/+360
2022-12-14Auto merge of #104986 - compiler-errors:opaques, r=oli-obkbors-57/+51
2022-12-13Auto merge of #105667 - matthiaskrgr:rollup-fexlc0b, r=matthiaskrgrbors-2360/+2246
2022-12-13review commentsEsteban Küber-69/+69
2022-12-13Rollup merge of #105500 - oli-obk:unhide_unknown_spans, r=estebankMatthias Krüger-1570/+275
2022-12-13Rollup merge of #105476 - estebank:moves-n-borrows, r=compiler-errorsMatthias Krüger-779/+1777
2022-12-13Rollup merge of #105464 - nbdd0121:hir, r=compiler-errorsMatthias Krüger-11/+75
2022-12-13Rollup merge of #105147 - nbdd0121:inline_const_unsafe, r=oli-obkMatthias Krüger-0/+119
2022-12-14suggest dereferencing receiver arguments properlyTakayuki Maeda-0/+43
2022-12-13Auto merge of #102813 - Akida31:issue-64915/simpler_diagnostic_when_passing_a...bors-14/+56
2022-12-13Suggest `: Type` instead of `: _`Esteban Küber-69/+69
2022-12-13Mention implementations that satisfy the traitEsteban Küber-1/+21
2022-12-13Remove unnecessary code and account for turbofish suggestionEsteban Küber-8/+8
2022-12-13Suggest `collect`ing into `Vec<_>`Esteban Küber-23/+23
2022-12-13Account for dereference expressionsEsteban Küber-133/+186
2022-12-13Fix span for `&mut ` removal suggestionEsteban Küber-29/+29
2022-12-13Suggest `ref` for some patterns as a fallbackEsteban Küber-53/+460
2022-12-13Do not suggest borrowing binding in pattern in let elseEsteban Küber-13/+14
2022-12-13Change pattern borrowing suggestions to be verboseEsteban Küber-737/+1274
2022-12-13Combine projection and opaque into aliasMichael Goulet-36/+30
2022-12-13squash OpaqueTy and ProjectionTy into AliasTyMichael Goulet-14/+14
2022-12-13ProjectionTy.item_def_id -> ProjectionTy.def_idMichael Goulet-12/+12
2022-12-13Use ty::OpaqueTy everywhereMichael Goulet-8/+8
2022-12-13fix testsakida31-8/+0
2022-12-13Auto merge of #105646 - lqd:revert-thinlto, r=Mark-Simulacrumbors-1/+1
2022-12-13reduce to single suggestion for all argumentsakida31-76/+42
2022-12-13change error messageakida31-20/+24
2022-12-13Remove `hint` from help messageakida31-20/+20
2022-12-13Fix stderr of tests which have improved diagnosticsakida31-0/+80
2022-12-13Auto merge of #105612 - oli-obk:bind_rustdoc, r=GuillaumeGomezbors-101/+162
2022-12-13bless fulldeps testsOli Scherer-3/+1
2022-12-13Use a label instead of a note for the drop site to create denser diagnosticsOli Scherer-35/+15
2022-12-13Stop pointing to operators if their libcore method source is not availableOli Scherer-64/+15
2022-12-13Avoid rendering empty annotationsOli Scherer-158/+50
2022-12-13Don't emit empty notesOli Scherer-29/+1
2022-12-13Clarify what "this" meansOli Scherer-33/+33
2022-12-13Inform the user which trait is meant in the diagnostic itself instead of rely...Oli Scherer-22/+22
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-1481/+393
2022-12-13Auto merge of #105350 - compiler-errors:faster-binder-relate, r=oli-obkbors-0/+38
2022-12-12Refine when invalid prefix case error arisesCassaundra Smith-0/+84
2022-12-13Fast path some binder relationsMichael Goulet-0/+38
2022-12-13Add tests (currently broken) for unsafe + inline const patGary Guo-0/+39
2022-12-13Add testsGary Guo-0/+80
2022-12-13Revert "enable ThinLTO for rustc on x86_64-apple-darwin dist builds"Rémy Rakic-1/+1