about summary refs log tree commit diff
path: root/src/test/ui/resolve
AgeCommit message (Expand)AuthorLines
2019-10-11resolve: shorten wording on private constructor errorDan Aloni-6/+6
2019-10-11resolve: fix error title regarding private constructorsDan Aloni-12/+12
2019-10-10Auto merge of #65153 - da-x:issue-58017, r=petrochenkovbors-10/+20
2019-10-09resolve: Use field spans for reporting the private constructor errorVadim Petrochenkov-10/+20
2019-10-08resolve: prohibit foreign statics w/ genericsDavid Wood-0/+104
2019-09-29Rollup merge of #64691 - estebank:unexpected-variant, r=CentrilMazdak Farrokhzad-12/+51
2019-09-28Auto merge of #64455 - GuillaumeGomez:long-error-explanation-E0531, r=Centrilbors-1/+1
2019-09-25update ui testsGuillaume Gomez-1/+1
2019-09-22Point at definition when misusing ADTEsteban Küber-12/+51
2019-09-15resolve: Remove `!` from "cannot find" diagnostics for macrosVadim Petrochenkov-2/+2
2019-09-14Provide a span if main function is not present in crateMark Rousskov-6/+3
2019-09-07resolve: Adjust `hygienic_lexical_parent` to account for enum and trait modulesVadim Petrochenkov-0/+14
2019-09-02account for DUMMY_SP and correct wordingEsteban Küber-0/+2
2019-09-02On object safety violation, point at source when possibleEsteban Küber-2/+0
2019-09-02Refer to "`self` type" instead of "receiver type"Esteban Küber-1/+1
2019-08-12Rollup merge of #63406 - jakubadamw:resolve-inconsistent-names-suggest-qualif...Mazdak Farrokhzad-5/+113
2019-08-10Apply suggestions from code reviewJakub Adam Wieczorek-3/+3
2019-08-10Suggest using a qualified path in patterns with inconsistent bindingsJakub Adam Wieczorek-5/+113
2019-08-10diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"Vadim Petrochenkov-3/+3
2019-08-10resolve: Address FIXME from the previous commitVadim Petrochenkov-4/+4
2019-08-10resolve: Move late resolution into a separate visitorVadim Petrochenkov-12/+37
2019-08-10Rollup merge of #63423 - estebank:priv-tuple, r=zackmdavisMazdak Farrokhzad-0/+12
2019-08-09Mention that tuple structs are private if their fields areEsteban Küber-0/+12
2019-08-09review comments: typo and rewordingEsteban Küber-3/+3
2019-08-09Differentiate between tuple structs and tuple variantsEsteban Küber-3/+3
2019-08-09When suggesting fn call use an appropriate number of placeholder argumentsEsteban Küber-3/+3
2019-08-09Suggest calling function on type error when finding bare fnEsteban Küber-3/+21
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-5/+0
2019-07-18resolve: Visit all scopes to collect suggestion candidates for unresolved macrosVadim Petrochenkov-1/+1
2019-07-12Do not emit type errors after parse error in last statement of blockEsteban Küber-17/+3
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-05-29Update ui test suite to use dynmemoryruins-14/+14
2019-04-22Fix #58270, fix off-by-one error in error diagnostics.Xavier Denis-3/+2
2019-04-18review comments: change wordingEsteban Küber-3/+3
2019-04-18Change suggestion of field when not in self contextEsteban Küber-19/+10
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-18/+15
2019-04-17Resolve inconsistency in error messages between "parameter" and "variable".Eduard-Mihai Burtescu-4/+4
2019-04-10clarify what the item is in "not a module" errorAndy Russell-6/+6
2019-03-28Rollup merge of #59198 - estebank:recovered-pattern, r=zackmdavisMazdak Farrokhzad-9/+2
2019-03-24Deduplicate code for path suggestionEsteban Küber-1/+1
2019-03-23Mark duplicate import removal suggestion tool onlyEsteban Küber-1/+0
2019-03-23Tweak unnecessary import suggestionEsteban Küber-4/+2
2019-03-21use suggestions for "enum instead of variant" errorAndy Russell-23/+42
2019-03-14Do not complain about unmentioned fields in recovered patternsEsteban Küber-9/+2
2019-03-14Moved issue tests to subdirs and normalised names.Alexander Regueiro-7/+10
2019-03-11Update testsVadim Petrochenkov-41/+41
2019-03-06Collect unclosed delimiters in parent parserEsteban Küber-25/+26
2019-03-06Emit 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