| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-08-25 | Remove style guide. | Steve Klabnik | -2518/+0 | |
| We originally imported this into the repository with the intent of fixing it up. Instead, nothing happened. Its appearance on rust-lang.org makes it seem semi-official, but it's not. The rustfmt strike team will end up producing something like this anyway, and leaving it around does nothing but mislead people. | ||||
| 2016-04-28 | update features RFC | Ergenekon Yigit | -1/+1 | |
| 2016-04-28 | update comments RFC and code snippets | Ergenekon Yigit | -2/+20 | |
| 2016-04-19 | rustbuild: Run all markdown documentation tests | Alex Crichton | -80/+80 | |
| This commit adds support to rustbuild to run all documentation tests, basically running `rustdoc --test` over all our documentation. This also includes support for running the error index tests. | ||||
| 2016-03-27 | Extend linkchecker with anchor checking | mitaa | -3/+2 | |
| This adds checks to ensure that: * link anchors refer to existing id's on the target page * id's are unique within an html document * page redirects are valid | ||||
| 2016-03-08 | doc: Fix a bunch of broken links | Alex Crichton | -3/+3 | |
| A few categories: * Links into compiler docs were just all removed as we're not generating compiler docs. * Move up one more level to forcibly go to std docs to fix inlined documentation across the facade crates. | ||||
| 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 | ||||
