about summary refs log tree commit diff
path: root/doc
AgeCommit message (Expand)AuthorLines
2013-09-11auto merge of #9039 : singingboyo/rust/update-for-expr-docs, r=thestingerbors-17/+4
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-1/+1
2013-09-07Update for_expr docs.Brandon Sanderson-17/+4
2013-09-06Fix #6031. Allow symbolic log levels, not just numbers.novalis-3/+5
2013-09-04Implement support for indicating the stability of items.Huon Wilson-1/+57
2013-09-01auto merge of #8276 : kballard/rust/iterator-protocol, r=cmrbors-2/+35
2013-08-30doc/rust.md: Missing in keyword on keyword list.Carlos-1/+1
2013-08-29Make the iterator protocol more explicitKevin Ballard-2/+35
2013-08-28doc: Remove statement about scheduling randomnessBrian Anderson-15/+0
2013-08-27librustc: Fix merge falloutPatrick Walton-1/+1
2013-08-27auto merge of #8777 : Kimundi/rust/doc_stuff, r=cmrbors-151/+576
2013-08-27Rewrote module tutorialMarvin Löbel-151/+576
2013-08-26doc: Link condition and error-handling tutorial from main tutorialblake2-ppc-0/+1
2013-08-23Talk about trait bounds in the tutorial.Ben Blum-1/+31
2013-08-23auto merge of #8692 : kballard/rust/ffi-tutorial-c_str, r=huonwbors-3/+2
2013-08-23auto merge of #8682 : adridu59/rust/master, r=cmrbors-0/+12
2013-08-22Clarify use_decl module resolution docs.Brandon Sanderson-0/+32
2013-08-22Update FFI tutorial to reference `c_str::to_c_str`Kevin Ballard-3/+2
2013-08-22doc: add range iterators in the for loop sectionAdrien Tétar-0/+12
2013-08-21Change type of extern fns from `*u8` to `extern "ABI" fn`Niko Matsakis-11/+21
2013-08-21auto merge of #8585 : jankobler/rust/extract-grammar-01, r=catamorphismbors-2/+2
2013-08-20enable tests for the container tutorialDaniel Micay-3/+3
2013-08-20iterator: add a method for reversing a containerDaniel Micay-0/+10
2013-08-20rm obsolete integer to_str{,_radix} free functionsDaniel Micay-7/+5
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-18insert spaceJan Kobler-2/+2
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