summary refs log tree commit diff
path: root/src/libcore/iter-trait/option.rs
AgeCommit message (Expand)AuthorLines
2012-10-01De-export option and option_iter. Part of #3583.Graydon Hoare-3/+3
2012-09-25Demode iter-traitTim Chevalier-6/+6
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-2/+2
2012-09-02core: warn(non_camel_case_types) everywhere, with few exceptionsBrian Anderson-0/+1
2012-08-26Camel case the option typeBrian Anderson-6/+6
2012-08-23Make a bunch more of the iteration functions/methods marked pure. Closes #3253.Michael Sullivan-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-2/+2
2012-08-05Switch alts to use arrowsBrian Anderson-4/+4
2012-07-25Tighten pipe exports, and refactor traits.Eric Holk-1/+1
2012-04-27new, simpler approach to the iter libraryNiko Matsakis-0/+15