about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-03-14Add long error explanation for E0634 #61137Ayush Kumar Mishra-1/+1
2020-03-14Auto merge of #69744 - ecstatic-morse:fix-enum-discr-effect-test, r=oli-obkbors-0/+43
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-58/+62
2020-03-13Auto merge of #69986 - JohnTitor:rollup-h0809mf, r=JohnTitorbors-21/+152
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-13Auto merge of #69155 - chrissimpkins:llvm-globals, r=eddybbors-3/+3
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 #69747 - spastorino:rename-rustc-guide, r=pietroalbiniMazdak Farrokhzad-1/+1
2020-03-12Rollup merge of #69722 - estebank:negative-impl-span-ast, r=CentrilMazdak Farrokhzad-73/+83
2020-03-12support LLVM globals corresponding to miri allocationsChris Simpkins-3/+3
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
2020-03-11Add the "consider importing it directly" label to public imports as wellVadim Petrochenkov-2/+2
2020-03-11make error message less confusingRalf Jung-25/+25
2020-03-11start Miri messages lower-caseRalf Jung-45/+45
2020-03-11generalize InvalidNullPointerUsage to InvalidIntPointerUsageRalf Jung-4/+4
2020-03-11fmt, tweak messages and blessRalf Jung-32/+32
2020-03-11fix expand-to-unstable testRalf Jung-1/+1
2020-03-11resolve: Print import chains on privacy errorsVadim Petrochenkov-6/+46
2020-03-11implement zeroed and uninitialized with MaybeUninitRalf Jung-47/+9
2020-03-11Rollup merge of #69876 - ayushmishra2005:doc/61137-add-long-error-code-e0739,...Mazdak Farrokhzad-0/+1
2020-03-11Rollup merge of #69760 - Centril:parse-expr-improve, r=estebankMazdak Farrokhzad-161/+627
2020-03-11Rollup merge of #66472 - GuillaumeGomez:show-coverage-json, r=ollie27Mazdak Farrokhzad-0/+34
2020-03-11Rollup merge of #69896 - petrochenkov:reqname2, r=CentrilMazdak Farrokhzad-0/+22
2020-03-11Rollup merge of #69891 - Centril:fix-69875, r=varkorMazdak Farrokhzad-0/+43
2020-03-11Rollup merge of #69859 - contrun:fix-62456, r=matthewjasperMazdak Farrokhzad-1/+33
2020-03-11Rollup merge of #69825 - lcnr:discriminant, r=oli-obkMazdak Farrokhzad-0/+40
2020-03-11Rollup merge of #69591 - matthewjasper:query-response-relate, r=nikomatsakisMazdak Farrokhzad-0/+33
2020-03-11Rollup merge of #69373 - tspiteri:const_int_conversion, r=oli-obkMazdak Farrokhzad-2/+0
2020-03-11Rollup merge of #66059 - RalfJung:panic-on-non-zero, r=eddybMazdak Farrokhzad-102/+170
2020-03-11Don't print literal type suffixes if `print_ty` is falseOliver Scherer-1/+1
2020-03-11Print function pointer type for function pointer const genericsOliver Scherer-6/+6
2020-03-11Don't print all zsts as their type as it makes no sense for more complex exam...Oliver Scherer-3/+3
2020-03-11Print leading zeros for non pointersOliver Scherer-1/+1
2020-03-11Reduce special casing in the const pretty printerOliver Scherer-3/+3
2020-03-11Don't print leading zeros on hex dumps constantsOliver Scherer-17/+14
2020-03-11Deduplicate and clean up pretty printing logicOliver Scherer-20/+23
2020-03-10review commentsEsteban Küber-31/+6