-
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 10 pull requests #59550
Rollup of 10 pull requests #59550
Commits on Mar 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4187560 - Browse repository at this point
Copy the full SHA 4187560View commit details
Commits on Mar 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4e7ec07 - Browse repository at this point
Copy the full SHA 4e7ec07View commit details -
Configuration menu - View commit details
-
Copy full SHA for a51ca02 - Browse repository at this point
Copy the full SHA a51ca02View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3918cf - Browse repository at this point
Copy the full SHA e3918cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fd3be5 - Browse repository at this point
Copy the full SHA 8fd3be5View commit details -
Implement
#[non_exhaustive]
on variants.This commit removes the check that disallows the `#[non_exhaustive]` attribute from being placed on enum variants and removes the associated tests. Further, this commit lowers the visibility of enum variant constructors when the variant is marked as non-exhaustive.
Configuration menu - View commit details
-
Copy full SHA for 3a88cd7 - Browse repository at this point
Copy the full SHA 3a88cd7View commit details
Commits on Mar 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b7dc8e7 - Browse repository at this point
Copy the full SHA b7dc8e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ea6790 - Browse repository at this point
Copy the full SHA 9ea6790View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07857f7 - Browse repository at this point
Copy the full SHA 07857f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e995fa8 - Browse repository at this point
Copy the full SHA e995fa8View commit details -
This commit updates the unstable book and diagnostics to reflect that the `#[non_exhaustive]` attribute is now available for enum variants.
Configuration menu - View commit details
-
Copy full SHA for 1893841 - Browse repository at this point
Copy the full SHA 1893841View commit details -
Support non-exhaustive enum variants in rustdoc.
This commit adds support for non-exhaustive enum variants in rustdoc, extending the existing support for non-exhaustive enums and structs.
Configuration menu - View commit details
-
Copy full SHA for 49a6da2 - Browse repository at this point
Copy the full SHA 49a6da2View commit details -
Whitelist
rustc_on_unimplemented
to avoid erroneous flagging as an ……unused attribute.
Configuration menu - View commit details
-
Copy full SHA for ff33b27 - Browse repository at this point
Copy the full SHA ff33b27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3592079 - Browse repository at this point
Copy the full SHA 3592079View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b96697 - Browse repository at this point
Copy the full SHA 0b96697View commit details -
Whitelist rustc_layout_scalar_valid_range_{start,end} so incr comp do…
…es not flag them as unused.
Configuration menu - View commit details
-
Copy full SHA for 7642f10 - Browse repository at this point
Copy the full SHA 7642f10View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbbd4d5 - Browse repository at this point
Copy the full SHA cbbd4d5View commit details -
Edited the dbg! docs stating that dbg! works the same way in release …
…builds.
Christian committedMar 29, 2019 Configuration menu - View commit details
-
Copy full SHA for f10e444 - Browse repository at this point
Copy the full SHA f10e444View commit details -
Christian committed
Mar 29, 2019 Configuration menu - View commit details
-
Copy full SHA for 9240092 - Browse repository at this point
Copy the full SHA 9240092View commit details -
Wrapped lines earlier such that it is more coherent with the rest of the text. Co-Authored-By: DevQps <46896178+DevQps@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fe210d0 - Browse repository at this point
Copy the full SHA fe210d0View commit details -
Removed duplicate line. Co-Authored-By: DevQps <46896178+DevQps@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8705de4 - Browse repository at this point
Copy the full SHA 8705de4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddfa47f - Browse repository at this point
Copy the full SHA ddfa47fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e4ec7a - Browse repository at this point
Copy the full SHA 9e4ec7aView commit details -
In doc examples, don't ignore read/write results
Calling `Read::read` or `Write::write` without checking the returned `usize` value is almost always an error. Example code in the documentation should demonstrate how to use the return value correctly. Otherwise, people might copy the example code thinking that it is okay to "fire and forget" these methods.
Configuration menu - View commit details
-
Copy full SHA for b6fb3e3 - Browse repository at this point
Copy the full SHA b6fb3e3View commit details -
This was incorrectly copypasta'd from RepeatWith.
Configuration menu - View commit details
-
Copy full SHA for 7ce0b67 - Browse repository at this point
Copy the full SHA 7ce0b67View commit details
Commits on Mar 30, 2019
-
Rollup merge of rust-lang#59376 - davidtwco:finally-rfc-2008-variants…
…, r=petrochenkov,QuietMisdreavus RFC 2008: Enum Variants Part of rust-lang#44109. See [Zulip topic](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/rfc-2008/near/132663140) for previous discussion. r? @petrochenkov cc @nikomatsakis
Configuration menu - View commit details
-
Copy full SHA for d050a15 - Browse repository at this point
Copy the full SHA d050a15View commit details -
Rollup merge of rust-lang#59453 - estebank:recover-tuple-parse, r=pet…
…rochenkov Recover from parse error in tuple syntax
Configuration menu - View commit details
-
Copy full SHA for c28704c - Browse repository at this point
Copy the full SHA c28704cView commit details -
Rollup merge of rust-lang#59455 - estebank:borrow-sugg-shorthand-fiel…
…d, r=davidtwco Account for short-hand field syntax when suggesting borrow Fix rust-lang#52965.
Configuration menu - View commit details
-
Copy full SHA for 41e64b6 - Browse repository at this point
Copy the full SHA 41e64b6View commit details -
Rollup merge of rust-lang#59499 - pietroalbini:fix-arm-broken-link, r…
…=alexcrichton Fix broken download link in the armhf-gnu image Thanks to @johnterickson for pointing this out! r? @alexcrichton
Configuration menu - View commit details
-
Copy full SHA for 3de2821 - Browse repository at this point
Copy the full SHA 3de2821View commit details -
Rollup merge of rust-lang#59512 - euclio:stdio-locks, r=sfackler
implement `AsRawFd` for stdio locks cc rust-lang/rfcs#2074.
Configuration menu - View commit details
-
Copy full SHA for 1b1b864 - Browse repository at this point
Copy the full SHA 1b1b864View commit details -
Rollup merge of rust-lang#59525 - pnkfelix:whitelist-some-rustc-attrs…
…, r=petrochenkov Whitelist some rustc attrs These rustc attrs are used within libcore, and were causing failures when one mixed incremental compilation with bootstrapping (due to a default of `-D warnings` when bootstrapping). Fix rust-lang#59523 Fix rust-lang#59524 Cc rust-lang#58633
Configuration menu - View commit details
-
Copy full SHA for 11e1b3e - Browse repository at this point
Copy the full SHA 11e1b3eView commit details -
Rollup merge of rust-lang#59528 - DevQps:improve-dbg-macro-docs, r=Ce…
…ntril Improve the dbg! macro docs # Description As stated has been discussed in rust-lang#58383 the docs do not clearly state why it is useful to have the option to use `dbg!` in release builds as well. This PR should change that. closes rust-lang#58383
Configuration menu - View commit details
-
Copy full SHA for 183afcd - Browse repository at this point
Copy the full SHA 183afcdView commit details -
Rollup merge of rust-lang#59532 - mbrubeck:docs, r=Centril
In doc examples, don't ignore read/write results Calling `Read::read` or `Write::write` without checking the returned `usize` value is almost always an error. Example code in the documentation should demonstrate how to use the return value correctly. Otherwise, people might copy the example code thinking that it is okay to "fire and forget" these methods.
Configuration menu - View commit details
-
Copy full SHA for 931151f - Browse repository at this point
Copy the full SHA 931151fView commit details -
Rollup merge of rust-lang#59534 - laurmaedje:collapse-blanket-impls, …
…r=GuillaumeGomez rustdoc: collapse blanket impls in the same way as normal impls If the rustdoc setting _Auto-hide trait implementations documentation_ is activated (on by default), normal trait implementations are collapsed by default. Blanket impls on the other hand are not collapsed. I'm not sure whether this is intended, but considering that the blanket impls for `From`, `Into`, `TryFrom`, ... are on every type, it would reduce the documentation bloat if these would also be collapsed when the setting is active. (I'm not really familiar with the codebase and therefore just copied the code for the normal impl collapsing, but I could deduplicate it into a method, of course, too.)
Configuration menu - View commit details
-
Copy full SHA for ca14c56 - Browse repository at this point
Copy the full SHA ca14c56View commit details -
Rollup merge of rust-lang#59537 - goffrie:patch-3, r=Centril
Fix OnceWith docstring. This was incorrectly copypasta'd from RepeatWith.
Configuration menu - View commit details
-
Copy full SHA for 62a78c4 - Browse repository at this point
Copy the full SHA 62a78c4View commit details