about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2020-04-19Rollup merge of #71317 - RalfJung:unleash-inline-asm, r=ecstatic-morseDylan DPC-0/+25
2020-04-19Rollup merge of #71310 - JohnTitor:dont-did, r=estebankDylan DPC-2/+24
2020-04-19Rollup merge of #71026 - seiyab:issue-64362-adhoc, r=varkorDylan DPC-1/+21
2020-04-19Fix commentRalf Jung-3/+2
2020-04-19Fix some tests failing in `--pass check` modeVadim Petrochenkov-3/+3
2020-04-19Rollup merge of #71188 - Duddino:fix, r=matthewjasperDylan DPC-2/+10
2020-04-19test for false "never constructed" warnings for `Self::` variant pathsjakubadamw-1/+21
2020-04-19miri-unleash test for llvm_asmRalf Jung-0/+26
2020-04-19Auto merge of #70015 - jonas-schievink:gen-needs-drop, r=matthewjasperbors-39/+65
2020-04-19Auto merge of #69793 - estebank:predicate-obligations-4, r=nikomatsakisbors-118/+212
2020-04-18On `FnDef` type annotation suggestion, use fn-pointer outputEsteban Küber-0/+16
2020-04-19Do not show DefId in diagnosticsYuki Okushi-2/+24
2020-04-18Add label to item source of bound obligationEsteban Küber-59/+59
2020-04-18Do not emit note for projected derived obligationsEsteban Küber-44/+0
2020-04-18Remove `AssocTypeBound` and propagate bound `Span`sEsteban Küber-88/+55
2020-04-18Maintain chain of derived obligationsEsteban Küber-0/+171
2020-04-19Rollup merge of #71276 - RalfJung:miri-unleash-box, r=ecstatic-morseDylan DPC-0/+29
2020-04-18Add regression test for #69654Alex Macleod-0/+32
2020-04-18Make Box<dyn FnOnce> respect self alignmentSantiago Pastorino-12/+36
2020-04-18Detect mistyped associated consts in `Instance::resolve`.Eduard-Mihai Burtescu-10/+27
2020-04-18Auto merge of #71218 - eddyb:a-lifetime-stranded-in-fn-def, r=nikomatsakisbors-0/+13