about summary refs log tree commit diff
path: root/src/lib/list.rs
AgeCommit message (Expand)AuthorLines
2010-11-18rustboot: Don't use walk to traverse statements in type.ml; fixes redundant c...Patrick Walton-0/+4
2010-11-05Move the option type to its own modulePatrick Walton-4/+4
2010-11-05Revert "Move the option type to its own module"Patrick Walton-4/+4
2010-11-05Move the option type to its own modulePatrick Walton-4/+4
2010-10-28rustboot: Emit an error instead of asserting in trans when a T is passed by v...Patrick Walton-1/+1
2010-10-28Revert "rustboot: Emit an error instead of asserting in trans when a T is pas...Patrick Walton-1/+1
2010-10-28rustboot: Emit an error instead of asserting in trans when a T is passed by v...Patrick Walton-1/+1
2010-10-18Make list.find return an option of different type than the list element.Graydon Hoare-7/+7
2010-10-18Flesh out the std.list module a touch.Graydon Hoare-0/+49
2010-10-15Encode and decode tag types in dwarf properly. Add list module to std. Shift ...Graydon Hoare-0/+15