about summary refs log tree commit diff
path: root/doc
AgeCommit message (Expand)AuthorLines
2014-02-02Move doc/ to src/doc/Alex Crichton-20734/+0
2014-02-02doc: use backticks for code-in-comments.Marcel Rodrigues-35/+35
2014-02-02auto merge of #11988 : cmr/rust/11668-squash, r=alexcrichtonbors-5/+1
2014-02-02Change fmt! to format!Byron Williams-5/+1
2014-02-02Remove rustpkg.Corey Richardson-566/+5
2014-02-02rustc: update docs & propagate @[]/@str removal more.Huon Wilson-1/+1
2014-02-02doc: Remove references to `@str` from the documentationPatrick Walton-1/+1
2014-01-31mark the minimum supported Linux kernel versionDaniel Micay-1/+1
2014-01-31mark Windows 8 as supportedDaniel Micay-1/+1
2014-01-31bump minimum supported OS X version to 10.7Daniel Micay-1/+1
2014-01-31auto merge of #11810 : Armavica/rust/issue-11645, r=alexcrichtonbors-3/+8
2014-01-30Fix inconsistency in tutorial.mdKeshav Kini-1/+1
2014-01-29auto merge of #11877 : Armavica/rust/doc-pm-vector, r=alexcrichtonbors-13/+38
2014-01-29auto merge of #11868 : bytbox/rust/remove-do, r=alexcrichtonbors-117/+38
2014-01-29Removing usage of the do keyword from documentationScott Lawrence-117/+38
2014-01-29Document vector destructuring with wildcard '..'Virgile Andreani-13/+38
2014-01-29extra: move glob to libglobDavid Manescu-0/+1
2014-01-29extra: move arena to libarenaDavid Manescu-0/+1
2014-01-28Update extract-tests.py to use same test directives as rustdoc.William Ting-137/+130
2014-01-27Minor fix to docs.xales-1/+1
2014-01-26auto merge of #11787 : alexcrichton/rust/refactor, r=brsonbors-2/+4
2014-01-26Move extra::flate to libflateAlex Crichton-2/+4
2014-01-26auto merge of #11817 : salemtalha/rust/master, r=brsonbors-1/+1
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
2014-01-26Fix privacy fallout from previous changeAlex Crichton-2/+2
2014-01-26Unhide lines in rustdoc's doc -- Closes #11645Virgile Andreani-3/+8
2014-01-25Grammatical fixes.comex-10/+10
2014-01-25Fix spacing in example comment.xales-1/+1
2014-01-25Fix some docs about rtDerek Chiang-1/+1
2014-01-24auto merge of #11764 : Armavica/rust/doc_patmatch, r=pcwaltonbors-2/+33
2014-01-24auto merge of #11753 : misfo/rust/patch-1, r=pcwaltonbors-1/+1
2014-01-24Add '@' subpattern binding and examples to manual and tutorialVirgile Andreani-0/+31
2014-01-24Replace '*' by '..' in the doc of pattern matchingVirgile Andreani-2/+2
2014-01-23Update flip() to be rev().Sean Chalmers-4/+4
2014-01-23Rename Invert to Flip - Issue 10632Sean Chalmers-3/+3
2014-01-23Fix typo in tutorialTrent Ogren-1/+1
2014-01-22libc: switch `free` to the proper signatureDaniel Micay-1/+1
2014-01-22Typo in module tutorialBen Striegel-1/+2
2014-01-20auto merge of #11674 : indirect/rust/doc_file, r=alexcrichtonbors-0/+1
2014-01-20auto merge of #11486 : Matthias247/rust/doc, r=cmrbors-0/+137
2014-01-20Disabled the tests for the new code blocksMatthias Einwag-4/+4
2014-01-19auto merge of #11654 : korenchkin/rust/doc_guide-testing_format, r=cmrbors-9/+9
2014-01-19document file!Andre Arko-0/+1
2014-01-18auto merge of #11567 : divtxt/rust/master, r=cmrbors-4/+9
2014-01-18Consistent formatting for args and attrskorenchkin-9/+9
2014-01-18auto merge of #11619 : adridu59/rust/patch-md, r=cmrbors-31/+50
2014-01-18doc: fix dangling links in rust.mdAdrien Tétar-12/+9
2014-01-18auto merge of #11614 : remen/rust/patch-1, r=alexcrichtonbors-2/+2
2014-01-17auto merge of #11503 : FlaPer87/rust/master, r=huonwbors-2/+2
2014-01-17auto merge of #11598 : alexcrichton/rust/io-export, r=brsonbors-29/+22