about summary refs log tree commit diff
path: root/src/lib/smallintmap.rs
AgeCommit message (Expand)AuthorLines
2011-08-20ReformatBrian Anderson-2/+2
2011-08-16Port the stdlib to the expr foo::<T> syntax.Erick Tryzelaar-9/+9
2011-08-16Port the stdlib to the decl foo<T> syntax.Erick Tryzelaar-8/+8
2011-08-16Port the stdlib to the typaram foo<T> syntax.Erick Tryzelaar-13/+13
2011-08-16Rename std::ivec to std::vecBrian Anderson-4/+4
2011-08-09Port the stdlib to the ivec type [T] syntax.Erick Tryzelaar-2/+2
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