-
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
Rollup of 5 pull requests #132074
Rollup of 5 pull requests #132074
Commits on Oct 19, 2024
-
rustdoc: Document
markdown
module.Rustdoc markdown handling is currently split between: - html::markdown, which contains all the meaty login - markdown, which is only used for when rustdoc renders a standalone markdown file Adds module-level doc-comment to markdown, and rename the function so it's clear that it's doing IO (instead of just rendering to a string).
Configuration menu - View commit details
-
Copy full SHA for 3b78956 - Browse repository at this point
Copy the full SHA 3b78956View commit details
Commits on Oct 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 73a37a1 - Browse repository at this point
Copy the full SHA 73a37a1View commit details
Commits on Oct 23, 2024
-
"innermost", "outermost", "leftmost", and "rightmost" don't need hyphens
These are all standard dictionary words and don't require hyphenation.
Configuration menu - View commit details
-
Copy full SHA for ecdc244 - Browse repository at this point
Copy the full SHA ecdc244View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6570a6f - Browse repository at this point
Copy the full SHA 6570a6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b515bbf - Browse repository at this point
Copy the full SHA b515bbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21d95fb - Browse repository at this point
Copy the full SHA 21d95fbView commit details -
Rollup merge of rust-lang#131928 - aDotInTheVoid:wait-we-support-this…
…, r=GuillaumeGomez rustdoc: Document `markdown` module. Rustdoc markdown handling is currently split between: - html::markdown, which contains all the meaty login - markdown, which is only used for when rustdoc renders a standalone markdown file Adds module-level doc-comment to markdown, and rename the function so it's clear that it's doing IO (instead of just rendering to a string).
Configuration menu - View commit details
-
Copy full SHA for 304de2e - Browse repository at this point
Copy the full SHA 304de2eView commit details -
Rollup merge of rust-lang#131979 - compiler-errors:compare-pred-entai…
…l, r=fmease Minor tweaks to `compare_impl_item.rs` 1. Stop using the `InstantiatedPredicates` struct for `hybrid_preds` in `compare_impl_item.rs`, since we never actually push anything into the `spans` part of it. 2. Remove redundant impl args and don't do useless identity substitution, prefer calling `instantiate_identity`.
Configuration menu - View commit details
-
Copy full SHA for 01dfdae - Browse repository at this point
Copy the full SHA 01dfdaeView commit details -
Rollup merge of rust-lang#132036 - DianQK:test-131164, r=jieyouxu
Add a test case for rust-lang#131164 The upstream has already been fixed, but it won't be backported to LLVM 19. r? jieyouxu or compiler try-job: x86_64-gnu-stable
Configuration menu - View commit details
-
Copy full SHA for 2f19d5a - Browse repository at this point
Copy the full SHA 2f19d5aView commit details -
Rollup merge of rust-lang#132060 - joshtriplett:innermost-outermost, …
…r=jieyouxu "innermost", "outermost", "leftmost", and "rightmost" don't need hyphens These are all standard dictionary words and don't require hyphenation. ----- Encountered an instance of this in error messages and it bugged me, so I figured I'd fix it across the entire codebase.
Configuration menu - View commit details
-
Copy full SHA for 5d4e688 - Browse repository at this point
Copy the full SHA 5d4e688View commit details -
Rollup merge of rust-lang#132066 - tifv:ptr-docs-typo, r=Amanieu
Fix a typo in documentation of `pointer::sub_ptr()` Just a typo in docs.
Configuration menu - View commit details
-
Copy full SHA for 7b74795 - Browse repository at this point
Copy the full SHA 7b74795View commit details