rust/src/libsyntax
Huon Wilson b20eb970e1 libsyntax: extend generic deriving code to handle almost all possible traits.
This adds support for static methods, and arguments of most types, traits with
type parameters, methods with type parameters (and lifetimes for both), as well
as making the code more robust to support deriving on types with lifetimes (i.e.
'self).
2013-05-07 01:33:54 +10:00
..
ext libsyntax: extend generic deriving code to handle almost all possible traits. 2013-05-07 01:33:54 +10:00
parse auto merge of #6208 : sanxiyn/rust/accurate-span, r=sanxiyn 2013-05-05 11:12:37 -07:00
print Remove 'Local Variable' comments 2013-05-02 13:22:04 +10:00
util only use #[no_core] in libcore 2013-04-27 21:34:24 -04:00
abi.rs only use #[no_core] in libcore 2013-04-27 21:34:24 -04:00
ast.rs Register snapshots 2013-05-04 15:43:51 -07:00
ast_map.rs Remove 'Local Variable' comments 2013-05-02 13:22:04 +10:00
ast_util.rs rustc: Handle struct patterns where the expected type is an enum 2013-05-03 13:03:53 -07:00
attr.rs Remove 'Local Variable' comments 2013-05-02 13:22:04 +10:00
codemap.rs Register snapshots 2013-05-04 15:43:51 -07:00
diagnostic.rs only use #[no_core] in libcore 2013-04-27 21:34:24 -04:00
fold.rs Remove 'Local Variable' comments 2013-05-02 13:22:04 +10:00
opt_vec.rs Register snapshots 2013-05-04 15:43:51 -07:00
syntax.rc auto merge of #6230 : thestinger/rust/whitespace, r=catamorphism 2013-05-04 00:48:37 -07:00
visit.rs Remove 'Local Variable' comments 2013-05-02 13:22:04 +10:00