about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-02-02Auto merge of #47465 - estebank:include-space-after-mut, r=nikomatsakisbors-29/+47
2018-02-01Auto merge of #47738 - nikomatsakis:issue-47139-master, r=arielb1bors-0/+162
2018-02-01Rollup merge of #47895 - varkor:non-utf-stdin, r=estebankkennytm-0/+7
2018-01-31Use file containing non-UTF-8 character instead of echo -evarkor-1/+3
2018-01-31Add echo escape flagvarkor-1/+1
2018-01-31Rollup merge of #47891 - eddyb:issue-47638, r=nikomatsakiskennytm-2/+20
2018-01-31Rollup merge of #47884 - cuviper:run-pass-sse2, r=alexcrichtonkennytm-1/+1
2018-01-31Rollup merge of #47876 - GuillaumeGomez:associated-const-error, r=nikomatsakiskennytm-2/+5
2018-01-31Rollup merge of #47844 - CAD97:patch-1, r=estebankkennytm-0/+28
2018-01-31Rollup merge of #47838 - euclio:snakecase-suggestion, r=petrochenkovkennytm-12/+12
2018-01-31Fix ICE when reading non-UTF-8 input from stdinvarkor-0/+5
2018-01-31rustc_trans: keep LLVM types for trait objects anonymous.Eduard-Mihai Burtescu-2/+20
2018-01-30Ignore run-pass/sse2 when using system LLVMJosh Stone-1/+1
2018-01-30Update associated constants error messageGuillaume Gomez-2/+5
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-29Fix regression: account for trait methods in arg count mismatch errorChristopher Durham-0/+28
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-28use correct casing for rename suggestionsAndy Russell-12/+12
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-26Consider all whitespace when preparing spanEsteban Küber-28/+46
2018-01-26Include space in suggestion `mut` in bindingsEsteban Küber-1/+1