about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2016-04-24syntax: Don't rely on token::IdentStyle in the parserVadim Petrochenkov-0/+14
2016-04-21fix `transmute-from-fn-item-types-lint`Niko Matsakis-5/+5
2016-04-21fix broken test revealed by compiletestNiko Matsakis-1/+3
2016-04-21port compiletest to use JSON outputNiko Matsakis-121/+39
2016-04-19Check transmutes between types without statically known sizes.Eduard Burtescu-21/+75
2016-04-18rustbuild: Add support for compiletest test suitesAlex Crichton-4/+4
2016-04-17Rollup merge of #33046 - jseyfried:fix_unresolved_pattern_diagnostics, r=eddybManish Goregaokar-0/+4
2016-04-17Rollup merge of #33044 - petrochenkov:prefix, r=eddybManish Goregaokar-3/+90
2016-04-17Fix diagnostics for unresolved patternsJeffrey Seyfried-0/+4
2016-04-17syntax: Parse import prefixes as pathsVadim Petrochenkov-3/+90
2016-04-16Auto merge of #32875 - jseyfried:1422_implementation, r=nikomatsakisbors-0/+182
2016-04-16Add tests for `pub(restricted)`Jeffrey Seyfried-0/+182
2016-04-16Rollup merge of #32945 - durka:rfc1494, r=pnkfelixManish Goregaokar-3/+3
2016-04-16Rollup merge of #32923 - jseyfried:fix_hygiene, r=nrcManish Goregaokar-0/+41
2016-04-15Add another test for issue #31856Jeffrey Seyfried-0/+10
2016-04-14Rollup merge of #32894 - brson:fixbeta, r=alexcrichtonSteve Klabnik-2/+0
2016-04-13Auto merge of #32877 - oli-obk:const_err_multi, r=arielb1bors-0/+19
2016-04-13implement RFC amendment 1494Alex Burka-3/+3
2016-04-14Add test for issue #31856Jeffrey Seyfried-1/+12
2016-04-13Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakisbors-0/+22
2016-04-13Fix obscure compilation errorMasood Malekghassemi-2/+1
2016-04-13Auto merge of #32817 - jseyfried:warn_impl_param_defaults, r=nikomatsakisbors-0/+6
2016-04-12Auto merge of #32814 - jseyfried:improve_duplicate_glob_detection, r=nikomats...bors-0/+47
2016-04-12Auto merge of #32803 - eddyb:mir-debuginfo, r=nikomatsakisbors-28/+5
2016-04-13Add regression testJeffrey Seyfried-0/+20
2016-04-12rustbuild: Migrate tidy checks to RustAlex Crichton-1/+1
2016-04-12Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brsonbors-12/+5
2016-04-11Auto merge of #32711 - marcusklaas:try-shorthand-span-fix, r=nagisabors-0/+20
2016-04-12Fix beta branchBrian Anderson-2/+0
2016-04-11Auto merge of #32882 - steveklabnik:rollup, r=steveklabnikbors-2/+18
2016-04-11Add regression test for #32797 (fixes #32797)Jeffrey Seyfried-0/+21
2016-04-11Fix the span for try shorthand expressionsMarcus Klaas-0/+20
2016-04-11tests: update for MIR debuginfo.Eduard Burtescu-28/+5
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-12/+5
2016-04-11Rollup merge of #32849 - jseyfried:import_resolution_diagnostics, r=eddybSteve Klabnik-2/+18
2016-04-11Auto merge of #32850 - jseyfried:add_tests, r=alexcrichtonbors-0/+57
2016-04-11don't report errors in constants at every use siteOliver Schneider-0/+19
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-09Add regression testJeffrey Seyfried-0/+16
2016-04-09Update testsJeffrey Seyfried-2/+2
2016-04-08Warn for type parameter defaults on impl blocksJeffrey Seyfried-0/+6
2016-04-08Blacklist fn item types from being used with variadic functions.Eduard Burtescu-6/+28
2016-04-08Add testJeffrey Seyfried-0/+26
2016-04-07Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mwbors-7/+7
2016-04-07Rollup merge of #32789 - jseyfried:fix_duplicate_resolve_errors, r=eddybManish Goregaokar-30/+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