about summary refs log tree commit diff
path: root/doc
AgeCommit message (Expand)AuthorLines
2013-08-19doc: add condition tutorialGraydon Hoare-0/+876
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+141
2013-08-16doc: correct spelling in documentation.Huon Wilson-3/+3
2013-08-15update the iterator tutorialDaniel Micay-15/+11
2013-08-15auto merge of #8490 : huonw/rust/fromiterator-extendable, r=catamorphismbors-4/+4
2013-08-14auto merge of #8480 : cmr/rust/tutorial, r=metajackbors-1/+1
2013-08-14auto merge of #8469 : gifnksm/rust/tutorial-ja, r=graydonbors-1776/+18460
2013-08-15std: Move the iterator param on FromIterator and Extendable to the method.Huon Wilson-4/+4
2013-08-12Remove unnecessary returnCorey Richardson-1/+1
2013-08-13tutorial: Add Japanese translationgifnksm-98/+1460
2013-08-12auto merge of #8429 : catamorphism/rust/rustpkg-docs, r=catamorphismbors-0/+5
2013-08-12doc: Generate .po files for Japanse translationsgifnksm-1/+15258
2013-08-12doc: Update .pot filesgifnksm-1775/+1840
2013-08-10Merge branch 'master' of https://github.com/MAnyKey/rust into rollupErick Tryzelaar-1/+1
2013-08-10Merge branch 'vec-exh' of https://github.com/stepancheg/rust into rollupErick Tryzelaar-1/+1
2013-08-09docs: In rustpkg manual, note future plans about versionsTim Chevalier-0/+5
2013-08-09auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphismbors-8/+22
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-8/+22
2013-08-09typo in tutorialMaxim Kolganov-1/+1
2013-08-08auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichtonbors-2/+44
2013-08-08Fix more priv falloutCorey Richardson-2/+2
2013-08-07Add some documentation about globals in ffi docsAlex Crichton-0/+42
2013-08-07Disable linked failure testsBrian Anderson-8/+8
2013-08-07doc: Fix deadlocks in tutorial due to yield bustageBrian Anderson-3/+6
2013-08-07Fix incorrect non-exhaustive matching for fixed length vecsStepan Koltsov-1/+1
2013-08-06remove `extra::iter`Daniel Micay-3/+3
2013-08-03remove obsolete `foreach` keywordDaniel Micay-23/+23
2013-08-03rm obsolete documentation on `for`Daniel Micay-11/+6
2013-08-03make `for` parse as `foreach` doesDaniel Micay-8/+7
2013-08-02librustc: Introduce a new visitor type based on traits and port syntax to it.Patrick Walton-1/+1
2013-08-02replace `range` with an external iteratorDaniel Micay-10/+5
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-3/+3
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-32/+31
2013-07-29auto merge of #8032 : catamorphism/rust/rustpkg-tags, r=graydonbors-0/+8
2013-07-29auto merge of #7984 : gifnksm/rust/tutorial-links, r=bstriebors-8/+6
2013-07-27Change concurrency primitives to standard naming conventionsSteven Stewart-Gallus-34/+34
2013-07-26docs: Talk about tags that aren't versions in the "Package identifiers" sectionTim Chevalier-0/+8
2013-07-26Deny all warnings by default in doc testsAlex Crichton-1/+2
2013-07-24improve container/iterator tutorialDaniel Micay-5/+7
2013-07-24document random-access iteratorsDaniel Micay-0/+28
2013-07-24expand on double-ended iterators in the tutorialDaniel Micay-6/+22
2013-07-23tutorial: Remove the sentence about mutable fields.gifnksm-4/+2
2013-07-23tutorial: Fix obsolete namesgifnksm-3/+3
2013-07-23tutorial: Repair broken linksgifnksm-3/+3
2013-07-21Exposed previously hidden 'use' statements in the tutorial's sample code.zslayton-11/+12
2013-07-19updated manualmaikklein-3/+2
2013-07-18auto merge of #7846 : alexcrichton/rust/static-mut-dox, r=pnkfelixbors-0/+35
2013-07-18auto merge of #7845 : gifnksm/rust/tutorial-remove-dup, r=cmrbors-11/+1
2013-07-17test: Fix tests.Patrick Walton-160/+109
2013-07-17Add documentation about mutable statics to rust.mdAlex Crichton-0/+35