rust/src/libsyntax
bors 63a292fd86 auto merge of #5434 : apasel422/rust/deriving, r=nikomatsakis
This is the first step in refactoring the deriving code in libsyntax. No code is changed, just rearranged.
2013-03-20 06:45:51 -07:00
..
ext auto merge of #5434 : apasel422/rust/deriving, r=nikomatsakis 2013-03-20 06:45:51 -07:00
parse auto merge of #5443 : alexcrichton/rust/less-bad-copy, r=catamorphism 2013-03-20 00:09:47 -07:00
print auto merge of #5443 : alexcrichton/rust/less-bad-copy, r=catamorphism 2013-03-20 00:09:47 -07:00
util librustc: Make the compiler ignore purity. 2013-03-18 17:21:16 -07:00
ast.rs Refactor the self-info so that the def-id is carried in ty_self() 2013-03-20 06:14:53 -04:00
ast_map.rs librustc: Enforce privacy for static methods. 2013-03-19 13:40:48 -07:00
ast_util.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
attr.rs librustc: Don't accept as Trait anymore; fix all occurrences of it. 2013-03-13 20:07:09 -07:00
codemap.rs librustc: Make the compiler ignore purity. 2013-03-18 17:21:16 -07:00
diagnostic.rs librustc: Don't accept as Trait anymore; fix all occurrences of it. 2013-03-13 20:07:09 -07:00
fold.rs Now actually allow using constants in those constant expressions for [T * n]. 2013-03-18 17:31:41 -07:00
opt_vec.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
syntax.rc syntax: move ext/deriving.rs to ext/deriving/mod.rs 2013-03-19 18:41:19 -04:00
visit.rs Now actually allow using constants in those constant expressions for [T * n]. 2013-03-18 17:31:41 -07:00