about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-04-23Auto merge of #60140 - euclio:pulldown-cmark, r=GuillaumeGomezbors-0/+22
2019-04-22Auto merge of #60126 - estebank:continue-eval, r=oli-obkbors-193/+174
2019-04-22Remove needless error in testEsteban Küber-18/+8
2019-04-22review comments: deduplicate testsEsteban Küber-159/+4
2019-04-22Continue evaluating after item-type checkingEsteban Küber-35/+181
2019-04-22Update ui testsvarkor-4/+4
2019-04-22Remove leading newlinesvarkor-11/+3
2019-04-22upgrade rustdoc's pulldown-cmark to 0.4.1Andy Russell-0/+22
2019-04-22Auto merge of #59114 - matthewjasper:enable-migate-2015, r=pnkfelixbors-21885/+5878
2019-04-22update tests for migrate mode by defaultMatthew Jasper-21885/+5878
2019-04-22Auto merge of #60053 - Xanewok:serde-save-analysis, r=nrcbors-1/+1
2019-04-21Use sysroot libserialize in newtype_index testIgor Matuszewski-1/+1
2019-04-21Auto merge of #60119 - estebank:bad-recovery, r=davidtwcobors-0/+16
2019-04-21Auto merge of #60132 - davidtwco:issue-60075, r=estebankbors-0/+49
2019-04-20Auto merge of #60088 - varkor:async_await-method-feature-gate, r=cramertjbors-6/+41
2019-04-20Update error message in testvarkor-2/+1
2019-04-20Check async in trait methodsvarkor-5/+26
2019-04-20Fix additional variadic typosvarkor-2/+2
2019-04-20Add test for async fn methods feature gatingvarkor-4/+19
2019-04-20Auto merge of #59826 - llogiq:multi-dbg, r=SimonSapinbors-0/+22
2019-04-20Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obkbors-1/+1
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-925/+546
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