| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-09-23 | librusti: Eliminate `@fn`. | Patrick Walton | -4/+4 | |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -2/+2 | |
| 2013-08-15 | Ported rusti::utils from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -11/+18 | |
| 2013-08-02 | librustc: 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-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, ↵ | Michael Woerister | -1/+1 | |
| blk_check_mode, ty_field, ty_method} | ||||
| 2013-07-22 | Ast 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-07 | Fix rustdoc and rusti | James Miller | -2/+2 | |
| 2013-06-12 | Rewrite rusti | Alex Crichton | -0/+45 | |
