about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2014-10-21auto merge of #17555 : steveklabnik/rust/module_guide, r=alexcrichtonbors-0/+569
2014-10-20auto merge of #17453 : steveklabnik/rust/gh17340, r=alexcrichtonbors-22/+120
2014-10-20New Guide: crates and modulesSteve Klabnik-0/+569
2014-10-20auto merge of #18145 : neilpa/rust/master, r=steveklabnikbors-9/+9
2014-10-20Some String Guide improvements.Steve Klabnik-22/+120
2014-10-20auto merge of #18186 : cakebaker/rust/fix_test_count, r=alexcrichtonbors-2/+2
2014-10-20Guide: Fix test countDaniel Hofstetter-2/+2
2014-10-20Guide: Fix typo in pathDaniel Hofstetter-4/+4
2014-10-19auto merge of #18139 : JelteF/rust-1/patch-1, r=steveklabnikbors-2/+2
2014-10-19auto merge of #18135 : EduardoBautista/rust/fix-misaligned-carot, r=steveklabnikbors-1/+1
2014-10-19auto merge of #18120 : jrincayc/rust/match_exp, r=thestingerbors-8/+6
2014-10-18[Docs] more intro typosNeil Pankey-7/+7
2014-10-18[Docs] intro typoNeil Pankey-4/+4
2014-10-18Fix fold explanation in the guideJelte Fennema-2/+2
2014-10-18Fix misaligned carot in guideEduardo Bautista-1/+1
2014-10-18auto merge of #17955 : rjz/rust/tweak-tasks-guide, r=brsonbors-13/+13
2014-10-17Use match expression directly in guide.mdjrincayc-8/+6
2014-10-17auto merge of #18052 : IvanUkhov/rust/raw-byte-string-literals, r=aturonbors-1/+1
2014-10-16librustc: Remove trans::reflect and the opaque and ty_visitor lang items.Luqman Aden-4/+0
2014-10-16Remove libdebug and update tests.Luqman Aden-1/+1
2014-10-15Fix the description of raw byte string literalsIvan Ukhov-1/+1
2014-10-14Guide: develop the exposition of arrays, vectors, and slices.John Kleint-50/+65
2014-10-13rollup merge of #17993 : redcape/fix-ffi-docsAlex Crichton-1/+1
2014-10-13rollup merge of #17992 : jkleint/guide-double-borrowAlex Crichton-3/+2
2014-10-13rollup merge of #17986 : gamazeps/docissueAlex Crichton-2/+2
2014-10-13rollup merge of #17979 : jkleint/guide-guess-counterAlex Crichton-2/+1
2014-10-13rollup merge of #17977 : Behemecoatyl/masterAlex Crichton-1/+1
2014-10-13rollup merge of #17968 : nodakai/really-fix-kw-tableAlex Crichton-32/+25
2014-10-13auto merge of #17733 : jgallagher/rust/while-let, r=alexcrichtonbors-0/+14
2014-10-13auto merge of #17963 : sfackler/rust/cfg-error, r=alexcrichtonbors-18/+18
2014-10-13Doc: Fix C-Code Example in FFI DocsGil Cottle-1/+1
2014-10-12Guide: specify that both shared and mutable borrows can be re-lent.John Kleint-3/+2
2014-10-13Fixes small error on the doc (task part)Felix Raimundo-2/+2
2014-10-12Guide: remove promise of a counter in the guessing game.John Kleint-2/+1
2014-10-12Continue cfg syntax transitionSteven Fackler-18/+18
2014-10-12fix broken link in guide-strings.mdErwan-1/+1
2014-10-12src/doc/README.md: fix a dead link.NODA, Kai-14/+18
2014-10-12Fix HTML version of the keyword table.NODA, Kai-18/+7
2014-10-11Tweak copy and formatting of Tasks guiderjz-13/+13
2014-10-11Remove `virtual` structs from the referenceJakub Wieczorek-17/+0
2014-10-11auto merge of #17928 : steveklabnik/rust/remove_runtime_guide, r=alexcrichtonbors-285/+0
2014-10-10Add `while let` to the referenceJohn Gallagher-0/+12
2014-10-10Move `while let` behind `while_let` feature gateJohn Gallagher-0/+2
2014-10-10Remove the runtime guide.Steve Klabnik-285/+0
2014-10-09doc: Document constants in the referenceAlex Crichton-19/+65
2014-10-09auto merge of #17873 : steveklabnik/rust/gh16413, r=alexcrichtonbors-1/+3
2014-10-08auto merge of #17867 : jbcrail/rust/unclear-macros-doc, r=alexcrichtonbors-1/+1
2014-10-08add mention of test attributeSteve Klabnik-0/+2
2014-10-08remove crate_id attribute, add crate_name oneSteve Klabnik-1/+1
2014-10-08auto merge of #17843 : coffeejunk/rust/guide-macros, r=steveklabnikbors-55/+13