David Reid
acb5e02add
Another thread->task fix.
2015-05-14 08:15:50 -07:00
Barosl Lee
ff332b6467
Squeeze the last bits of task
s in documentation in favor of thread
...
An automated script was run against the `.rs` and `.md` files,
subsituting every occurrence of `task` with `thread`. In the `.rs`
files, only the texts in the comment blocks were affected.
2015-05-09 02:24:18 +09:00
Brendan Graetz
07ff8279be
=BG= minor: ensure correct range bounds in concurreny examples in the rust book
...
- `0..2` iterates over `0,1`
- `0..3` iterates over `0,1,2`, which is what we want instead
2015-05-02 22:29:53 +10:00
Florian Hartwig
16b60cf003
Fix some broken links in the book
2015-04-16 22:23:37 -04:00
Aaron Turon
a9fd41e1f9
Fallout: move from scoped to spawn
2015-04-14 08:15:45 -07:00
Manish Goregaokar
b62c11023c
Fix doc (fixup #24031 )
2015-04-04 12:50:43 +05:30
Dan Callahan
3b73a6e3ce
Remove old_io from trpl/concurrency.md
...
Also: the std_misc feature flag is removed; it's not needed in Beta.
Hat tip to @tshepang in #23871
Fixes #24023
2015-04-03 17:33:12 -05:00
Darin Morrison
9ba7974b35
book: reword timer bit
2015-03-31 14:17:13 -06:00
Alex Crichton
c608084ff5
rollup merge of #23598 : brson/gate
...
Conflicts:
src/compiletest/compiletest.rs
src/libcollections/lib.rs
src/librustc_back/lib.rs
src/libserialize/lib.rs
src/libstd/lib.rs
src/libtest/lib.rs
src/test/run-make/rustdoc-default-impl/foo.rs
src/test/run-pass/env-home-dir.rs
2015-03-23 15:13:15 -07:00
Brian Anderson
e9019101a8
Add #![feature] attributes to doctests
2015-03-23 14:40:26 -07:00
Ches Martin
0c040b07f0
guide: minor copy edits
2015-03-21 05:32:07 +07:00
Ricardo Martins
cb02f366dc
Fix a typo in the documentation.
2015-03-14 12:42:12 +00:00
Steve Klabnik
e56fcbcd99
Remove reference to NoSend in concurrency chapter of the book
...
Fixes #23052
2015-03-08 09:15:06 -04:00
Niko Matsakis
8c34b26606
Update docs by dropping suffixes except where they served to instruct.
2015-02-18 09:09:14 -05:00
Alex Crichton
6ac3799b75
Test fixes and rebase conflicts
2015-02-17 17:27:46 -08:00
Manish Goregaokar
657081bc9c
Normalize range syntax used in concurrency.md
...
(fixes #22317 )
2015-02-14 16:28:18 +05:30
Nick Sarten
9e9b1d6085
Fixed one newly created instance of range(start, end).
2015-02-12 18:51:32 +13:00
Steve Klabnik
5401f086f0
A concurrency chapter to replace the tasks chapter.
...
Fixes #18936
Fixes #18938
Fixes #20038
Fixes #8395
Fixes #2080
Fixes #21194
2015-02-04 21:47:16 -05:00