about summary refs log tree commit diff
path: root/src/test/ui/span
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-7833/+0
2023-01-05Tweak wording of fn call with wrong number of argsEsteban Küber-9/+9
2023-01-01Verbose suggestionsEsteban Küber-15/+35
2022-12-28Use verbose suggestions for mutability errorsEsteban Küber-30/+70
2022-12-14Rollup merge of #105523 - estebank:suggest-collect-vec, r=compiler-errorsMatthias Krüger-4/+4
2022-12-13review commentsEsteban Küber-6/+6
2022-12-13Suggest `: Type` instead of `: _`Esteban Küber-6/+6
2022-12-13Suggest `collect`ing into `Vec<_>`Esteban Küber-2/+2
2022-12-13Inform the user which trait is meant in the diagnostic itself instead of rely...Oli Scherer-1/+1
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-7/+1
2022-12-09Introduce `Span::is_visible`Esteban Küber-4/+0
2022-12-07Make -Zsimulate-remapped-rust-src-base reproducible on CIOli Scherer-3/+3
2022-12-06Properly indent messagesOli Scherer-2/+6
2022-12-06Start emitting labels even if their pointed to file is not available locallyOli Scherer-0/+2
2022-12-05Tweak "the following other types implement trait"Esteban Küber-9/+4
2022-11-29Avoid more unnecessary `MetaItem`/`Attribute` conversions.Nicholas Nethercote-2/+10
2022-11-09Rollup merge of #103307 - b4den:master, r=estebankManish Goregaokar-10/+10
2022-11-05Adjust diagnostics, bless testsMichael Goulet-2/+2
2022-10-25Modify ui tests to reflect the changeByron Zhong-0/+3
2022-10-20Update tests to match error message changesb4den-10/+10
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