| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-07 | Update the book to fix some edition-related bugs | Carol (Nichols || Goulding) | -0/+0 | |
| 2018-11-20 | update books | Steve Klabnik | -0/+0 | |
| 2018-10-20 | update books for the next release | Steve Klabnik | -0/+0 | |
| 2018-09-18 | Update The Book to latest | steveklabnik | -0/+0 | |
| Let's check out https://github.com/rust-lang/book/pull/1505 on nightly | ||||
| 2018-09-07 | update books for next release | steveklabnik | -0/+0 | |
| 2018-08-22 | update nomicon and book | Ralf Jung | -0/+0 | |
| 2018-07-30 | update books for new release | steveklabnik | -0/+0 | |
| 2018-06-18 | Update books for next release | Mark Simulacrum | -0/+0 | |
| 2018-05-22 | build the 2018 edition | steveklabnik | -0/+0 | |
| 2018-05-05 | Update books for the next release. | Corey Farwell | -0/+0 | |
| 2018-04-25 | Update book submodule to pass linkchecker test | Kornel | -0/+0 | |
| 2018-03-24 | update books for next release | steveklabnik | -0/+0 | |
| 2018-02-21 | Update the book to promote second edition | steveklabnik | -0/+0 | |
| This updates the book repository, but mostly to include https://github.com/rust-lang/book/pull/1180 TL;DR: the second edition is close enough to done that we should universally recommend it over the first edition. | ||||
| 2018-02-09 | Update books for next release | Mark Simulacrum | -0/+0 | |
| 2018-02-04 | update trpl | steveklabnik | -0/+0 | |
| Includes https://github.com/rust-lang/book/pull/1088 and https://github.com/rust-lang/book/commit/62210e326c27697e94ce429c1683dcea4e4887e4 | ||||
| 2017-12-30 | update books for next release | steveklabnik | -0/+0 | |
| 2017-11-20 | Update books for next release | steveklabnik | -0/+0 | |
| Also includes a fix in std::ops | ||||
| 2017-10-28 | Update the book for a fix to the print button | Carol (Nichols || Goulding) | -0/+0 | |
| Fixes #45552. | ||||
| 2017-10-26 | Bump to 1.23 and update bootstrap | Alex Crichton | -0/+0 | |
| This commit updates the bootstrap compiler, bumps the version to 1.23, updates Cargo, updates books, and updates crates.io dependencies | ||||
| 2017-10-02 | update books for next release | steveklabnik | -0/+0 | |
| Also fixes some stdlib links to the reference which have changed. | ||||
| 2017-08-16 | Update the books for next release | steveklabnik | -0/+0 | |
| 2017-08-05 | Bump 'src/doc/book' git submodule. | Corey Farwell | -0/+0 | |
| Primarily to pick up this change: https://github.com/rust-lang/book/pull/866 ...to move this PR forward: https://github.com/rust-lang/rust/pull/43641 | ||||
| 2017-07-14 | Update the books. | steveklabnik | -0/+0 | |
| 2017-06-14 | update book with redirect fixes | steveklabnik | -0/+0 | |
| Fixes #42632 | ||||
| 2017-06-01 | Update various book repos for the next release. | steveklabnik | -0/+0 | |
| 2017-05-16 | Update the various books to latest | steveklabnik | -0/+0 | |
| This includes a draft of chapter 20 of the book! | ||||
| 2017-04-18 | Bump book and reference. | Corey Farwell | -0/+0 | |
| 2017-04-13 | Update various bookshelf repositories. | steveklabnik | -0/+0 | |
| The book and the reference have both had changes lately; this integrates them upstream. | ||||
| 2017-03-27 | Update various book modules | steveklabnik | -0/+0 | |
| This includes an important fix for rustc contributors in https://github.com/rust-lang/book/pull/571 I'm going to update the other ones as well here while we're at it; no need to spam PRs. | ||||
| 2017-03-22 | Update the book submodule and fix tidy | Vadim Petrochenkov | -0/+0 | |
| 2017-03-20 | Update book and reference submodules | steveklabnik | -0/+0 | |
| Some links needed adjustment to support this new scheme. | ||||
| 2017-03-20 | Import submodule for the book. | steveklabnik | -0/+0 | |
| It's all in the external repository now. | ||||
| 2017-03-20 | Remove the existing book | steveklabnik | -17500/+0 | |
| We'll bring this back in with the next commit, as a submodule. | ||||
| 2017-03-17 | Rollup merge of #40466 - projektir:outdated_docs_highlighting, r=steveklabnik | Corey Farwell | -19/+2 | |
| Remove doc about highlighting code in other languages #40301 This doesn't appear to be true any longer, so removing it to avoid confusion. See #40301 Thoughts: - may be a good idea to remove "Let's discuss the details of these code blocks.", as there's not much being discussed at this point; - does `text` still work? r? @steveklabnik | ||||
| 2017-03-17 | Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnik | Corey Farwell | -1/+1 | |
| Update usages of 'OSX' (and other old names) to 'macOS'. As of last year with version 'Sierra', the Mac operating system is now called 'macOS'. | ||||
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -5/+5 | |
| This was never established as a convention we should follow in the 'More API Documentation Conventions' RFC: https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md | ||||
| 2017-03-13 | Adjust wording #40301 | projektir | -2/+3 | |
| 2017-03-13 | Remove doc about highlighting code in other languages #40301 | projektir | -18/+0 | |
| 2017-03-12 | Update usages of 'OSX' (and other old names) to 'macOS'. | Corey Farwell | -1/+1 | |
| As of last year with version 'Sierra', the Mac operating system is now called 'macOS'. | ||||
| 2017-03-02 | Rollup merge of #40194 - letmaik:patch-1, r=steveklabnik | Guillaume Gomez | -1/+1 | |
| Fix wrong word used in book page "const and static" | ||||
| 2017-03-02 | Rollup merge of #40175 - d-e-s-o:fix-inconsistency-in-guessing-game-readme, ↵ | Guillaume Gomez | -8/+8 | |
| r=steveklabnik doc: fix inconsistency in error output in guessing-game.md The line '.expect("failed to read line");' is partly started with a lower case 'f' and partly with an uppercase one, adding additional spurious changes to otherwise clean diffs if each sample is copy-and-pasted over the previous. This change starts the string with an uppercase everywhere which is in line with the style of the other strings. | ||||
| 2017-03-02 | Rollup merge of #40170 - iKevinY:if-let-typo, r=frewsxcv | Guillaume Gomez | -1/+1 | |
| Fix link in `if let` docs r? @steveklabnik | ||||
| 2017-03-02 | Rollup merge of #40169 - MajorBreakfast:patch-8, r=steveklabnik | Guillaume Gomez | -1/+1 | |
| String docs: Add "the" r? @steveklabnik | ||||
| 2017-03-02 | Rollup merge of #40144 - MajorBreakfast:patch-7, r=frewsxcv | Guillaume Gomez | -2/+3 | |
| Unit-like structs doc: Improve code sample r? @steveklabnik BTW it seems that ```Rust let p = Proton {}; ``` compiles without an error. That's why I didn't add it to the example. It's about consistency anyway. | ||||
| 2017-03-01 | fix wrong word used (static vs const) | Maik Riechert | -1/+1 | |
| 2017-03-01 | doc: fix inconsistency in error output in guessing-game.md | deso | -8/+8 | |
| The line '.expect("failed to read line");' is partly started with a lower case 'f' and partly with an uppercase one, adding additional spurious changes to otherwise clean diffs if each sample is copy-and-pasted over the previous. This change starts the string with an uppercase everywhere which is in line with the style of the other strings. | ||||
| 2017-03-01 | Unit-like structs doc: Add compile fail tag | Josef Brandl | -1/+1 | |
| 2017-03-01 | Fix link in `if let` docs | Kevin Yap | -1/+1 | |
| 2017-03-01 | String docs: Add "the" | Josef Brandl | -1/+1 | |
| 2017-02-28 | Rollup merge of #40142 - MajorBreakfast:patch-4, r=steveklabnik | Steve Klabnik | -1/+1 | |
| Structs doc: Change "pointers" to "references" Let's call them "references" instead of "pointers". That's how they're called in chapter 4.9 "References and Borrowing". r? @steveklabnik | ||||
