summary refs log tree commit diff
path: root/doc/tutorial-container.md
AgeCommit message (Expand)AuthorLines
2013-09-18doc: Update container tutorial with new names of methods and macrosblake2-ppc-22/+27
2013-09-18clarify vector stub in the container tutorialDaniel Micay-4/+4
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-1/+1
2013-08-29Make the iterator protocol more explicitKevin Ballard-2/+35
2013-08-22doc: add range iterators in the for loop sectionAdrien Tétar-0/+12
2013-08-20enable tests for the container tutorialDaniel Micay-3/+3
2013-08-20iterator: add a method for reversing a containerDaniel Micay-0/+10
2013-08-15update the iterator tutorialDaniel Micay-15/+11
2013-08-15std: Move the iterator param on FromIterator and Extendable to the method.Huon Wilson-2/+2
2013-08-03make `for` parse as `foreach` doesDaniel Micay-8/+7
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-9/+8
2013-07-24improve container/iterator tutorialDaniel Micay-5/+7
2013-07-24document random-access iteratorsDaniel Micay-0/+28
2013-07-24expand on double-ended iterators in the tutorialDaniel Micay-6/+22
2013-07-12extend the iterator tutorialDaniel Micay-0/+101
2013-07-04Implement consuming iterators for ~[], remove vec::{consume, consume_reverse,...Huon Wilson-1/+1
2013-06-28add a tutorial on containers and iteratorsDaniel Micay-0/+207