about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-06-14Added proper explanation of ErrorCode-E0687pankajchaudhary5-0/+2
2020-06-14Diagnose use of incompatible sanitizersTomasz Miąsko-3/+12
2020-06-13fixup! Note numeric literals that can never fit in an expected typeAyaz Hafiz-7/+7
2020-06-13Note numeric literals that can never fit in an expected typeAyaz Hafiz-0/+108
2020-06-13Make new type param suggestion more targettedEsteban Küber-0/+14
2020-06-13Add tests for `const_precise_live_drops`Dylan MacKenzie-9/+49
2020-06-13Add error note when trying fn as Fn traitCaleb Zulawski-4/+53
2020-06-13Rollup merge of #73308 - yerke:fix-pretty-asm-rs-test-for-aarch64, r=AmanieuDylan DPC-0/+2
2020-06-13compiletest: Add directives to detect sanitizer supportTomasz Miąsko-25/+22
2020-06-13Don't run test on emscripten which doesn't have threadsAmanieu d'Antras-0/+1
2020-06-13run const_eval_raw with root_spanRalf Jung-4/+4
2020-06-13avoid computing precise span for const_eval queryRalf Jung-2/+2
2020-06-13pretty/asm.rs should only be tested for x86_64 and not AArch64Yerkebulan Tulibergenov-0/+2
2020-06-13Don't implement Fn* traits for #[target_feature] functionsCaleb Zulawski-0/+63
2020-06-13Prefer the associated consts for pattern matching errorLzu Tao-136/+136
2020-06-12Allow more ui tests for SGXMohsen Zohrevandi-5/+1
2020-06-12Auto merge of #73262 - wesleywiser:simplifyarmidentity_beta_regression, r=oli...bors-61/+82
2020-06-12Disable the `SimplifyArmIdentity` pass on betaWesley Wiser-61/+82
2020-06-12Rollup merge of #73225 - tmandry:issue-73050, r=oli-obkDylan DPC-0/+12
2020-06-12Rollup merge of #73178 - petrochenkov:explint, r=varkorDylan DPC-0/+83
2020-06-12Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnayDylan DPC-119/+119
2020-06-12fix const_prop spans and re-bless testsRalf Jung-26/+29
2020-06-12Auto merge of #69478 - avr-rust:avr-support-upstream, r=jonas-schievinkbors-2/+23
2020-06-11Use `fn_span` to point to the actual method callAaron Hill-19/+19
2020-06-12Rollup merge of #73195 - ayazhafiz:i/73145, r=estebankDylan DPC-0/+2025
2020-06-12Rollup merge of #73163 - ayushmishra2005:61137-add-long-error-code-e0724, r=d...Dylan DPC-0/+1
2020-06-12Rollup merge of #73033 - Amanieu:asm-tls, r=oli-obkDylan DPC-5/+47
2020-06-11Explain move errors that occur due to method calls involving `self`Aaron Hill-42/+453
2020-06-11Add long error explanation for E0724Ayush Kumar Mishra-0/+1
2020-06-11Rollup merge of #73230 - Amanieu:asm-unused2, r=petrochenkovDylan DPC-1/+21
2020-06-11Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasperDylan DPC-2/+30
2020-06-11Rollup merge of #73169 - Amanieu:asm-warnings, r=petrochenkovDylan DPC-1/+16
2020-06-11Rollup merge of #73012 - Aaron1011:feature/span-debug-ctxt, r=matthewjasperDylan DPC-30/+30
2020-06-11Rollup merge of #72180 - euclio:rustdoc-test-extra-space, r=Dylan-DPCDylan DPC-0/+22
2020-06-11Fix NLL testMatthew Jasper-2/+2
2020-06-11fixup! Provide suggestion to convert numeric op LHS rather than unwrapping RHSAyaz Hafiz-138/+463
2020-06-11Provide suggestion to convert numeric op LHS rather than unwrapping RHSAyaz Hafiz-0/+1700
2020-06-11Add more tests for type alias impl TraitMatthew Jasper-0/+163
2020-06-11Forbid lifetime elision in let position impl TraitMatthew Jasper-20/+26
2020-06-11Stop special casing top level TAITMatthew Jasper-291/+213
2020-06-11Check associated opaque types in check_opaque_typesMatthew Jasper-18/+36
2020-06-11Rollup merge of #73183 - Manishearth:intra-doc-macro, r=GuillaumeGomezDylan DPC-0/+62
2020-06-11Rollup merge of #73164 - GuillaumeGomez:add-e0761, r=petrochenkovDylan DPC-2/+4
2020-06-11Rollup merge of #72941 - nagisa:ensure-stack-for-match, r=oli-obkDylan DPC-0/+5208
2020-06-11Rollup merge of #72380 - lcnr:const_context, r=estebankDylan DPC-23/+24
2020-06-11Auto merge of #71896 - spastorino:existential-assoc-types-variance, r=nikomat...bors-3/+50
2020-06-11Add a suggestion to use unused asm arguments in commentsAmanieu d'Antras-1/+21
2020-06-10Allow inference regions when relating constsTyler Mandry-0/+12
2020-06-10fix rebaseEsteban Küber-1/+4
2020-06-10Fix pprust-expr-roundtripAaron Hill-2/+2