about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-04-22smoke-test for async fn with mir-opt-level=0Ralf Jung-0/+15
2020-04-22Rollup merge of #71400 - dtolnay:isavailable, r=petrochenkovDylan DPC-0/+31
2020-04-22Rollup merge of #71256 - cuviper:must_use_replace, r=estebankDylan DPC-1/+2
2020-04-22fix testEsteban Küber-1/+1
2020-04-22Revert old span changeEsteban Küber-10/+10
2020-04-22Tweak wordingEsteban Küber-32/+44
2020-04-22Tweak `'static` suggestion codeEsteban Küber-21/+417
2020-04-22Add help message for missing right operand in conditionAntoni Boucher-0/+2
2020-04-22Rollup merge of #71370 - PankajChaudhary5:ErrorCode-E0696, r=GuillaumeGomezDylan DPC-1/+2
2020-04-22Rollup merge of #71336 - ecstatic-morse:check-consts-asm, r=oli-obkDylan DPC-1/+28
2020-04-22Auto merge of #71424 - Dylan-DPC:rollup-iunh61a, r=Dylan-DPCbors-33/+96
2020-04-22Rollup merge of #71412 - dtolnay:uselessdoc, r=ManishearthDylan DPC-2/+2
2020-04-22Rollup merge of #71337 - Valloric:rustdoc-check-pass, r=GuillaumeGomezDylan DPC-19/+19
2020-04-22Rollup merge of #71214 - GuillaumeGomez:add-error-code-inner-doc-error, r=Dyl...Dylan DPC-2/+4
2020-04-22Rollup merge of #71203 - csmoe:issue-71137, r=csmoeDylan DPC-0/+44
2020-04-22Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obkDylan DPC-10/+27
2020-04-22Update UI testsGuillaume Gomez-2/+4
2020-04-22add message for resolution failure because wrong namespaceYI-0/+15
2020-04-22Auto merge of #71323 - nnethercote:bitcode-in-rlib, r=alexcrichtonbors-0/+5
2020-04-22Add a simple test.Nicholas Nethercote-0/+5
2020-04-21Clarify unused_doc_comments note on macro invocationsDavid Tolnay-2/+2
2020-04-22add test for correct await spancsmoe-0/+44
2020-04-22Rollup merge of #71366 - faern:use-assoc-int-consts3, r=dtolnayYuki Okushi-1/+1
2020-04-22Rollup merge of #70998 - estebank:suggest-impl-trait-empty-fn, r=varkorYuki Okushi-19/+49
2020-04-21proc_macro::is_available()David Tolnay-0/+31
2020-04-21Improve E0308 error message wording againDeeDeeG-40/+32
2020-04-21Assign correct span to new illegal opsDylan MacKenzie-11/+12
2020-04-21Added proper explanation error code E0696pankajchaudhary5-1/+2
2020-04-21Auto merge of #71170 - spastorino:dyn-fnonce-alignment, r=nikomatsakisbors-12/+36
2020-04-21update ref testNiko Matsakis-71/+72
2020-04-21Rollup merge of #71174 - Nokel81:fix-async-main-error, r=petrochenkovDylan DPC-0/+43
2020-04-20Fix show-const-contents rustdoc testLinus Färnstrand-1/+1
2020-04-20const prop: don't special case return placeJonas Schievink-4/+4
2020-04-20Bless 32-bit test outputJonas Schievink-15/+15
2020-04-20Fix codegen and mir-opt testsJonas Schievink-18/+18
2020-04-20Treat RETURN_PLACE as a normal LocalJonas Schievink-2/+2
2020-04-20Ensure tail expression will have a `Ty` for E0746Esteban Küber-14/+20
2020-04-20Suggest `-> impl Trait` and `-> Box<dyn Trait>` on fn that doesn't returnEsteban Küber-17/+41
2020-04-20Rollup merge of #71284 - JOE1994:serialize_id, r=petrochenkovDylan DPC-2/+14
2020-04-20Check that main/start is not asyncSebastian Malton-0/+43
2020-04-20Add error message for using type parameter as the type of a const parametervarkor-6/+10
2020-04-20Make the `structural_match` error diagnostic for const generics clearervarkor-6/+6
2020-04-20Auto merge of #71232 - eddyb:print-const-adts, r=oli-obkbors-35/+35
2020-04-19Bless new miri_unleashed testDylan MacKenzie-2/+13
2020-04-19check '-Zast-json' & '-Zast-json-noexpand' to output legal JSONJOE1994-2/+14
2020-04-20Auto merge of #71007 - Amanieu:deprecate_asm, r=Mark-Simulacrumbors-4/+22
2020-04-19allow(unused_must_use) in issue-23611-enum-swap-in-drop.rsJosh Stone-1/+2
2020-04-19Check for `llvm_asm` in a const contextDylan MacKenzie-0/+15
2020-04-19Moving all rustdoc-ui tests to check-passVal Markovic-19/+19
2020-04-19Rollup merge of #71324 - petrochenkov:passcheck2, r=RalfJungDylan DPC-3/+3