| Age | Commit message (Expand) | Author | Lines |
| 2012-10-11 | manual: capitalize 'Copy'. | Graydon Hoare | -1/+1 |
| 2012-10-11 | manual: remove a mode. | Graydon Hoare | -2/+2 |
| 2012-10-11 | Reorder function sections. | Graydon Hoare | -85/+89 |
| 2012-10-11 | Reword para on diverging functions. | Graydon Hoare | -5/+7 |
| 2012-10-11 | Typo: an -> a. | Graydon Hoare | -1/+1 |
| 2012-10-10 | Remove several references to resources; add section for Constants. | Graydon Hoare | -5/+16 |
| 2012-10-10 | Remove mention of res_item, add const_item. Reword a bit. | Graydon Hoare | -3/+3 |
| 2012-10-10 | Remove mention of argv. | Graydon Hoare | -1/+1 |
| 2012-10-10 | Mention deprecation of crate files. | Graydon Hoare | -0/+3 |
| 2012-10-10 | Tidy up macro_rules grammar. | Graydon Hoare | -6/+8 |
| 2012-10-10 | Mention doc comments. | Graydon Hoare | -1/+7 |
| 2012-10-10 | Remove mention of block-comment nesting. | Graydon Hoare | -4/+4 |
| 2012-10-10 | Fix markings about future in manual, remove out-of-date marker. | Graydon Hoare | -10/+5 |
| 2012-10-10 | Minor fixes to the runtime and scheduling part of manual. | Graydon Hoare | -3/+7 |
| 2012-10-10 | Mention other languages. | Graydon Hoare | -1/+2 |
| 2012-10-09 | Remove section on 'note' expressions, they won't exist. | Graydon Hoare | -48/+0 |
| 2012-10-09 | Tighten up language surrounding declarations, assignments, inits, lvals. | Graydon Hoare | -42/+22 |
| 2012-10-05 | Remove by-mutable-ref mode from the compiler | Tim Chevalier | -6/+4 |
| 2012-10-05 | Fix nits in logging section. | Graydon Hoare | -17/+12 |
| 2012-10-05 | Reword memory-ownership section. | Graydon Hoare | -11/+8 |
| 2012-10-05 | Replace box types section with pointer types section. | Graydon Hoare | -21/+47 |
| 2012-10-05 | Minor reformatting. | Graydon Hoare | -6/+6 |
| 2012-10-05 | Add section on unsafe functions, reword explanation on unsafe-overriding-purity. | Graydon Hoare | -20/+30 |
| 2012-10-05 | Add section on lvals, rvals and temps. | Graydon Hoare | -0/+19 |
| 2012-10-05 | Rewrite the communication-between-tasks section completely. | Graydon Hoare | -48/+15 |
| 2012-10-05 | Remove port/chan-specific lifecycle terminology. | Graydon Hoare | -6/+5 |
| 2012-10-04 | De-mode comm::Chan | Tim Chevalier | -3/+3 |
| 2012-09-28 | docs: Make external links in manual relative so they link to the correct vers... | Brian Anderson | -7/+6 |
| 2012-09-28 | docs: Note that the manual is out of date | Brian Anderson | -8/+11 |
| 2012-09-28 | docs: Fix links to libs in manual | Brian Anderson | -2/+2 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -1/+1 |
| 2012-09-26 | Remove para on named impls. | Graydon Hoare | -8/+0 |
| 2012-09-26 | Remove more references to 'export', fix crate keyword list. | Graydon Hoare | -4/+3 |
| 2012-09-26 | Switch a use of `unchecked` to `unsafe`. | Graydon Hoare | -1/+1 |
| 2012-09-26 | Remove description of export, briefly describe `pub use`. | Graydon Hoare | -86/+14 |
| 2012-09-26 | Adjust keyword list in refman to reflect present. | Graydon Hoare | -9/+9 |
| 2012-09-26 | Mention NFKC, reformat lines to reflect 'semantic clause' structure. | Graydon Hoare | -10/+7 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -1/+2 |
| 2012-09-20 | correct grammar name for again_expr | Niko Matsakis | -1/+1 |
| 2012-09-20 | doc: s/again/loop | Niko Matsakis | -4/+4 |
| 2012-09-20 | doc: correct for-loop example | Niko Matsakis | -1/+1 |
| 2012-09-18 | xfail two tests from the manual | Brian Anderson | -2/+2 |
| 2012-09-18 | Remove 'unchecked' from docs | Brian Anderson | -16/+17 |
| 2012-09-18 | docs: Doc tests may use elipses | Brian Anderson | -11/+11 |
| 2012-09-18 | Fix doc test glitch. | Graydon Hoare | -1/+1 |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -1/+1 |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -5/+5 |
| 2012-09-06 | Update docs to not refer to the `of` clause in an impl | Tim Chevalier | -2/+2 |
| 2012-09-05 | doc: "import" -> "use" | Patrick Walton | -33/+34 |
| 2012-09-04 | Remove 'with' | Brian Anderson | -3/+3 |