| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-06-15 | Correct use of 'nul' 'null' and capitalization | Alexander Merritt | -1/+1 | |
| r? @steveklabnik | ||||
| 2016-05-22 | Rename main thread from "<main>" to "main". | Wangshan Lu | -1/+1 | |
| Fix issue #33789 | ||||
| 2016-05-09 | rustdoc: remove artificial indentation of doctest code | Georg Brandl | -1/+1 | |
| This makes the examples look nicer when printed (when is this done?), but breaks tests using multi-line string literals. Fixes: #25944 | ||||
| 2016-03-25 | Add note on `str` being an unsized type in strings section of book. | Alejandro Wainzinger | -0/+6 | |
| 2016-03-12 | Fix minor typos in doc.rust-lang.org/book | Andrew Cantino | -2/+2 | |
| 2016-02-14 | doc: Remove trailing whitespace | fbergr | -1/+1 | |
| 2016-01-09 | Remove many instances of 'just' | Steve Klabnik | -1/+1 | |
| Doing so is considered weaker writing. Thanks @Charlotteis! Fixes #28810 | ||||
| 2015-11-19 | src/doc/trpl -> src/doc/book | Steve Klabnik | -0/+189 | |
| The book was located under 'src/doc/trpl' because originally, it was going to be hosted under that URL. Late in the game, before 1.0, we decided that /book was a better one, so we changed the output, but not the input. This causes confusion for no good reason. So we'll change the source directory to look like the output directory, like for every other thing in src/doc. | ||||
