about summary refs log tree commit diff
path: root/doc/rust.md
AgeCommit message (Expand)AuthorLines
2014-02-02Move doc/ to src/doc/Alex Crichton-3954/+0
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-1/+1
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-29auto merge of #11877 : Armavica/rust/doc-pm-vector, r=alexcrichtonbors-13/+38
2014-01-29Removing usage of the do keyword from documentationScott Lawrence-46/+0
2014-01-29Document vector destructuring with wildcard '..'Virgile Andreani-13/+38
2014-01-28Update extract-tests.py to use same test directives as rustdoc.William Ting-15/+15
2014-01-24Add '@' subpattern binding and examples to manual and tutorialVirgile Andreani-0/+21
2014-01-24Replace '*' by '..' in the doc of pattern matchingVirgile Andreani-2/+2
2014-01-19document file!Andre Arko-0/+1
2014-01-18doc: fix dangling links in rust.mdAdrien Tétar-12/+9
2014-01-17doc: fix rust.md falloutAdrien Tétar-21/+25
2014-01-17Elaborate manual on matching (dereference patterns, lvalue/rvalue matching)Edward Z. Yang-2/+20
2014-01-16Document blocks and use statements a little moreAlex Crichton-5/+17
2014-01-13librustc: Remove `@` pointer patterns from the languagePatrick Walton-7/+7
2014-01-11Add inline attributes documentation.William Ting-6/+28
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-2/+2
2014-01-07'borrowed pointer' -> 'reference'Brian Anderson-21/+21
2014-01-07doc: Title reference manual consistentlyBrian Anderson-1/+1
2014-01-07auto merge of #11350 : kchmck/rust/fix-pdf-glitches, r=alexcrichtonbors-0/+3
2014-01-06Fix formatting of some code blocks in pdf docsMick Koch-0/+3
2014-01-05doc: update reference to new vector size syntaxRich Lane-2/+1
2014-01-02Abort on double-failure. #910Brian Anderson-4/+2
2013-12-31Update documentation to remove reference to ::rt logginga_m0d-19/+0
2013-12-30auto merge of #11190 : eliovir/rust/patch-3, r=alexcrichtonbors-1/+1
2013-12-29Update Docs to use crateidLuis de Bethencourt-6/+6
2013-12-29rust.md : update crate attributes.eliovir-2/+2
2013-12-17auto merge of #10972 : metajack/rust/pkgid-with-name, r=alexcrichtonbors-1/+1
2013-12-17Update docs to new syntax.Jack Moffitt-1/+1
2013-12-16doc: Update the documentation to describe the `Pod` trait.Patrick Walton-0/+6
2013-12-15Correct definition of lvalues, fixes #10890Edward Z. Yang-1/+5
2013-12-14auto merge of #10944 : metajack/rust/pkgid-docs, r=cmrbors-29/+16
2013-12-13auto merge of #10849 : adridu59/rust/patch-css, r=alexcrichtonbors-1/+0
2013-12-13doc: CSS changes + commit improved faviconAdrien Tétar-1/+0
2013-12-13auto merge of #10913 : cmr/rust/rustdoc_man, r=huonwbors-3/+1
2013-12-12Update documentation for new `pkgid` attribute.Jack Moffitt-29/+16
2013-12-11Make 'self lifetime illegal.Erik Price-5/+5
2013-12-11proto is gonekud1ing-3/+1
2013-12-02auto merge of #10773 : jvns/rust/patch-1, r=cmrbors-0/+26
2013-12-02Add section on closure types to manualJulia Evans-0/+26
2013-12-02Bring the linkage documentation up-to-dateAlex Crichton-0/+139
2013-11-29Add generation of static libraries to rustcAlex Crichton-8/+4
2013-11-28Register new snapshotsAlex Crichton-3/+3
2013-11-27Be more strict about doc commentsCorey Richardson-5/+7
2013-11-26auto merge of #10312 : thestinger/rust/thread_local, r=alexcritchtonbors-0/+2
2013-11-26add `#[thread_local]` attributeDaniel Micay-0/+2
2013-11-26test: Remove all remaining non-procedure uses of `do`.Patrick Walton-18/+12