about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-03-16Rollup merge of #59206 - sntdevco:master, r=dtolnaykennytm-4/+4
2019-03-16Rollup merge of #59201 - lambda:remove-repr-simd-isize-usize-restriction, r=a...kennytm-11/+34
2019-03-16Rollup merge of #59169 - tmandry:allow-features-flag, r=cramertjkennytm-0/+50
2019-03-16Rollup merge of #59156 - davidtwco:issue-55809, r=nikomatsakiskennytm-0/+30
2019-03-16Rollup merge of #59146 - estebank:suggest-return-lt, r=varkorkennytm-0/+35
2019-03-16Rollup merge of #59139 - oli-obk:unions_are_a_good_thing, r=RalfJungkennytm-0/+11
2019-03-16Rollup merge of #59118 - seanmonstar:alias-where-self-ice, r=alexregkennytm-0/+25
2019-03-16Rollup merge of #59079 - euclio:macro-semi, r=estebankkennytm-4/+60
2019-03-16Rollup merge of #59036 - dlrobertson:fix_59021, r=estebankkennytm-0/+18
2019-03-16Rollup merge of #59025 - aoikonomopoulos:issue-57924, r=varkorkennytm-0/+9
2019-03-15Auto merge of #58556 - oli-obk:imperative_recursion, r=pnkfelixbors-0/+26
2019-03-15Remove restriction on isize/usize in repr(simd)Brian Campbell-11/+34
2019-03-15rustc: print ExistentialProjection with spaces around `=`, e.g. `dyn Foo<A = ...Eduard-Mihai Burtescu-20/+20
2019-03-15rustc: provide DisambiguatedDefPathData in ty::print.Eduard-Mihai Burtescu-27/+27
2019-03-15rustc: slice substs in ty::print instead of passing the full ones.Eduard-Mihai Burtescu-2/+2
2019-03-15rustc: print elided regions as '_ instead of nothing, and use a separate chec...Eduard-Mihai Burtescu-4/+4
2019-03-15rustc: always hide defaulted generic args, even in verbose mode.Eduard-Mihai Burtescu-2/+2
2019-03-15rustc: merge PrintCx::parameterized and def_path printing.Eduard-Mihai Burtescu-2/+2
2019-03-15rustc: rename item_path to def_path (except the module in ty).Eduard-Mihai Burtescu-13/+13
2019-03-15rustc_mir: adjust the type_length_limit diagnostic to be more useful.Eduard-Mihai Burtescu-5/+11
2019-03-15rustc: pass Option<&Substs> and Namespace around in ty::item_path.Eduard-Mihai Burtescu-43/+43
2019-03-15Improved test output for estr-slicesntdevco-4/+4
2019-03-15rustc: explicitly pass the namespace to PrintCx::parameterized.Eduard-Mihai Burtescu-5/+5
2019-03-15rustc: always rely on '_ to be not printed by ty::Region itself.Eduard-Mihai Burtescu-9/+9
2019-03-15rustc: support impl's in PrintCx::parameterized.Eduard-Mihai Burtescu-16/+16
2019-03-14Add `-Z allow_features=...` flagTyler Mandry-0/+50
2019-03-14Auto merge of #59120 - alexreg:move-issue-tests-1, r=varkorbors-188/+177
2019-03-14Moved issue tests to subdirs and normalised names.Alexander Regueiro-188/+177
2019-03-13add suggestions to invalid macro item errorAndy Russell-4/+60
2019-03-13Auto merge of #58349 - petrochenkov:uni201x, r=pnkfelixbors-57/+7
2019-03-13Fix generic argument lookup for SelfAngelos Oikonomopoulos-0/+9
2019-03-13Add test for #55809.David Wood-0/+30
2019-03-13Rollup merge of #59132 - nikomatsakis:issue-53548-generator-bound, r=pnkfelixMazdak Farrokhzad-0/+59
2019-03-13Rollup merge of #59129 - sanxiyn:visit-impl-trait, r=varkorMazdak Farrokhzad-0/+32
2019-03-13Rollup merge of #59083 - kyren:master, r=varkorMazdak Farrokhzad-35/+40
2019-03-13Rollup merge of #58876 - estebank:numeric-lifetime, r=petrochenkovMazdak Farrokhzad-0/+32
2019-03-12Suggest adding lifetime to struct fieldEsteban Küber-3/+11
2019-03-12review commentsEsteban Küber-2/+2
2019-03-12Rename test struct names to something more sensiblekyren-8/+8
2019-03-12Auto merge of #58743 - varkor:bulk-needstest-1, r=alexcrichtonbors-0/+305
2019-03-12Suggest return lifetime when there's only one named lifetimeEsteban Küber-0/+27
2019-03-12rustc: fix ICE when trait alias has bare SelfSean McArthur-0/+25
2019-03-12Remove compiletest comments from testsvarkor-4/+4
2019-03-12resolve: Simplify import resolution for mixed 2015/2018 edition modeVadim Petrochenkov-57/+7
2019-03-12Add NLL test error outputvarkor-0/+11
2019-03-12Remove invalid ASM testsvarkor-41/+0
2019-03-12Ignore WASM on asm testsvarkor-2/+8
2019-03-12Update test for issue #55731varkor-3/+2
2019-03-12Add a test for #27054varkor-0/+6
2019-03-12Add a test for #26577varkor-0/+27