about summary refs log tree commit diff
path: root/doc
AgeCommit message (Expand)AuthorLines
2013-10-10auto merge of #9732 : catamorphism/rust/rustpkg-read-only, r=brsonbors-1/+8
2013-10-10rustpkg: Make checked-out source files read-only, and overhaul where temporar...Tim Chevalier-1/+8
2013-10-10Fixed typo under 'Segmented stacks and the linter', and removed superfluous t...Michael 'devbug' Williams-7/+7
2013-10-07auto merge of #9674 : ben0x539/rust/raw-str, r=alexcrichtonbors-5/+38
2013-10-07Fix merge fallout of privacy changesAlex Crichton-0/+4
2013-10-08document raw string literals in tutorial.md and rust.mdBenjamin Herr-5/+38
2013-10-07Document visibility in the manual/tutorialAlex Crichton-12/+174
2013-10-06auto merge of #9703 : alexcrichton/rust/compiler-features, r=cmrbors-0/+60
2013-10-05Implement feature-gating for the compilerAlex Crichton-0/+60
2013-10-05docs / rustpkg: Document `rustpkg test` moreTim Chevalier-0/+48
2013-10-02syntax: Add #[deriving(FromPrimitive)] syntax extensionErick Tryzelaar-0/+1
2013-10-01remove the `float` typeDaniel Micay-230/+215
2013-10-01auto merge of #9645 : dckc/rust/patch-2, r=catamorphismbors-3/+3
2013-09-30tutorial: Remove usage of fmt!Alex Crichton-55/+59
2013-09-30clarify that rust_pkg is a place-holderDan Connolly-3/+3
2013-09-28auto merge of #9589 : thestinger/rust/tutorial, r=alexcrichtonbors-58/+70
2013-09-28tutorial: rewrite the sections on boxes/movesDaniel Micay-58/+70
2013-09-28auto merge of #9459 : eliovir/rust/patch-1, r=bstriebors-1/+1
2013-09-24tutorial.md : correct formula in fn area()eliovir-1/+1
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