summary refs log tree commit diff
path: root/src/doc/intro.md
AgeCommit message (Expand)AuthorLines
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
2014-09-22doc: Removing repeated variable name to make it less ambiguiousAlfie John-4/+2
2014-09-11Replace the Tutorial with the Guide.Steve Klabnik-3/+3
2014-08-05doc: Fix the 30-minute intro to use += operator.Tim Joseph Dumol-3/+4
2014-07-29Update disclaimer to improve clarity and intentHugo Jobling-2/+2
2014-07-22Remove unnecessary cast from introCole Mickens-1/+1
2014-07-17deprecate Vec::getNick Cameron-7/+7
2014-07-01doc: Clarify that an error is a compiler errorBrian Anderson-1/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-4/+4
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-8/+8
2014-06-16Update repo locationBrian Anderson-1/+1
2014-06-11sync: Move underneath libstdAlex Crichton-4/+2
2014-06-03auto merge of #14622 : reillywatson/rust/master, r=alexcrichtonbors-1/+1
2014-06-03Doc: grammar fix in intro.mdReilly Watson-1/+1
2014-06-02docs: Stop using `notrust`Florian Gilcher-4/+4
2014-05-30Remove deprecated owned vector from intro.Jonathan Reem-13/+17
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-5/+6
2014-05-04docs: change compositionality to composabilityRicho Healey-1/+1
2014-04-25Fix variable name in prose to match code it's describingMichael Fairley-1/+1
2014-04-20Fix spelling mistakes in documentation and code.Joseph Crail-2/+2
2014-04-14doc: Address feedback about introBrian Anderson-0/+3
2014-04-09doc: Edit introBrian Anderson-164/+230
2014-04-09doc: Add "A 30-minute Introduction to Rust"Brian Anderson-0/+364