about summary refs log tree commit diff
path: root/doc
AgeCommit message (Expand)AuthorLines
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
2013-07-17tutorial: remove unused link references.gifnksm-6/+1
2013-07-17tutorial: remove duplicate link references.gifnksm-6/+1
2013-07-17Add project information to l10n templates.OGINO Masanori-895/+1198
2013-07-16Add doc and examples for attributes allow/warn/deny/forbid.Felix S. Klock II-2/+71
2013-07-12extend the iterator tutorialDaniel Micay-0/+101
2013-07-09auto merge of #7117 : jensnockert/rust/freestanding, r=cmrbors-12/+9
2013-07-09I forgot the changes to the docs as wellJens Nockert-12/+9
2013-07-09auto merge of #7641 : lucab/rust/lucab/po4a, r=catamorphismbors-0/+14904
2013-07-07Generate initial translatable templates for documentationLuca Bruno-0/+14889
2013-07-07Use po4a to provide translatable documentationLuca Bruno-0/+15
2013-07-07auto merge of #7582 : mitsuhiko/rust/doc-fixes, r=huonwbors-1/+1
2013-07-04auto merge of #7549 : sfackler/rust/docs, r=msullivanbors-6/+1
2013-07-04Removed drop from the keyword list in the docsArmin Ronacher-1/+1
2013-07-04Implement consuming iterators for ~[], remove vec::{consume, consume_reverse,...Huon Wilson-1/+1
2013-07-03auto merge of #7523 : huonw/rust/uppercase-statics-lint, r=cmrbors-8/+8
2013-07-02Removing the rename warningSteven Fackler-2/+0
2013-07-02Fixed documentation for finalize->drop changeSteven Fackler-2/+2
2013-07-02doc: Update links to 0.7 release-0.7 0.7Brian Anderson-5/+5
2013-07-01Small documentation changesSteven Fackler-3/+0
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-8/+8
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-2/+2
2013-06-28librustc: Disallow "mut" from distributing over bindings.Patrick Walton-9/+9
2013-06-28add a tutorial on containers and iteratorsDaniel Micay-126/+208
2013-06-27rustpkg: Update manualTim Chevalier-0/+10
2013-06-28Convert vec::{push, push_all, push_all_move} to methods.Huon Wilson-1/+1