about summary refs log tree commit diff
path: root/src/test/ui/span
AgeCommit message (Expand)AuthorLines
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-3/+3
2020-02-02Rollup merge of #68764 - Centril:self-semantic, r=petrochenkovMazdak Farrokhzad-0/+8
2020-02-02parser: address review comments re. `self`.Mazdak Farrokhzad-0/+8
2020-02-02Do not suggest duplicate boundsYuki Okushi-9/+4
2020-01-24Normalise notes with the/isvarkor-5/+5
2020-01-11Rollup merge of #68014 - estebank:unify-e0599, r=cramertjYuki Okushi-5/+5
2020-01-09Update testsVadim Petrochenkov-1/+28
2020-01-08Unify output of "variant not found" errorsEsteban Küber-5/+5
2019-12-24Fix suggestion span for typo in associated type nameEsteban Küber-2/+2
2019-12-24Fix case in `associated-type-projection-from-multiple-supertraits.rs`Esteban Küber-1/+1
2019-12-20Rollup merge of #67285 - ohadravid:indicate-origin-of-where-type-parameter, r...Mazdak Farrokhzad-1/+1
2019-12-20Rollup merge of #67127 - estebank:disambiguate-suggestion, r=varkorMazdak Farrokhzad-10/+40
2019-12-19Rollup merge of #67406 - ohadravid:suggest-assoc-type, r=estebankMazdak Farrokhzad-1/+1
2019-12-19Rollup merge of #67189 - LeSeulArtichaut:binop-wording, r=estebankMazdak Farrokhzad-26/+26
2019-12-18Suggest associated type when the specified one cannot be foundOhad Ravid-1/+1
2019-12-14Indicate origin of where type parameter for uninferred typesOhad Ravid-1/+1
2019-12-12Update testsLeSeulArtichaut-13/+13
2019-12-12Update UI test expectationsLeSeulArtichaut-13/+13
2019-12-11Use structured suggestion for disambiguating method callsEsteban Küber-10/+40
2019-12-11Add more context for type parametersEsteban Küber-2/+2
2019-12-10Use the appropriate number of type arguments in suggestionEsteban Küber-1/+1
2019-12-10Point at method call when type annotations are neededEsteban Küber-7/+9
2019-12-06derive: avoid parse_in_attrMazdak Farrokhzad-8/+1
2019-11-21Point at type in `let` assignment on type errorsEsteban Küber-6/+11
2019-11-18Surround types with backticks in type errorsEsteban Küber-6/+6
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-18/+2
2019-11-18review comments: tweak prefix stringsEsteban Küber-2/+2
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-16/+16
2019-11-11Evaluate borrow and struct expressions in `into`Matthew Jasper-2/+2
2019-11-09Remove `#[feature(custom_attribute)]`Vadim Petrochenkov-2/+4
2019-11-08Rollup merge of #66007 - estebank:remove-here, r=CentrilMazdak Farrokhzad-3/+3
2019-11-07Rollup merge of #66087 - tmiasko:ui-mode, r=CentrilMazdak Farrokhzad-1/+1
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-3/+3
2019-11-06Suggest missing item from `trait` in `impl`Esteban Küber-4/+4
2019-11-06Auto merge of #65830 - Quantumplation:master, r=davidtwco,estebankbors-17/+12
2019-11-05Detect if item.span is in a macro, and fall backPi Lanningham-2/+5
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-1/+1
2019-10-30Update ui testsGuillaume Gomez-0/+1
2019-10-26Use ident instead of def_span in dead-code passPi Lanningham-22/+14
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+15
2019-10-02syntax: improve parameter without type suggestionsDavid Wood-0/+6
2019-10-01Rollup merge of #64933 - sam09:master, r=estebankMazdak Farrokhzad-1/+1
2019-10-01Change to use exprPrecedence instead of exprKind.Sam Radhakrishnan-1/+1
2019-09-30update testsGuillaume Gomez-0/+1
2019-09-02Refer to "`self` type" instead of "receiver type"Esteban Küber-3/+4
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-6/+3
2019-08-26Rollup merge of #63693 - Centril:polish-parse-or-pats, r=estebankMazdak Farrokhzad-6/+6
2019-08-25Point at method call on missing annotation errorEsteban Küber-2/+16
2019-08-25parser: gracefully handle `fn foo(A | B: type)`.Mazdak Farrokhzad-6/+6
2019-08-10resolve: Move late resolution into a separate visitorVadim Petrochenkov-8/+6