rust/src/libsyntax
bors efbbb51ec0 auto merge of #15691 : jbclements/rust/method-field-cleanup, r=alexcrichton
This patch applies the excellent suggestion of @pnkfelix to group the helper methods for method field access into a Trait, making the code much more readable, and much more similar to the way it was before.
2014-07-16 10:26:16 +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 Fix errors 2014-07-15 20:34:16 +02:00
parse Deprecate str::from_utf8_owned 2014-07-15 19:55:17 +02:00
print Fix errors 2014-07-15 20:34:16 +02: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 libsyntax::ast: Derive Show impls 2014-07-15 18:54:47 -04: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 update fold_method to return a smallvector 2014-07-13 10:10:38 -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 refactor Method definition to make space for macros 2014-07-13 10:08:27 -07:00