about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-12-14Bless testAlbert Larsan-4/+2
2022-12-14Add a test for #92481Albert Larsan-0/+76
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-19/+12
2022-12-13Auto merge of #105667 - matthiaskrgr:rollup-fexlc0b, r=matthiaskrgrbors-2360/+2238
2022-12-13Rollup merge of #105500 - oli-obk:unhide_unknown_spans, r=estebankMatthias Krüger-1570/+267
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-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-19/+12
2022-12-13fix testsakida31-8/+0
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-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/+385
2022-12-13Auto merge of #105350 - compiler-errors:faster-binder-relate, r=oli-obkbors-0/+38
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-13Rollup merge of #105636 - GuillaumeGomez:extend-gui-test, r=notriddleMatthias Krüger-0/+2
2022-12-13Rollup merge of #105629 - notriddle:notriddle/method-toggle-trait, r=Guillaum...Matthias Krüger-0/+7
2022-12-13Rollup merge of #105332 - estebank:iterator-chains, r=oli-obkMatthias Krüger-122/+319
2022-12-13Rollup merge of #104864 - chenyukang:yukang/fix-104700-binding, r=estebankMatthias Krüger-0/+32
2022-12-12Add check for local-storage value when changing "display line numbers" settingsGuillaume Gomez-0/+2
2022-12-12rustdoc: stop treating everything in a trait item as a methodMichael Howell-0/+7
2022-12-12Rollup merge of #105561 - TaKO8Ki:fix-105449, r=fee1-deadMatthias Krüger-0/+59
2022-12-12normalize receiver substs and erase the regionsTakayuki Maeda-0/+59
2022-12-12Rollup merge of #104997 - c410-f3r:moar-errors, r=petrochenkovMatthias Krüger-18/+0
2022-12-11Point at method call when it is the source of the bound errorEsteban Küber-163/+81
2022-12-11Move testsCaio-18/+0
2022-12-11Rollup merge of #105369 - chenyukang:yukang/fix-105226, r=TaKO8KiMatthias Krüger-0/+53
2022-12-11Rollup merge of #105283 - compiler-errors:ty-var-in-hir-wfcheck, r=nagisaMatthias Krüger-0/+50
2022-12-11Use `with_forced_trimmed_paths`Esteban Küber-36/+36
2022-12-11fix rebaseEsteban Küber-10/+29
2022-12-11Only point at methods that might be relevantEsteban Küber-17/+64
2022-12-11Add label to method chains where assoc type remains the sameEsteban Küber-5/+5
2022-12-11Remove mention of "assoc type" in label as it is already in the `note` messageEsteban Küber-16/+16