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