aboutsummaryrefslogtreecommitdiff
path: root/src/lib/util.rs
Commit message (Collapse)AuthorAgeFilesLines
* Pass parametric types by-alias in various stdlib spots.Roy Frostig2010-08-031-1/+1
|
* More stdlib hashmap bits (plus some drive-by extras).Roy Frostig2010-08-031-1/+8
|
* Implement the "simple typechecker", which avoids HM inferencePatrick Walton2010-07-151-1/+1
|
* Rename some stuff in lib/util.rs.Graydon Hoare2010-07-051-2/+2
|
* Gut the box[m][o] family from util.Roy Frostig2010-07-021-26/+0
|
* The few and proud isolated bits from stdlib-work so far that don't break ↵Roy Frostig2010-06-281-0/+46
everything. Note util.rs hasn't yet been declared mod in the std crate. Don't do that yet, as it breaks make check.