summary refs log tree commit diff
path: root/src/doc/trpl/guessing-game.md
AgeCommit message (Expand)AuthorLines
2015-09-30Elaborate on the io prelude in the bookSteve Klabnik-1/+4
2015-09-17Clarify where let accepts a pattern, spatiallyColin Wallace-1/+1
2015-09-06Small syntax and formatting changesJack Wilson-3/+3
2015-08-05work -> compile in Guessing GameSteve Klabnik-2/+2
2015-08-04Rollup merge of #27397 - Dangthrimble:master, r=steveklabnikManish Goregaokar-2/+2
2015-07-30By defaultJonathan Hansford-2/+2
2015-07-28more precise for inclusive rangekrumelmonster-1/+1
2015-07-08TRPL: make version constraits explicitSteve Klabnik-3/+5
2015-05-31trpl:add missing commaFuGangqiang-2/+2
2015-05-22Update guessing-game.mdCornel Punga-1/+1
2015-05-21Replace "more later" by "later"Guillaume Gomez-1/+1
2015-05-18TRPL: Add `rust` Marker to Some Code BlockPascal Hertleif-1/+1
2015-05-15Auto merge of #25402 - parir:master, r=Manishearthbors-6/+6
2015-05-14TRPL: Fix Internal LinkPascal Hertleif-2/+2
2015-05-14Fix version numbers in the guessing game.parir-6/+6
2015-05-11Rollup merge of #25284 - petehunt:patch-1, r=steveklabnikManish Goregaokar-1/+1
2015-05-10Fix typo in guessing-game docsPete Hunt-1/+1
2015-05-10Rollup merge of #25263 - fhinkel:master, r=steveklabnikSteve Klabnik-2/+2
2015-05-10Fix small typos in documentationFranziska Hinkelmann-2/+2
2015-05-09Minor docs fixRob Young-2/+4
2015-05-07Undid changes involving misunderstanding of 0.3.x Ben Gesoff-10/+11
2015-05-07Refactor to keep rand version 0.3.0Ben Gesoff-17/+15
2015-05-07Change rand version to '*'Ben Gesoff-1/+1
2015-05-07Rollup merge of #25173 - andreastt:guessing_game_syntax_fix, r=steveklabnikSteve Klabnik-1/+1
2015-05-07Rollup merge of #25156 - rydotyosh:patch-4, r=alexcrichtonSteve Klabnik-2/+0
2015-05-07Rollup merge of #25154 - rydotyosh:patch-3, r=steveklabnikSteve Klabnik-1/+1
2015-05-07Rollup merge of #25148 - banks:master, r=steveklabnikSteve Klabnik-3/+3
2015-05-07doc: fix syntax error in Guessing GameAndreas Tolfsen-1/+1
2015-05-07doc: Fix remove secret number at final sourceらいどっと-2/+0
2015-05-07doc: Fix remove unused variableらいどっと-1/+1
2015-05-06Correct initial guessing game example. Fixes #25147. r? @steveklabnikPaul Banks-3/+3
2015-05-06Fix explanation of Cargo's behaviorSteve Klabnik-8/+13
2015-05-05TRPL: guessing gameSteve Klabnik-0/+999
2015-03-19Remove the Guessing Game from the bookSteve Klabnik-893/+0
2015-02-28Changed wording to use Result instead of Option in several places, fixed exam...David Mally-9/+9
2015-02-19docs: correct guessing game to mention old_io module instead of ioSteven Crockett-1/+1
2015-02-12Updated usage of StrExt.parse() as per a recommendation by edwardw.Nick Sarten-23/+23
2015-01-30std: Stabilize FromStr and parseAlex Crichton-11/+13
2015-01-26Fallout of io => old_ioAlex Crichton-27/+27
2015-01-17doc: Remove extra whitespace in the middle of lines to provide alignmentNick Howell-26/+26
2015-01-11Replace uint with u32 in trpl/guessing-game.mdCarVac-39/+39
2015-01-08Standardize punctuation & formatting of TRPLKevin Yap-4/+4
2015-01-08Fix dead links in the guide and reorganizeAlex Crichton-0/+891