about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-04-08Auto merge of #32773 - mitaa:rdoc-ttfn-json, r=alexcrichtonbors-29/+0
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
2016-04-04Auto merge of #32582 - nikomatsakis:issue-32326, r=aturonbors-5/+57
2016-04-04add error code to testNiko Matsakis-1/+1
2016-04-04fix corner case around top of stackNiko Matsakis-0/+32
2016-04-04process cycles as soon as they are detectedNiko Matsakis-5/+25
2016-04-04Auto merge of #32644 - oli-obk:check_all_constants_early, r=nrcbors-11/+31
2016-04-04Beef up testJonas Schievink-0/+6
2016-04-03Add compile-fail testAmanieu d'Antras-0/+117
2016-04-03Autoderef when suggesting to call `(self.field)`Jonas Schievink-0/+25
2016-04-03Fix "consider removing this semicolon" helpJonas Schievink-0/+17
2016-04-03Auto merge of #32210 - Aatch:mir-traversal, r=nikomatsakisbors-0/+53
2016-04-03check constants even if they are unused in the current crateOliver Schneider-11/+31
2016-04-02Auto merge of #32579 - michaelwoerister:stable-symbol-name-fix, r=eddybbors-0/+60
2016-04-03Add run-make test for stable symbol-name generation.Michael Woerister-0/+60
2016-04-02Refactor `HiddenStructField` into `StrippedItem`mitaa-0/+44
2016-04-02Make the rendering process less pass-awaremitaa-0/+69