about summary refs log tree commit diff
path: root/src/doc/trpl/structs.md
AgeCommit message (Collapse)AuthorLines
2015-11-19src/doc/trpl -> src/doc/bookSteve 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-26Add 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-02Makes formatting of struct keyword consistentJack Wilson-11/+11
2015-05-14trpl: fix link from Structs to TraitsAlex Burka-0/+2
2015-05-12trpl/structs: Document unit-like structsGeoffrey Thomas-0/+19
2015-05-12trpl: move tuple-structs.md into structs.mdGeoffrey Thomas-0/+60
2015-04-21Document functional update syntaxSteve Klabnik-0/+30
Fixes #24639
2015-04-20TRPL editing: structsSteve Klabnik-5/+5
2015-04-14mutability fixesSteve Klabnik-4/+4
2015-04-14copyediting: structsSteve Klabnik-5/+45
2015-04-07Import real content.Steve Klabnik-0/+49
2015-04-07New TOCSteve Klabnik-0/+0