about summary refs log tree commit diff
path: root/src/doc/intro.md
AgeCommit message (Expand)AuthorLines
2015-04-18Remove the 30 minute introSteve Klabnik-583/+2
2015-04-14Fallout: move from scoped to spawnAaron Turon-0/+4
2015-04-08Rollup merge of #24139 - xfq:patch-1, r=steveklabnikManish Goregaokar-3/+3
2015-04-07Auto merge of #23277 - aochagavia:intro, r=steveklabnikbors-22/+14
2015-04-07Update intro.mdXue Fuqiao-3/+3
2015-03-22Re-word explanation on closures in introSteve Klabnik-10/+10
2015-03-16Fix 404 to crates.io's doc on integrating with a native toolchainPaul ADENOT-1/+1
2015-03-11Remove unnecessary Arc usage in introductionAdolfo OchagavĂ­a-22/+14
2015-03-08Make concurrent examples actually run concurrentlyJake Goulding-4/+4
2015-03-08Update example that uses deprecated Thread::scopedJake Goulding-9/+9
2015-03-05Rollup merge of #22947 - ic:master, r=steveklabnikManish Goregaokar-5/+8
2015-03-04Made failing/working examples look alike.Eric Platon-5/+8
2015-02-28Change quaranteed -> guaranteed in README.mdAlexander Campbell-1/+1
2015-02-28Change slithtly -> slightly in README.mdAlexander Campbell-4/+4
2015-02-28change to iterate over &vetFuGangqiang-1/+1
2015-02-27remove the call `.iter()`FuGangqiang-2/+2
2015-02-22Update intro.md to fix thread spawning example Closes #22419Jessy Diamond Exum-34/+30
2015-02-18Update docs by dropping suffixes except where they served to instruct.Niko Matsakis-2/+2
2015-02-13Correct typo for 'underyling'Duane Edwards-1/+1
2015-01-31Kill more `isize`sTobias Bucher-3/+3
2015-01-21Fix type inference problems in tests and docsAaron Turon-5/+3
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-17Replace obsolete constructions in into examplesAndrew Barchuk-12/+12
2015-01-17Remove Thread::detach() call from intro exampleAndrew Barchuk-1/+1
2015-01-17Fix intro concurrency examples compilation warnsAndrew Barchuk-5/+5
2015-01-15rollup merge of #21075: iKevinY/intro-changesAlex Crichton-21/+21
2015-01-12Various changes to Rust IntroductionKevin Yap-21/+21
2015-01-12Improve example in the intro.Steve Klabnik-10/+11
2015-01-10Updates fixed-size suffixDuncan Regan-3/+3
2015-01-08"The Rust Programming Language"Steve Klabnik-4/+5
2015-01-07rollup merge of #20693: EchoAce/intro-oboeAlex Crichton-2/+2
2015-01-07oboe removedFakeKane-2/+2
2015-01-06Fallout from stabilizationAaron Turon-5/+4
2014-12-29std: Return Result from RWLock/Mutex methodsAlex Crichton-1/+1
2014-12-18Revise std::thread API to join by defaultAaron Turon-9/+17
2014-12-15rollup merge of #19735: sethpollack/patch-1Brian Anderson-4/+4
2014-12-15rollup merge of #19714: steveklabnik/gh16219Brian Anderson-2/+2
2014-12-14Update guide/intro to take into account the removal of `proc`.Niko Matsakis-24/+32
2014-12-11Update intro.mdSeth Pollack-4/+4
2014-12-10Fix up some {ignore} and {notrust}sSteve Klabnik-2/+2
2014-12-09Test fixes and rebase conflicts from the rollupAlex Crichton-4/+4
2014-12-09rollup merge of #19614: steveklabnik/gh19599Alex Crichton-2/+2
2014-12-07remove usage of notrust from the docsSteve Klabnik-2/+2
2014-12-06Add missing semicolon to hello world program in intro.jbranchaud-1/+1
2014-11-07Prepend should be append in the 30 minute introCarol Nichols-1/+1
2014-10-31small fix to output of code sample in intro.mdRolf van de Krol-6/+6
2014-10-23Improve code in the intro.Steve Klabnik-1/+1
2014-10-18[Docs] more intro typosNeil Pankey-7/+7
2014-10-18[Docs] intro typoNeil Pankey-4/+4
2014-10-03Re-do the 30 minute introSteve Klabnik-358/+499