about summary refs log tree commit diff
path: root/src/doc/trpl
AgeCommit message (Expand)AuthorLines
2015-09-30Cross-reference doc chapter from testing chapterSteve Klabnik-0/+2
2015-09-30Call out slicing syntax more explicitlySteve Klabnik-3/+8
2015-09-30Improve wording in error handling guideSteve Klabnik-2/+2
2015-09-30Fix module links in std::fmt and the Rust book's documentation chapter.Ted Mielczarek-2/+2
2015-09-30Update no_std docsSteve Klabnik-18/+20
2015-09-30libcxxabi is no longer necessary for libunwindAidan Hobson Sayers-2/+0
2015-09-30Improve "Variable bindings" chapterJan Likar-8/+91
2015-09-28remove a sentence #28701Willy Aguirre-2/+1
2015-09-26Rollup merge of #28679 - xaviershay:book-unit-example, r=steveklabnikSteve Klabnik-0/+2
2015-09-26Add an example of constructing a unit-like struct.Xavier Shay-0/+2
2015-09-26clarify that `find` returns first matchDavid Elliott-4/+5
2015-09-25Rollup merge of #28655 - alfiedotwtf:patch-2, r=sanxiynSteve Klabnik-3/+3
2015-09-25Rollup merge of #28588 - critiqjo:trpl-closure, r=steveklabnikSteve Klabnik-16/+17
2015-09-25Keep examples consistentAlfie John-3/+3
2015-09-25trpl: Refactor returning closures sectioncritiqjo-16/+17
2015-09-21Update error-handling.mdReza Akhavan-1/+1
2015-09-21TRPL: Fix typoBastien Dejean-1/+1
2015-09-21Auto merge of #28541 - baskerville:trpl-two-typos, r=steveklabnikbors-2/+2
2015-09-20TRPL: Fix two typosBastien Dejean-2/+2
2015-09-20Auto merge of #28499 - semmaz:doc-anchor-fix, r=steveklabnikbors-27/+27
2015-09-20doc: Fix broken linksSimon Mazur-27/+27
2015-09-20Rollup merge of #28525 - Wallacoloo:book-4.8-double-more, r=steveklabnikManish Goregaokar-1/+1
2015-09-20Rollup merge of #28463 - critiqjo:book-concurrency, r=steveklabnikManish Goregaokar-31/+28
2015-09-19Fix "more more" typoColin Wallace-1/+1
2015-09-19trpl: Improve clarity in Concurrencycritiqjo-31/+28
2015-09-19Rollup merge of #28496 - davidszotten:fix_error_anchors, r=steveklabnikSteve Klabnik-11/+24
2015-09-19Rollup merge of #28485 - Wallacoloo:clarify-let-lhs, r=alexcrichtonSteve Klabnik-1/+1
2015-09-19change back to anchors; divs break mdDavid Szotten-18/+18
2015-09-19missing punctuationDavid Szotten-1/+1
2015-09-19its vs it'sDavid Szotten-1/+1
2015-09-19wrap more referenced code blocks in divsDavid Szotten-0/+14
2015-09-19angle brackets get mis-parsed. bug?David Szotten-1/+1
2015-09-19link needs puncuationDavid Szotten-2/+2
2015-09-18remove preceeding blank lineDavid Szotten-1/+0
2015-09-18fix anchor linkDavid Szotten-1/+1
2015-09-18Use divs with ids rather than as with names.Ms2ger-2/+4
2015-09-17Clarify where let accepts a pattern, spatiallyColin Wallace-1/+1
2015-09-17Rollup merge of #28466 - baskerville:trpl-heap-highest-addr, r=steveklabnikSteve Klabnik-86/+86
2015-09-17Rollup merge of #28451 - dagnir:osx-req-wording, r=steveklabnikSteve Klabnik-1/+1
2015-09-17Rollup merge of #28422 - christopherdumas:label_code, r=steveklabnikSteve Klabnik-1/+4
2015-09-17Rollup merge of #28276 - jackwilsonv:patch-5, r=ManishearthSteve Klabnik-3/+3
2015-09-17trpl: Fix off-by-one highest memory addressBastien Dejean-86/+86
2015-09-16Change OSX version req wording to match Linux.Dongie Agnir-1/+1
2015-09-15Fixe headingchristopherdumas-1/+1
2015-09-15Fix option link and anchor links.christopherdumas-7/+6
2015-09-15Added anchors for the code snippets.christopherdumas-0/+3
2015-09-15Fix option link and anchor links.christopherdumas-5/+4
2015-09-13Update musl build in light of llvm 3.7 releaseAidan Hobson Sayers-17/+14
2015-09-12TRPL: Fix Headlines, Links in "Error Handling"Pascal Hertleif-36/+39
2015-09-10Auto merge of #28301 - christopherdumas:intergrate_error_burnstushi, r=stevek...bors-181/+2007