| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-10-27 | Auto merge of #29309 - rjbs:doc-comment-sections, r=alexcrichton | bors | -37/+35 | |
| As displayed before this commit, I found the book confusing in its explanation of `#`-led comments in `rust` blocks. Possibly the biggest confusion was because the many-dashes construct does not become an HR element in the Markdown translator used, so things were not being properly set off. This change should more clearly show the as-rendered content as rendered, and the as-coded content as code. | ||||
| 2015-10-25 | reformat the docs for hidden code in rust sections | Ricardo Signes | -37/+35 | |
| As displayed before this commit, I found the book confusing in its explanation of `#`-led comments in `rust` blocks. Possibly the biggest confusion was because the many-dashes construct does not become an HR element in the Markdown translator used, so things were not being properly set off. This change should more clearly show the as-rendered content as rendered, and the as-coded content as code. | ||||
| 2015-10-24 | Fix docattr to match surrounding text | Kevin Butler | -1/+1 | |
| As is, this attr would lead to the "///" prefix being in the output text | ||||
| 2015-10-21 | Auto merge of #29017 - ykomatsu:trpl, r=steveklabnik | bors | -5/+6 | |
| 2015-10-19 | Clean whitespace | Carlos Liam | -1/+1 | |
| Remove leading newlines; replace lines containing only whitespace with empty lines; replace multiple trailing newlines with a single newline; remove trailing whitespace in lines | ||||
| 2015-10-13 | Fix some typos | Yoshito Komatsu | -5/+6 | |
| 2015-10-09 | trpl: mention doc(hidden) | panicbit | -0/+7 | |
| 2015-10-09 | trpl: missing documentation wording | panicbit | -2/+2 | |
| 2015-10-09 | trpl: mention missing_docs lint | panicbit | -0/+25 | |
| 2015-10-02 | Add in some <hr>s for emphasis | Steve Klabnik | -0/+8 | |
| It's not really clear here, since the example is rendered, where it starts and ends. So let's use <hr>s to split it up. | ||||
| 2015-09-30 | Fix module links in std::fmt and the Rust book's documentation chapter. | Ted Mielczarek | -2/+2 | |
| The links in the rustdoc for several places in fmt were trying to link to the std::fmt module but actually linking to std, which was confusing. While trying to figure out why I noticed that the documentation chapter of the Rust book has examples that show this same bug (although it doesn't seem widespread in practice). | ||||
| 2015-08-22 | Rollup merge of #27934 - MatejLach:spacing_fix, r=steveklabnik | Steve Klabnik | -2/+2 | |
| r @steveklabnik ? | ||||
| 2015-08-21 | fix spacing issue in trpl/documentation doc | Matej Ľach | -2/+2 | |
| 2015-08-20 | emphasize that doctests don't run in bin crates | Alex Burka | -6/+6 | |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -4/+4 | |
| Also fixes a few outdated links. | ||||
| 2015-06-30 | Rollup merge of #26506 - tshepang:doc-fix, r=steveklabnik | Steve Klabnik | -3/+5 | |
| 2015-06-24 | Auto merge of #26509 - tshepang:4-and-not-3, r=bluss | bors | -2/+2 | |
| 2015-06-22 | book: there are 4 special sections | Tshepang Lekhonkhobe | -2/+2 | |
| 2015-06-22 | book: remove a stray code block | Tshepang Lekhonkhobe | -5/+0 | |
| 2015-06-22 | book: whitespace | Tshepang Lekhonkhobe | -1/+1 | |
| 2015-06-22 | book: fix sentence | Tshepang Lekhonkhobe | -2/+4 | |
| 2015-05-20 | trpl: Remove tailing semicolon of an inner attribute | Iven Hsu | -1/+1 | |
| The syntax with tailing semicolon is deprecated and the compiler will complain about it. | ||||
| 2015-05-18 | TRPL: Add `rust` Marker to Some Code Block | Pascal Hertleif | -29/+29 | |
| This adds strictly more information to the source files and reduces the need for customized tooling to render the book. (While this should not change the output of _rustbook_, it is very useful when rendering the sources with external tools like Pandoc.) | ||||
| 2015-04-25 | A number of spell-checking corrections. | Przemysław Wesołek | -1/+1 | |
| 2015-04-16 | Make note of documentation tests and binaries | Steve Klabnik | -1/+4 | |
| Fixes #24228 | ||||
| 2015-04-16 | Make note of possible XSS in Rustdoc | Steve Klabnik | -0/+10 | |
| Fixes #24160 | ||||
| 2015-03-29 | Auto merge of #23830 - petrochenkov:spellcheck, r=steveklabnik | bors | -1/+1 | |
| With help of https://github.com/lucasdemarchi/codespell r? @steveklabnik | ||||
| 2015-03-29 | Fix typo | Huachao Huang | -1/+1 | |
| 2015-03-28 | Fix some typos | Vadim Petrochenkov | -1/+1 | |
| 2015-03-26 | syntax: Remove support for #[should_fail] | Alex Crichton | -1/+1 | |
| This attribute has been deprecated in favor of #[should_panic]. This also updates rustdoc to no longer accept the `should_fail` directive and instead renames it to `should_panic`. | ||||
| 2015-03-23 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+2 | |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -8/+11 | |
| Conflicts: src/compiletest/compiletest.rs src/libcollections/lib.rs src/librustc_back/lib.rs src/libserialize/lib.rs src/libstd/lib.rs src/libtest/lib.rs src/test/run-make/rustdoc-default-impl/foo.rs src/test/run-pass/env-home-dir.rs | ||||
| 2015-03-23 | rustdoc: interpret all leading feature attributes in examples as crate ↵ | Brian Anderson | -8/+11 | |
| attributes This makes it possible to write `#![feature(foo)]` in doc tests. | ||||
| 2015-03-22 | Document how to document macros | Steve Klabnik | -0/+35 | |
| Fixes #23571 | ||||
| 2015-03-15 | Strip trailing whitespace | Tamir Duberstein | -5/+5 | |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -1/+0 | |
| 2015-03-04 | TRPL: Documentation | Steve Klabnik | -214/+419 | |
| This chapter covers writing documentation in depth. Fixes #4361 Fixes #12862 Fixes #14070 Fixes #14967 | ||||
| 2015-02-17 | fix doctest | Manish Goregaokar | -1/+1 | |
| 2015-02-17 | Rollup merge of #22027 - iblech:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 | |
| The first commit adds a short note which I believe will reduce worries in people who work with closures very often and read the Rust book for their first time. The second commit consists solely of tiny typo fixes. In some cases, I changed "logical" quotations like She said, "I like programming". to She said, "I like programming." because the latter seems to be the prevalent style in the book. | ||||
| 2015-02-16 | Tiny typo changes (per discussion in pull request #22027) | Ingo Blechschmidt | -1/+1 | |
| 2015-02-13 | Make note of doc duplication with reexports | Steve Klabnik | -1/+24 | |
| Fixes #16645 | ||||
| 2015-02-07 | Fix several tiny typos | Ingo Blechschmidt | -1/+1 | |
| 2015-01-21 | Move rustdoc.md into the book | Steve Klabnik | -0/+296 | |
| Fixes #21430 | ||||
