summary refs log tree commit diff
path: root/src/test/ui/span
AgeCommit message (Expand)AuthorLines
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
2019-08-03Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infras...Vadim Petrochenkov-1/+28
2019-07-24Rollup merge of #62772 - estebank:trait-bound, r=matthewjasperMazdak Farrokhzad-3/+5
2019-07-19Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwcobors-23/+6
2019-07-18Suggest trait bound on type parameter when it is unconstrainedEsteban Küber-3/+5
2019-07-18Rollup merge of #62764 - fakenine:normalize_use_of_backticks_compiler_message...Mark Rousskov-5/+5
2019-07-18resolve: Use `feature(custom_attribute)` fallback only if the feature is enabledVadim Petrochenkov-23/+6
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-5/+5
2019-07-16Update the help message on error for self typeLimira-1/+1
2019-07-11Remove feature gate `dropck_parametricity` completelyLzu Tao-11/+8
2019-07-11Replace unsafe_destructor_blind_to_params with may_dangleLzu Tao-5/+5
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-4/+4
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-3/+3
2019-06-03Update tests for changes to cannot move errorsMatthew Jasper-3/+3
2019-06-03Auto merge of #61331 - estebank:fn-arg-parse-recovery, r=varkorbors-0/+20
2019-06-01review comment: tweak wordingEsteban Küber-3/+3
2019-05-31Tweak wordingEsteban Küber-1/+1
2019-05-31Alternative wording for inference failureEsteban Küber-3/+3
2019-05-31Add more detail to type inference errorEsteban Küber-2/+2
2019-05-30Recover gracefully from argument with missing type or param nameEsteban Küber-0/+20
2019-05-29Update ui test suite to use dynmemoryruins-22/+22
2019-05-17Account for &String + StringEsteban Küber-2/+2
2019-05-16review commentsEsteban Küber-10/+10
2019-05-16Fix binop spanEsteban Küber-12/+9
2019-05-16Handle more string addition cases with appropriate suggestionsEsteban Küber-2/+161
2019-04-23Update ui testsvarkor-9/+9
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-4/+0
2019-04-22Remove double trailing newlinesvarkor-2/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-1725/+533
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-13/+10
2019-04-11Reword tracking issue noteEsteban Küber-4/+4
2019-04-10Tweak unstable diagnostic outputEsteban Küber-4/+8