| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-11-19 | src/doc/trpl -> src/doc/book | Steve Klabnik | -202/+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-09-26 | Add an example of constructing a unit-like struct. | Xavier Shay | -0/+2 | |
| This was non-obvious to me: with no example, I assumed `Electron {}` and didn't know what else to try when it didn't work. The correct form is weird because it looks like you're assigning the struct name rather than an instance of the struct. | ||||
| 2015-09-02 | Makes formatting of struct keyword consistent | Jack Wilson | -11/+11 | |
| 2015-05-14 | trpl: fix link from Structs to Traits | Alex Burka | -0/+2 | |
| 2015-05-12 | trpl/structs: Document unit-like structs | Geoffrey Thomas | -0/+19 | |
| 2015-05-12 | trpl: move tuple-structs.md into structs.md | Geoffrey Thomas | -0/+60 | |
| 2015-04-21 | Document functional update syntax | Steve Klabnik | -0/+30 | |
| Fixes #24639 | ||||
| 2015-04-20 | TRPL editing: structs | Steve Klabnik | -5/+5 | |
| 2015-04-14 | mutability fixes | Steve Klabnik | -4/+4 | |
| 2015-04-14 | copyediting: structs | Steve Klabnik | -5/+45 | |
| 2015-04-07 | Import real content. | Steve Klabnik | -0/+49 | |
| 2015-04-07 | New TOC | Steve Klabnik | -0/+0 | |
