Graydon Hoare
3a2e9e404a
manual: s/unique/owned/, s/shared/managed/, fix rval/lval more.
2012-10-11 14:18:52 -07:00
Tim Chevalier
d882274284
Remove Copy bound from std::timer::delayed_send
...
Closes #3717
2012-10-11 14:17:59 -07:00
Tim Chevalier
1ab914df1d
Write option::chain and result::chain with match move
...
Closes #3590
2012-10-11 14:17:59 -07:00
Tim Chevalier
5a8ba073bc
Make to_str pure and fix const parameters for str-mutating functions
...
Two separate changes that got intertwined (sorry):
Make to_str pure. Closes #3691
In str, change functions like push_char to take an &mut str instead of
an &str. Closes #3710
2012-10-11 14:17:59 -07:00
Tim Chevalier
41bce91cb8
Fix tutorial link to tasks
...
Closes #3715
2012-10-11 14:17:59 -07:00
Graydon Hoare
c87ff5e29e
manual: remove box-specific language.
2012-10-11 13:13:58 -07:00
Graydon Hoare
382e85c14f
manual: "with" -> ".." for FRU.
2012-10-11 13:12:29 -07:00
Graydon Hoare
2c34ffa26f
manual: link to expressions in lval/rval section.
2012-10-11 13:11:21 -07:00
Graydon Hoare
c46706fffd
manual: add borrow operator to symbolic unary operator list; mention copy and move.
2012-10-11 13:11:07 -07:00
Graydon Hoare
e257f390e1
manual: add section for unary move expressions.
2012-10-11 13:10:43 -07:00
Graydon Hoare
009cf535a4
manual: add section for path expressions.
2012-10-11 13:10:20 -07:00
Graydon Hoare
43fd84a607
Fix doctest.
2012-10-11 12:49:52 -07:00
Graydon Hoare
25d8ca153e
manual: pluralize; decls can introduce multiple names.
2012-10-11 12:25:25 -07:00
Graydon Hoare
78f29f2b14
manual: remove vestigial mention of tasking from definition of statement (long story, been there since first public release).
2012-10-11 12:21:32 -07:00
Graydon Hoare
c2fd04f66a
manual: s/Self type/Self types/.
2012-10-11 12:12:31 -07:00
Graydon Hoare
a8e1d83103
manual: remove all mention of constraints.
2012-10-11 12:10:01 -07:00
Graydon Hoare
c4237db60e
manual: capitalize examples, remove mention of named impls, change RC -> managed, clarify language.
2012-10-11 12:07:02 -07:00
Graydon Hoare
06a17a7ce5
manual: disambiguate field expressions from method-call expressions.
2012-10-11 11:57:12 -07:00
Graydon Hoare
d81196ce96
manual: improve description of traits.
2012-10-11 11:47:46 -07:00
Graydon Hoare
9cba4af243
manual: describe structs, split out handling of recursion from enums, deprecate records.
2012-10-11 11:47:27 -07:00
Graydon Hoare
0673b49b05
manual: remove mention of tags, now very obsolete.
2012-10-11 10:43:18 -07:00
Graydon Hoare
dfd00ec8a8
manual: link to kinds, remove kind-list.
2012-10-11 10:42:46 -07:00
Graydon Hoare
bc68a88593
manual: improve description of unsafe functions.
2012-10-11 10:41:24 -07:00
Graydon Hoare
9e6df28277
manual: capitalize 'Copy'.
2012-10-11 10:38:07 -07:00
Graydon Hoare
a2cace473b
manual: remove a mode.
2012-10-11 10:36:37 -07:00
Graydon Hoare
c9cee7c2af
Reorder function sections.
2012-10-11 10:33:32 -07:00
Graydon Hoare
860573e3e0
Reword para on diverging functions.
2012-10-11 10:31:57 -07:00
Graydon Hoare
012bb7de5b
Typo: an -> a.
2012-10-11 10:23:24 -07:00
Tim Chevalier
39acb06503
Copyedit sections 11-13 of the tutorial. That's all, folks!
2012-10-10 21:29:25 -07:00
Tim Chevalier
6d250517ed
Copyedit sections 9 and 10 of the tutorial
2012-10-10 21:06:22 -07:00
Tim Chevalier
7582a482c6
Copyedit sections 7 and 8 of the tutorial
2012-10-10 20:52:20 -07:00
Tim Chevalier
1a8b00a03a
Copyedit sections 5 and 6 of the tutorial
2012-10-10 20:35:33 -07:00
Tim Chevalier
d7b8512eae
Copyedit section 4 of tutorial
2012-10-10 20:08:08 -07:00
Tim Chevalier
6627ac6623
Copyedit section 3 of tutorial
2012-10-10 19:32:11 -07:00
Tim Chevalier
38ccaed4ce
Copyedit sections 1 and 2 of tutorial
2012-10-10 19:05:13 -07:00
Brian Anderson
4c833af038
Copy README install instructions from tutorial
2012-10-10 17:56:38 -07:00
Brian Anderson
b7b2217976
Update tutorial install instructions
2012-10-10 17:56:23 -07:00
Tim Chevalier
a1f9a0f7cf
Merge pull request #3718 from killerswan/manpage_04
...
Update the manpage for 0.4
2012-10-10 17:35:36 -07:00
Graydon Hoare
3d31a6b899
Remove several references to resources; add section for Constants.
2012-10-10 17:18:12 -07:00
Graydon Hoare
cad6733db5
Remove mention of res_item, add const_item. Reword a bit.
2012-10-10 17:18:12 -07:00
Graydon Hoare
ff37c65f5c
Remove mention of argv.
2012-10-10 17:18:12 -07:00
Graydon Hoare
304a2455c0
Mention deprecation of crate files.
2012-10-10 17:18:12 -07:00
Graydon Hoare
c639f44adb
Tidy up macro_rules grammar.
2012-10-10 17:18:12 -07:00
Graydon Hoare
58807b0500
Mention doc comments.
2012-10-10 17:18:12 -07:00
Graydon Hoare
19f1c3174f
Remove mention of block-comment nesting.
2012-10-10 17:18:12 -07:00
Graydon Hoare
8f9bb5d203
Fix markings about future in manual, remove out-of-date marker.
2012-10-10 17:18:12 -07:00
Graydon Hoare
d81a7aba3c
Minor fixes to the runtime and scheduling part of manual.
2012-10-10 17:18:12 -07:00
Graydon Hoare
056fc13e10
Mention other languages.
2012-10-10 17:18:12 -07:00
Kevin Cantu
ae8e6781d2
Move the description of -(W|A|D|F) into the -W help
message
2012-10-10 16:48:23 -07:00
Kevin Cantu
c419e77cc1
Touchup the debug flag description printing
2012-10-10 16:38:58 -07:00