about summary refs log tree commit diff
path: root/src/doc/guide-error-handling.md
AgeCommit message (Collapse)AuthorLines
2019-02-13Convert old doc links to current editionLzu Tao-1/+1
Use footnote style to bypass the tidy check
2015-01-16Grammar tweak to old guide stub documents.Tim Parenti-1/+1
Removes extra "the" from the phrase "the the Rust Programming Language book", which isn't particularly grammatical.
2015-01-09Add stub deprecation files for each of the old guides.Huon Wilson-0/+4
There are hundreds of stackoverflow answers, reddit posts and blog articles that link to these documents, so it's a nicer user experience if they're not plain 404s. The intention is to let these hang around only for relatively short while. The alpha is likely to bring in many new users and they will be reading the documents mentioned above.
2015-01-08"The Rust Programming Language"Steve Klabnik-228/+0
This pulls all of our long-form documentation into a single document, nicknamed "the book" and formally titled "The Rust Programming Language." A few things motivated this change: * People knew of The Guide, but not the individual Guides. This merges them together, helping discoverability. * You can get all of Rust's longform documentation in one place, which is nice. * We now have rustbook in-tree, which can generate this kind of documentation. While its style is basic, the general idea is much better: a table of contents on the left-hand side. * Rather than a almost 10,000-line guide.md, there are now smaller files per section.
2015-01-07Test fixes and rebase conflictsAlex Crichton-2/+2
2015-01-06More test fixesAlex Crichton-2/+2
2014-12-10Fix up some {ignore} and {notrust}sSteve Klabnik-2/+2
These should be properly annotated instead. Fixes #16219.
2014-12-09Test fixes and rebase conflicts from the rollupAlex Crichton-3/+3
2014-12-07remove usage of notrust from the docsSteve Klabnik-2/+2
Fixes #19599
2014-11-19Fixes to the roll-upJakub Bukaj-6/+7
2014-11-18Error handling guideSteve Klabnik-0/+225
2014-11-18New guide: error handlingSteve Klabnik-0/+2