about summary refs log tree commit diff
path: root/src/lib/smallintmap.rs
AgeCommit message (Expand)AuthorLines
2011-07-29Enable kind checking on typarams, fix kind constraints in library and comp.Graydon Hoare-6/+6
2011-07-27Reformat for new syntaxMarijn Haverbeke-16/+15
2011-06-19rustc: Change smallintmap to use an ivec and use it for the node type table. ...Patrick Walton-7/+10
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-6/+4
2011-06-07rustc: Use a set-based approach to unification; remove ty_bound_param and ty_...Patrick Walton-0/+4
2011-06-03rustc: Add a "smallintmap" implementationPatrick Walton-0/+40