summary refs log tree commit diff
path: root/src/test/ui/resolve
AgeCommit message (Expand)AuthorLines
2019-03-16Collect unclosed delimiters in parent parserEsteban Küber-25/+26
2019-03-16Emit missing unclosed delimiter errorsEsteban Küber-34/+31
2019-02-11Only suggest imports if not imported.David Wood-12/+3
2019-02-09Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obkbors-20/+15
2019-02-07Make name resolution handle consts in GenericParamsFromOuterFunction properlyvarkor-16/+16
2019-02-07tweak wording based on in person feedbackEsteban Küber-1/+1
2019-02-07Add missing trailing newlineEsteban Küber-1/+1
2019-02-07Remove spurious complaint about missing expression for bare semicolonsEsteban Küber-8/+11
2019-02-07Deduplicate mismatched delimiter errorsEsteban Küber-21/+13
2019-01-31Add suggestion for duplicated import.David Wood-5/+4
2019-01-15use structured macro and path resolve suggestionsAndy Russell-14/+24
2019-01-14Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavisMazdak Farrokhzad-27/+46
2019-01-13Auto merge of #51487 - Zoxc:incr-passes, r=michaelwoeristerbors-0/+60
2019-01-13hygiene: Do not treat `Self` ctor as a local variableVadim Petrochenkov-0/+21
2019-01-11Update testsJohn Kåre Alsaker-0/+60
2019-01-09clarify resolve typo suggestionAndy Russell-27/+46
2019-01-01Fix broken links to second edition TRPL.Corey Farwell-1/+1
2018-12-25Remove licensesMark Rousskov-804/+204
2018-12-24make non_camel_case_types an early lintAndy Russell-26/+26
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-04Update testsOliver Scherer-6/+8
2018-11-30Updated ui tests.Alexander Regueiro-2/+2
2018-11-19Auto merge of #56051 - pietroalbini:rollup, r=pietroalbinibors-3/+9
2018-11-18resolve: Avoid sentence breaks in diagnosticsVadim Petrochenkov-8/+8
2018-11-10in which the E0618 "expected function" diagnostic gets a makeoverZack M. Davis-3/+9
2018-11-03Added tests.Alexander Regueiro-3/+9
2018-10-28resolve: Desugar empty import groups into synthetic dummy importsVadim Petrochenkov-23/+8
2018-10-28resolve: 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