rust/src/libsyntax
bors 696f16ec2e auto merge of #13398 : nick29581/rust/unsized-enum, r=nikomatsakis
Now with proper checking of enums and allows unsized fields as the last field in a struct or variant. This PR only checks passing of unsized types and distinguishing them from sized ones. To be safe we also need to control storage.

Closes issues #12969 and #13121, supersedes #13375 (all the discussion there is valid here too).
2014-04-22 20:51:31 -07:00
..
ext auto merge of #13398 : nick29581/rust/unsized-enum, r=nikomatsakis 2014-04-22 20:51:31 -07:00
parse auto merge of #13398 : nick29581/rust/unsized-enum, r=nikomatsakis 2014-04-22 20:51:31 -07:00
print Review changes 2014-04-23 15:44:24 +12:00
util rustc: de-@ middle::ty. 2014-04-22 19:20:12 +03:00
abi.rs Test fixes from the rollup 2014-04-03 17:11:26 -07:00
ast.rs auto merge of #13398 : nick29581/rust/unsized-enum, r=nikomatsakis 2014-04-22 20:51:31 -07:00
ast_map.rs Check for unsized types in enums. 2014-04-23 12:30:58 +12:00
ast_util.rs add support for quadruple precision floating point 2014-04-22 20:47:28 -04:00
attr.rs syntax: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
codemap.rs auto merge of #13435 : edwardw/rust/span, r=brson 2014-04-21 18:41:35 -07:00
crateid.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
diagnostic.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
fold.rs Support unsized types with the type keyword 2014-04-23 12:30:58 +12:00
lib.rs Register new snapshots 2014-04-04 13:23:08 -07:00
owned_slice.rs syntax: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
visit.rs Support unsized types with the type keyword 2014-04-23 12:30:58 +12:00