about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2016-06-08Auto merge of #32202 - arielb1:slice-patterns, r=nikomatsakisbors-3/+3
2016-06-09fix testsAriel Ben-Yehuda-3/+3
2016-06-07Fixed based on feedback from steveklabnikAndrew Brinker-11/+7
2016-06-07Adding sections and brief explanation of libcJames Lucas-7/+20
2016-06-07Rollup merge of #34138 - hoodie:bug/bool_colors, r=steveklabnikSteve Klabnik-1/+1
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 #34070 - chriskrycho:update-reference-deprecated-attribute, r...Steve Klabnik-2/+1
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-05Update reference to indicate stabilization of `deprecated` attribute.Chris Krycho-2/+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-02Rollup merge of #34021 - ollie27:book_links_offline, r=steveklabnikGuillaume Gomez-10/+11
2016-06-01Rewrote "How Safe and Unsafe Interact" Nomicon chapter.Andrew Brinker-137/+118
2016-06-01Fix a few links in the bookOliver Middleton-10/+11
2016-06-01Rollup merge of #33385 - cheercroaker:doc-correction, r=brsonManish Goregaokar-1/+1
2016-05-26Implement `..` in tuple (struct) patternsVadim Petrochenkov-0/+2
2016-05-24Mention initial copyright year onlycheercroaker-1/+1
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-19Rollup merge of #33611 - vvanders:master, r=steveklabnikManish Goregaokar-0/+47
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-17renamed last boolval to bool-valHendrik Sollich-1/+1