summary refs log tree commit diff
path: root/doc
AgeCommit message (Expand)AuthorLines
2013-09-24auto merge of #9450 : jzelinskie/rust/tutorial-tasks-result-signature, r=alex...bors-1/+1
2013-09-23auto merge of #9439 : steveklabnik/rust/build_rustpkg_tutorial, r=brsonbors-8/+8
2013-09-23Fix signature of Result in tasks tutorial. Closes #8343Jimmy Zelinskie-1/+1
2013-09-23test: Fix rustdoc and tests.Patrick Walton-28/+0
2013-09-23Add rustpkg tutorial to the official tutorials.Steve Klabnik-8/+8
2013-09-23auto merge of #9423 : madjar/rust/patch-1, r=alexcrichtonbors-1/+1
2013-09-23Extended the module tutorial section about files a bitMarvin Löbel-13/+50
2013-09-23Fixed a small typo in the tutorialGeorges Dubus-1/+1
2013-09-21Update version numbers to 0.8Brian Anderson-25/+25
2013-09-20auto merge of #9278 : alexcrichton/rust/ndebug, r=brsonbors-2/+2
2013-09-20Invert --cfg debug to --cfg ndebugAlex Crichton-2/+2
2013-09-20auto merge of #9327 : larsbergstrom/rust/tutorial_installation_tweak, r=catam...bors-3/+2
2013-09-19auto merge of #9315 : thestinger/rust/doc, r=alexcrichtonbors-28/+33
2013-09-19Modernize extra::future APISteven Fackler-2/+2
2013-09-19Clarify that snapshots are automatically retrieved.Lars Bergstrom-3/+2
2013-09-19doc: Fix the tutorial's link to rustpkg docsblake2-ppc-2/+2
2013-09-18doc: Update container tutorial with new names of methods and macrosblake2-ppc-22/+27
2013-09-18clarify vector stub in the container tutorialDaniel Micay-4/+4
2013-09-17Added support for a `\0` escape sequence.Daniel Rosenwasser-1/+1
2013-09-17document what unsafety meansDaniel Micay-11/+63
2013-09-17auto merge of #9244 : thestinger/rust/drop, r=catamorphismbors-2/+2
2013-09-17auto merge of #9239 : steveklabnik/rust/rustpkg_tutorial, r=catamorphismbors-0/+225
2013-09-16switch Drop to `&mut self`Daniel Micay-2/+2
2013-09-16Updating rustpkg tutorial from feedback.Steve Klabnik-37/+16
2013-09-16New rustpkg tutorial.Steve Klabnik-0/+246
2013-09-16auto merge of #9223 : sfackler/rust/tasks-fix, r=catamorphismbors-4/+2
2013-09-15Remove references to std::pipes from task tutorialSteven Fackler-4/+2
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-18/+18
2013-09-14auto merge of #9115 : erickt/rust/master, r=ericktbors-2/+3
2013-09-13rustc/rustpkg: Use a target-specific subdirectory in build/ and lib/Tim Chevalier-9/+15
2013-09-12Document the Zero traitErick Tryzelaar-2/+3
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