summary refs log tree commit diff
path: root/src/test/ui/resolve
AgeCommit message (Expand)AuthorLines
2018-11-17resolve: Avoid sentence breaks in diagnosticsVadim Petrochenkov-8/+8
2018-10-29resolve: Desugar empty import groups into synthetic dummy importsVadim Petrochenkov-23/+8
2018-10-29resolve: More precise spans for privacy errorsVadim Petrochenkov-20/+20
2018-10-23fix typos in various placesMatthias Krüger-3/+3
2018-10-21manage cases with tabs or other whitespacesFrançois Mockers-4/+0
2018-10-17fix other tests failing due to change in case or new suggestion for extern crateFrançois Mockers-6/+6
2018-10-16#45829 when a renamed import conflict with a previous importFrançois Mockers-2/+2
2018-10-07Fix internal compiler error on malformed match arm pattern.Donato Sciarra-0/+45
2018-09-29Improve ux when calling associated functions with dot notationDonato Sciarra-0/+24
2018-09-23Improve error message for E0424Julian Kulesh-5/+5
2018-09-13implement feature tuple_struct_self_ctorF001-28/+3
2018-09-05Provide more context for unenclosed delimitersEsteban Küber-0/+4
2018-09-05Reword un-closed delimiter labelEsteban Küber-3/+3
2018-08-31cleanup: Add main functions to some UI testsVadim Petrochenkov-7/+4
2018-08-19Lift some Sized checks.Masaki Hara-0/+1
2018-08-15Do not emit "incorrect close delimiter" twice in the same placeEsteban Küber-11/+1
2018-08-15Tweak unclosed delimiter parser errorEsteban Küber-28/+16
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+786
2018-08-05Fix doc link (again)Felix Rabe-1/+1
2018-07-17Fix doc linkFelix Rabe-1/+1
2018-07-10Fix typo in error message E0277Rémy Rakic-2/+2
2018-06-23add `dyn` to display of dynamic (trait) type namesZack M. Davis-2/+2
2018-06-19Update message for `!Sized` typesEsteban Küber-3/+3
2018-06-19Add link to book for `Sized` errorsEsteban Küber-0/+1
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-3/+4
2018-06-01Add closing bracket expectation to sequences, modified appropriate test cases.Crazycolorz5-2/+2
2018-04-16Update testsJohn Kåre Alsaker-9/+4
2018-03-16Update testsJohn Kåre Alsaker-7/+17
2018-03-14Add empty main() to tests where it is missing.Eric Huss-12/+10
2018-03-14Add crate name to "main function not found" error message.Eric Huss-3/+3
2018-03-14update testsGuillaume Gomez-49/+38
2018-02-27Add label to primary span in some parse errorsEsteban Küber-1/+1
2018-02-26Update UI testsVadim Petrochenkov-37/+37
2018-02-26Update UI testsVadim Petrochenkov-172/+172
2018-02-25Update ui testsGuillaume Gomez-0/+49
2018-02-10Change error message for E0391 to "cyclic dependency detected"John Kåre Alsaker-2/+2
2018-01-15Further tweaks to the outputEsteban Küber-27/+350
2018-01-15Add note when trying to use `Self` as a ctorEsteban Küber-0/+4
2018-01-15Readd suggestion in enum variants with incorrect argsEsteban Küber-3/+3
2018-01-15Suggest the correct syntax for different struct typesEsteban Küber-33/+40
2018-01-15Hide suggestion to use struct ctor when it is not visibleEsteban Küber-9/+2
2018-01-02Correct for changes in line numbers in expected stderr output.Ed Schouten-23/+23
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-0/+4
2017-12-21Do not emit type errors on recovered blocksEsteban Küber-8/+1
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-239/+171
2017-11-27Fix testEsteban Küber-1/+1
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-350/+311
2017-11-16Remove left over dead code from suggestion diagnostic refactoringOliver Schneider-18/+0
2017-11-15Add new error comparision to hide desugaringChristopher Vittal-13/+1
2017-11-10Auto merge of #45050 - petrochenkov:ambind, r=nikomatsakisbors-0/+24