about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-03-17Rollup merge of #70000 - petrochenkov:rawkeypars, r=davidtwcoMazdak Farrokhzad-1/+23
2020-03-17Rollup merge of #69881 - Centril:fix-69485, r=oli-obkMazdak Farrokhzad-0/+18
2020-03-17Rollup merge of #69870 - petrochenkov:cfgacc, r=matthewjasperMazdak Farrokhzad-0/+186
2020-03-17Rollup merge of #69811 - petrochenkov:privdiag2, r=estebankMazdak Farrokhzad-6/+46
2020-03-17Ignore wasm3212101111-0/+1
2020-03-16Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakisbors-0/+473
2020-03-16Make macro metavars respect (non-)hygieneMatthew Jasper-0/+53
2020-03-16Auto merge of #67133 - oli-obk:it_must_be_a_sign, r=eddybbors-16/+16
2020-03-16init-large-type test needs optimizationsRalf Jung-0/+1
2020-03-16Rollup merge of #69867 - ayushmishra2005:doc/61137-add-long-error-code-e0628,...Dylan DPC-0/+1
2020-03-16Rollup merge of #69520 - kornelski:e69492, r=cramertjDylan DPC-8/+8
2020-03-16Rollup merge of #69998 - ayushmishra2005:doc/61137-add-long-error-code-e0634,...Dylan DPC-1/+1
2020-03-16Rollup merge of #69995 - contrun:add-context-to-literal-overflow, r=ecstatic-...Dylan DPC-6/+68
2020-03-16Rollup merge of #69917 - GuillaumeGomez:cleanup-e0412, r=Dylan-DPCDylan DPC-1/+1
2020-03-15VariantSizeDifferences: bail on SizeOverflowMazdak Farrokhzad-0/+18
2020-03-15Rollup merge of #70011 - petrochenkov:asyncice, r=CentrilMazdak Farrokhzad-0/+13
2020-03-15Rollup merge of #70006 - petrochenkov:fresh, r=CentrilMazdak Farrokhzad-0/+88
2020-03-15Consider well-formed predicates in min-specializationMatthew Jasper-0/+59
2020-03-15Implement soundness check for min_specializationMatthew Jasper-0/+382
2020-03-15Add attributes to allow specializing on traitsMatthew Jasper-0/+32
2020-03-15resolve: Prevent fresh bindings from shadowing ambiguity itemsVadim Petrochenkov-0/+88
2020-03-15Add more context to the literal overflow messageYI-6/+68
2020-03-15Rollup merge of #69993 - ayushmishra2005:doc/61137-add-long-error-code-e0693,...Dylan DPC-0/+1
2020-03-15Rollup merge of #69498 - mark-i-m:describe-it-2, r=matthewjasperDylan DPC-175/+175
2020-03-15def_collector: Fully visit async functionsVadim Petrochenkov-0/+13
2020-03-14Update ui testsGuillaume Gomez-1/+1
2020-03-14resolve: Fix regression in resolution of raw keywords in pathsVadim Petrochenkov-1/+23
2020-03-14Fix rebase falloutJonas Schievink-2/+2
2020-03-14Add a test for generator discriminantsJonas Schievink-0/+134
2020-03-14Use smaller discriminants for generatorsJonas Schievink-22/+22
2020-03-14increase slack for stack size testRalf Jung-2/+2
2020-03-14Add long error explanation for E0634 #61137Ayush Kumar Mishra-1/+1
2020-03-14Add long error explanation for E0693 #61137Ayush Kumar Mishra-0/+1
2020-03-14Auto merge of #69716 - jonas-schievink:generator-size, r=tmandrybors-1/+33
2020-03-13Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrumbors-56/+23
2020-03-14Rollup merge of #69966 - JohnTitor:more-more-tests, r=CentrilYuki Okushi-0/+128
2020-03-14Rollup merge of #69960 - RalfJung:abort, r=oli-obkYuki Okushi-1/+1
2020-03-14Rollup merge of #69460 - LeSeulArtichaut:move-compile-pass, r=RalfJungYuki Okushi-20/+23
2020-03-13bless testsRalf Jung-1/+1
2020-03-13Add test for issue-69092Yuki Okushi-0/+21
2020-03-13Add test for issue-67739Yuki Okushi-0/+26
2020-03-13Add test for issue-62504Yuki Okushi-0/+33
2020-03-13Add test for issue-60390Yuki Okushi-0/+8
2020-03-13Add test for issue-58490Yuki Okushi-0/+40
2020-03-12update testsMark Mansi-175/+175
2020-03-12Move some more tests to `check-pass`LeSeulArtichaut-3/+6
2020-03-12Move some const-eval `build-pass` tests to `check-pass`LeSeulArtichaut-20/+20
2020-03-12Rollup merge of #69722 - estebank:negative-impl-span-ast, r=CentrilMazdak Farrokhzad-73/+83
2020-03-12Remove fn special casing in const printingOliver Scherer-1/+1
2020-03-11Fix cycle error when emitting suggestion for mismatched `fn` typeAaron Hill-0/+71