rust/src/libsyntax
Huon Wilson 43e52e4bf1 syntax: move functions from deriving/mod to deriving/generic.
These are now only called in generic and can be private. This
includes manually inlining/merging some that are called once.
2013-06-07 17:30:38 +10:00
..
ext syntax: move functions from deriving/mod to deriving/generic. 2013-06-07 17:30:38 +10:00
parse auto merge of #6982 : Aatch/rust/better-foreign-error, r=pcwalton 2013-06-06 16:52:36 -07:00
print Deduplicate words in code comments 2013-06-06 10:48:27 +03:00
util add test cases for fold traversing macros 2013-06-06 14:21:07 -07:00
abi.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
ast.rs removed unused imports (and one unused argument) 2013-06-05 12:01:39 -07:00
ast_map.rs interner just uses uints, not idents with syntax context 2013-06-05 12:01:38 -07:00
ast_util.rs moved TLS of sctable to ast_util, hid parameter in hygiene calls 2013-06-05 12:01:40 -07:00
attr.rs librustc: Stop reexporting the standard modules from prelude. 2013-05-29 19:04:53 -07:00
codemap.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
diagnostic.rs extra::term: better error handling and win32 compat 2013-05-31 20:02:49 -04:00
fold.rs implement fold traversing macros 2013-06-06 14:21:07 -07:00
opt_vec.rs libstd: Fix merge fallout. 2013-05-22 21:57:11 -07:00
syntax.rc librustc: Stop reexporting the standard modules from prelude. 2013-05-29 19:04:53 -07:00
visit.rs librustc: Disallow multiple patterns from appearing in a "let" declaration. 2013-06-04 21:45:42 -07:00