about summary refs log tree commit diff
path: root/src/doc/tutorial.md
AgeCommit message (Expand)AuthorLines
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
2014-05-05doc: Minor example formatting in 11 ReferencesMike Boutin-1/+1
2014-05-05doc: Clarified 4.2 Pattern matchingMike Boutin-13/+10
2014-05-05Update minimum g++ version in documentationJames Laverack-1/+1
2014-05-04auto merge of #13676 : mdinger/rust/tutorial_doc, r=pnkfelixbors-17/+82
2014-05-03rustdoc: Migrate from sundown to hoedownAlex Crichton-1/+1
2014-05-01Fix a/an typosJorge Aparicio-1/+1
2014-05-01auto merge of #13881 : aochagavia/rust/pr, r=alexcrichtonbors-1/+1
2014-05-01Fixed outdated note in the tutorialAdolfo Ochagavía-1/+1
2014-05-01rustdoc tutorial: grammar change in list commentsJustin Noah-3/+3
2014-04-30Suggested revisions to PR 13676.Felix S. Klock II-28/+53
2014-04-30Remove extra semicolonsmdinger-2/+2
2014-04-30Fix typomdinger-1/+1
2014-04-29auto merge of #13776 : adrientetar/rust/rustdoc-fix, r=brsonbors-9/+13
2014-04-27doc: Remove out-of-place debug! noteMichael Pratt-5/+0
2014-04-27doc: perform some 80-chars wrappingsAdrien Tétar-9/+13
2014-04-22auto merge of #13683 : aochagavia/rust/pr, r=alexcrichtonbors-1/+1
2014-04-22auto merge of #13673 : bmac/rust/utorial-fix, r=alexcrichtonbors-1/+1
2014-04-22Some more closure changesmdinger-33/+46
2014-04-22Fixed typo in tutorialAdolfo Ochagavía-1/+1
2014-04-21auto merge of #13587 : adrientetar/rust/more-docs, r=brsonbors-16/+15
2014-04-21Update the "Additional tutorials" linkBrendan McLoughlin-1/+1
2014-04-20Fix call order to be the same as definition orderGary M. Josack-1/+1
2014-04-19Demonstrate accessing external variable in first examplemdinger-11/+16
2014-04-19doc: add webfonts and tweak the styles accordinglyAdrien Tétar-16/+15
2014-04-19Give more explanation when introducing closures mdinger-7/+29
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-4/+4