rust/src/libsyntax
bors 8a308b167f auto merge of #15725 : aochagavia/rust/vec, r=alexcrichton
* Deprecated `to_owned` in favor of `to_vec`
* Deprecated `into_owned` in favor of `into_vec`

[breaking-change]
2014-07-18 03:46:23 +00:00
..
ast_map change to new trait style for method field refs 2014-07-15 14:46:32 -07:00
diagnostics Convert a first batch of diagnostics to have error codes 2014-07-12 21:53:34 +02:00
ext auto merge of #15725 : aochagavia/rust/vec, r=alexcrichton 2014-07-18 03:46:23 +00:00
parse librustc: Remove cross-borrowing of Box<T> to &T from the language, 2014-07-17 14:05:36 -07:00
print librustc: Remove cross-borrowing of Box<T> to &T from the language, 2014-07-17 14:05:36 -07:00
util Fix all the test fallout 2014-07-09 00:49:54 -07:00
abi.rs libsyntax: Remove uses of advance. 2014-07-09 15:51:58 -07:00
ast_util.rs use trait rather than fns 2014-07-15 14:33:14 -07:00
ast.rs librustc: Implement the fully-expanded, UFCS form of explicit self. 2014-07-16 20:01:52 -07:00
attr.rs syntax: doc comments all the things 2014-07-09 00:06:27 -07:00
codemap.rs syntax: don't parse numeric literals in the lexer 2014-07-09 00:06:29 -07:00
crateid.rs Remove unnecessary to_string calls 2014-06-26 08:56:49 +02:00
diagnostic.rs Convert a first batch of diagnostics to have error codes 2014-07-12 21:53:34 +02:00
fold.rs librustc: Remove cross-borrowing of Box<T> to &T from the language, 2014-07-17 14:05:36 -07:00
lib.rs Update doc URLs for version bump 2014-07-11 11:21:57 -07:00
owned_slice.rs libsyntax::ast: Derive Show impls 2014-07-15 18:54:47 -04:00
visit.rs librustc: Remove cross-borrowing of Box<T> to &T from the language, 2014-07-17 14:05:36 -07:00