about summary refs log tree commit diff
path: root/doc/tutorial.md
AgeCommit message (Expand)AuthorLines
2014-02-02Move doc/ to src/doc/Alex Crichton-3275/+0
2014-02-02doc: use backticks for code-in-comments.Marcel Rodrigues-35/+35
2014-02-02Remove rustpkg.Corey Richardson-19/+4
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-30Fix inconsistency in tutorial.mdKeshav Kini-1/+1
2014-01-29Removing usage of the do keyword from documentationScott Lawrence-37/+9
2014-01-28Update extract-tests.py to use same test directives as rustdoc.William Ting-12/+12
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
2014-01-24auto merge of #11764 : Armavica/rust/doc_patmatch, r=pcwaltonbors-0/+10
2014-01-24Add '@' subpattern binding and examples to manual and tutorialVirgile Andreani-0/+10
2014-01-23Fix typo in tutorialTrent Ogren-1/+1
2014-01-22Typo in module tutorialBen Striegel-1/+2
2014-01-15doc: add note below diagram about memory layout.Div Shekhar-0/+5
2014-01-15doc: Boxes diagram shows enum value inside box.Div Shekhar-4/+4
2014-01-13dox: Write a guide to the rust runtimeAlex Crichton-1/+3
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-63/+68
2014-01-07doc: TyposBrian Anderson-1/+1
2014-01-07'borrowed pointer' -> 'reference'Brian Anderson-24/+24
2014-01-07auto merge of #11364 : brson/rust/docs, r=alexcrichtonbors-7/+8
2014-01-07auto merge of #11350 : kchmck/rust/fix-pdf-glitches, r=alexcrichtonbors-0/+4
2014-01-06Add Pointer tutorial, rename borrowed pointer tutorial.Steve Klabnik-7/+8
2014-01-06First phase of migrating the wiki to the internal docs #11078Alan Andrade-3/+1
2014-01-06Fix formatting of some code blocks in pdf docsMick Koch-0/+4
2014-01-05auto merge of #11106 : alan-andrade/rust/convert_tutorials_to_guides, r=cmrbors-11/+9
2014-01-05Convert sub tutorials into Guides #10838Alan Andrade-11/+9
2014-01-05tutorial: add missing line to make example build.Lindsey Kuper-0/+1
2014-01-05tutorial: remove duplicate words.Lindsey Kuper-3/+3
2014-01-05tutorial: change `float` to `f32` since float is no longer a type.Lindsey Kuper-4/+4
2014-01-05Wording tweak suggested by @pcwalton.Lindsey Kuper-3/+4
2014-01-05Write up default methods for the tutorial.Lindsey Kuper-42/+111
2014-01-04doc: Fix an inexplicable error in a tutorial exampleBrian Anderson-1/+1
2014-01-04doc: Fix tutorial for struct derefBrian Anderson-10/+10
2014-01-03auto merge of #11251 : pcwalton/rust/remove-at-mut, r=pcwaltonbors-20/+4
2014-01-03libsyntax: Fix tests.Patrick Walton-1/+0
2014-01-03auto merge of #11277 : brson/rust/more0.9, r=alexcrichtonbors-5/+5
2014-01-03doc: Remove all mentions of `@mut` from the documentation.Patrick Walton-19/+4
2014-01-02Bump more version numbers to 0.9Brian Anderson-5/+5
2013-12-31Add testing tutorial to docsJulia Evans-0/+2
2013-12-28Update tutorial.md : rename pkgid to crate_ideliovir-3/+3
2013-12-14auto merge of #10944 : metajack/rust/pkgid-docs, r=cmrbors-19/+15
2013-12-12Update documentation for new `pkgid` attribute.Jack Moffitt-19/+15
2013-12-11Some rustdoc manual fixesCorey Richardson-1/+1
2013-12-10Remove duplication of libstd docs.Corey Richardson-50/+6
2013-12-10Update `Freeze` informationCorey Richardson-1/+4
2013-12-10Tiny fixes to linked list section.Corey Richardson-5/+6
2013-12-10Update Owned to Send, show some types which aren'tCorey Richardson-4/+8
2013-12-10Function declaration takes pats, not exprs.Corey Richardson-1/+1
2013-12-10Clarify newtypeCorey Richardson-1/+1