summaryrefslogtreecommitdiff
path: root/src/doc/intro.md
Commit message (Expand)AuthorAgeFilesLines
* Remove the 30 minute introSteve Klabnik2015-04-181-583/+2
* Fallout: move from scoped to spawnAaron Turon2015-04-141-0/+4
* Rollup merge of #24139 - xfq:patch-1, r=steveklabnikManish Goregaokar2015-04-081-3/+3
|\
| * Update intro.mdXue Fuqiao2015-04-071-3/+3
* | Auto merge of #23277 - aochagavia:intro, r=steveklabnikbors2015-04-071-22/+14
|\ \ | |/ |/|
| * Remove unnecessary Arc usage in introductionAdolfo OchagavĂ­a2015-03-111-22/+14
* | Re-word explanation on closures in introSteve Klabnik2015-03-221-10/+10
* | Fix 404 to crates.io's doc on integrating with a native toolchainPaul ADENOT2015-03-161-1/+1
|/
* Make concurrent examples actually run concurrentlyJake Goulding2015-03-081-4/+4
* Update example that uses deprecated Thread::scopedJake Goulding2015-03-081-9/+9
* Rollup merge of #22947 - ic:master, r=steveklabnikManish Goregaokar2015-03-051-5/+8
|\
| * Made failing/working examples look alike.Eric Platon2015-03-041-5/+8
* | Change quaranteed -> guaranteed in README.mdAlexander Campbell2015-02-281-1/+1
* | Change slithtly -> slightly in README.mdAlexander Campbell2015-02-281-4/+4
|/
* change to iterate over &vetFuGangqiang2015-02-281-1/+1
* remove the call `.iter()`FuGangqiang2015-02-271-2/+2
* Update intro.md to fix thread spawning example Closes #22419Jessy Diamond Exum2015-02-221-34/+30
* Update docs by dropping suffixes except where they served to instruct.Niko Matsakis2015-02-181-2/+2
* Correct typo for 'underyling'Duane Edwards2015-02-131-1/+1
* Kill more `isize`sTobias Bucher2015-01-311-3/+3
* Fix type inference problems in tests and docsAaron Turon2015-01-211-5/+3
* Fallout from stabilization.Aaron Turon2015-01-211-2/+2
* Replace obsolete constructions in into examplesAndrew Barchuk2015-01-171-12/+12
* Remove Thread::detach() call from intro exampleAndrew Barchuk2015-01-171-1/+1
* Fix intro concurrency examples compilation warnsAndrew Barchuk2015-01-171-5/+5
* rollup merge of #21075: iKevinY/intro-changesAlex Crichton2015-01-151-21/+21
|\
| * Various changes to Rust IntroductionKevin Yap2015-01-121-21/+21
* | Improve example in the intro.Steve Klabnik2015-01-121-10/+11
* | Updates fixed-size suffixDuncan Regan2015-01-101-3/+3
|/
* "The Rust Programming Language"Steve Klabnik2015-01-081-4/+5
* rollup merge of #20693: EchoAce/intro-oboeAlex Crichton2015-01-071-2/+2
|\
| * oboe removedFakeKane2015-01-071-2/+2
* | Fallout from stabilizationAaron Turon2015-01-061-5/+4
|/
* std: Return Result from RWLock/Mutex methodsAlex Crichton2014-12-291-1/+1
* Revise std::thread API to join by defaultAaron Turon2014-12-181-9/+17
* rollup merge of #19735: sethpollack/patch-1Brian Anderson2014-12-151-4/+4
|\
| * Update intro.mdSeth Pollack2014-12-111-4/+4
* | rollup merge of #19714: steveklabnik/gh16219Brian Anderson2014-12-151-2/+2
|\ \
| * | Fix up some {ignore} and {notrust}sSteve Klabnik2014-12-101-2/+2
| |/
* | Update guide/intro to take into account the removal of `proc`.Niko Matsakis2014-12-141-24/+32
|/
* Test fixes and rebase conflicts from the rollupAlex Crichton2014-12-091-4/+4
* rollup merge of #19614: steveklabnik/gh19599Alex Crichton2014-12-091-2/+2
|\
| * remove usage of notrust from the docsSteve Klabnik2014-12-071-2/+2
* | Add missing semicolon to hello world program in intro.jbranchaud2014-12-061-1/+1
|/
* Prepend should be append in the 30 minute introCarol Nichols2014-11-071-1/+1
* small fix to output of code sample in intro.mdRolf van de Krol2014-10-311-6/+6
* Improve code in the intro.Steve Klabnik2014-10-231-1/+1
* [Docs] more intro typosNeil Pankey2014-10-181-7/+7
* [Docs] intro typoNeil Pankey2014-10-181-4/+4
* Re-do the 30 minute introSteve Klabnik2014-10-031-358/+499