about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-09-14Auto merge of #54088 - matthewjasper:use-reason-in-dlle-errors, r=pnkfelixbors-0/+25
2018-09-14Auto merge of #54080 - PramodBisht:issue/53692, r=estebankbors-0/+51
2018-09-14Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddybbors-7/+32
2018-09-14Rollup merge of #54173 - phansch:suggest_valid_crate_type, r=estebankkennytm-3/+93
2018-09-14Auto merge of #53751 - F001:tuple-struct-self-ctor, r=petrochenkov,varkorbors-34/+216
2018-09-13Auto merge of #54168 - kennytm:rollup, r=kennytmbors-7/+131
2018-09-13Suggest valid crate type if invalidPhilipp Hansch-3/+93
2018-09-14Rollup merge of #53950 - michaelwoerister:more-lto-cli, r=alexcrichtonkennytm-4/+28
2018-09-14Rollup merge of #53829 - alexcrichton:release-debuginfo, r=michaelwoeristerkennytm-3/+8
2018-09-14Rollup merge of #54147 - agnxy:const-eval-test, r=oli-obkkennytm-0/+55
2018-09-13introduce SelfCtorF001-56/+122
2018-09-13implement feature tuple_struct_self_ctorF001-28/+144
2018-09-13resolve: Future proof derive helper attributesVadim Petrochenkov-0/+81
2018-09-13Rollup merge of #53371 - estebank:tuple, r=nikomatsakiskennytm-0/+40
2018-09-12Auto merge of #53409 - GuillaumeGomez:associated-const-value, r=QuietMisdreavusbors-29/+4
2018-09-12Auto merge of #54152 - michaelwoerister:cgu-name-fix, r=alexcrichtonbors-3/+3
2018-09-12Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakisbors-580/+733
2018-09-12Really make CGU names unique across crates.Michael Woerister-3/+3
2018-09-12Add a test that tries to modify static memory at compile-timeAndrew Xu-0/+55
2018-09-12Rollup merge of #54142 - pnkfelix:fix-regression-test-for-16278, r=wesleywiserkennytm-3/+4
2018-09-12Rollup merge of #54087 - ollie27:rustdoc_blanket_impl, r=QuietMisdreavuskennytm-0/+37
2018-09-12Rollup merge of #54072 - blitzerr:master, r=Mark-Simulacrumkennytm-155/+0
2018-09-11Do not emit E0277 on incorrect tuple destructured bindingEsteban Küber-0/+40
2018-09-11Auto merge of #53913 - petrochenkov:biattr4, r=alexcrichtonbors-0/+238
2018-09-11Recover proper regression test for issue #16278.Felix S. Klock II-3/+4
2018-09-11Auto merge of #53873 - nikomatsakis:nll-universe-subtyping-and-pattern-ascrip...bors-139/+395
2018-09-11Add missing #![feature(min_const_fn)] to the newtype_index test.Eduard-Mihai Burtescu-1/+1
2018-09-11Auto merge of #54111 - nikomatsakis:issue-53686-keywords-and-macros, r=alexcr...bors-13/+73
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-580/+733
2018-09-11we now successfully warn about `async` in macro invocationsNiko Matsakis-13/+26
2018-09-11Change debug printing to print in the old concise styleOliver Schneider-7/+7
2018-09-11Use assertion-like static assertionsOliver Schneider-1/+1
2018-09-11Fix const eval of ZST index operations to make the static assertion workOliver Schneider-0/+5
2018-09-11Satisfy tidyOliver Schneider-1/+1
2018-09-11Forbid the upper indices of `IndexVec` indices to allow for niche optimizationsOliver Schneider-0/+20
2018-09-11Auto merge of #51363 - japaric:stable-used, r=cramertjbors-40/+6
2018-09-11resolve: Reserve a few very special names in macro namespaceVadim Petrochenkov-52/+48
2018-09-11resolve: Future proof resolutions for potentially built-in attributesVadim Petrochenkov-0/+242
2018-09-10fix incremental testNiko Matsakis-1/+1
2018-09-10add test caseNiko Matsakis-0/+47
2018-09-10add FIXME related to `ref x` bindingsNiko Matsakis-13/+2
2018-09-10Auto merge of #54093 - petrochenkov:noinner, r=alexcrichtonbors-4/+22
2018-09-10Add rustc SHA to released DWARF debuginfoAlex Crichton-3/+8
2018-09-10propagate user-ascribes types down onto resulting bindingsNiko Matsakis-18/+79
2018-09-10expand the patterns test with a bunch more scenariosNiko Matsakis-5/+172
2018-09-10Auto merge of #54000 - jkozlowski:fix-53174, r=cramertjbors-1/+52
2018-09-10optimize `let x: T = ..` to avoid a temporaryNiko Matsakis-121/+63
2018-09-10WIP remove incorrect nll.stderr reference filesNiko Matsakis-56/+0
2018-09-10fix SCCs containing mixture of universesNiko Matsakis-0/+31
2018-09-10insert `AscribeUserType` for ascriptionsNiko Matsakis-19/+100