about summary refs log tree commit diff
path: root/src/doc/book
AgeCommit message (Expand)AuthorLines
2016-09-01Auto merge of #34494 - CensoredUsername:allow_sysV64_abi, r=nagisabors-0/+1
2016-08-30Change ABI string from sysV64 to sysv64CensoredUsername-1/+1
2016-08-30Allow specification of the system V AMD64 ABI constraint.CensoredUsername-0/+1
2016-08-24Updated code sample in chapter on syntax extensions.Vincent Esche-3/+3
2016-08-23Rollup merge of #35913 - frewsxcv:panic, r=steveklabnikGuillaume Gomez-2/+2
2016-08-22Mark panicking tests as `should_panic` instead of `no_run`.Corey Farwell-2/+2
2016-08-22Correct failing book testPanashe M. Fundira-0/+6
2016-08-21Add reference to `Self` in traits chapter (book)Panashe M. Fundira-0/+22
2016-08-20Add docs for "!" empty Never type (rfc 1216)Stefan Schindler-1/+4
2016-08-20Rollup merge of #35794 - cantino:fix-typo, r=apasel422Jonathan Turner-1/+1
2016-08-20Rollup merge of #35781 - ErikUggeldahl:spellingfix, r=apasel422Jonathan Turner-2/+2
2016-08-18Fix minor typoAndrew Cantino-1/+1
2016-08-18Fix tiny spelling mistake in bookErik Uggeldahl-2/+2
2016-08-18Fix linksNick Cameron-4/+4
2016-08-17Rollup merge of #35681 - Rufflewind:patch-1, r=apasel422Jonathan Turner-3/+3
2016-08-17Rollup merge of #35663 - CryZe:no-stdlib, r=ManishearthJonathan Turner-12/+29
2016-08-17Rollup merge of #35595 - urschrei:associated_types_docfix, r=steveklabnikJonathan Turner-1/+1
2016-08-15Fix spacing in code of closures.mdPhil Ruffwind-3/+3
2016-08-14Rollup merge of #35647 - ahmedcharles:spelling, r=alexcrichtonEduard-Mihai Burtescu-1/+1
2016-08-14Improve `No stdlib` and related DocumentationChristopher Serr-12/+29
2016-08-13Ensure that attributes are spelled properly.Ahmed Charles-1/+1
2016-08-12book: fix the hidden find() functions in error-handling.mdChristophe Vu-Brugier-3/+3
2016-08-11More clarificationStephan Hügel-1/+1
2016-08-11Clarify type declaration languageStephan Hügel-1/+1
2016-08-08Rollup merge of #35466 - xitep:master, r=steveklabnikJonathan Turner-0/+1
2016-08-08book: update example patterns to be more clearDoug Goldstein-6/+6
2016-08-07Fix formatting of module layout exampleNovotnik, Petr-0/+1
2016-08-05Rollup merge of #35189 - mLuby:patch-1, r=steveklabnikGuillaume Gomez-0/+2
2016-08-05Rollup merge of #35137 - jongiddy:explicit-wildcard, r=steveklabnikGuillaume Gomez-1/+1
2016-08-02Update the-stack-and-the-heap.mdmLuby-0/+2
2016-08-02Ignore the lang-items example in the book.Eduard Burtescu-1/+1
2016-07-31Provide more explicit example of wildcard version in guessing game doc.Jonathan Giddy-1/+1
2016-07-30Auto merge of #34904 - petrochenkov:rustcall, r=nikomatsakisbors-0/+1
2016-07-29Rollup merge of #35103 - brettcannon:patch-1, r=ManishearthGuillaume Gomez-3/+3
2016-07-28Try to clear up some awkward wordingBrett Cannon-3/+3
2016-07-27remove claim about searching through nested fields for the nullable type, eve...Alex Burka-7/+9
2016-07-27fix typoAlex Burka-1/+1
2016-07-27revert libc changesAlex Burka-9/+13
2016-07-27hack to make example compileAlex Burka-1/+5
2016-07-27change confusing wording about discriminantAlex Burka-3/+3
2016-07-27extern fns require named parametersAlex Burka-1/+1
2016-07-27foreign function interface interfaceAlex Burka-1/+1
2016-07-27not just a single fieldAlex Burka-1/+1
2016-07-27recursionAlex Burka-4/+4
2016-07-27expand nullable pointer exampleAlex Burka-4/+24
2016-07-27generics-agnostic descriptionAlex Burka-8/+6
2016-07-27book/ffi: nullable pointer, libc cleanupsAlex Burka-21/+46
2016-07-26Rollup merge of #35043 - rahiel:patch-1, r=nikomatsakisSteve Klabnik-2/+0
2016-07-26doc/book/trait-objects: remove empty lines at start of examplesRahiel Kasim-2/+0
2016-07-23Update underscore usage (#34903)abhi-1/+2