about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-01-30Auto merge of #47870 - kennytm:rollup, r=kennytmbors-6/+117
2018-01-30Rollup merge of #47855 - ollie27:rustdoc_hoedown_link_title, r=QuietMisdreavuskennytm-0/+19
2018-01-30Rollup merge of #47853 - rust-lang:increase-nested-groups-test-coverage, r=ni...kennytm-0/+42
2018-01-30Rollup merge of #47780 - varkor:cross-file-errors-line-col, r=estebankkennytm-5/+52
2018-01-30Rollup merge of #47718 - malbarbo:env-home-dir, r=nikomatsakiskennytm-1/+4
2018-01-30Auto merge of #45294 - petrochenkov:prioplus, r=nikomatsakisbors-2/+129
2018-01-29Auto merge of #47837 - eddyb:going-places, r=nikomatsakisbors-14/+14
2018-01-29rustdoc: Fix link title rendering with hoedownOliver Middleton-0/+19
2018-01-29move comment right onto the line in questionNiko Matsakis-3/+3
2018-01-29Make run-pass/env-home-dir.rs test more robustMarco A L Barbosa-1/+4
2018-01-29Increase test coverage of use_nested_groupsPietro Albini-0/+42
2018-01-29tests: replace "lvalue" terminology with "place".Eduard-Mihai Burtescu-14/+14
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-27Make `+` in `impl/dyn Trait` non-associativeVadim Petrochenkov-7/+87
2018-01-27Add testsVadim Petrochenkov-2/+49
2018-01-27syntax: Permit `+` in return types of function declarationsVadim Petrochenkov-1/+1
2018-01-27syntax: Lower priority of `+` in `impl Trait`/`dyn Trait`Vadim Petrochenkov-1/+1
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-26Fix test in macro_backtracevarkor-5/+5
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-26Add line numbers and columns to error messages spanning multiple filesvarkor-0/+47
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