about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-04-20Auto merge of #59826 - llogiq:multi-dbg, r=SimonSapinbors-0/+22
2019-04-20Fix fn front matter parsing ICE from invalid code.David Wood-0/+49
2019-04-19extend ui testAndre Bogus-0/+22
2019-04-19Remove assumption from recovery codeEsteban Küber-0/+16
2019-04-19Some cleanup to `maybe_parse_struct_expr`Vadim Petrochenkov-36/+13
2019-04-19remove duplicated code and simplify logicEsteban Küber-5/+80
2019-04-19Identify missing ambiguous case with best effort suggestionEsteban Küber-0/+47
2019-04-19Emit specific error for struct literal in conditionsEsteban Küber-199/+109
2019-04-19Auto merge of #60073 - rchaser53:issue-60049, r=estebankbors-10/+55
2019-04-19avoid type-check body of DefIdrchaser53-10/+55
2019-04-19Rollup merge of #60064 - estebank:issue-59980, r=varkorMazdak Farrokhzad-12/+12
2019-04-19Rollup merge of #60061 - estebank:field-sugg, r=davidtwcoMazdak Farrokhzad-20/+48
2019-04-19Rollup merge of #60060 - mtak-:rtm-x86-feature, r=petrochenkovMazdak Farrokhzad-1/+2
2019-04-19Rollup merge of #60052 - varkor:unused-parameter-diagnostic, r=estebankMazdak Farrokhzad-19/+19
2019-04-18Suggest appropriate path when calling associated item on bare typesEsteban Küber-0/+35
2019-04-18Fix rebaseEsteban Küber-1/+1
2019-04-18review comments: change wordingEsteban Küber-4/+4
2019-04-18Change suggestion of field when not in self contextEsteban Küber-20/+48
2019-04-18Update testsvarkor-19/+19
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-923/+545
2019-04-18Auto merge of #60058 - varkor:const-generics-ty-refactor, r=cramertjbors-0/+14
2019-04-18Auto merge of #60048 - estebank:issue-54954, r=sanxiynbors-0/+35
2019-04-18Auto merge of #60051 - estebank:fn-sugg, r=davidtwcobors-15/+7
2019-04-17Give custom error for E0277 on `?` error caseEsteban Küber-6/+6
2019-04-17Point at try `?` on errors affecting the err match arm of the desugared codeEsteban Küber-6/+6
2019-04-17whitelist rtm x86 cpu featuretyler-1/+2
2019-04-18Add a test for unused const parametersvarkor-0/+14
2019-04-18Rollup merge of #60037 - eddyb:actually-its-param, r=estebankMazdak Farrokhzad-18/+18
2019-04-17Do not mention missing `PartialOrd` impl when involving uncalled fnsEsteban Küber-15/+7
2019-04-17Auto merge of #59527 - matklad:sized-index, r=Centrilbors-0/+23
2019-04-17Fix ICE on const evaluation of const methodEsteban Küber-0/+35
2019-04-17add a test for unsized indexAleksey Kladov-0/+23
2019-04-17Resolve inconsistency in error messages between "parameter" and "variable".Eduard-Mihai Burtescu-18/+18
2019-04-17Rollup merge of #59646 - JohnTitor:improve-wording, r=oli-obkMazdak Farrokhzad-18/+19
2019-04-17Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddybMazdak Farrokhzad-71/+72
2019-04-16Don't test json with color codes on windowsOliver Scherer-53/+54
2019-04-16Auto merge of #59769 - RalfJung:compiletest-normalization, r=alexcrichtonbors-6/+85
2019-04-16this panic occurs not just on Windows, normalize it away everywhereRalf Jung-6/+6
2019-04-16Rollup merge of #59993 - euclio:unused-ref-field, r=estebankMazdak Farrokhzad-0/+107
2019-04-16Rollup merge of #59903 - estebank:after-main, r=oli-obkMazdak Farrokhzad-0/+49
2019-04-16Fix testsYuki OKUSHI-18/+19
2019-04-15normalize away some Windows-only panic printingRalf Jung-3/+15
2019-04-15include mode in unused binding suggestion spanAndy Russell-0/+107
2019-04-15Update testJohn Kåre Alsaker-182/+186
2019-04-15Preallocate BUILTIN_ATTRIBUTES symbols and use a hash map instead of loopingJohn Kåre Alsaker-2/+2
2019-04-14Auto merge of #59335 - Aaron1011:fix/extern-priv-final, r=Aaron1011bors-1/+1
2019-04-14Rollup merge of #59936 - petrochenkov:confict, r=davidtwcoMazdak Farrokhzad-0/+12
2019-04-14Rollup merge of #59896 - estebank:dedup-spans, r=davidtwcoMazdak Farrokhzad-0/+27
2019-04-14Address review commentsVadim Petrochenkov-0/+3
2019-04-14Fix cross-crate visibility of fictive variant constructorsVadim Petrochenkov-0/+9