-
Notifications
You must be signed in to change notification settings - Fork 14.1k
add an "unstable features" chapter to the rustdoc book #49028
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
alexcrichton
merged 20 commits into
rust-lang:master
from
QuietMisdreavus:the-dark-forbidden-corners-of-rustdoc
Mar 23, 2018
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
c685b57
add page to the Rustdoc Book about unstable features
QuietMisdreavus 373b2cd
talk about error numbers for compile_fail doctests
QuietMisdreavus 30adb53
talk about intra-links
QuietMisdreavus 0f96e14
talk about doc(cfg)
QuietMisdreavus 23a1da4
talk about doc(spotlight)
QuietMisdreavus 82bd146
talk about doc(masked)
QuietMisdreavus 067553d
talk about doc(include)
QuietMisdreavus 3d90b4d
add headings to categorize the features
QuietMisdreavus c24a58c
fix link
QuietMisdreavus 43ed377
add new section about CLI flags
QuietMisdreavus bb32823
talk about --markdown-(before|after)-content
QuietMisdreavus 5d8443a
talk about --playground-url
QuietMisdreavus f9d3845
talk about --crate-version
QuietMisdreavus 33ed787
talk about --linker
QuietMisdreavus cc4f97e
talk about --sort-modules-by-appearance
QuietMisdreavus 6b29060
talk about --themes and --theme-checker
QuietMisdreavus b5ab5ce
talk about --resource-suffix
QuietMisdreavus 5e93394
talk about --display-warnings
QuietMisdreavus 83e9f39
talk about force-unstable-if-unmarked
QuietMisdreavus b996f9d
review comments
QuietMisdreavus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
talk about doc(spotlight)
- Loading branch information
commit 23a1da4d637648ae37090f88be695de3a63cd507
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would it be good to mention the name of the feature gate directly in this document?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think my original idea was that by linking to the Unstable Book, people could easily find the name of the feature gate that way, but it's not that much more to write it out here as well. I'll add it.