summary refs log tree commit diff
path: root/src/librusti/utils.rs
AgeCommit message (Collapse)AuthorLines
2013-09-23librusti: Eliminate `@fn`.Patrick Walton-4/+4
2013-09-03Modernized a few more types in syntax::astMarvin Löbel-2/+2
2013-08-15Ported rusti::utils from oldvisit to <V:Visitor> trait API.Felix S. Klock II-11/+18
2013-08-02librustc: Introduce a new visitor type based on traits and port syntax to it.Patrick Walton-4/+4
This is preparation for removing `@fn`. This does *not* use default methods yet, because I don't know whether they work. If they do, a forthcoming PR will use them. This also changes the precedence of `as`.
2013-07-29New naming convention for ast::{node_id, local_crate, crate_node_id, ↵Michael Woerister-1/+1
blk_check_mode, ty_field, ty_method}
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-2/+2
`crate => Crate` `local => Local` `blk => Block` `crate_num => CrateNum` `crate_cfg => CrateConfig` Also, Crate and Local are not wrapped in spanned<T> anymore.
2013-07-07Fix rustdoc and rustiJames Miller-2/+2
2013-06-12Rewrite rustiAlex Crichton-0/+45