about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-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-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-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
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