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 |
|
Graydon Hoare
|
f016fd43f8
|
Remove section on 'note' expressions, they won't exist.
|
2012-10-09 20:05:41 -07:00 |
|
Graydon Hoare
|
fe1165f561
|
Tighten up language surrounding declarations, assignments, inits, lvals.
|
2012-10-09 20:05:41 -07:00 |
|
Tim Chevalier
|
f96a2a2ca1
|
Remove by-mutable-ref mode from the compiler
and test cases. Closes #3513
|
2012-10-05 22:45:50 -07:00 |
|
Graydon Hoare
|
0dd4b42a00
|
Fix nits in logging section.
|
2012-10-05 19:06:25 -07:00 |
|
Graydon Hoare
|
2f50607d88
|
Reword memory-ownership section.
|
2012-10-05 19:06:25 -07:00 |
|
Graydon Hoare
|
df98cb8e88
|
Replace box types section with pointer types section.
|
2012-10-05 19:06:24 -07:00 |
|
Graydon Hoare
|
e513bc9875
|
Minor reformatting.
|
2012-10-05 19:06:23 -07:00 |
|
Graydon Hoare
|
5947141aef
|
Add section on unsafe functions, reword explanation on unsafe-overriding-purity.
|
2012-10-05 19:06:22 -07:00 |
|
Graydon Hoare
|
cb4c747e9f
|
Add section on lvals, rvals and temps.
|
2012-10-05 19:06:21 -07:00 |
|
Graydon Hoare
|
6c2c694725
|
Rewrite the communication-between-tasks section completely.
|
2012-10-05 19:06:20 -07:00 |
|
Graydon Hoare
|
46371e1076
|
Remove port/chan-specific lifecycle terminology.
|
2012-10-05 19:06:20 -07:00 |
|
Tim Chevalier
|
fe12da0864
|
De-mode comm::Chan
|
2012-10-04 16:48:57 -07:00 |
|
Brian Anderson
|
f7e90fca6e
|
docs: Make external links in manual relative so they link to the correct versions
|
2012-09-28 17:32:01 -07:00 |
|
Brian Anderson
|
4e2899ba88
|
docs: Note that the manual is out of date
|
2012-09-28 16:36:11 -07:00 |
|
Brian Anderson
|
37ff152851
|
docs: Fix links to libs in manual
|
2012-09-28 16:23:08 -07:00 |
|
Niko Matsakis
|
67a8e7128a
|
Demode vec::push (and convert to method)
|
2012-09-26 18:02:07 -07:00 |
|
Graydon Hoare
|
e4148932fc
|
Remove para on named impls.
|
2012-09-26 16:30:41 -07:00 |
|
Graydon Hoare
|
bf82d689ce
|
Remove more references to 'export', fix crate keyword list.
|
2012-09-26 16:30:40 -07:00 |
|
Graydon Hoare
|
d26e2a9ce6
|
Switch a use of unchecked to unsafe .
|
2012-09-26 16:30:38 -07:00 |
|
Graydon Hoare
|
fbf362809b
|
Remove description of export, briefly describe pub use .
|
2012-09-26 16:30:36 -07:00 |
|
Graydon Hoare
|
385c4dfba0
|
Adjust keyword list in refman to reflect present.
|
2012-09-26 16:30:35 -07:00 |
|
Graydon Hoare
|
a2ba952ff4
|
Mention NFKC, reformat lines to reflect 'semantic clause' structure.
|
2012-09-26 16:30:33 -07:00 |
|
Graydon Hoare
|
dffe188991
|
Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports];
|
2012-09-21 18:11:43 -07:00 |
|
Niko Matsakis
|
6b670c306b
|
correct grammar name for again_expr
|
2012-09-20 06:39:22 -07:00 |
|
Niko Matsakis
|
86c48f03d1
|
doc: s/again/loop
|
2012-09-20 05:58:29 -07:00 |
|
Niko Matsakis
|
0dd4fad3e3
|
doc: correct for-loop example
|
2012-09-20 05:58:29 -07:00 |
|
Brian Anderson
|
77480e8e44
|
xfail two tests from the manual
|
2012-09-18 19:33:36 -07:00 |
|
Brian Anderson
|
5e9d38ede0
|
Remove 'unchecked' from docs
|
2012-09-18 11:57:57 -07:00 |
|
Brian Anderson
|
150acd26b2
|
docs: Doc tests may use elipses
|
2012-09-18 11:41:06 -07:00 |
|
Graydon Hoare
|
ae86db0d93
|
Fix doc test glitch.
|
2012-09-18 11:16:19 -07:00 |
|
Brian Anderson
|
cb7a5395dd
|
Convert std::map to camel case
|
2012-09-10 17:08:36 -07:00 |
|
Brian Anderson
|
3bd1f32cd9
|
Convert all kind bounds to camel case. Remove send, owned keywords.
|
2012-09-07 18:10:11 -07:00 |
|
Tim Chevalier
|
0ce88fe401
|
Update docs to not refer to the of clause in an impl
Closes #3375
|
2012-09-06 16:19:34 -07:00 |
|
Patrick Walton
|
10c533861b
|
doc: "import" -> "use"
|
2012-09-05 12:39:16 -07:00 |
|
Brian Anderson
|
200959d7ce
|
Remove 'with'
|
2012-09-04 15:47:04 -07:00 |
|
Brian Anderson
|
ef880f2245
|
doc: Fix broken examples
|
2012-09-04 15:46:34 -07:00 |
|
Brian Anderson
|
80c4f74c29
|
Remove the 'to' keyword
|
2012-09-01 18:38:18 -07:00 |
|
Brian Anderson
|
161a82e433
|
Camel case various core constructors
|
2012-08-27 17:22:18 -07:00 |
|
Brian Anderson
|
8337fa1a54
|
Camel case the option type
|
2012-08-26 15:56:16 -07:00 |
|
Paul Stansifer
|
9297d1f00a
|
Minor doc updates.
|
2012-08-24 18:20:16 -07:00 |
|