| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-11-08 | Fix double word 'be' | Jake Worth | -2/+2 | |
| 2015-10-18 | Remove #[derive(Show)] | Vadim Petrochenkov | -4/+4 | |
| 2015-10-15 | Remove outdated Changing directory. | Ryan Scheel (Havvy) | -66/+0 | |
| 2015-10-13 | Correct spelling in docs | Andrew Paseltiner | -6/+6 | |
| 2015-10-07 | Rollup merge of #28878 - sourcefrog:doc-links, r=steveklabnik | Steve Klabnik | -0/+17 | |
| 2015-10-06 | style guide: suggest manual links to constructors | Martin Pool | -0/+17 | |
| 2015-09-20 | doc: Fix broken links | Simon Mazur | -3/+3 | |
| 2015-08-09 | Tweak style guide to avoid referencing the removed ascii::Ascii. | Eli Friedman | -10/+13 | |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -18/+17 | |
| Also fixes a few outdated links. | ||||
| 2015-06-23 | Fix grammar in style guide on traits | Steve Klabnik | -1/+1 | |
| Fixes #26366 | ||||
| 2015-06-17 | style: typo fix | Tshepang Lekhonkhobe | -1/+1 | |
| 2015-05-29 | Fix link to newtypes page | Nils Liberg | -1/+1 | |
| 2015-05-29 | Fix mistake: "to to" -> "to" | Nils Liberg | -1/+1 | |
| 2015-05-29 | remove extra space from "over" code as well | David Campbell | -1/+1 | |
| 2015-05-29 | Update let.md -- follow whitespace style guideline | David Campbell | -1/+1 | |
| "Idiomatic code should not use extra whitespace in the middle of a line to provide alignment." | ||||
| 2015-05-29 | Make adjancent code examples more similar | Corey Farwell | -2/+2 | |
| 2015-05-29 | add newline before list in functions-and-methods | David Campbell | -0/+1 | |
| The current version of hoedown treats lists interrupting paragraphs in the Markdown.pl style rather than CommonMark, so a newline is needed for the list to be rendered properly. | ||||
| 2015-05-28 | remove references to IoResult | Steve Klabnik | -3/+3 | |
| This is now std::io::Result | ||||
| 2015-05-27 | Remove mentions of int / uint from public documentation | Jake Goulding | -19/+19 | |
| 2015-05-09 | Fix invalid references due to the automated string substitution | Barosl Lee | -1/+1 | |
| 2015-05-09 | Squeeze 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-24 | Change 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-09 | doc: Fix extraneous as_slice()'s in docstrings | Richo Healey | -6/+6 | |
| 2015-02-17 | remove .gitignore | Steve Klabnik | -3/+0 | |
| 2015-02-16 | fix up style guide .gitignore | Steve Klabnik | -4/+0 | |
| 2015-02-16 | clean up README | Steve Klabnik | -14/+1 | |
| 2015-02-16 | Import rust-guidlines | Steve Klabnik | -0/+2567 | |
| at https://github.com/rust-lang/rust-guidelines/commit/16fa41b3b091e7e532c809c7145dd88b8e4a5513 Fixes #19315 | ||||
