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