about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-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
2020-03-10Ignore `mir-opt` test when panic=abortDylan MacKenzie-0/+2
2020-03-10Add `mir-opt` test for better drop elaborationDylan MacKenzie-0/+41
2020-03-10rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.orgSantiago Pastorino-1/+1
2020-03-10Rename rustc guide to rustc dev guideSantiago Pastorino-1/+1
2020-03-10Rename rustc-guide to rustc-dev-guideSantiago Pastorino-1/+1
2020-03-10parse: Tweak the function parameter edition checkVadim Petrochenkov-0/+22
2020-03-10Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddybbors-205/+124
2020-03-10Matrix::push: recursively expand or-patternsMazdak Farrokhzad-0/+43
2020-03-10explain the use of a custom identity functionBastian Kauschke-0/+3
2020-03-10parse_if_expr: recover on attributesMazdak Farrokhzad-56/+59
2020-03-10trait-object-lifetime-parens: improve recovery.Mazdak Farrokhzad-27/+29
2020-03-10use check_path moreMazdak Farrokhzad-1/+1
2020-03-10simplify & improve parse_ty_tuple_or_parensMazdak Farrokhzad-43/+89
2020-03-10issue 68890: add more minimal reproMazdak Farrokhzad-0/+17
2020-03-10error_block_no_opening_brace: handle closures betterMazdak Farrokhzad-10/+10
2020-03-10block-no-opening-brace: add another statementMazdak Farrokhzad-44/+45
2020-03-10parser: add note for `'label expr`.Mazdak Farrokhzad-0/+12
2020-03-10parse_labeled_expr: add a suggestion on missing colon.Mazdak Farrokhzad-11/+18