summary refs log tree commit diff
path: root/src/libextra/enum_set.rs
AgeCommit message (Collapse)AuthorLines
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-2/+0
The trait will keep the `Iterator` naming, but a more concise module name makes using the free functions less verbose. The module will define iterables in addition to iterators, as it deals with iteration in general.
2013-08-16doc: correct spelling in documentation.Huon Wilson-1/+1
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-4/+4
Closes #5495
2013-08-06Move EnumSet into libextraSangeun Kim-0/+288