summary refs log tree commit diff
path: root/src/doc/tutorial.md
AgeCommit message (Expand)AuthorLines
2014-06-27auto merge of #15166 : zookoatleastauthoritycom/rust/13570-add-see-below-to-a...bors-5/+6
2014-06-25auto merge of #15121 : steveklabnik/rust/matching_docs, r=alexcrichtonbors-3/+8
2014-06-25Make an example more clear with sample code.Steve Klabnik-3/+8
2014-06-25reflow with emacs fill-paragraph (fill-column 71)Zooko Wilcox-O'Hearn-5/+6
2014-06-25add "(see below)" to a reference to a new conceptZooko Wilcox-O'Hearn-1/+1
2014-06-24Fix grammar in tutorialMichael Zhou-1/+1
2014-06-24Add the Guide, add warning to tutorial.Steve Klabnik-0/+7
2014-06-24Improve ambiguous pronoun.Steve Klabnik-3/+4
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-18/+18
2014-06-23Docs: tutorial: Remove a couple references to `~T`Ivan Petkov-4/+5
2014-06-22Update few files after comparison traits renamingPiotr Jawniak-2/+2
2014-06-17tutorial.md: tiny correction for --crate-type=libNiklas Koep-1/+1
2014-06-16Update Sublime Rust github linkChristopher Bergqvist-1/+1
2014-06-16Update repo locationBrian Anderson-4/+4
2014-06-15Register new snapshotsAlex Crichton-2/+2
2014-06-11auto merge of #14799 : mcreinhard/rust/tilde-fix, r=alexcrichtonbors-1/+1
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-3/+3
2014-06-10Fix deprecated use of ~Michael Reinhard-1/+1
2014-06-06doc: Turn off special features for rustdoc testsAlex Crichton-0/+3
2014-06-05Fallout from the libcollections movementAlex Crichton-2/+1
2014-06-02docs: Stop using `notrust`Florian Gilcher-10/+10
2014-05-31Rename variable in tutorialChristoph Burgdorf-3/+3
2014-05-31auto merge of #14553 : reem/rust/nuke-owned-vectors, r=alexcrichtonbors-9/+9
2014-05-30Remove deprecated owned vector from tutorial.Jonathan Reem-9/+9
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-15/+15
2014-05-29Revert erroneous fix to tutorialRandati-1/+1
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-10/+20
2014-05-27auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric...bors-2/+2
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-27auto merge of #14429 : sanrodari/rust/patch-1, r=sfacklerbors-1/+1
2014-05-26auto merge of #14374 : swgillespie/rust/swgillespie-tutorial, r=alexcrichtonbors-11/+18
2014-05-25Update tutorial, see issue #13578Sean Gillespie-12/+19
2014-05-25Fix to tutorialSantiago Rodriguez-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-6/+6
2014-05-24Get "make check" to work with unused-attributeSteven Fackler-0/+5
2014-05-23auto merge of #14362 : zecozephyr/rust/docfixes, r=cmrbors-1/+1
2014-05-22Fixed incorrect module pathJonathan Bailey-1/+1
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-5/+5
2014-05-21Updated doc with correct type.Jonathan Bailey-1/+1
2014-05-19Minor doc fixes in various placesPiotr Jawniak-1/+1
2014-05-16doc: Remove all uses of `~str` from the documentation.Patrick Walton-6/+6
2014-05-13add a line to the example to clarify semanticsZooko Wilcox-O'Hearn-1/+1
2014-05-12Remove reference to MutexArcDerek Chiang (Enchi Jiang)-1/+1
2014-05-10Clarification of Slice, Vector and Arraymoonglum-3/+3
2014-05-08Handle fallout in documentationKevin Ballard-5/+6
2014-05-07auto merge of #13958 : pcwalton/rust/detilde, r=pcwaltonbors-66/+68
2014-05-07auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brsonbors-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-66/+68
2014-05-06Update multiple file use statement exampleBrandon Waskiewicz-8/+10
2014-05-05doc: Corrected example in 17.8 Deriving implementations for traitsMike Boutin-1/+8