about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-12-14Auto merge of #105686 - matthiaskrgr:rollup-bedfk3j, r=matthiaskrgrbors-128/+209
2022-12-14Rollup merge of #105611 - BoxyUwU:more_granular_placeholderification, r=wesle...Matthias Krüger-15/+38
2022-12-14Rollup merge of #105595 - TaKO8Ki:suggest-dereferencing-receiver-argument, r=...Matthias Krüger-6/+28
2022-12-14Rollup merge of #105523 - estebank:suggest-collect-vec, r=compiler-errorsMatthias Krüger-94/+90
2022-12-14Rollup merge of #105502 - chenyukang:yukang/fix-105366-impl, r=estebankMatthias Krüger-2/+29
2022-12-14Rollup merge of #105491 - sulami:master, r=compiler-errorsMatthias Krüger-1/+1
2022-12-14Rollup merge of #105161 - cassaundra:numeric-literal-error, r=nnethercoteMatthias Krüger-10/+23
2022-12-14Auto merge of #105221 - alex:fat-archive-cleanup, r=bjorn3bors-46/+38
2022-12-14Auto merge of #104875 - chenyukang:yukang/fix-104867-inc, r=estebankbors-43/+26
2022-12-14Auto merge of #104986 - compiler-errors:opaques, r=oli-obkbors-617/+581
2022-12-13Auto merge of #105667 - matthiaskrgr:rollup-fexlc0b, r=matthiaskrgrbors-1037/+1152
2022-12-13rename argumentEsteban Küber-2/+6
2022-12-13review commentsEsteban Küber-29/+27
2022-12-13Rollup merge of #105659 - JakobDegen:storage-live-borrow, r=davidtwcoMatthias Krüger-9/+10
2022-12-13Rollup merge of #105628 - spastorino:small-doc-fixes, r=compiler-errorsMatthias Krüger-10/+7
2022-12-13Rollup merge of #105500 - oli-obk:unhide_unknown_spans, r=estebankMatthias Krüger-96/+106
2022-12-13Rollup merge of #105476 - estebank:moves-n-borrows, r=compiler-errorsMatthias Krüger-37/+65
2022-12-13Rollup merge of #105464 - nbdd0121:hir, r=compiler-errorsMatthias Krüger-38/+49
2022-12-13Rollup merge of #105438 - compiler-errors:move-methods, r=estebankMatthias Krüger-828/+857
2022-12-13Rollup merge of #105147 - nbdd0121:inline_const_unsafe, r=oli-obkMatthias Krüger-19/+58
2022-12-14suggest dereferencing receiver arguments properlyTakayuki Maeda-6/+28
2022-12-13Auto merge of #102813 - Akida31:issue-64915/simpler_diagnostic_when_passing_a...bors-0/+81
2022-12-13Suggest `: Type` instead of `: _`Esteban Küber-6/+10
2022-12-13Mention implementations that satisfy the traitEsteban Küber-2/+19
2022-12-13Remove unnecessary code and account for turbofish suggestionEsteban Küber-79/+35
2022-12-13Suggest `collect`ing into `Vec<_>`Esteban Küber-8/+25
2022-12-13Account for dereference expressionsEsteban Küber-7/+22
2022-12-13Fix span for `&mut ` removal suggestionEsteban Küber-0/+1
2022-12-13Suggest `ref` for some patterns as a fallbackEsteban Küber-10/+16
2022-12-13Do not suggest borrowing binding in pattern in let elseEsteban Küber-1/+1
2022-12-13Change pattern borrowing suggestions to be verboseEsteban Küber-29/+35
2022-12-13Address a few more nitsMichael Goulet-11/+12
2022-12-13Address nitsMichael Goulet-15/+5
2022-12-13Remove chalk lowering for AliasTyMichael Goulet-11/+10
2022-12-13nit: docsMichael Goulet-3/+12
2022-12-13Combine OfOpaque and OfProjectionMichael Goulet-14/+6
2022-12-13Combine identical alias armsMichael Goulet-120/+69
2022-12-13Combine projection and opaque into aliasMichael Goulet-345/+357
2022-12-13squash OpaqueTy and ProjectionTy into AliasTyMichael Goulet-183/+168
2022-12-13ProjectionTy.item_def_id -> ProjectionTy.def_idMichael Goulet-174/+152
2022-12-13Use ty::OpaqueTy everywhereMichael Goulet-110/+148
2022-12-13make Opaque have one field: OpaqueTyMichael Goulet-17/+28
2022-12-13tidy: ignore filelengthakida31-0/+1
2022-12-13reduce to single suggestion for all argumentsakida31-13/+24
2022-12-13remove manual `fn_decl` extractionakida31-17/+3
2022-12-13change error messageakida31-2/+2
2022-12-13move changes to an extra functionakida31-66/+76
2022-12-13Remove `hint` from help messageakida31-2/+2
2022-12-13Improve diagnostic when passing arg to closure and missing borrow.akida31-0/+73
2022-12-13Auto merge of #105612 - oli-obk:bind_rustdoc, r=GuillaumeGomezbors-1/+12