-
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 7 pull requests #102329
Rollup of 7 pull requests #102329
Commits on Sep 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 475aeab - Browse repository at this point
Copy the full SHA 475aeabView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3e2314 - Browse repository at this point
Copy the full SHA a3e2314View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63e5c93 - Browse repository at this point
Copy the full SHA 63e5c93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d49d64 - Browse repository at this point
Copy the full SHA 9d49d64View commit details -
rustdoc: remove unneeded CSS
td, th { padding 0 }
This was added in 5101078, to fix the display of the module items and search results tables (see the discussion in rust-lang#86725). Those aren't tables any more. The only remaining table is in docblock, which has its own padding declarations.
Configuration menu - View commit details
-
Copy full SHA for 1fe3ce4 - Browse repository at this point
Copy the full SHA 1fe3ce4View commit details -
rustdoc: merge
table { border-collapse } into
.docblock table`This was added in 5101078, to fix the display of the module items and search results tables (see the discussion in rust-lang#86725). Those aren't tables any more. The only remaining table is in docblock, which needs this attribute to look right.
Configuration menu - View commit details
-
Copy full SHA for 9990444 - Browse repository at this point
Copy the full SHA 9990444View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fad063 - Browse repository at this point
Copy the full SHA 4fad063View commit details -
Configuration menu - View commit details
-
Copy full SHA for aac7429 - Browse repository at this point
Copy the full SHA aac7429View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40f4044 - Browse repository at this point
Copy the full SHA 40f4044View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b97831 - Browse repository at this point
Copy the full SHA 0b97831View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ca2ae3 - Browse repository at this point
Copy the full SHA 9ca2ae3View commit details -
Rollup merge of rust-lang#102283 - GuillaumeGomez:option-code-example…
…-unwrap-or-default, r=thomcc Improve code example for Option::unwrap_or_default Fixes rust-lang#100054. Follow-up of rust-lang#102259. r? `@thomcc`
Configuration menu - View commit details
-
Copy full SHA for e096298 - Browse repository at this point
Copy the full SHA e096298View commit details -
Rollup merge of rust-lang#102314 - TaKO8Ki:add-label-to-struct-enum-u…
…nion-ident, r=estebank Add a label to struct/enum/union ident name Based on rust-lang#94996 (comment) cc: ``@estebank``
Configuration menu - View commit details
-
Copy full SHA for c455dac - Browse repository at this point
Copy the full SHA c455dacView commit details -
Rollup merge of rust-lang#102319 - notriddle:notriddle/td-th, r=Guill…
…aumeGomez rustdoc: merge CSS `table` rules into `.docblock` This was added in 5101078, to fix the display of the module items and search results tables (see the discussion in rust-lang#86725). Those aren't tables any more. The only remaining table is in docblock, which has its own padding declarations.
Configuration menu - View commit details
-
Copy full SHA for 76e894a - Browse repository at this point
Copy the full SHA 76e894aView commit details -
Rollup merge of rust-lang#102321 - aDotInTheVoid:rdj-prim-impls, r=Gu…
…illaumeGomez Rustdoc-Json: List impls for primitives Closes rust-lang#101695 Partially addresses rust-lang#100961 r? `@GuillaumeGomez`
Configuration menu - View commit details
-
Copy full SHA for a97f73c - Browse repository at this point
Copy the full SHA a97f73cView commit details -
Rollup merge of rust-lang#102322 - sigaloid:master, r=GuillaumeGomez
Document that Display automatically implements ToString Closes rust-lang#92941 r? rust-lang/docs
Configuration menu - View commit details
-
Copy full SHA for 6e8cbe2 - Browse repository at this point
Copy the full SHA 6e8cbe2View commit details -
Rollup merge of rust-lang#102325 - notriddle:notriddle/line-number, r…
…=GuillaumeGomez rustdoc: give `.line-number` / `.line-numbers` meaningful names
Configuration menu - View commit details
-
Copy full SHA for cabfddf - Browse repository at this point
Copy the full SHA cabfddfView commit details -
Rollup merge of rust-lang#102326 - yancyribbens:splin-mut-doc-change,…
… r=thomcc rustdoc: Update doc comment for splitn_mut to include mutable in the … The doc comment for [splitn](https://github.com/rust-lang/rust/blob/master/library/core/src/slice/mod.rs#L2051:L2056) is the exact same as the comment for [splitn_mut](https://github.com/rust-lang/rust/blob/master/library/core/src/slice/mod.rs#L2079:L2084). The doc comment for `splitn_mut` should instead say it's working on a mutable subslice.
Configuration menu - View commit details
-
Copy full SHA for 5ee831c - Browse repository at this point
Copy the full SHA 5ee831cView commit details