about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-01-30Allow access of the state field before the generator transform. Fixes #47482,...John Kåre Alsaker-18/+18
2018-01-29Require yield types to be sizedJohn Kåre Alsaker-0/+43
2018-01-29Make `yield_in_scope_for_expr` work with patterns. Fixes #47758John Kåre Alsaker-0/+33
2018-01-28Auto merge of #47800 - Pulkit07:issue47755, r=sfacklerbors-1/+1
2018-01-28Auto merge of #47794 - etaoins:fix-ice-on-const-eval-of-union-field, r=eddybbors-0/+45
2018-01-28Auto merge of #47767 - estebank:as-suggestion, r=petrochenkovbors-0/+27
2018-01-28Auto merge of #47671 - alexcrichton:trans-c-api-only, r=Mark-Simulacrumbors-53/+26
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-53/+26
2018-01-28Auto merge of #47746 - varkor:never-type-ice, r=nikomatsakisbors-0/+46
2018-01-27Auto merge of #47420 - davidtwco:issue-46885, r=estebankbors-14/+14
2018-01-27Fix new test from rebase.David Wood-1/+1
2018-01-27Updated tests with fixed span location.David Wood-13/+13
2018-01-27Auto merge of #46450 - Gilnaa:libtest_json_output, r=nrcbors-0/+74
2018-01-27libtest: Fixed call to python in run-makeGilad Naaman-1/+1
2018-01-27Auto merge of #47690 - estebank:for-block-277, r=nikomatsakisbors-31/+45
2018-01-27don't mention tasks in stability warnings of #[thread_local] #47755Pulkit Goyal-1/+1
2018-01-27Expand union test to include different typesRyan Cumming-7/+26
2018-01-27Fix ICE on const eval of union fieldRyan Cumming-0/+26
2018-01-26Instead of modifying the item's span synthesize itEsteban Küber-2/+3
2018-01-26Don't add "in this macro invocation" label to desugared spansEsteban Küber-20/+4
2018-01-26Modify spans of expanded expressionEsteban Küber-17/+15
2018-01-26libtest: Split-up formatters.rs into smaller modulesGilad Naaman-2/+13
2018-01-26libtest: Added UI tests for --format=jsonGilad Naaman-0/+63
2018-01-26Auto merge of #47748 - alexcrichton:rollup, r=alexcrichtonbors-74/+665
2018-01-26Ignore a test on emscriptenAlex Crichton-0/+2
2018-01-26Add clarifying comment regarding the trailing type of a blockvarkor-1/+1
2018-01-26Fix a test case on WindowsAlex Crichton-0/+5
2018-01-26Merge branch 'mlsm' of https://github.com/dotdash/rust into rollupAlex Crichton-0/+66
2018-01-26Merge branch 'android-run-pass' of https://github.com/malbarbo/rust into rollupAlex Crichton-24/+5
2018-01-26Merge branch 'fix-regression' of https://github.com/estebank/rust into rollupAlex Crichton-0/+37
2018-01-26Merge branch 'rustdoc_masked' of https://github.com/ollie27/rust into rollupAlex Crichton-2/+60
2018-01-26Merge branch 'simd-always-mem' of https://github.com/alexcrichton/rust into r...Alex Crichton-3/+182
2018-01-26Merge branch 'explain' of https://github.com/estebank/rust into rollupAlex Crichton-31/+38
2018-01-26Shorten another test path for MSVCAlex Crichton-2/+2
2018-01-26Auto merge of #47252 - Zoxc:backtrace-win, r=alexcrichtonbors-13/+3
2018-01-26Upgrade LLVM to incorporate a fix for #47364Björn Steinbrink-0/+66
2018-01-25Correctly format `extern crate` conflict resolution helpCldfire-0/+26
2018-01-25Ignore an i128 test on emscriptenAlex Crichton-0/+2
2018-01-26Print inlined functions on WindowsJohn Kåre Alsaker-13/+3
2018-01-25Shorten a filename for MSVCAlex Crichton-2/+2
2018-01-25Merge branch 'configure-lto' of https://github.com/alexcrichton/rust into rollupAlex Crichton-4/+38
2018-01-25Rollup merge of #47719 - malbarbo:run-pass-arch-powerpc, r=alexcrichtonAlex Crichton-0/+3
2018-01-25Rollup merge of #47705 - pietroalbini:fix-47673, r=petrochenkovAlex Crichton-0/+16
2018-01-25Rollup merge of #47701 - Manishearth:intra-fixes, r=QuietMisdreavusAlex Crichton-1/+20
2018-01-25Rollup merge of #47696 - Zoxc:variance-rg, r=nikomatsakisAlex Crichton-1/+1
2018-01-25Rollup merge of #47668 - nikomatsakis:issue-47511, r=eddybAlex Crichton-0/+51
2018-01-25Rollup merge of #47618 - mrhota:dw_at_noreturn, r=michaelwoeristerAlex Crichton-0/+24
2018-01-25Make 3 run-pass tests works on android (aarch64 and x86)Marco A L Barbosa-24/+5
2018-01-25rustc: SIMD types use pointers in Rust's ABIAlex Crichton-3/+182
2018-01-25Fix regression: account for impl methods in arg count mismatch errorEsteban Küber-0/+37