summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-05-18trans: callee: normalize trait_ref before useWang Xuerui-0/+36
2016-05-17Don't use env::current_exe with libbacktraceSteven Fackler-6/+10
2016-05-04trans: always register an item's symbol, even if duplicated.Eduard Burtescu-33/+34
2016-05-04Check transmutes between types without statically known sizes.Eduard Burtescu-21/+75
2016-05-04Make data-layout mandatory in target specs.Eduard Burtescu-0/+1
2016-05-04Add regression test for #32797 (fixes #32797)Jeffrey Seyfried-0/+21
2016-05-04Add testJeffrey Seyfried-0/+26
2016-04-12std: Stabilize APIs for the 1.9 releaseAlex Crichton-19/+12
2016-04-12Fix beta branchBrian Anderson-2/+0
2016-04-11Auto merge of #32850 - jseyfried:add_tests, r=alexcrichtonbors-0/+57
2016-04-10Auto merge of #32816 - eddyb:variadic-fn-item, r=Aatchbors-6/+28
2016-04-08Auto merge of #32773 - mitaa:rdoc-ttfn-json, r=alexcrichtonbors-29/+0
2016-04-09Add regression test for #26930Jeffrey Seyfried-0/+20
2016-04-09Add regression test for #24883Jeffrey Seyfried-0/+28
2016-04-09Add regression test for #22146Jeffrey Seyfried-0/+9
2016-04-08Blacklist fn item types from being used with variadic functions.Eduard Burtescu-6/+28
2016-04-07Auto merge of #32800 - Manishearth:rollup, r=Manishearthbors-0/+22
2016-04-07Rollup merge of #32732 - dotdash:ext_arg, r=eddybManish Goregaokar-0/+22
2016-04-07Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mwbors-8/+165
2016-04-07Rollup merge of #32789 - jseyfried:fix_duplicate_resolve_errors, r=eddybManish Goregaokar-31/+7
2016-04-07Rollup merge of #32674 - jseyfried:1422_groundwork, r=nikomatsakisManish Goregaokar-0/+55
2016-04-07Auto merge of #32583 - arielb1:need-a-bound, r=nikomatsakisbors-364/+409
2016-04-07test the substs ppaux code both with and without -Z verboseAriel Ben-Yehuda-47/+61
2016-04-07Auto merge of #32649 - Amanieu:intrinsic_monomorphization_assert, r=eddybbors-0/+44
2016-04-07Fix fallout in testsJeffrey Seyfried-31/+7
2016-04-07Add test for #30079Jeffrey Seyfried-0/+55
2016-04-07Remove rustdocs json formatmitaa-29/+0
2016-04-06Fix test cases to reflect that #32014...went awayNiko Matsakis-4/+3
2016-04-06Rollup merge of #32761 - tshepang:assert, r=steveklabnikSteve Klabnik-8/+8
2016-04-06Fix LLVM assert when handling bad intrinsic monomorphizationsAmanieu d'Antras-0/+44
2016-04-06add incremental test runner and some testsNiko Matsakis-0/+158
2016-04-06restructure rustc options relating to incr. comp.Niko Matsakis-8/+8
2016-04-06rustc: retire hir::map's paths.Eduard Burtescu-1/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-9/+4
2016-04-06avoid "==" in assert! when one of the values is a boolTshepang Lekhonkhobe-8/+8
2016-04-05improve the printing of substs and trait-refsAriel Ben-Yehuda-200/+247
2016-04-05remove obsolete testsAriel Ben-Yehuda-82/+0
2016-04-05improve error messageAriel Ben-Yehuda-16/+16
2016-04-05suggest adding a where-clause when that can helpAriel Ben-Yehuda-274/+340
2016-04-05Auto merge of #32743 - Manishearth:rollup, r=Manishearthbors-0/+183
2016-04-05Auto merge of #32742 - eddyb:cast-fns, r=dotdashbors-2/+13
2016-04-05Rollup merge of #32712 - jonas-schievink:autoderef-fields-for-fn-ty, r=nagisaManish Goregaokar-0/+25
2016-04-05Rollup merge of #32710 - jonas-schievink:consider-last-semi, r=nagisaManish Goregaokar-0/+23
2016-04-05Rollup merge of #32678 - mitaa:rdoc-stripped, r=alexcrichtonManish Goregaokar-0/+113
2016-04-05Rollup merge of #32403 - vlastachu:super_in_path, r=jseyfriedManish Goregaokar-0/+22
2016-04-05trans: don't declare symbols that were already imported.Eduard Burtescu-2/+13
2016-04-05Fixes bug which accepting using `super` in use statemet.vlastachu-0/+22
2016-04-04Auto merge of #32328 - jseyfried:coherence, r=nikomatsakisbors-6/+11
2016-04-04Auto merge of #32647 - Amanieu:checked_atomic_intrinsics, r=eddybbors-9/+118
2016-04-04Handle integer-extending for C ABIJames Miller-0/+22