| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-14 | rustc-dev-guide :3 | lcnr | -2/+2 | |
| 2023-11-13 | doc: add release notes to standalone doc bundle | Michael Howell | -8/+6 | |
| This is a workaround for #101714 on top of being a useful addition in its own right. It is intended to change the "canonical URL" for viewing the release notes from GitHub, which is relatively slow, to a pre-rendered HTML file that loads from the same CDN as the standard library docs. It also means you get a copy of the release notes when installing the rust-docs with rustup. | ||||
| 2023-02-24 | doc: cleanup of doc/index.md | Trevor Gross | -63/+165 | |
| - Add quick link to API docs - Add marker for external links, to help offline users - Add information about using 'cargo doc' and the playground - Clean up some of the wording - Update body & header style to match rustdoc defaults | ||||
| 2022-09-24 | Move style guide to rust-lang/rust | Josh Triplett | -0/+6 | |
| Per [RFC 3309](https://rust-lang.github.io/rfcs/3309-style-team.html). | ||||
| 2022-09-16 | doc: fix redirected link in `/index.html` | Michael Howell | -1/+1 | |
| 2022-07-06 | Add Clippy book link to rust doc index page | Philipp Krones | -0/+4 | |
| 2020-11-04 | Add link to rust website | Guillaume Gomez | -1/+2 | |
| 2020-03-10 | rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org | Santiago Pastorino | -1/+1 | |
| 2020-03-10 | Rename rustc-guide to rustc-dev-guide | Santiago Pastorino | -1/+1 | |
| 2019-02-05 | Add Rustlings to the doc index | liv | -0/+6 | |
| 2019-02-04 | Add embedded book | James Munns | -0/+16 | |
| 2019-01-29 | Add link to the edition guide. | Siddhartha Sahu | -0/+4 | |
| 2019-01-04 | Auto merge of #56079 - mark-i-m:patch-1, r=nikomatsakis | bors | -0/+6 | |
| Link to rustc guide As proposed in https://github.com/rust-lang-nursery/rustc-guide/issues/239 | ||||
| 2018-11-26 | rustc-guide has moved | Who? Me?! | -1/+1 | |
| 2018-11-19 | Reduce the amount of bold text at doc.rust-lang.org | Who? Me?! | -0/+3 | |
| 2018-11-19 | Link to rustc guide | Who? Me?! | -0/+6 | |
| As proposed in https://github.com/rust-lang-nursery/rustc-guide/issues/239 | ||||
| 2018-09-17 | Improve search box display | Guillaume Gomez | -2/+20 | |
| 2018-09-14 | Add a small search box to seach Rust's standary library | Kazuyoshi Kato | -0/+7 | |
| This change partially addresses #14572. No CSS doesn't look fancy but at least it is functional. | ||||
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 | |
| 2018-04-09 | update doc index to link to the rustc book | steveklabnik | -0/+4 | |
| 2018-04-07 | Using X headings instead of 0.X #49739 | Pulkit Goyal | -12/+12 | |
| 2018-04-03 | Re-write the documentation index | steveklabnik | -46/+63 | |
| The docs team has decided that we're framing resources in three ways: "learning Rust," "using Rust," "mastering Rust." This is a more useful split than "beginner/intermediate/advanced." As we add more resources in the future, we expect "using Rust" to grow. "the bookshelf" as a concept is great, but isn't really organized along these lines. As such, this reorganizes the docs along these lines. | ||||
| 2018-01-16 | add Rust By Example to the bookshelf | QuietMisdreavus | -0/+2 | |
| 2017-11-14 | link the cargo book into the bookshelf | steveklabnik | -0/+2 | |
| 2017-08-14 | link to the rustdoc book from the main docs | steveklabnik | -0/+2 | |
| 2017-04-25 | Clarify the doc index | steveklabnik | -4/+9 | |
| With regards to the unstable book, the reference, and the processes involved. Also, fix up a link by pointing to the new tracking issue rather than the older one. Fixes #41285 | ||||
| 2017-03-13 | Using X headings #39850 | projektir | -3/+3 | |
| 2017-03-02 | fix link | Steve Klabnik | -1/+1 | |
| 2017-02-28 | add unstable book to the bookshelf | Steve Klabnik | -1/+3 | |
| 2017-02-21 | move the reference to the bookshelf | Steve Klabnik | -9/+7 | |
| 2017-02-07 | review nits | Steve Klabnik | -8/+8 | |
| 2017-02-06 | Re-write the doc index page | Steve Klabnik | -20/+32 | |
| Clarify and reorganize. Add the section for the bookshelf. More to come here in the near future! Part of #39588 | ||||
| 2016-11-17 | Clarify the reference's status. | steveklabnik | -1/+1 | |
| The former wording only gave part of the picture, we want to be crystal clear about this. | ||||
| 2016-01-10 | doc: Add descriptions to links in the index | Brian Anderson | -5/+21 | |
| These are the same descriptions as on the website. | ||||
| 2015-12-23 | Strip the documentation index down to the essentials. | Brian Anderson | -31/+13 | |
| The main documentation page is now www.rust-lang.org/documentation.html | ||||
| 2015-12-23 | Remove links to out-of-tree docs | Brian Anderson | -24/+0 | |
| 2015-12-23 | Remove the FAQs in favor of the website | Brian Anderson | -9/+0 | |
| 2015-11-16 | Minor tweaks to doc index | Brian Anderson | -2/+2 | |
| 2015-11-03 | doc: Link to cargo docs, not just crates.io | Brian Anderson | -1/+1 | |
| 2015-11-03 | doc: Add the Rustonomicon | Brian Anderson | -0/+7 | |
| 2015-11-03 | doc: Remove community info | Brian Anderson | -31/+0 | |
| 2015-11-03 | doc: Remove non-documentation tool links | Brian Anderson | -4/+0 | |
| 2015-11-03 | doc: Remove irrelevant info about rbe | Brian Anderson | -3/+2 | |
| 2015-10-06 | Add link to the german trpl translation | panicbit | -0/+1 | |
| 2015-09-06 | Further tweaks to doc/index.md | Vadim Petrochenkov | -8/+10 | |
| 2015-09-06 | Reorder sections in doc/index.md | Vadim Petrochenkov | -16/+16 | |
| 2015-08-11 | Updated the link with rendered version of the Spanish trpl translation. | Jose Narvaez | -2/+1 | |
| 2015-06-20 | doc: Make it easier to find the std docs from the index | Brian Anderson | -7/+7 | |
| This is usually the link I want when I come to this page. | ||||
| 2015-06-04 | [Documentation] Use SSL where possible | Christian Stadelmann | -7/+7 | |
| 2015-06-01 | Add community translations. | Steve Klabnik | -0/+11 | |
