-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Cleanup some rustdoc code #52628
Cleanup some rustdoc code #52628
Commits on Jul 31, 2018
-
Pull out nightly checking to edges
Parsing the code block's LangString (```foo) previously checked itself to see if we were on nightly; that isn't the right place to do so. Move that check slightly outwards to better abstract LangString. (This is also an optimization as we avoid the costly environment variable load of RUSTC_BOOTSTRAP).
Configuration menu - View commit details
-
Copy full SHA for 0af5a6b - Browse repository at this point
Copy the full SHA 0af5a6bView commit details -
Provide warnings for invalid code blocks in markdown files
Previously we would only warn on Rust code but we can also do so when testing markdown (the diag::Handler is available).
Configuration menu - View commit details
-
Copy full SHA for ad40e45 - Browse repository at this point
Copy the full SHA ad40e45View commit details -
Provide test configuration through struct
This is far more sound than passing many different arguments of the same type.
Configuration menu - View commit details
-
Copy full SHA for de5cebd - Browse repository at this point
Copy the full SHA de5cebdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03e34f8 - Browse repository at this point
Copy the full SHA 03e34f8View commit details -
Further extract error code switch
Removes dependency on UnstableFeatures from markdown rendering
Configuration menu - View commit details
-
Copy full SHA for 01d9555 - Browse repository at this point
Copy the full SHA 01d9555View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2216db9 - Browse repository at this point
Copy the full SHA 2216db9View commit details -
Remove global derive_id and reset_ids functions
Previously these functions relied on TLS but we can instead thread the relevant state through explicitly.
Configuration menu - View commit details
-
Copy full SHA for 7bea518 - Browse repository at this point
Copy the full SHA 7bea518View commit details -
Removes some unused code and de-publicizes structs
Configuration menu - View commit details
-
Copy full SHA for 8e65a46 - Browse repository at this point
Copy the full SHA 8e65a46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cd0047 - Browse repository at this point
Copy the full SHA 4cd0047View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f680b3 - Browse repository at this point
Copy the full SHA 0f680b3View commit details