rust/src/libsyntax
Niko Matsakis 035c01af93 Add BuiltinBounds to closure type: parse and handle subtyping,
but do not integrate with kindck etc (requires a snapshot first)
2013-05-16 14:21:02 -04:00
..
ext auto merge of #6530 : huonw/rust/deriving-deepclone, r=bstrie 2013-05-16 06:58:52 -07:00
parse Add BuiltinBounds to closure type: parse and handle subtyping, 2013-05-16 14:21:02 -04:00
print auto merge of #6487 : recrack/rust/vec_len, r=thestinger 2013-05-15 07:38:07 -07:00
util Use a specialized string interner to reduce the need for owned strings 2013-05-09 14:40:19 +02:00
abi.rs syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)]. 2013-05-16 08:55:57 +10:00
ast.rs Add BuiltinBounds to closure type: parse and handle subtyping, 2013-05-16 14:21:02 -04:00
ast_map.rs syntax: Remove #[allow(vecs_implicitly_copyable)] 2013-05-14 12:24:43 -04:00
ast_util.rs syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)]. 2013-05-16 08:55:57 +10:00
attr.rs renamed vec::from_slice to vec::to_owned 2013-05-10 18:38:54 +09:00
codemap.rs syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)]. 2013-05-16 08:55:57 +10:00
diagnostic.rs Rename vec::len(var) to var.len() 2013-05-15 11:05:28 +09:00
fold.rs Add BuiltinBounds to closure type: parse and handle subtyping, 2013-05-16 14:21:02 -04:00
opt_vec.rs syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)]. 2013-05-16 08:55:57 +10:00
syntax.rc Implement bytes! syntax extension 2013-05-16 13:29:54 +09:00
visit.rs syntax: Remove #[allow(vecs_implicitly_copyable)] 2013-05-14 12:24:43 -04:00