summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-03-31proc_macro: Tweak doc comments and negative literalsAlex Crichton-3/+84
2018-03-31Shorten deprecation notevarkor-1/+1
2018-03-31Add ignore reasonPhlosioneer-1/+1
2018-03-31Remove whitespacePhlosioneer-2/+2
2018-03-31Auto merge of #49500 - oli-obk:mir_dep_graph, r=michaelwoeristerbors-0/+20
2018-03-31Fix tidy trailing newlinesPhlosioneer-2/+0
2018-03-31Add test for rustdoc ignore testPhlosioneer-0/+17
2018-03-31Auto merge of #49459 - GuillaumeGomez:primitive-intra-links, r=QuietMisdreavusbors-0/+19
2018-03-30Add support for variant and types fields for intra linksGuillaume Gomez-0/+33
2018-03-30Auto merge of #49425 - alexcrichton:disallow-inline-always, r=petrochenkovbors-1/+12
2018-03-30Auto merge of #49403 - oli-obk:try2, r=eddybbors-0/+7
2018-03-30Introduce an edge from a const eval to the MIR of all statics it depends onOliver Schneider-0/+20
2018-03-30Auto merge of #49424 - oli-obk:stable_allocid_hash, r=michaelwoeristerbors-0/+28
2018-03-30Auto merge of #49489 - kennytm:rollup, r=kennytmbors-2/+7
2018-03-30Rollup merge of #49484 - cuviper:ignore-ibm-stack-probes, r=alexcrichtonkennytm-0/+5
2018-03-30Rollup merge of #49446 - frewsxcv:frewsxcv-mention-optiono, r=GuillaumeGomezkennytm-2/+2
2018-03-29rustc: Group linked libraries where neededAlex Crichton-0/+63
2018-03-29Ignore stack-probes tests on powerpc/s390x tooJosh Stone-0/+5
2018-03-29Remove unneeded trait implementations titlesGuillaume Gomez-0/+15
2018-03-29Add primitive intra-linksGuillaume Gomez-0/+19
2018-03-29Move alloc::Bound to {core,std}::opsSimon Sapin-1/+1
2018-03-29Fix testManish Goregaokar-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-28added testtinaun-0/+28
2018-03-28Run make tests for file resolutionChris Manchester-0/+50
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-28Explicitly mention `Option` in `?` error message.Corey Farwell-2/+2
2018-03-28Remove adjacent all-const match arm hack.Felix S. Klock II-2/+10
2018-03-28Stabilize match_default_bindingsTaylor Cramer-201/+18
2018-03-28Fix stable hashing of AllocIdsOliver Schneider-0/+28
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-27rustc: Forbid #[inline(always)] with #[target_feature]Alex Crichton-1/+12
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-27Use the actual discriminant instead of always choosing the dataful variantOliver Schneider-0/+7
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