summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2015-06-19Don't link to specific versions of rust in the book.Steven Allen-8/+6
2015-05-15Auto merge of #25402 - parir:master, r=Manishearthbors-7/+7
2015-05-155 != 4parir-1/+1
2015-05-14Rollup merge of #25420 - habnabit:master, r=steveklabnikSteve Klabnik-3/+0
2015-05-14Rollup merge of #25418 - leunggamciu:patch-trpl, r=steveklabnikSteve Klabnik-0/+3
2015-05-14Rollup merge of #25413 - killercup:patch-11, r=alexcrichtonSteve Klabnik-2/+2
2015-05-14Rollup merge of #25410 - durka:patch-2, r=steveklabnikSteve Klabnik-1/+4
2015-05-14Rollup merge of #25408 - Nashenas88:rust-book-stack-and-heap-typo, r=stevekla...Steve Klabnik-3/+3
2015-05-14Rollup merge of #25407 - durka:patch-1, r=alexcrichtonSteve Klabnik-3/+3
2015-05-14Rollup merge of #25405 - dreid:patch-3, r=nikomatsakisSteve Klabnik-1/+1
2015-05-14Rollup merge of #25404 - dnaeon:doc-fixes, r=steveklabnikSteve Klabnik-1/+1
2015-05-14Remove an almost-duplicated sentence.Aaron Gallagher-3/+0
2015-05-15trpl: Fix missing internal linksleunggamciu-0/+3
2015-05-14TRPL: Fix Internal LinkPascal Hertleif-2/+2
2015-05-14trpl: punctuation fix in PatternsAlex Burka-2/+2
2015-05-14trpl: fix link from Match to If LetAlex Burka-1/+1
2015-05-14trpl: fix link from Enums to TraitsAlex Burka-0/+1
2015-05-14trpl: fix link from Structs to TraitsAlex Burka-0/+2
2015-05-14I fixed the typo of the value of e in the memory tables. It is a reference to...Paul Faria-26/+26
2015-05-14trpl: punctuation fixAlex Burka-1/+1
2015-05-14Another thread->task fix.David Reid-1/+1
2015-05-14trpl-docs: Specify correct type of variable bindingMarin Atanasov Nikolov-1/+1
2015-05-14Rollup merge of #25397 - dreid:patch-2, r=alexcrichtonManish Goregaokar-1/+1
2015-05-14Rollup merge of #25395 - dreid:patch-1, r=alexcrichtonManish Goregaokar-23/+23
2015-05-14Add some missing links.parir-0/+3
2015-05-14Fix version numbers in the guessing game.parir-6/+6
2015-05-13Fix automatic substitution of task->thread.David Reid-1/+1
2015-05-13Fix table syntax.David Reid-23/+23
2015-05-13Fix link to RFC 255 in Reference.Nick Hamann-1/+3
2015-05-13Fix test failure in the referenceSteve Klabnik-0/+5
2015-05-13Rollup merge of #25382 - steveklabnik:typo_fix, r=alexcrichtonSteve Klabnik-1/+1
2015-05-13Rollup merge of #25379 - mpark:trpl, r=alexcrichtonSteve Klabnik-1/+1
2015-05-13Rollup merge of #25376 - swaroopch:patch-2, r=steveklabnikSteve Klabnik-0/+2
2015-05-13Rollup merge of #25360 - steveklabnik:typo, r=alexcrichtonSteve Klabnik-1/+1
2015-05-13Rollup merge of #25308 - nham:audit_ref_traits, r=alexcrichtonSteve Klabnik-7/+55
2015-05-13Fix typoSteve Klabnik-1/+1
2015-05-13trpl/error-handling - fix typoSwaroop C H-1/+1
2015-05-13TRPL: Fix a broken link to 'move semantics'Michael Park-1/+1
2015-05-13Add link to Debug traitSwaroop C H-0/+2
2015-05-13Fix a typoSteve Klabnik-1/+1
2015-05-13Merge branch 'trpl_embedding' into rollupSteve Klabnik-0/+354
2015-05-13Merge branch 'doc-fixes' of https://github.com/wheals/rust into rollupSteve Klabnik-10/+15
2015-05-13Merge branch 'doc_release_channels' into rollupSteve Klabnik-0/+46
2015-05-13Rollup merge of #25348 - geofft:trpl-fix-enums, r=steveklabnikSteve Klabnik-112/+162
2015-05-13Rollup merge of #25321 - steveklabnik:second_tutorial, r=alexcrichtonSteve Klabnik-0/+691
2015-05-13Rollup merge of #25317 - steveklabnik:trpl_drop, r=alexcrichtonSteve Klabnik-2/+66
2015-05-12Improve wording for the "Trait objects" section of the reference.Nick Hamann-7/+15
2015-05-12Expand the "Traits" section of the reference.Nick Hamann-0/+40
2015-05-12trpl/match: Add an example for matching on enumsGeoffrey Thomas-0/+37
2015-05-12trpl/enums: RewriteGeoffrey Thomas-51/+46