summary refs log tree commit diff
path: root/src/doc/style
AgeCommit message (Collapse)AuthorLines
2015-05-09Fix invalid references due to the automated string substitutionBarosl Lee-1/+1
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-26/+26
An automated script was run against the `.rs` and `.md` files, subsituting every occurrence of `task` with `thread`. In the `.rs` files, only the texts in the comment blocks were affected.
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-4/+4
Changes the style guidelines regarding unit tests to recommend using a sub-module named "tests" instead of "test" for unit tests as "test" might clash with imports of libtest.
2015-03-09doc: Fix extraneous as_slice()'s in docstringsRicho Healey-6/+6
2015-02-17remove .gitignoreSteve Klabnik-3/+0
2015-02-16fix up style guide .gitignoreSteve Klabnik-4/+0
2015-02-16clean up READMESteve Klabnik-14/+1
2015-02-16Import rust-guidlinesSteve Klabnik-0/+2567
at https://github.com/rust-lang/rust-guidelines/commit/16fa41b3b091e7e532c809c7145dd88b8e4a5513 Fixes #19315