aboutsummaryrefslogtreecommitdiff
path: root/src/lib/list.rs
Commit message (Expand)AuthorAgeFilesLines
* rustc: Fix list.foldl() to pass its second argument by aliasPatrick Walton2011-03-181-2/+2
* Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for ro...Graydon Hoare2011-03-091-2/+0
* rustboot: Don't use walk to traverse statements in type.ml; fixes redundant c...Patrick Walton2010-11-181-0/+4
* Move the option type to its own modulePatrick Walton2010-11-051-4/+4
* Revert "Move the option type to its own module"Patrick Walton2010-11-051-4/+4
* Move the option type to its own modulePatrick Walton2010-11-051-4/+4
* rustboot: Emit an error instead of asserting in trans when a T is passed by v...Patrick Walton2010-10-281-1/+1
* Revert "rustboot: Emit an error instead of asserting in trans when a T is pas...Patrick Walton2010-10-281-1/+1
* rustboot: Emit an error instead of asserting in trans when a T is passed by v...Patrick Walton2010-10-281-1/+1
* Make list.find return an option of different type than the list element.Graydon Hoare2010-10-181-7/+7
* Flesh out the std.list module a touch.Graydon Hoare2010-10-181-0/+49
* Encode and decode tag types in dwarf properly. Add list module to std. Shift ...Graydon Hoare2010-10-151-0/+15