-
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 7 pull requests #83398
Rollup of 7 pull requests #83398
Commits on Feb 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0cefbc5 - Browse repository at this point
Copy the full SHA 0cefbc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc5667a - Browse repository at this point
Copy the full SHA cc5667aView commit details -
Apply suggestions from code review
Co-authored-by: Miguel Ojeda <ojeda@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8dbbe78 - Browse repository at this point
Copy the full SHA 8dbbe78View commit details -
Co-authored-by: bluss <bluss@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cecb8a6 - Browse repository at this point
Copy the full SHA cecb8a6View commit details
Commits on Feb 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8e24a97 - Browse repository at this point
Copy the full SHA 8e24a97View commit details -
Apply suggestions from code review
Co-authored-by: bluss <bluss@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 35ea03b - Browse repository at this point
Copy the full SHA 35ea03bView commit details
Commits on Feb 13, 2021
-
Co-authored-by: Tyler Mandry <tmandry@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 69e56ad - Browse repository at this point
Copy the full SHA 69e56adView commit details
Commits on Feb 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0b0fd78 - Browse repository at this point
Copy the full SHA 0b0fd78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68f76ce - Browse repository at this point
Copy the full SHA 68f76ceView commit details
Commits on Mar 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b1182d2 - Browse repository at this point
Copy the full SHA b1182d2View commit details
Commits on Mar 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c7d9cda - Browse repository at this point
Copy the full SHA c7d9cdaView commit details
Commits on Mar 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3ab4f9a - Browse repository at this point
Copy the full SHA 3ab4f9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dea1f1 - Browse repository at this point
Copy the full SHA 5dea1f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 524fdf0 - Browse repository at this point
Copy the full SHA 524fdf0View commit details
Commits on Mar 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 87d17bb - Browse repository at this point
Copy the full SHA 87d17bbView commit details
Commits on Mar 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c64e796 - Browse repository at this point
Copy the full SHA c64e796View commit details
Commits on Mar 21, 2021
-
rustdoc: Replace pair of
Option
s with an enumThey are never both `None` or both `Some`, so it makes more sense to use an enum so that we "make impossible states impossible".
Configuration menu - View commit details
-
Copy full SHA for f820fd2 - Browse repository at this point
Copy the full SHA f820fd2View commit details
Commits on Mar 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8c4b3db - Browse repository at this point
Copy the full SHA 8c4b3dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0717326 - Browse repository at this point
Copy the full SHA 0717326View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3c7494 - Browse repository at this point
Copy the full SHA d3c7494View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34635ec - Browse repository at this point
Copy the full SHA 34635ecView commit details
Commits on Mar 23, 2021
-
Rollup merge of rust-lang#80705 - tspiteri:italic-and-update-SourceCo…
…dePro, r=GuillaumeGomez Update Source Code Pro and include italics Fixes rust-lang#65502. rust-lang#65665, a similar PR to this was merged but reverted because of rust-lang#65665 (comment). The issue in that comment is the upstream issue adobe-fonts/source-code-pro#217 which should now be fixed in the upstream since [2.032R-ro/1.052R-it/1.012R-VAR release](https://github.com/adobe-fonts/source-code-pro/releases/tag/2.032R-ro/1.052R-it/1.012R-VAR), so I think this can now be merged. A couple of notes from the original PR: * Since this PR changes the font set, I think docs.rs would have to be updated if this PR is merged. * The fonts have a double extension (.ttf.woff); this is to keep the names consistent with the upstream font release which does that to distinguish these from the .otf.woff files (Source Code Pro otf renders poorly on older Windows system apps).
Configuration menu - View commit details
-
Copy full SHA for 0e96c62 - Browse repository at this point
Copy the full SHA 0e96c62View commit details -
Rollup merge of rust-lang#81917 - rust-lang:relnotes-1.51.0, r=Mark-S…
…imulacrum Update RELEASES.md for 1.51.0 ### [Rendered](https://github.com/rust-lang/rust/blob/relnotes-1.51.0/RELEASES.md) r? `@Mark-Simulacrum` cc `@rust-lang/release`
Configuration menu - View commit details
-
Copy full SHA for 9cae1fb - Browse repository at this point
Copy the full SHA 9cae1fbView commit details -
Rollup merge of rust-lang#82732 - GuillaumeGomez:remove-theme-file, r…
…=Nemo157 Remove theme.js file Fixes rust-lang#82616. The first commit moves the `theme.js` file into `main.js`, which requires to also run a small `.replace` on the `main.js` content. The second commit is just a small cleanup to centralize DOM ids. Since it removes a file from rustdoc output: cc `@rust-lang/docs-rs` cc `@jsha` r? `@jyn514`
Configuration menu - View commit details
-
Copy full SHA for a34cc6b - Browse repository at this point
Copy the full SHA a34cc6bView commit details -
Rollup merge of rust-lang#83356 - camelid:rustdoc-option-to-enum, r=G…
…uillaumeGomez rustdoc: Replace pair of `Option`s with an enum They are never both `None` or both `Some`, so it makes more sense to use an enum so that we "make impossible states impossible".
Configuration menu - View commit details
-
Copy full SHA for 20006b1 - Browse repository at this point
Copy the full SHA 20006b1View commit details -
Rollup merge of rust-lang#83384 - mark-i-m:rename-pat2018, r=joshtrip…
…lett rename :pat2018 -> :pat2015 as requested by T-lang on zulip: https://rust-lang.zulipchat.com/#narrow/stream/213817-t-lang/topic/or.20patterns/near/231133873 No functional changes here... just renaming. r? `@nikomatsakis`
Configuration menu - View commit details
-
Copy full SHA for 50d048f - Browse repository at this point
Copy the full SHA 50d048fView commit details -
Rollup merge of rust-lang#83385 - lnicola:rust-analyzer-2021-03-22, r…
…=jonas-schievink ⬆️ rust-analyzer
Configuration menu - View commit details
-
Copy full SHA for 2e14c1d - Browse repository at this point
Copy the full SHA 2e14c1dView commit details -
Rollup merge of rust-lang#83389 - njasm:test_rustdoc, r=jyn514
add rust-analyzer rustc_private option in librustdoc Cargo.toml This addition will allow to have code completion while hacking rustdoc with rust-analyzer. more info: https://rust-analyzer.github.io/manual.html#rust-analyzer.rustcSource r? `@jyn514`
Configuration menu - View commit details
-
Copy full SHA for 263c858 - Browse repository at this point
Copy the full SHA 263c858View commit details