about summary refs log tree commit diff
path: root/src/doc/trpl/threads.md
AgeCommit message (Collapse)AuthorLines
2015-02-04A concurrency chapter to replace the tasks chapter.Steve Klabnik-396/+0
Fixes #18936 Fixes #18938 Fixes #20038 Fixes #8395 Fixes #2080 Fixes #21194
2015-01-21Fix type inference problems in tests and docsAaron Turon-2/+2
2015-01-17Intpocalypse, book edition.Steve Klabnik-9/+9
Fix all usage of int/uint/i/u in the book.
2015-01-17Evaluate # fn in docsSteve Klabnik-35/+47
I searched for times when we were hiding functions with # in the documentation, and fixed them to not use it unless neccesary. I also made random improvements whenever I changed something. For example, I changed Example to Examples, for consistency. Fixes #13423
2015-01-12Purge references to Rust tasks from TRPL.Paul Crowley-0/+384