summary refs log tree commit diff
path: root/src/doc/trpl/concurrency.md
AgeCommit message (Expand)AuthorLines
2015-05-14Another thread->task fix.David Reid-1/+1
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-1/+1
2015-05-02=BG= minor: ensure correct range bounds in concurreny examples in the rust bookBrendan Graetz-4/+4
2015-04-16Fix some broken links in the bookFlorian Hartwig-2/+2
2015-04-14Fallout: move from scoped to spawnAaron Turon-41/+8
2015-04-04Fix doc (fixup #24031)Manish Goregaokar-3/+1
2015-04-03Remove old_io from trpl/concurrency.mdDan Callahan-22/+10
2015-03-31book: reword timer bitDarin Morrison-7/+9
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+5
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+5
2015-03-21guide: minor copy editsChes Martin-6/+5
2015-03-14Fix a typo in the documentation.Ricardo Martins-1/+1
2015-03-08Remove reference to NoSend in concurrency chapter of the bookSteve Klabnik-9/+2
2015-02-18Update docs by dropping suffixes except where they served to instruct.Niko Matsakis-2/+2
2015-02-17Test fixes and rebase conflictsAlex Crichton-40/+22
2015-02-14Normalize range syntax used in concurrency.mdManish Goregaokar-6/+6
2015-02-12Fixed one newly created instance of range(start, end).Nick Sarten-1/+1
2015-02-04A concurrency chapter to replace the tasks chapter.Steve Klabnik-0/+391