summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-03-24Fix error annotations in testHidehito Yabuuchi-2/+2
2018-03-24Better diagnostics for '..' pattern fragment not in the last positionHidehito Yabuuchi-0/+44
2018-03-23Test fixesAlex Crichton-0/+8
2018-03-23Merge branch '49001_epoch' of https://github.com/klnusbaum/rust into rollupAlex Crichton-7/+7
2018-03-23Merge branch 'master' of https://github.com/Lymia/rust into rollupAlex Crichton-2/+269
2018-03-23Rollup merge of #49295 - csmoe:nll_test_48238, r=alexcrichtonAlex Crichton-0/+30
2018-03-23Rollup merge of #49262 - oli-obk:fixed_size_array_len, r=estebankAlex Crichton-1/+41
2018-03-23Rollup merge of #49169 - sanxiyn:doc-only, r=aturonAlex Crichton-0/+2
2018-03-23Rollup merge of #49160 - estebank:issue-47457-missing-fields, r=oli-obkAlex Crichton-9/+44
2018-03-23Rollup merge of #49030 - Zoxc:misc, r=michaelwoeristerAlex Crichton-2/+1
2018-03-23Rollup merge of #48909 - RalfJung:type_alias_bounds, r=petrochenkovAlex Crichton-65/+164
2018-03-23Rollup merge of #48883 - alexcrichton:wasm-custom-sections, r=nikomatsakisAlex Crichton-0/+411
2018-03-23Rollup merge of #48624 - bdrewery:freebsd-posix-spawn, r=alexcrichtonAlex Crichton-0/+23
2018-03-23Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAusAlex Crichton-30/+22
2018-03-23Fixed issues with incremental tests.David Wood-1/+1
2018-03-23Updated MIR with UserAssertTy in mir-opt tests.David Wood-2/+5
2018-03-23Stabilize the copy_closures and clone_closures featuresSimon Sapin-98/+8
2018-03-23add test for issue-48238csmoe-0/+30
2018-03-22Added flag to disable user type assertion.David Wood-0/+1
2018-03-22Updated test with expected error message.David Wood-2/+16
2018-03-22Added initial test for #47184David Wood-0/+16
2018-03-22permit `'_` and `&T` in impl headersNiko Matsakis-0/+357
2018-03-22add new test for `dyn<Trait + '_>` used in a structNiko Matsakis-0/+42
2018-03-22rustc: Add a `#[wasm_import_module]` attributeAlex Crichton-2/+147
2018-03-22rustc: Add a `#[wasm_custom_section]` attributeAlex Crichton-0/+266
2018-03-22Auto merge of #49210 - oli-obk:pango_crash, r=eddybbors-0/+27
2018-03-22Rollup merge of #49244 - varkor:type_dependent_defs_ExprMethodCall, r=estebankkennytm-0/+33
2018-03-22Rollup merge of #49211 - varkor:chalk-lowering-Implemented-From-Env, r=nikoma...kennytm-0/+30
2018-03-22Rollup merge of #49189 - GuillaumeGomez:fix-implied-shortcut-links, r=QuietMi...kennytm-0/+18
2018-03-22Rollup merge of #49158 - varkor:compiletest-triples, r=rkruppekennytm-0/+10
2018-03-22Rollup merge of #49140 - semarie:rustdoc-test-path, r=alexcrichtonkennytm-1/+1
2018-03-22Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebankkennytm-2/+1
2018-03-22Rollup merge of #49109 - SimonSapin:deprecate-asciiext, r=alexcrichtonkennytm-2/+0
2018-03-22Fix the conversion between bit representations and i128 representationsOliver Schneider-0/+27
2018-03-22Rollup merge of #48759 - QuietMisdreavus:simd-feature-docs, r=GuillaumeGomezkennytm-0/+24
2018-03-22Produce nice array lengths on a best effort basisOliver Schneider-1/+41
2018-03-22Auto merge of #49041 - nikomatsakis:issue-46541-impl-trait-hidden-lifetimes, ...bors-5/+127
2018-03-21termination_trait: Make error message more helpfulTyler Mandry-5/+6
2018-03-21add target_feature items to doc_cfg rustdoc testQuietMisdreavus-0/+24
2018-03-21Moved test to uivarkor-0/+18
2018-03-21termination_trait: Put examples in error help, not labelTyler Mandry-3/+3
2018-03-21Fix type_dependent_defs ICE on method callsvarkor-0/+15
2018-03-21Deprecate the AsciiExt trait in favor of inherent methodsSimon Sapin-2/+0
2018-03-21WIP fix mir-opt-end-region-8Niko Matsakis-2/+4
2018-03-21use subtyping when we create a closure instead of for upvar typesNiko Matsakis-3/+34
2018-03-21report an error if we see an unexpected lifetime in impl TraitNiko Matsakis-0/+89
2018-03-21Use NOTE instead of error-pattern directiveTyler Mandry-1/+2
2018-03-21termination_trait: Add () example to error messageTyler Mandry-2/+2
2018-03-21Auto merge of #49200 - oli-obk:extern_static_metadata, r=michaelwoeristerbors-0/+21
2018-03-21Make resuming generators unsafe instead of the creation of immovable generato...John Kåre Alsaker-94/+70