aboutsummaryrefslogtreecommitdiff
path: root/src/lib/UFind.rs
Commit message (Collapse)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-37/+0
| | | | This should be a snapshot transition.
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-5/+5
| | | | (Have fun mergining your stuff with this.)
* Remove 'deprecated mutable...' from our codeMarijn Haverbeke2011-05-051-2/+2
| | | | This should make compilation a bit less noisy.
* rustc: Use union-find for variable substitutionPatrick Walton2011-04-141-16/+12
|
* stdlib: Add a simple union-find data structurePatrick Walton2011-04-071-0/+41