about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-28Rollup merge of #49426 - lukaslueg:patch-1, r=kennytmkennytm-5/+3
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-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-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
2018-03-25Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakiskennytm-98/+8
2018-03-25Rollup merge of #49268 - ordovicia:dotdot-pattern-diag, r=petrochenkovkennytm-0/+37
2018-03-25Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertjkennytm-94/+70
2018-03-25Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakiskennytm-19/+40
2018-03-25Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoeristerkennytm-15/+68
2018-03-24Fix impl assoc constant link not workingGuillaume Gomez-0/+26
2018-03-24Auto merge of #49251 - nikomatsakis:issue-15872-elision-impl-header, r=cramertjbors-0/+399
2018-03-23Add a codegen test for exact_div intrinsicScott McMurray-0/+30
2018-03-24Add test for `impl Trait` in argument positionShotaro Yamada-0/+46
2018-03-24Auto merge of #48552 - kennytm:lower-unstable-priority, r=nikomatsakisbors-9/+157
2018-03-24Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakisbors-3/+37
2018-03-24Fix test for PR #49268Hidehito Yabuuchi-11/+4
2018-03-24Filed a proper tracking issue.kennytm-1/+1
2018-03-24Specialize future-incompatibility warning for UNSTABLE_NAME_COLLISION.kennytm-4/+4
2018-03-24When picking a candidate, consider the unstable ones last.kennytm-0/+154
2018-03-24Provide a proper span when demanding for the return type of `box x`.kennytm-9/+3
2018-03-24Fix error annotations in testHidehito Yabuuchi-2/+2