about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-05-14Auto merge of #33600 - ollie27:rustdoc_impl_params, r=alexcrichtonbors-0/+23
2016-05-14test: clear deprecation warnings in tcp-stressLuca Bruno-7/+8
2016-05-14test: assert that all tcp-stress threads get spawnedLuca Bruno-2/+7
2016-05-14Add checks for `self: _` and `self: &_`Vadim Petrochenkov-0/+18
2016-05-14syntax: Refactor parsing of method declarationsVadim Petrochenkov-4/+22
2016-05-14Rollup merge of #33574 - michaelwoerister:collector-cleanup, r=nikomatsakisManish Goregaokar-11/+75
2016-05-14Rollup merge of #33572 - nagisa:assoc-const-types, r=eddybManish Goregaokar-0/+21
2016-05-14Rollup merge of #33554 - sfackler:no-current-exe, r=alexcrichtonManish Goregaokar-6/+10
2016-05-13Auto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1bors-7/+6
2016-05-13rewrite fuzzy `on_unimplemented` matching to avoid ICEsAriel Ben-Yehuda-64/+0
2016-05-13add cycle-reporting logicAriel Ben-Yehuda-0/+30
2016-05-13rewrite obligation forest. cycles still handled incorrectly.Ariel Ben-Yehuda-10/+17
2016-05-13add UI testing frameworkNiko Matsakis-0/+133
2016-05-13mir: always allow &mut [...] in static mut regardless of the array length.Eduard Burtescu-0/+1
2016-05-13Allow repr attribute on single variant enum.Luqman Aden-0/+18
2016-05-13Add compile-fail tests for error codesggomez-0/+242
2016-05-13Auto merge of #33541 - eddyb:promote-only-temps, r=arielb1bors-0/+24
2016-05-13Auto merge of #33596 - nikomatsakis:issue-33586-regr-assoc-type-path, r=eddybbors-0/+26
2016-05-12Auto merge of #33450 - SiegeLord:dep_info_no_analysis, r=nrcbors-0/+23
2016-05-12Update errors to use new error formatJonathan Turner-45/+87
2016-05-12rustdoc: Fix missing type parameters on implsOliver Middleton-0/+23
2016-05-12Improve derived implementations for enums with lots of fieldless variantsBjörn Steinbrink-0/+2
2016-05-12re-introduce a cache for ast-ty-to-tyNiko Matsakis-0/+26
2016-05-12Fix the sed invocation to also work with BSD sed.Pavel Sountsov-1/+1
2016-05-12Don't use env::current_exe with libbacktraceSteven Fackler-6/+10
2016-05-12typeck: if a private field exists, also check for a public methodGeorg Brandl-0/+24
2016-05-11Auto merge of #33169 - swgillespie:issue32829, r=eddybbors-0/+88
2016-05-12Check the constants’ parameter environmentSimonas Kazlauskas-0/+21
2016-05-11Rollup merge of #33401 - GuillaumeGomez:index_indication, r=pnkfelixGuillaume Gomez-0/+119
2016-05-11trans: Make collector handle the drop_in_place() intrinsic.Michael Woerister-0/+41
2016-05-11Add test for collecting items in staticsJames Miller-0/+23
2016-05-11trans: Don't try to place declarations during codegen unit partitioning.Michael Woerister-11/+11
2016-05-11Auto merge of #33556 - steveklabnik:rollup, r=steveklabnikbors-0/+51
2016-05-11Rollup merge of #33539 - nikomatsakis:static-error, r=pnkfelixSteve Klabnik-0/+36
2016-05-11Rollup merge of #33345 - birkenfeld:issue-31754, r=pnkfelixSteve Klabnik-0/+15
2016-05-11Improve weight algorithm and testsggomez-8/+27
2016-05-11Improve error message for Index trait on slicesGuillaume Gomez-0/+46
2016-05-11Extend rustc_on_unimplemented flag: if a message is available at an impl, thi...ggomez-0/+54
2016-05-11Auto merge of #33239 - eddyb:mir-temp-drops, r=arielb1bors-9/+7
2016-05-11mir: drop temps outside-in by scheduling the drops inside-out.Eduard Burtescu-9/+7
2016-05-11Make LocalCrateReader private to creader.Ms2ger-2/+2
2016-05-11Hand ownership of the Definitions to map_crate.Ms2ger-2/+0
2016-05-10Add regression test for ICE in constant blocksSean Gillespie-0/+88
2016-05-10Auto merge of #33425 - eddyb:rift, r=nikomatsakisbors-2/+3
2016-05-10Auto merge of #33512 - birkenfeld:issue-25944, r=sanxiynbors-0/+21
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-1/+2
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-2/+2
2016-05-10Auto merge of #33319 - birkenfeld:issue31424, r=jseyfriedbors-0/+30
2016-05-10mir: don't attempt to promote Unpromotable constant temps.Eduard Burtescu-0/+24
2016-05-10Auto merge of #33488 - eddyb:trans-fixes, r=Aatchbors-3/+24