about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-03-29Ignore stack-probes tests on powerpc/s390x tooJosh Stone-0/+5
2018-03-29Move alloc::Bound to {core,std}::opsSimon Sapin-1/+1
2018-03-29Auto merge of #49291 - tejom:check-for-known-but-incorrect-attributes, r=petr...bors-0/+48
2018-03-29Auto merge of #49458 - cramertj:stable-underscore-lt, r=nikomatsakisbors-70/+18
2018-03-29Stabilize underscore lifetimesTaylor Cramer-70/+18
2018-03-28Auto merge of #49460 - kennytm:rollup, r=kennytmbors-13/+75
2018-03-28Rollup merge of #49442 - GuillaumeGomez:text-overlap, r=QuietMisdreavuskennytm-12/+12
2018-03-28Rollup merge of #49428 - cuviper:llvm6-target_feature, r=alexcrichtonkennytm-1/+5
2018-03-28Rollup merge of #49427 - Manishearth:rustdoc-impl-trait-extern, r=GuillaumeGomezkennytm-0/+58
2018-03-28Auto merge of #49394 - cramertj:stable-match-bindings, r=nikomatsakisbors-201/+18
2018-03-28Fix text overlapGuillaume Gomez-12/+12
2018-03-28Stabilize match_default_bindingsTaylor Cramer-201/+18
2018-03-28Auto merge of #49383 - nox:scalarpair, r=eddybbors-0/+6
2018-03-28Auto merge of #49304 - sinkuu:impl_trait_rustdoc, r=QuietMisdreavusbors-0/+46
2018-03-27rustdoc: Add test for foreign impl trait with boundsManish Goregaokar-0/+58
2018-03-27Enable target_feature on any LLVM 6+Josh Stone-1/+5
2018-03-28Rollup merge of #49426 - lukaslueg:patch-1, r=kennytmkennytm-5/+3
2018-03-27Add extra test for expressions and fix typo in messagematthew-2/+8
2018-03-27Auto merge of #49305 - SimonSapin:fallible, r=sfacklerbors-5/+3
2018-03-27Rollup merge of #49369 - petrochenkov:rprint, r=oli-obkkennytm-8/+0
2018-03-27Rollup merge of #49333 - GuillaumeGomez:link-assoc-const, r=QuietMisdreavuskennytm-0/+26
2018-03-27Rollup merge of #49223 - GuillaumeGomez:propose-variant-for-E0599, r=cramertjkennytm-0/+4
2018-03-27Auto merge of #49249 - gnzlbg:simd_minmax, r=alexcrichtonbors-0/+100
2018-03-26Remove an unnecessary/incorrect match in the expression check functionmatthew-3/+9
2018-03-26Stabilize the TryFrom and TryInto traitsSimon Sapin-5/+3
2018-03-27Fix pretty-printing for raw identifiersVadim Petrochenkov-8/+0
2018-03-26Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisabors-168/+25
2018-03-26Check for known but incorrect attributesmatthew-0/+36
2018-03-26Allow niche-filling dataful variants to be represented as a ScalarPairAnthony Ramine-0/+6
2018-03-26Remove library feature testMark Mansi-17/+0
2018-03-26Fix e0658 ui testMark Mansi-7/+12
2018-03-26update testMark Mansi-7/+7
2018-03-26Fix missed i128 feature gatesMark Mansi-49/+2
2018-03-26Stabilize i128 feature tooMark Mansi-1/+1
2018-03-26Stabilize i128_typeMark Mansi-94/+10
2018-03-26Auto merge of #48346 - emilio:pgo, r=alexcrichtonbors-0/+38
2018-03-26Auto merge of #49255 - cramertj:stable-impl-trait, r=nikomatsakisbors-171/+52
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-117/+46
2018-03-26fix testsgnzlbg-2/+3
2018-03-26set min-llvm-version 6.0, ignore-emscriptengnzlbg-0/+4
2018-03-26add testsgnzlbg-0/+95
2018-03-26Stabilize universal_impl_traitTaylor Cramer-59/+11
2018-03-26Auto merge of #49351 - pthariensflame:patch-1, r=oli-obkbors-2/+2
2018-03-26Auto merge of #49297 - scottmcm:offset-from, r=dtolnaybors-0/+30
2018-03-25Modify testsAlexander Ronald Altman-2/+2
2018-03-25pgo: Move the tests to run-make-fulldeps, and make the profile file be in the...Emilio Cobos Álvarez-2/+2
2018-03-25librustc_trans: Mark some profiler symbols as exported to avoid LTO removing ...Emilio Cobos Álvarez-0/+19
2018-03-25librustc: Convert -C pgo-gen and -C pgo-use into -Z flags.Emilio Cobos Álvarez-1/+1
2018-03-25Test that pgo-gen works properly.Emilio Cobos Álvarez-0/+19
2018-03-25Auto merge of #49141 - gnzlbg:simd_select, r=alexcrichtonbors-0/+237