about summary refs log tree commit diff
path: root/src/comp/metadata/astencode_gen.rs
AgeCommit message (Expand)AuthorLines
2012-03-02Move src/comp to src/rustcGraydon Hoare-8831/+0
2012-03-02restructure to better support method inliningNiko Matsakis-7/+79
2012-03-02retool inline encoding to handle methods, fix testsNiko Matsakis-0/+9
2012-02-29optionally enforce local variable mutabilityNiko Matsakis-13/+29
2012-02-28change def's that are always local to use node_id, add --inline optNiko Matsakis-25/+25
2012-02-24Encode/decode AST into metadata, re-instantiate inlined itemsNiko Matsakis-0/+8734