about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-12-30Auto merge of #106268 - kraktus:patch-2, r=Nilstriebbors-1/+1
2022-12-30Auto merge of #106210 - fee1-dead-contrib:const-closure-trait-method, r=compi...bors-7/+27
2022-12-29Auto merge of #106266 - matthiaskrgr:rollup-cxrdbzy, r=matthiaskrgrbors-12/+198
2022-12-29fix comment for `TokenCursor::desugar`kraktus-1/+1
2022-12-29Rollup merge of #106236 - Ezrashaw:add-test+docs-e0519-e0514, r=GuillaumeGomezMatthias Krüger-2/+75
2022-12-29Rollup merge of #106202 - estebank:trim-paths, r=NilstriebMatthias Krüger-4/+10
2022-12-29Rollup merge of #106190 - estebank:multiline-start-tweak, r=jackh726Matthias Krüger-3/+19
2022-12-29Rollup merge of #104531 - ohno418:recover-fn-traits-with-lifetime-params, r=e...Matthias Krüger-3/+94
2022-12-29Account for multiple multiline spans with empty paddingEsteban Küber-3/+19
2022-12-29Auto merge of #106256 - matthiaskrgr:rollup-g1ovcqq, r=matthiaskrgrbors-105/+270
2022-12-29Rollup merge of #106242 - estebank:diff-markers, r=jyn514Matthias Krüger-5/+120
2022-12-29Rollup merge of #106223 - estebank:suggest-let-ty-borrow, r=compiler-errorsMatthias Krüger-0/+9
2022-12-29Rollup merge of #106221 - Nilstrieb:rptr-more-like-ref-actually, r=compiler-e...Matthias Krüger-61/+57
2022-12-29Rollup merge of #106208 - compiler-errors:compare-item-region-err, r=estebankMatthias Krüger-39/+84
2022-12-29Auto merge of #106195 - Nilstrieb:no-more-being-clueless-whether-it-really-is...bors-22/+63
2022-12-29Auto merge of #106139 - cjgillot:mir-inline-location, r=eholkbors-8/+4
2022-12-29Provide a better error for `Fn` traits with lifetime paramsYutaro Ohno-3/+94
2022-12-28Add support for diff3 formatEsteban Küber-0/+7
2022-12-28Tweak wordingEsteban Küber-6/+17
2022-12-28Account for ADT bodies and struct expressionsEsteban Küber-2/+30
2022-12-28Detect diff markers in the parserEsteban Küber-3/+72
2022-12-29docs: add long-form error docs for `E0514`Ezra Shaw-1/+34
2022-12-29Auto merge of #105741 - pietroalbini:pa-1.68-nightly, r=Mark-Simulacrumbors-12/+5
2022-12-29docs/test: add UI test and long-form error docs for `E0519`Ezra Shaw-1/+41
2022-12-28Rollup merge of #105570 - Nilstrieb:actual-best-failure, r=compiler-errorsMatthias Krüger-15/+48
2022-12-28On unsized locals with explicit types suggest `&`Esteban Küber-0/+9
2022-12-28Address review commentsMichael Goulet-35/+29
2022-12-28Make trait/impl where clause mismatch on region error a bit more actionableMichael Goulet-39/+90
2022-12-28Rename `Rptr` to `Ref` in AST and HIRNilstrieb-61/+57
2022-12-28Auto merge of #106215 - matthiaskrgr:rollup-53r89ww, r=matthiaskrgrbors-178/+215
2022-12-28Add enum for `find_width_map_from_snippet`Nilstrieb-7/+18
2022-12-28Improve heuristics whether `format_args` string is a source literalNilstrieb-1/+36
2022-12-28Update bootstrap cfgPietro Albini-8/+1
2022-12-28update stabilization version numbersPietro Albini-4/+4
2022-12-28Rollup merge of #106199 - estebank:quiet-type-err-in-binding, r=compiler-errorsMatthias Krüger-6/+6
2022-12-28Rollup merge of #106176 - compiler-errors:fn-kw-as-fn-trait, r=estebankMatthias Krüger-5/+58
2022-12-28Rollup merge of #106173 - compiler-errors:deduplicate-op-methods, r=jackh726Matthias Krüger-159/+52
2022-12-28Rollup merge of #106172 - estebank:suggest-impl-trait, r=compiler-errorsMatthias Krüger-7/+68
2022-12-28Rollup merge of #106028 - Ezrashaw:add-docs+test-e0461, r=GuillaumeGomezMatthias Krüger-1/+31
2022-12-28Auto merge of #106129 - compiler-errors:compare_method-tweaks, r=BoxyUwUbors-47/+85
2022-12-28Allow trait method paths to satisfy const Fn boundsDeadbeef-7/+27
2022-12-28Rollup merge of #106205 - compiler-errors:oopsy, r=fee1-deadfee1-dead-630/+0
2022-12-28Rollup merge of #106201 - estebank:verbose-transparent, r=compiler-errorsfee1-dead-4/+2
2022-12-28Rollup merge of #105484 - nbdd0121:upcast, r=compiler-errorsfee1-dead-0/+69
2022-12-28Rollup merge of #105347 - estebank:single-line-match, r=compiler-errorsfee1-dead-2/+2
2022-12-28Remove some totally duplicated filesMichael Goulet-630/+0
2022-12-28better names and a commentMichael Goulet-9/+42
2022-12-28Rename module compare_method -> compare_impl_itemMichael Goulet-15/+15
2022-12-28make some things less pubMichael Goulet-5/+5
2022-12-27Trim more paths in obligation typesEsteban Küber-4/+10