summary refs log tree commit diff
path: root/src/test/ui/span
AgeCommit message (Expand)AuthorLines
2022-10-12Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakisbors-19/+4
2022-10-10Rollup merge of #102055 - c410-f3r:moar-errors, r=petrochenkovDylan DPC-157/+0
2022-10-07Rewrite representabilityCameron Steffen-31/+23
2022-10-05Delay function resolution error until typeckMichael Goulet-6/+6
2022-10-05Bless testsMichael Goulet-19/+4
2022-10-01bless ui testsMaybe Waffle-1/+1
2022-09-26Rollup merge of #101875 - fmease:allow-more-negative-copy-impls, r=lcnrMatthias Krüger-4/+4
2022-09-24Note the type when unable to drop values in compile timeDeadbeef-3/+3
2022-09-23Allow more !Copy implsLeón Orell Valerian Liehr-4/+4
2022-09-23Rollup merge of #100734 - ComputerDruid:afit_feature, r=compiler-errorsMatthias Krüger-1/+1
2022-09-21Split out async_fn_in_trait into a separate featureDan Johnson-1/+1
2022-09-22Bless test output changesFrank Steffahn-1/+1
2022-09-20Move some tests to more reasonable directoriesCaio-157/+0
2022-09-16add help for invalid inline argumentRageking8-0/+2
2022-09-09Adjust pretty printing of RPITITsMichael Goulet-2/+2
2022-09-09Bless tests, fix ICE with ImplTraitPlaceholderMichael Goulet-17/+34
2022-09-03Shrink suggestion span of argument mismatch errorMichael Goulet-8/+8
2022-08-28Remove `register_attr`-related testsYuki Okushi-24/+0
2022-08-19Rollup merge of #100081 - RalfJung:unused-unsafe-in-unsafe-fn, r=jackh726Dylan DPC-541/+103
2022-08-18Rollup merge of #100643 - TaKO8Ki:point-at-type-parameter-shadowing-another-t...Matthias Krüger-1/+3
2022-08-17point at a type parameter shadowing another typeTakayuki Maeda-1/+3
2022-08-12Point out a single arg if we have a single arg incompatibilityMichael Goulet-3/+3
2022-08-02never consider unsafe blocks unused if they would be required with unsafe_op_...Ralf Jung-541/+103
2022-07-15Avoid incorrect suggestionEsteban Küber-11/+4
2022-07-15Provide structured suggestion for dropped temp valueEsteban Küber-12/+65
2022-07-08Auto merge of #98816 - estebank:implicit-sized, r=oli-obkbors-1/+1
2022-07-07Track implicit `Sized` obligations in type paramsEsteban Küber-1/+1
2022-07-07Shorten span for closures.Camille GILLOT-11/+8
2022-07-01Auto merge of #98781 - GuillaumeGomez:rollup-798kb8u, r=GuillaumeGomezbors-7/+10
2022-07-01Rollup merge of #98497 - compiler-errors:span-inference-note, r=lcnrGuillaume Gomez-7/+10
2022-07-01Auto merge of #93967 - cjgillot:short-struct-span, r=petrochenkovbors-25/+16
2022-07-01Only label place where type is needed if span is meaningfulMichael Goulet-7/+10
2022-07-01Auto merge of #98767 - Dylan-DPC:rollup-j1gq5sr, r=Dylan-DPCbors-0/+150
2022-07-01Shorten def_span for more items.Camille GILLOT-25/+16
2022-07-01Rollup merge of #98644 - matthiaskrgr:drp_loc_span_err__2021_inc_clos_cap, r=...Dylan DPC-0/+150
2022-07-01Auto merge of #98402 - cjgillot:undead, r=michaelwoeristerbors-2/+2
2022-06-29fix ICE with -Wrust-2021-incompatible-closure-capturesMatthias Krüger-0/+150
2022-06-27Use typed indices in argument mismatch algorithmMichael Goulet-2/+2
2022-06-25Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e...Matthias Krüger-1/+3
2022-06-24Rollup merge of #98280 - compiler-errors:better-call-closure-on-type-err, r=e...Yuki Okushi-0/+4
2022-06-22Uniform spans in dead code lint.Camille GILLOT-2/+2
2022-06-22point to type param definition when not finding variant, method and assoc typeTakayuki Maeda-1/+3
2022-06-21Improve suggestion for calling closure on type mismatchMichael Goulet-0/+4
2022-06-19collapse dead code warnings into a single diagnosticTakayuki Maeda-10/+10
2022-06-16diagnostics: fix trailing spaceklensy-2/+2
2022-06-11Auto merge of #95880 - cjgillot:def-ident-span, r=petrochenkovbors-0/+5
2022-06-10Bless tests.Camille GILLOT-0/+5
2022-06-06fix #71363 test by adding `-Z translate-remapped-path-to-local-path=no`Pietro Albini-8/+17
2022-06-02remove unnecessary changelcnr-8/+8
2022-06-02add new `emit_inference_failure_err`lcnr-30/+45