about summary refs log tree commit diff
path: root/src/doc/trpl/error-handling.md
AgeCommit message (Expand)AuthorLines
2015-11-19src/doc/trpl -> src/doc/bookSteve Klabnik-2163/+0
2015-11-08doc: error-handling.md: main case analysis for searchjrburke-0/+16
2015-11-06Opps, fix incorrect callIvan Ivaschenko-1/+1
2015-11-06Removing the hack from error handling chapter, which is does not make sense a...Ivan Ivaschenko-5/+1
2015-11-04Fix #29542Toby Scrace-8/+5
2015-11-03Fix #29533Toby Scrace-1/+1
2015-10-22Rollup merge of #29207 - ykomatsu:trpl, r=steveklabnikSteve Klabnik-3/+3
2015-10-22Correct a previous patchYoshito Komatsu-1/+1
2015-10-21Fix some typos in TRPLYoshito Komatsu-3/+3
2015-10-19Change to avoid repeated "is"Yoshito Komatsu-5/+5
2015-10-18Fix some typosYoshito Komatsu-1/+1
2015-10-12Typo fixDavid Ripton-1/+1
2015-10-05docs: anchors fixesSimon Mazur-2/+2
2015-10-04fix another typoSeeker14491-1/+1
2015-10-03fix a few typosSeeker14491-7/+7
2015-09-30Improve wording in error handling guideSteve Klabnik-2/+2
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-20doc: Fix broken linksSimon Mazur-27/+27
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-17Rollup merge of #28422 - christopherdumas:label_code, r=steveklabnikSteve Klabnik-1/+4
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-12TRPL: Fix Headlines, Links in "Error Handling"Pascal Hertleif-36/+39
2015-09-10Adapted @BurtSushi's blog post for the error handling chapter, rewrite the ca...christopherdumas-181/+2007
2015-08-24Clarify a sentence in the BookMatěj Grabovský-2/+2
2015-07-13Fixed snippet to return the proper error.Jose Narvaez-1/+3
2015-06-22Use a more descriptive variable name.Jake Hickey-3/+3
2015-05-30Fixes consistency in before/after examplefrankamp-1/+1
2015-05-18TRPL: Normalize rust Code Block MarkersPascal Hertleif-4/+4
2015-05-13trpl/error-handling - fix typoSwaroop C H-1/+1
2015-05-13Add link to Debug traitSwaroop C H-0/+2
2015-05-12book: typo fixes, wording improvements.Shmuale Mark-1/+1
2015-05-10Update error-handling.mdIsaac Ge-1/+1
2015-05-03=BG= minor: File::open --> File::create in rust bookBrendan Graetz-2/+2
2015-04-16remove example usage of from_str in error docsSteve Klabnik-15/+18
2015-04-16Fix some broken links in the bookFlorian Hartwig-1/+1
2015-04-13Point to From trait in error handling guidefenduru-1/+1