aboutsummaryrefslogtreecommitdiff
path: root/src/lib/List.rs
Commit message (Collapse)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-77/+0
| | | | This should be a snapshot transition.
* Rewrite comp/middle/resolve.rsMarijn Haverbeke2011-05-111-0/+11
| | | | | | | | | * Cleans up the algorithm * Move first pass to walk (second still folds) * Support part of a type/value namespace split (crate metadata and module indices still need to be taught about this) * Remove a few blatant inefficiencies (import tables being recreated for every lookup, most importantly)
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-0/+66
(Have fun mergining your stuff with this.)