about summary refs log tree commit diff
path: root/src/rustc/front/test.rs
AgeCommit message (Collapse)AuthorLines
2012-05-08Start parsing pub/priv on regular itemsMarijn Haverbeke-0/+3
Issue #1893
2012-05-07make it illegal to implicitly capture mutable variablesNiko Matsakis-1/+1
this is the final part of #1273
2012-05-04new cap clause syntaxNiko Matsakis-6/+1
2012-04-25lots of work to make iface/impls parameterized by regionsNiko Matsakis-1/+1
- paths can now take region parameters, replacing the dirty hack I was doing before of abusing vstores. vstores are now a bit of a hack though. - fix various small bugs: - we never checked that iface types were compatible when casting to an iface with `as` - we allowed nonsense like int<int> - and more! (actually that may be it)
2012-04-23Simplify representation of ast::pathMarijn Haverbeke-14/+10
2012-04-15syntax: Cleanup attr module. Closes #1545Brian Anderson-1/+1
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-1/+1
Most could use the each method, but because of the hack used to disambiguate old- and new-style loops, some had to use vec::each. (This hack will go away soon.) Issue #1619
2012-03-29rustc: Remove the rustsyntax::attr wrapper in frontBrian Anderson-1/+1
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-4/+4
2012-03-21add mut decls to rustc and make them mandatoryNiko Matsakis-1/+1
2012-03-12rustc: Add node IDs to AST types so we can associate them with region ↵Patrick Walton-6/+16
environments
2012-03-12Revert "rustc: Add node IDs to AST types so we can associate them with ↵Patrick Walton-16/+6
region environments" This reverts commit 96e1bbd4a0abd2c8e76e7e02b396c5319dea7a8d.
2012-03-12rustc: Add node IDs to AST types so we can associate them with region ↵Patrick Walton-6/+16
environments
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+470