]> git.lizzy.rs Git - rust.git/history - src/test/compile-fail/issue-5997-enum.rs
Update compile fail tests to use isize.
[rust.git] / src / test / compile-fail / issue-5997-enum.rs
2015-01-08 Huon WilsonUpdate compile fail tests to use isize.
2014-06-27 borsauto merge of #15166 : zookoatleastauthoritycom/rust...
2014-06-25 borsauto merge of #15165 : zookoatleastauthoritycom/rust...
2014-06-08 borsauto merge of #14728 : TeXitoi/rust/relicense-shootout...
2014-06-07 borsauto merge of #14717 : zwarich/rust/borrowck-tests...
2014-06-07 borsauto merge of #14708 : gereeter/rust/faster-sem, r...
2014-06-07 borsauto merge of #14702 : nikomatsakis/rust/issue-5527...
2014-06-06 Niko MatsakisFix resolve to not permit refs to type vars from outer fns
2014-05-05 borsauto merge of #13271 : stepancheg/rust/align, r=pcwalton
2014-05-04 borsauto merge of #13391 : smesseim/rust/apache-copyright...
2014-04-22 borsauto merge of #13651 : ryantm/rust/master, r=brson
2014-04-22 borsauto merge of #13618 : yuriks/rust/lru-cache, r=brson
2014-04-22 borsauto merge of #13587 : adrientetar/rust/more-docs,...
2014-04-20 borsauto merge of #13410 : alexcrichton/rust/issue-12278...
2014-04-19 borsauto merge of #13513 : alexcrichton/rust/up-llvm, r...
2014-04-18 borsauto merge of #13585 : brandonw/rust/patch-1, r=cmr
2014-04-18 borsauto merge of #13581 : DiamondLovesYou/rust/tests-mk...
2014-04-18 borsauto merge of #13580 : DiamondLovesYou/rust/std-result...
2014-04-18 borsauto merge of #13525 : Ryman/rust/issue_5997, r=alexcri...
2014-04-17 Kevin ButlerChange error for out of scope type params to be more...
2014-04-17 Kevin ButlerAdd span to error for missing type params on enums.
2014-04-17 Kevin ButlerTests for issue 5997 failure and success conditions.