about summary refs log tree commit diff
path: root/src/doc/trpl/error-handling.md
AgeCommit message (Collapse)AuthorLines
2015-04-01Fix rust book error-handling.md for new std::io.kgv-6/+7
Fix example and some text for: `read_line` takes `&mut String` and return `Result` instead `IoResult`.
2015-02-24Mention try macro in error chapterSteve Klabnik-0/+72
Fixes #22342
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-17doc: Remove extra whitespace in the middle of lines to provide alignmentNick Howell-6/+6
"Idiomatic code should not use extra whitespace in the middle of a line to provide alignment." http://aturon.github.io/style/whitespace.html I realize the linked page still needs an RFC, but the docs should be written in accordance with the guidelines nevertheless.
2015-01-17Fix up titles of TRPL chaptersSteve Klabnik-1/+1
2015-01-12Purge references to Rust tasks from TRPL.Paul Crowley-2/+2
2015-01-10Add Line Break to Robert Burns QuotePascal Hertleif-1/+1
2015-01-08Standardize punctuation & formatting of TRPLKevin Yap-6/+6
This commit is an attempt to standardize the use of punctuation and formatting in "The Rust Programming Language" as discussed in #19823. - Convert bold text to italicized textcwhen referring to terminology. - Convert single-quoted text to italicized or double-quoted text, depending on context. - Use double quotes only in the case of scare quotes or quotations.
2015-01-08Fix dead links in the guide and reorganizeAlex Crichton-0/+228