| .. |
|
ext
|
syntax: implement #[deriving(DeepClone)]. Fixes #6514.
|
2013-05-16 22:55:08 +10:00 |
|
parse
|
auto merge of #6502 : huonw/rust/no-auto-code, r=graydon
|
2013-05-15 18:16:51 -07: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
|
syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)].
|
2013-05-16 08:55:57 +10: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
|
rustc: rename ast::self_ty and related fields to explicit_self
|
2013-05-14 20:10:46 -07: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
|
syntax: Remove #[allow(vecs_implicitly_copyable)]
|
2013-05-14 12:24:43 -04:00 |
|
visit.rs
|
syntax: Remove #[allow(vecs_implicitly_copyable)]
|
2013-05-14 12:24:43 -04:00 |