| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-02-13 | Port TRPL to mdbook | Steve Klabnik | -181/+0 | |
| 1. move everything under a src directory 2. add README.md to the SUMMARY.md | ||||
| 2016-11-13 | Improved punctuation, capitalization, and sentence structure of code snippet ↵ | Angelo Polo | -4/+4 | |
| comments | ||||
| 2016-07-05 | Replace it's by its. | Kaivo Anastetiks | -1/+1 | |
| 2016-07-02 | Clarifies the meaning of the external mutability. | Kaivo Anastetiks | -2/+2 | |
| 2016-05-18 | Clarified that `let(mut x, y) =` only makes x mutable, not y | mark-summerfield | -0/+2 | |
| 2016-04-15 | Do not use "bind" to refer to referencing and to variable binding. | Michael Howell | -5/+3 | |
| 2015-11-19 | src/doc/trpl -> src/doc/book | Steve Klabnik | -0/+181 | |
| 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. | ||||
