summary refs log tree commit diff
path: root/doc
AgeCommit message (Expand)AuthorLines
2013-07-02doc: Update links to 0.7 release-0.7 0.7Brian Anderson-5/+5
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
2013-06-25auto merge of #7269 : luqmana/rust/drop, r=thestingerbors-4/+4
2013-06-25Change finalize -> drop.Luqman Aden-4/+4
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-13/+44
2013-06-22auto merge of #7274 : thestinger/rust/size_hint, r=huonwbors-7/+7
2013-06-23vec: remove BaseIter implementationDaniel Micay-7/+7
2013-06-22auto merge of #7204 : alexcrichton/rust/deriving-to-string, r=pcwaltonbors-1/+3
2013-06-22Merge pull request #7270 from thestinger/docDaniel Micay-16/+32
2013-06-22Expand the deriving(ToStr) implementationAlex Crichton-1/+3
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-1/+1
2013-06-21Usable instructions for generating docs from sourceRalph Bodenner-6/+21
2013-06-21Minor doc updates to reflect #[deriving(Zero)], and small release notes adjus...Huon Wilson-1/+2
2013-06-21fix text of tutorialsJoris Rehm-9/+9
2013-06-16auto merge of #7184 : smvv/rust/doc_css, r=brsonbors-12/+9
2013-06-16Correct docsNiko Matsakis-1/+1
2013-06-16Correct tutorial testsNiko Matsakis-3/+5
2013-06-16Remove h[123] border and increase their padding to better readabilitySander Mathijs van Veen-12/+9
2013-06-16fix benchmark and the tutorialsDaniel Micay-8/+3
2013-06-14rm MutableIterDaniel Micay-1/+1
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-12auto merge of #7077 : SiegeLord/rust/new_css, r=pnkfelixbors-23/+73
2013-06-12std: remove substr & str::count_*, methodise char_len, implement slice_chars.Huon Wilson-1/+1
2013-06-11Alter rust.css to make the documentation look more appealingSiegeLord-23/+73
2013-06-11std: convert pow, hypot, atan2, log to take arguments by reference.Huon Wilson-2/+2
2013-06-11fix tests, remove some warningsHuon Wilson-6/+6
2013-06-10std: remove str::contains in favour of the methodHuon Wilson-8/+3
2013-06-10std: remove str::{len, slice, is_empty} in favour of methods.Huon Wilson-3/+3
2013-06-08remove deprecated vec::{is_empty, len} functionsDaniel Micay-1/+1
2013-06-09std: remove foldr and alli methods in vecHuon Wilson-0/+1
2013-06-09std: remove fold[lr] in favour of iteratorsHuon Wilson-1/+1
2013-06-07auto merge of #7003 : alco/rust/tutorial-block-expr, r=bstriebors-4/+9
2013-06-08A reminder that a block is a single expr in closuresAlexei Sholik-4/+9
2013-06-08Mention `for` in the section on loopsAlexei Sholik-2/+5
2013-06-06tutorial: fix for-loop exampleRamkumar Ramachandra-4/+5
2013-06-06Fix duplicate words in the docsAlexei Sholik-1/+1
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-9/+14
2013-06-02docs: Mention recently-added rustpkg features in the rustpkg manualTim Chevalier-0/+19
2013-05-31fix tutorial lint warningsDaniel Micay-2/+1
2013-05-31mv the raw pointer {swap,replace}_ptr to std::ptrDaniel Micay-1/+1
2013-05-30Minor grammar fix.Gábor Horváth-1/+1
2013-05-30Minor style fix.Gábor Horváth-1/+1
2013-05-30Minor documentation addition.Gábor Horváth-1/+2
2013-05-29auto merge of #6825 : caitp/rust/issue-6824, r=Aatchbors-2/+2
2013-05-30Fixes #6824 - Correct scan_number() grammarCaitlin Potter-2/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-5/+37