about summary refs log tree commit diff
path: root/src/doc/trpl/while-loops.md
AgeCommit message (Collapse)AuthorLines
2015-07-29Consolidating loop information to a single page. Per PR #27305Kieran Hunt-111/+0
2015-07-22Added how to use labels to break nested loops to trpl.Jason Schein-0/+18
2015-05-18TRPL: Normalize rust Code Block MarkersPascal Hertleif-1/+1
`{rust,ignore}` -> `rust,ignore
2015-05-14trpl-docs: Specify correct type of variable bindingMarin Atanasov Nikolov-1/+1
2015-05-11Fixed one textual mistake and one casing error.MichaƂ Czardybon-1/+1
Corrected "Ownership": - [`Variable bindings`] link was not processed properly. - Changed the paragraph about move semantics with two vectors, because it was confusing. - Removed "So it may not be as inefficient as it initially seems", because there is nothing that seems inefficient in copying pointers only. - Other text corrections. Fixed copied-and-pasted text mistakes. Revised the paragraph about moving a vector (taking into account suggestions by echochamber). Fixed markdown. Fixes requested by steveklabnik. Brought back a sentence about supposed inefficiency.
2015-04-10copyediting: while loopsSteve Klabnik-18/+28
2015-04-10remove backticks from titlesSteve Klabnik-1/+1
This doesn't actually display correctly
2015-04-07Import real content.Steve Klabnik-0/+83
2015-04-07New TOCSteve Klabnik-0/+0