about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-01-20Tweak field parse error recoveryEsteban Küber-36/+14
2019-01-20Extend incorrect float literal recovery to account for suffixesEsteban Küber-16/+58
2019-01-20Reword message for incorrect float literalEsteban Küber-3/+3
2019-01-20Remove unnecessary dummy span checksEsteban Küber-8/+8
2019-01-20Add "dereference boxed value" suggestion.David Wood-0/+164
2019-01-21Fix testsYuki Okushi-3/+3
2019-01-20Do not suggest angle brackets when there are no type argumentsEsteban Küber-40/+34
2019-01-20Recover with suggestion from writing `.42` instead of `0.42`Esteban Küber-12/+21
2019-01-20Recover from parse errors in struct literal fieldsEsteban Küber-7/+93
2019-01-20Auto merge of #57651 - JohnTitor:give-char-type, r=estebankbors-50/+128
2019-01-20Remove whitespaceYuki Okushi-5/+4
2019-01-20Fix testsYuki Okushi-96/+56
2019-01-19Suggest correct cast for struct fields with shorthand syntaxEsteban Küber-0/+96
2019-01-19Suggest usage of angle bracketsEsteban Küber-20/+35
2019-01-19Accept parenthesized type args for error recoveryEsteban Küber-24/+15
2019-01-19Continune parsing after encountering Trait with paren argsEsteban Küber-12/+40
2019-01-20[WIP] Fix testsYuki Okushi-6/+91
2019-01-19Don't ignore `_` in type casts and ascriptionsMatthew Jasper-0/+78
2019-01-19Rollup merge of #57723 - estebank:fix, r=davidtwcoMazdak Farrokhzad-3/+139
2019-01-19Type check unnanotated constant items with NLLMatthew Jasper-0/+79
2019-01-19Handle lifetime annotations in unreachable codeMatthew Jasper-16/+387
2019-01-19Rollup merge of #57649 - petrochenkov:privexist, r=arielb1Mazdak Farrokhzad-6/+33
2019-01-19Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakisMazdak Farrokhzad-0/+122
2019-01-19Make `str` indexing generic on `SliceIndex`.Alexis Hunt-40/+107
2019-01-19Rollup merge of #57666 - pnkfelix:generalize-huge-enum-test-to-work-cross-pla...Mazdak Farrokhzad-5/+3
2019-01-19Rollup merge of #57610 - mark-i-m:nested-matchers, r=petrochenkovMazdak Farrokhzad-20/+243
2019-01-19Rollup merge of #57501 - petrochenkov:highvar, r=alexregMazdak Farrokhzad-0/+89
2019-01-19Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakisbors-9/+6
2019-01-19Auto merge of #56479 - mark-i-m:unsat, r=nikomatsakisbors-94/+89
2019-01-18Rollup merge of #57725 - estebank:parens, r=michaelwoeristerMazdak Farrokhzad-3/+9
2019-01-18Rollup merge of #57720 - dlrobertson:fix_57521, r=estebankMazdak Farrokhzad-2/+58
2019-01-18Rollup merge of #57657 - AB1908:regression-test-case, r=nikomatsakisMazdak Farrokhzad-0/+32
2019-01-18Rollup merge of #57650 - AB1908:master, r=petrochenkovMazdak Farrokhzad-0/+13
2019-01-18Rollup merge of #57635 - euclio:path-separators, r=michaelwoeristerMazdak Farrokhzad-15/+25
2019-01-18Rollup merge of #57350 - folex:master, r=estebankMazdak Farrokhzad-0/+4
2019-01-18Rollup merge of #57302 - sinkuu:unused_assignments_fp, r=estebankMazdak Farrokhzad-0/+9
2019-01-18Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakisMazdak Farrokhzad-0/+36
2019-01-18Rollup merge of #57551 - petrochenkov:regrtest, r=nikomatsakisMazdak Farrokhzad-0/+26
2019-01-18Allow evaluating trivial drop glue in constantsOliver Scherer-0/+13
2019-01-18Point at return type when appropriateEsteban Küber-3/+16
2019-01-17Fix test after rebaseEsteban Küber-4/+6
2019-01-17Correct error location indicated by commentsKevin Leimkuhler-4/+4
2019-01-17Override `Iterator::is_sorted_by` in `slice::Iter` implLukas Kalbertodt-14/+4
2019-01-17Add is_sorted unstable documentationKevin Leimkuhler-3/+26
2019-01-17Add is_sorted impl for [T]Kevin Leimkuhler-1/+1
2019-01-17Add initial impl of is_sorted to IteratorKevin Leimkuhler-0/+35
2019-01-17Point at more cases involving return typesEsteban Küber-0/+3
2019-01-17Avoid pointing at multiple places on return type errorEsteban Küber-8/+2
2019-01-17Point more places where expectation comes fromEsteban Küber-2/+9
2019-01-17Do not give incorrect label for return type mismatchEsteban Küber-0/+117