about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-01-01Reenable limited top-down MIR inliningJakob Degen-6/+36
2022-12-31Auto merge of #106282 - Ezrashaw:merge-e0465, r=estebankbors-60/+33
2022-12-31Auto merge of #106302 - compiler-errors:terr-coerce-w-infer, r=estebankbors-0/+4
2022-12-31Auto merge of #106245 - estebank:mutability-suggestions, r=jyn514bors-21/+12
2022-12-31refactor: merge `E0465` into `E0464`Ezra Shaw-60/+33
2022-12-30Rollup merge of #106317 - compiler-errors:restore-the-backtraces, r=jyn514Michael Goulet-15/+23
2022-12-30Rollup merge of #106248 - dtolnay:revertupcastlint, r=jackh726Michael Goulet-69/+0
2022-12-30Rollup merge of #106232 - maurer:transparent-subst, r=rcvalleMichael Goulet-1/+4
2022-12-31Only deduplicate stack traces for good path bugsMichael Goulet-15/+23
2022-12-30Suppress errors due to TypeError not coercing with inference variablesMichael Goulet-0/+4
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-29CFI: Monomorphize transparent ADTs before typeidMatthew Maurer-1/+4
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-29Revert "Implement allow-by-default multiple_supertrait_upcastable lint"David Tolnay-69/+0
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-28Use verbose suggestions for mutability errorsEsteban Küber-21/+12
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