aboutsummaryrefslogtreecommitdiff
path: root/src/comp/middle/walk.rs
Commit message (Expand)AuthorAgeFilesLines
* More work toward anonymous objects.Lindsey Kuper2011-05-131-1/+1
* Bug fixes.Lindsey Kuper2011-05-131-0/+2
* Ensure visit_ty is called on type parameters during walkMarijn Haverbeke2011-05-131-2/+25
* Add visit_arm and visit_method to walk.rsMarijn Haverbeke2011-05-131-3/+16
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-157/+157
* Keep resolve data in external hash table, rather than embedded defsMarijn Haverbeke2011-05-121-1/+1
* Alias-ify walk, typeck, metadata. Cuts another 80kb off rustc.Graydon Hoare2011-05-091-30/+30
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-5/+5
* Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton2011-05-021-1/+4
* Revert "Use different syntax for checks that matter to typestate"Graydon Hoare2011-05-021-4/+1
* Use different syntax for checks that matter to typestateTim Chevalier2011-05-021-1/+4
* Fix walk bug that coupled with marijns work to regress stage1.Graydon Hoare2011-04-201-4/+3
* Integrate walk.rsMarijn Haverbeke2011-04-201-1/+1
* Add log_err to rustbootMarijn Haverbeke2011-04-191-1/+1
* Boilerplate city, for anyone who wants it.Graydon Hoare2011-04-181-0/+471