about summary refs log tree commit diff
path: root/src/doc/book
AgeCommit message (Expand)AuthorLines
2016-06-23Switched tense to clarify what is happening in the exampleAlfie John-1/+1
2016-06-19Fixed links in book/compiler-plugins.mdAlexander Stocko-2/+3
2016-06-17Traits where syntax's extra usage example more clearly 吴冉波-2/+2
2016-06-15Correct use of 'nul' 'null' and capitalizationAlexander Merritt-7/+7
2016-06-13doc: Fix typoFlorian Berger-1/+1
2016-06-12Auto merge of #34238 - jpreiss:master, r=steveklabnikbors-2/+2
2016-06-11typo fix in loops.mdJames Alan Preiss-1/+1
2016-06-11fix typo in primitive-types section on slicesJames Alan Preiss-1/+1
2016-06-11Auto merge of #34132 - AtheMathmo:no-stdlib, r=steveklabnikbors-4/+20
2016-06-10Rollup merge of #34129 - jviide:from-string-box-error, r=steveklabnikSeo Sanghyeon-12/+8
2016-06-08Auto merge of #32202 - arielb1:slice-patterns, r=nikomatsakisbors-3/+3
2016-06-09fix testsAriel Ben-Yehuda-3/+3
2016-06-07Adding sections and brief explanation of libcJames Lucas-7/+20
2016-06-07Rollup merge of #34125 - MichaelNecio:book_addition, r=steveklabnikSteve Klabnik-1/+4
2016-06-07Rollup merge of #34099 - markrcote:functions-copyedit, r=steveklabnikSteve Klabnik-1/+1
2016-06-07Rollup merge of #34094 - abenga:doc_changes_variable_bindings, r=steveklabnikSteve Klabnik-6/+7
2016-06-07Rollup merge of #34060 - JDemler:master, r=steveklabnikSteve Klabnik-4/+10
2016-06-07Minor changes to variable bindings chapterHorace Abenga-6/+7
2016-06-06Note warning of default features on libcJames Lucas-0/+3
2016-06-07Remove a gotcha from book/error-handling.mdJoachim Viide-12/+8
2016-06-06Noted that shadowing never destroys a valueMichael Necio-1/+4
2016-06-05Add missing space before parenthesis.Mark Côté-1/+1
2016-06-04Book: diagram takes less space and it's more symmetric.Steven Burns-5/+2
2016-06-04Book: fixed syntax coloringSteven Burns-5/+5
2016-06-03Auto merge of #33803 - WiSaGaN:feature/rename-main-thread, r=alexcrichtonbors-11/+11
2016-06-03document of shared modules for integration testsJakob Demler-2/+7
2016-06-03Fixed ambiguous explanaiton of tests/ directoryJakob Demler-2/+3
2016-06-01Fix a few links in the bookOliver Middleton-9/+10
2016-05-24Rollup merge of #33810 - tmr232:patch-1, r=ManishearthGuillaume Gomez-1/+1
2016-05-24Rollup merge of #33759 - aakloxu:patch-2, r=steveklabnikGuillaume Gomez-2/+0
2016-05-23Fixed link in Rust Book (no-stdlib)Tamir Bahar-1/+1
2016-05-22Rename main thread from "<main>" to "main".Wangshan Lu-11/+11
2016-05-21src/doc: Keep the original style of linksAaklo Xu-2/+2
2016-05-21Rollup merge of #33750 - alx741:fix_typo, r=ManishearthManish Goregaokar-1/+1
2016-05-21Rollup merge of #33747 - postmodern:patch-2, r=ManishearthManish Goregaokar-4/+5
2016-05-21Rollup merge of #33743 - royalstream:royalstream-stack-doc, r=steveklabnikManish Goregaokar-2/+2
2016-05-20Wording changesPostmodern-3/+3
2016-05-20Fix references linksAaklo Xu-4/+2
2016-05-20Rollup merge of #33745 - postmodern:patch-1, r=steveklabnikGuillaume Gomez-2/+2
2016-05-19book: ownership: fix typoDaniel Campoverde [alx741]-1/+1
2016-05-19Grammar changePostmodern-3/+4
2016-05-19Keep line-width within 80 columnsPostmodern-2/+3
2016-05-19Clarify the English translation of `?Sized`Postmodern-4/+3
2016-05-19Clarify wording in `transmute` examplePostmodern-2/+2
2016-05-19Book: small improvement to a table to make it clearerSteven Burns-2/+2
2016-05-19Rollup merge of #33721 - royalstream:royalstream-doc-highlights, r=ManishearthManish Goregaokar-38/+38
2016-05-19Rollup merge of #33720 - mark-summerfield:patch-1, r=steveklabnikManish Goregaokar-0/+2
2016-05-18Rust syntax coloring for some ignore, should-panic and no-run snippets.Steven Burns-38/+38
2016-05-18Clarified that `let(mut x, y) =` only makes x mutable, not ymark-summerfield-0/+2
2016-05-13Updated based on CR feedback.Val Vanderschaegen-3/+3