about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-06-06Auto merge of #50699 - Zoxc:blocking-queries, r=mwbors-24/+25
2018-06-06Auto merge of #51263 - cramertj:futures-in-core, r=aturonbors-0/+95
2018-06-06Add Future and task system to the standard libraryTaylor Cramer-0/+95
2018-06-06Auto merge of #51201 - estebank:dotdot, r=petrochenkovbors-9/+34
2018-06-06Create thread-poolJohn Kåre Alsaker-24/+25
2018-06-06Auto merge of #51316 - oli-obk:const_err, r=nikomatsakisbors-163/+593
2018-06-06Auto merge of #50844 - bjorn3:adhoc_compiller_calls, r=nrcbors-12/+15
2018-06-05Rebase falloutOliver Schneider-3/+12
2018-06-05Satisfy the untiring tidyOliver Schneider-2/+2
2018-06-05Properly report transitive errorsOliver Schneider-9/+208
2018-06-05Referring to erroneous constants in promoteds must abort the buildOliver Schneider-31/+277
2018-06-05Refactor the const eval diagnostic APIOliver Schneider-131/+107
2018-06-05Add AdHocCalls and pass self to build_controller as Box<Self>bjorn3-12/+15
2018-06-05Account for comma in suggestionEsteban Küber-3/+3
2018-06-05Improve diagnostics for incorrect `..` usageEsteban Küber-3/+35
2018-06-05Accept `..` in incorrect position to avoid further errorsEsteban Küber-8/+1
2018-06-05Rollup merge of #51358 - barzamin:tests-39963, r=oli-obkMark Simulacrum-0/+29
2018-06-05Rollup merge of #51343 - glaubitz:sparc64-tests, r=shepmasterMark Simulacrum-8/+29
2018-06-05Rollup merge of #51308 - fanzier:const-prop-array-bounds-check, r=oli-obkMark Simulacrum-12/+28
2018-06-05Rollup merge of #51256 - GuillaumeGomez:fix-rustdoc-crate-name, r=QuietMisdre...Mark Simulacrum-0/+13
2018-06-05Auto merge of #51140 - GuillaumeGomez:doc-keyword, r=QuietMisdreavusbors-0/+48
2018-06-05Fix testsFabian Zaiser-2/+7
2018-06-05Fix tidyFabian Zaiser-1/+1
2018-06-05Propagate uses of constants correctly so that array index checks workFabian Zaiser-10/+21
2018-06-05Auto merge of #51242 - ytausky:mut-ref, r=estebankbors-2/+47
2018-06-04tests that #39963 is fixed on MIR borrowckErin Moon-0/+29
2018-06-04Auto merge of #51307 - oli-obk:miri_fixes, r=eddybbors-0/+41
2018-06-04test: Ignore some problematic tests on sparc and sparc64John Paul Adrian Glaubitz-8/+29
2018-06-04Fix crate-name option in rustdocGuillaume Gomez-0/+13
2018-06-04Auto merge of #51328 - oli-obk:no_union_promotion, r=eddybbors-48/+49
2018-06-04Add missing ui testsGuillaume Gomez-0/+24
2018-06-04Add even more testsGuillaume Gomez-0/+3
2018-06-04Put doc keyword behind feature flagGuillaume Gomez-0/+2
2018-06-04Add doc keyword supportGuillaume Gomez-0/+19
2018-06-04Auto merge of #51334 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-0/+32
2018-06-03Rollup merge of #51299 - faern:const-int-ops, r=oli-obkMark Simulacrum-0/+32
2018-06-03Auto merge of #51111 - kennytm:intralink-resolution-failure-line-numbers, r=G...bors-1/+36
2018-06-03turn run-make test into a run-make-fulldeps testJorge Aparicio-0/+0
2018-06-03Deduplicate and fix a testOliver Schneider-48/+11
2018-06-03Do not promote union field accessesOliver Schneider-0/+38
2018-06-03add more testsJorge Aparicio-0/+115
2018-06-03reject `fn panic_impl<T>(_: &PanicInfo) -> !`Jorge Aparicio-0/+23
2018-06-03implement #[panic_implementation]Jorge Aparicio-9/+159
2018-06-03Show which line the link is coming from.kennytm-0/+15
2018-06-03Ignore i128 test on asmjsLinus Färnstrand-4/+9
2018-06-03Point to the rustdoc attribute where intralink resolution failed.kennytm-1/+21
2018-06-03Auto merge of #51319 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-5/+5
2018-06-02Rollup merge of #51313 - euclio:variant-name-suggestion-fix, r=oli-obkMark Simulacrum-2/+2
2018-06-02Rollup merge of #51143 - Mark-Simulacrum:issue-50826, r=cramertjMark Simulacrum-3/+3
2018-06-03Pass literal through black_boxLinus Färnstrand-4/+8