about summary refs log tree commit diff
path: root/src/lib/list.rs
AgeCommit message (Expand)AuthorLines
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