| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-10-02 | Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, ↵ | Jonas Schievink | -0/+2 | |
| r=oli-obk,ollie27 Doc alias name restriction Fixes #76705. | ||||
| 2020-10-02 | Update doc alias documentation | Guillaume Gomez | -0/+2 | |
| 2020-09-27 | Add documentation for `private_intra_doc_links` | Joshua Nelson | -0/+40 | |
| 2020-09-24 | Auto merge of #74430 - Manishearth:stabilize-intra-doc, r=Manishearth | bors | -61/+105 | |
| Stabilize intra-doc links Fixes https://github.com/rust-lang/rust/issues/43466 Thanks to the great work of `@jyn514` in getting the [cross-crate reexport issue](https://github.com/rust-lang/rust/issues/65983) in intra-rustdoc links fixed, I think we're now in a position to stabilize this feature. The tracking issue currently has two unresolved issues: - <s>behavior around doc(hidden): This is fixed in https://github.com/rust-lang/rust/pull/73365, which is just waiting for CI and should land tomorrow. It's also a pretty niche bug so while I expect it to land soon I don't think we need to block stabilization on it anyway.</s> - Non-identifier primitive types like slices: This was not a part of the original RFC anyway, and is a pretty niche use case The feature itself, sans https://github.com/rust-lang/rust/issues/65983, has been shipped on nightly for three years now, with people using it on docs.rs. https://github.com/rust-lang/rust/issues/65983 itself is not an overwhelmingly central bit of functionality; the reason we elected to block stabilization on it was that back in 2017 it was not possible to fix the issue without some major refactorings of resolve, and we did not want to stabilize something that had such a potentially unfixable bug. Given that we've fixed it, I see no reason to delay stabilization on this long awaited feature. It's possible that the latest patches have problems, however we _have_ done crater runs of some of the crucial parts. Furthermore, that's what the release trains are for, we will have a solid three months to let it ride the trains before it actually hits the stable compiler. r? `@rust-lang/rustdoc` | ||||
| 2020-09-17 | Update src/doc/rustdoc/src/linking-to-items-by-name.md | Manish Goregaokar | -1/+1 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-09-14 | Update src/doc/rustdoc/src/lints.md | Manish Goregaokar | -2/+2 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-09-14 | Stabilize doc_alias feature | Guillaume Gomez | -16/+14 | |
| 2020-09-13 | Fix lint name in docs | Manish Goregaokar | -1/+1 | |
| 2020-09-13 | Resolve some conflicts | Manish Goregaokar | -1/+1 | |
| 2020-09-13 | Update src/doc/rustdoc/src/linking-to-items-by-name.md | Manish Goregaokar | -1/+1 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-09-13 | Update src/doc/rustdoc/src/linking-to-items-by-name.md | Manish Goregaokar | -1/+1 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-09-13 | Fill out docs on intra-doc resolution failure lint | Manish Goregaokar | -4/+39 | |
| 2020-09-13 | Mention URL fragments | Manish Goregaokar | -0/+9 | |
| 2020-09-13 | Mention super/crate/self in docs | Manish Goregaokar | -1/+1 | |
| 2020-09-13 | Move intra-doc-links documentation out of unstable section | Manish Goregaokar | -57/+57 | |
| 2020-09-13 | Link rustdoc lint docs to the rustdoc book. | Eric Huss | -0/+58 | |
| 2020-09-10 | Add docs about crate level documentation support | arijit79 | -0/+23 | |
| 2020-09-01 | Document lint missing_doc_code_examples is nightly-only | Jes Bak Hansen | -1/+1 | |
| 2020-08-23 | Document prim@ and primitive@ | Joshua Nelson | -1/+1 | |
| 2020-08-21 | Improve wording | Guillaume Gomez | -1/+1 | |
| 2020-08-20 | Add documentation for --show-coverage option | Guillaume Gomez | -0/+33 | |
| 2020-07-30 | intra_doc_resolution_failures -> broken_intra_doc_links | Manish Goregaokar | -1/+1 | |
| 2020-07-30 | Rename to intra_doc_resolution_failures | Manish Goregaokar | -1/+1 | |
| 2020-07-29 | Rename usage of intra_doc_link_resolution_failure | Manish Goregaokar | -1/+1 | |
| 2020-07-16 | Revert "Remove "important traits" feature" | Manish Goregaokar | -0/+21 | |
| This reverts commit 1244ced9580b942926afc06815e0691cf3f4a846. | ||||
| 2020-07-09 | Rollup merge of #74184 - Manishearth:doc-intra-doc, r=GuillaumeGomez | Manish Goregaokar | -30/+42 | |
| Add docs for intra-doc-links Fixes https://github.com/rust-lang/rust/issues/66000 Hmm, for some reason my push closed the previous PR | ||||
| 2020-07-09 | Move to unstable section | Manish Goregaokar | -89/+42 | |
| 2020-07-09 | Update src/doc/rustdoc/src/intra-doc-links.md | Manish Goregaokar | -1/+0 | |
| 2020-07-09 | Add docs for intra-doc-links | Manish Goregaokar | -0/+60 | |
| 2020-07-08 | Fix broken link in rustdocdoc | Yuki Okushi | -1/+1 | |
| 2020-06-06 | doc/rustdoc: Fix incorrect external_doc feature flag | Sean Wilson | -1/+1 | |
| 2020-05-07 | Fix `strip-priv-imports` pass name in the rustdoc documentation | Stanislav Tkach | -1/+1 | |
| 2020-04-07 | Corrects a typo in rustdoc documentation. | Theo Sandstrom | -3/+3 | |
| Fixes rust-lang#70856 | ||||
| 2020-03-23 | Rollup merge of #69494 - GuillaumeGomez:stabilize-crate-version, ↵ | Mazdak Farrokhzad | -12/+12 | |
| r=ehuss,aleksator,ollie27 Stabilize --crate-version option in rustdoc I don't see any reason to not stabilize it anymore, so let's go! cc @kinnison @ehuss r? @ollie27 | ||||
| 2020-03-14 | Fix punctuation in rustdoc book | Timothée Gerber | -1/+1 | |
| 2020-03-14 | Change fenced code block type in rustdoc book | Timothée Gerber | -1/+1 | |
| 2020-03-14 | Clean up path separator in rustdoc book | Timothée Gerber | -5/+5 | |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -21/+0 | |
| Remove spotlight I had a few comments saying that this feature was at best misunderstood or not even used so I decided to organize a poll about on [twitter](https://twitter.com/imperioworld_/status/1232769353503956994). After 87 votes, the result is very clear: it's not useful. Considering the amount of code we have just to run it, I think it's definitely worth it to remove it. r? @kinnison cc @ollie27 | ||||
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 | |
| 2020-02-27 | Remove "important traits" feature | Guillaume Gomez | -21/+0 | |
| 2020-02-26 | Stabilize --crate-version option in rustdoc | Guillaume Gomez | -12/+12 | |
| 2020-02-13 | Update books. | Eric Huss | -0/+4 | |
| 2020-02-05 | doc fix on doc attribute | king6cong | -1/+1 | |
| 2019-11-25 | Update documentation-tests.md | Parth Mehrotra | -1/+1 | |
| 2019-11-21 | move cfg(doc) docs into a separate page | QuietMisdreavus | -31/+35 | |
| 2019-11-21 | Rename the cfg attribute from rustdoc to doc | Guillaume Gomez | -5/+5 | |
| 2019-11-21 | Stabilize cfg rustdoc | Guillaume Gomez | -0/+31 | |
| 2019-11-18 | improve error messages and documentation | Guillaume Gomez | -13/+21 | |
| 2019-11-18 | Apply review comments | Guillaume Gomez | -1/+1 | |
| 2019-11-18 | Rename rustdoc options --themes and --check-themes to --theme and --check-theme | Guillaume Gomez | -4/+4 | |
