-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 15 pull requests #78767
Rollup of 15 pull requests #78767
Commits on Oct 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4af560e - Browse repository at this point
Copy the full SHA 4af560eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85afbd8 - Browse repository at this point
Copy the full SHA 85afbd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fd06b9 - Browse repository at this point
Copy the full SHA 4fd06b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42271a5 - Browse repository at this point
Copy the full SHA 42271a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bdee96 - Browse repository at this point
Copy the full SHA 1bdee96View commit details
Commits on Oct 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 251f6da - Browse repository at this point
Copy the full SHA 251f6daView commit details
Commits on Oct 29, 2020
-
Change as_str → to_string in proc_macro::Ident::span() docs
There is no `as_str` function on Ident any more. Also change it to an intra doc link while we're at it.
Configuration menu - View commit details
-
Copy full SHA for e4d1096 - Browse repository at this point
Copy the full SHA e4d1096View commit details
Commits on Oct 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 300362e - Browse repository at this point
Copy the full SHA 300362eView commit details -
Allow the theme picker to work with arrow keys
This is mostly motivated by docs.rs. It's really weird when arrow keys work in the top dropdown menu, but don't work in other dropdown menus on the same page.
Configuration menu - View commit details
-
Copy full SHA for ac3a434 - Browse repository at this point
Copy the full SHA ac3a434View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6918a17 - Browse repository at this point
Copy the full SHA 6918a17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90c7c63 - Browse repository at this point
Copy the full SHA 90c7c63View commit details -
Pull theme picker keyboard code into main.js
Most of the code in mod.rs should be code that really needs to have the list of available themes inlined into it.
Configuration menu - View commit details
-
Copy full SHA for 17b8ca9 - Browse repository at this point
Copy the full SHA 17b8ca9View commit details
Commits on Nov 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5801109 - Browse repository at this point
Copy the full SHA 5801109View commit details -
Fix outdated comment next to array_impl_default
The comment has become outdated as the array_impl macro has been removed.
Configuration menu - View commit details
-
Copy full SHA for 93fa023 - Browse repository at this point
Copy the full SHA 93fa023View commit details -
fix a couple of clippy warnings:
filter_next manual_strip redundant_static_lifetimes single_char_pattern unnecessary_cast unused_unit op_ref redundant_closure useless_conversion
Configuration menu - View commit details
-
Copy full SHA for bcd2f2d - Browse repository at this point
Copy the full SHA bcd2f2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69e5729 - Browse repository at this point
Copy the full SHA 69e5729View commit details -
Configuration menu - View commit details
-
Copy full SHA for 232b9ba - Browse repository at this point
Copy the full SHA 232b9baView commit details -
Configuration menu - View commit details
-
Copy full SHA for a70e0c2 - Browse repository at this point
Copy the full SHA a70e0c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd7229d - Browse repository at this point
Copy the full SHA bd7229dView commit details -
Move f64::NAN ui tests into
library
chansuke committedNov 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 5855fb7 - Browse repository at this point
Copy the full SHA 5855fb7View commit details -
chansuke committed
Nov 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 97d5a1b - Browse repository at this point
Copy the full SHA 97d5a1bView commit details
Commits on Nov 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d8afe98 - Browse repository at this point
Copy the full SHA d8afe98View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdbcaf0 - Browse repository at this point
Copy the full SHA bdbcaf0View commit details -
`crate::` -> `core::` It looks weird to have `crate::` in the link text and we use the actual crate name everywhere else. If anyone is curious, I used this Vim command to update all the links: %s/\(\s\)\[`crate::\(.*\)`\]/\1[`core::\2`](crate::\2)/g
Configuration menu - View commit details
-
Copy full SHA for 3084a55 - Browse repository at this point
Copy the full SHA 3084a55View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbdb1f0 - Browse repository at this point
Copy the full SHA bbdb1f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 677b2ac - Browse repository at this point
Copy the full SHA 677b2acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 873ebcb - Browse repository at this point
Copy the full SHA 873ebcbView commit details -
chansuke committed
Nov 5, 2020 Configuration menu - View commit details
-
Copy full SHA for f9b139f - Browse repository at this point
Copy the full SHA f9b139fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a15ee4d - Browse repository at this point
Copy the full SHA a15ee4dView commit details -
Rollup merge of rust-lang#76718 - poliorcetics:vec-ui-to-unit-test, r…
…=jyn514 Move Vec UI tests to unit tests when possible Helps with rust-lang#76268. I'm moving the tests using `Vec` or `VecDeque`. ````@rustbot```` modify labels: A-testsuite C-cleanup T-libs
Configuration menu - View commit details
-
Copy full SHA for 55f4b80 - Browse repository at this point
Copy the full SHA 55f4b80View commit details -
Rollup merge of rust-lang#78093 - camelid:as-cleanup, r=jyn514
Clean up docs for 'as' keyword
Configuration menu - View commit details
-
Copy full SHA for 10d2843 - Browse repository at this point
Copy the full SHA 10d2843View commit details -
Rollup merge of rust-lang#78425 - chansuke:move_nan, r=jyn514
Move f64::NAN ui tests into `library` This is a partial fix of rust-lang#76268. r? ```@matklad```
Configuration menu - View commit details
-
Copy full SHA for 9922933 - Browse repository at this point
Copy the full SHA 9922933View commit details -
Rollup merge of rust-lang#78465 - est31:proc_macro_to_string, r=jyn514
Change as_str → to_string in proc_macro::Ident::span() docs There is no `as_str` function on Ident any more. Also change it to an intra doc link while we're at it.
Configuration menu - View commit details
-
Copy full SHA for 6d7098f - Browse repository at this point
Copy the full SHA 6d7098fView commit details -
Rollup merge of rust-lang#78584 - notriddle:master, r=GuillaumeGomez
Add keyboard handling to the theme picker menu This PR is mostly designed to bring the theme picker closer to feature parity with the menu bar from docs.rs. Though the rustdoc theme picker is technically already usable from the keyboard, it's really weird that arrow keys work on some of the menus, but not all of them, in the exact same page.
Configuration menu - View commit details
-
Copy full SHA for cbf74bc - Browse repository at this point
Copy the full SHA cbf74bcView commit details -
Rollup merge of rust-lang#78716 - est31:array_traits, r=Dylan-DPC
Array trait impl comment/doc fixes Two small doc/comment fixes regarding trait implementations on arrays.
Configuration menu - View commit details
-
Copy full SHA for 43e1b58 - Browse repository at this point
Copy the full SHA 43e1b58View commit details -
Rollup merge of rust-lang#78727 - liketechnik:issue-55201, r=Guillaum…
…eGomez (rustdoc) fix test for trait impl display The test checks that parameters and return values with `impl Trait` types are correctly generated in rustdoc's output. In essence, the previous version of the test checked the absence of values that would never be generated by rustdoc, so it could basically never fail. These values were adjusted to the expected output and are now required to exist in rustdoc's output. See rust-lang#55201 (comment) for a detailed explanation of the reasoning behind the changes. Note that the output of rustdoc for `impl Trait`s in parameters and return values did not change since the inital test creation, so this PR only modifies the test. Closes rust-lang#55201
Configuration menu - View commit details
-
Copy full SHA for 9bbb052 - Browse repository at this point
Copy the full SHA 9bbb052View commit details -
Rollup merge of rust-lang#78733 - matthiaskrgr:cl11ppy, r=jyn514
fix a couple of clippy warnings: filter_next manual_strip redundant_static_lifetimes single_char_pattern unnecessary_cast unused_unit op_ref redundant_closure useless_conversion
Configuration menu - View commit details
-
Copy full SHA for 8640360 - Browse repository at this point
Copy the full SHA 8640360View commit details -
Rollup merge of rust-lang#78735 - danielhenrymantilla:simplify-unsafe…
…cell-getmut, r=RalfJung Simplify the implementation of `get_mut` (no unsafe) Quick PR to reduce one use of `unsafe` pointed out in the previous PR r? ````@RalfJung````
Configuration menu - View commit details
-
Copy full SHA for 29fad21 - Browse repository at this point
Copy the full SHA 29fad21View commit details -
Rollup merge of rust-lang#78738 - sasurau4:test/move-range-test-to-li…
…brary-core, r=jyn514 Move range in ui test to ops test in library/core Helps with rust-lang#76268 r? ````@matklad````
Configuration menu - View commit details
-
Copy full SHA for 86e6afa - Browse repository at this point
Copy the full SHA 86e6afaView commit details -
Rollup merge of rust-lang#78739 - hameerabbasi:issue-78654, r=nikomat…
…sakis Fix ICE on type error in async function Fixes rust-lang#78654
Configuration menu - View commit details
-
Copy full SHA for 171d29c - Browse repository at this point
Copy the full SHA 171d29cView commit details -
Rollup merge of rust-lang#78742 - vn-ki:fix-issue-78655, r=oli-obk
make intern_const_alloc_recursive return error fix rust-lang#78655 r? ``@oli-obk``
Configuration menu - View commit details
-
Copy full SHA for 5ffccc4 - Browse repository at this point
Copy the full SHA 5ffccc4View commit details -
Rollup merge of rust-lang#78756 - ehuss:update-cargo, r=ehuss
Update cargo 7 commits in becb4c282b8f37469efb8f5beda45a5501f9d367..d5556aeb8405b1fe696adb6e297ad7a1f2989b62 2020-10-28 16:41:55 +0000 to 2020-11-04 22:20:36 +0000 - Implement weak dependency features. (rust-lang/cargo#8818) - Avoid some extra downloads with new feature resolver. (rust-lang/cargo#8823) - fix: remove install command `$`, for copying friendly (rust-lang/cargo#8828) - Bump `anyhow` dependency to `1.0.34` in `crates-io` crate (rust-lang/cargo#8826) - Normalize SourceID in `cargo metadata`. (rust-lang/cargo#8824) - vendor: correct the path to cargo config (rust-lang/cargo#8822) - Make host_root return host.root(), not host.dest() (rust-lang/cargo#8819)
Configuration menu - View commit details
-
Copy full SHA for 679c4c7 - Browse repository at this point
Copy the full SHA 679c4c7View commit details -
Rollup merge of rust-lang#78757 - camelid:crate-link-text, r=jyn514
Improve and clean up some intra-doc links
Configuration menu - View commit details
-
Copy full SHA for f383e4f - Browse repository at this point
Copy the full SHA f383e4fView commit details -
Rollup merge of rust-lang#78758 - eltociear:patch-1, r=jyn514
Fixed typo in comment paramter -> parameter
Configuration menu - View commit details
-
Copy full SHA for 8416e13 - Browse repository at this point
Copy the full SHA 8416e13View commit details