about summary refs log tree commit diff
path: root/src/doc/trpl/mutability.md
AgeCommit message (Collapse)AuthorLines
2015-11-19src/doc/trpl -> src/doc/bookSteve Klabnik-181/+0
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.
2015-10-19Clean whitespaceCarlos 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-09-09Rollup merge of #28283 - rutsky:patch-3, r=steveklabnikManish Goregaokar-1/+1
r? @steveklabnik
2015-09-07fix punctuation in list (again)Vladimir Rutsky-2/+2
2015-09-07fix capitalization inside sentenseVladimir Rutsky-1/+1
2015-06-02Link to cell in TRPL: mutabilitySteve Klabnik-1/+3
2015-05-30TRPL: Fix a broken link to 'borrowing'olombard-1/+1
2015-05-18TRPL: Add `rust` Marker to Some Code BlockPascal Hertleif-1/+1
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-05-14trpl: punctuation fixAlex Burka-1/+1
2015-05-11Auto merge of #25277 - polachok:docfix, r=steveklabnikbors-1/+1
r? @steveklabnik
2015-05-10point supposed to be immutable in this exampleAlexander Polakov-1/+1
2015-05-09Add omitted word to mutability docs.Don Petersen-2/+2
2015-05-08fix logic when describing kinds of borrowsAndrew Straw-1/+1
If you have 0 references (`&T`) to a resource, presumably, you could have a mutable reference (`&mut T`). So this only start to make sense at having 1 reference to a resource.
2015-04-25A number of spell-checking corrections.Przemysław Wesołek-1/+1
2015-04-24TRPL: mutabilitySteve Klabnik-1/+177
2015-04-07Import real content.Steve Klabnik-0/+3
2015-04-07New TOCSteve Klabnik-0/+0