-
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 #65139
Rollup of 15 pull requests #65139
Commits on Sep 23, 2019
-
Stabilize Option::deref and Option::deref_mut
The tracking issue rust-lang#50264 still has unresolved question for the corresponding `Result` methods.
Configuration menu - View commit details
-
Copy full SHA for 0797712 - Browse repository at this point
Copy the full SHA 0797712View commit details
Commits on Sep 25, 2019
-
std: Reduce checks for
feature = "backtrace"
This is a stylistic change to libstd to reduce the number of checks of `feature = "backtrace"` now that we unconditionally depend on the `backtrace` crate and rely on it having an empty implementation. otherwise.
Configuration menu - View commit details
-
Copy full SHA for 1d06058 - Browse repository at this point
Copy the full SHA 1d06058View commit details
Commits on Oct 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e8796ca - Browse repository at this point
Copy the full SHA e8796caView commit details
Commits on Oct 3, 2019
-
permit asyncawait-ondeck to be added by anyone
Still debating if this is the right approach
Configuration menu - View commit details
-
Copy full SHA for 1222cc9 - Browse repository at this point
Copy the full SHA 1222cc9View commit details -
Co-Authored-By: Pietro Albini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1fcbd90 - Browse repository at this point
Copy the full SHA 1fcbd90View commit details
Commits on Oct 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4b49e90 - Browse repository at this point
Copy the full SHA 4b49e90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d87bac - Browse repository at this point
Copy the full SHA 2d87bacView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa7a87b - Browse repository at this point
Copy the full SHA fa7a87bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 774ea80 - Browse repository at this point
Copy the full SHA 774ea80View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef9fe10 - Browse repository at this point
Copy the full SHA ef9fe10View commit details -
Configuration menu - View commit details
-
Copy full SHA for afc0bb9 - Browse repository at this point
Copy the full SHA afc0bb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9009c8 - Browse repository at this point
Copy the full SHA e9009c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0a6805 - Browse repository at this point
Copy the full SHA d0a6805View commit details -
Configuration menu - View commit details
-
Copy full SHA for d152d48 - Browse repository at this point
Copy the full SHA d152d48View commit details -
Remove unneeded visit_statement definition
visit_statement default definition does just this, there's no need to redefine it.
Configuration menu - View commit details
-
Copy full SHA for c5f80aa - Browse repository at this point
Copy the full SHA c5f80aaView commit details -
Update the documented default of -Z mutable-noalias
It has been fully disabled by default since rust-lang#54639.
Configuration menu - View commit details
-
Copy full SHA for 8bb5c12 - Browse repository at this point
Copy the full SHA 8bb5c12View commit details
Commits on Oct 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5f94a53 - Browse repository at this point
Copy the full SHA 5f94a53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 173958a - Browse repository at this point
Copy the full SHA 173958aView commit details -
BO41 committed
Oct 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 318ff30 - Browse repository at this point
Copy the full SHA 318ff30View commit details -
lint: extern non-exhaustive types are improper
This commit makes the `improper_ctype` lint trigger for non-exhaustive types when those types aren't defined in the current crate. Signed-off-by: David Wood <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 080aa86 - Browse repository at this point
Copy the full SHA 080aa86View commit details -
Rollup merge of rust-lang#64708 - SimonSapin:option-deref, r=Centril
Stabilize `Option::as_deref` and `Option::as_deref_mut` The tracking issue rust-lang#50264 still has unresolved question for the corresponding `Result` methods.
Configuration menu - View commit details
-
Copy full SHA for b78b824 - Browse repository at this point
Copy the full SHA b78b824View commit details -
Rollup merge of rust-lang#64765 - alexcrichton:less-check-backtrace, …
…r=sfackler std: Reduce checks for `feature = "backtrace"` This is a stylistic change to libstd to reduce the number of checks of `feature = "backtrace"` now that we unconditionally depend on the `backtrace` crate and rely on it having an empty implementation. otherwise.
Configuration menu - View commit details
-
Copy full SHA for b04caba - Browse repository at this point
Copy the full SHA b04cabaView commit details -
Rollup merge of rust-lang#65011 - estebank:ice-o-matic, r=zackmdavis
Do not ICE when dereferencing non-Copy raw pointer CC rust-lang#52262. Confirmed to remove the unnecessary ICE, but without a repro case.
Configuration menu - View commit details
-
Copy full SHA for b81796b - Browse repository at this point
Copy the full SHA b81796bView commit details -
Rollup merge of rust-lang#65064 - rust-lang:permit-asyncawait-ondeck-…
…by-anyone, r=nikomatsakis permit asyncawait-ondeck to be added by anyone Still debating if this is the right approach but r? @pietroalbini to check the format
Configuration menu - View commit details
-
Copy full SHA for 07c1baf - Browse repository at this point
Copy the full SHA 07c1bafView commit details -
Rollup merge of rust-lang#65066 - wesleywiser:fix_const_prop_ice_on_p…
…olymorphic_promoted_mir, r=oli-obk [const-prop] Fix ICE when trying to eval polymorphic promoted MIR Fixes rust-lang#64908 r? @oli-obk cc @nikomatsakis @pnkfelix
Configuration menu - View commit details
-
Copy full SHA for 8e46dff - Browse repository at this point
Copy the full SHA 8e46dffView commit details -
Rollup merge of rust-lang#65095 - GuillaumeGomez:sort-librustc_passes…
…-err-codes, r=varkor Sort error codes in librustc_passes This is just a little cleanup.
Configuration menu - View commit details
-
Copy full SHA for 1c924b0 - Browse repository at this point
Copy the full SHA 1c924b0View commit details -
Rollup merge of rust-lang#65100 - csmoe:generator, r=nikomatsakis
Replace GeneratorSubsts with SubstsRef Closes rust-lang#42340 r? @nikomatsakis
Configuration menu - View commit details
-
Copy full SHA for 360dc31 - Browse repository at this point
Copy the full SHA 360dc31View commit details -
Rollup merge of rust-lang#65106 - Mark-Simulacrum:unused-attr-allow, …
…r=Centril Allow unused attributes to avoid incremental bug cc rust-lang#65023 This isn't labeled as fixing that issue because it's not really a fix, just a patch.
Configuration menu - View commit details
-
Copy full SHA for f2a1edc - Browse repository at this point
Copy the full SHA f2a1edcView commit details -
Rollup merge of rust-lang#65113 - Qwaz:master, r=jonas-schievink
Fix lonely backtick That backtick won't be sad anymore
Configuration menu - View commit details
-
Copy full SHA for 8739d25 - Browse repository at this point
Copy the full SHA 8739d25View commit details -
Rollup merge of rust-lang#65116 - spastorino:remove-unneeded-fn, r=ol…
…i-obk Remove unneeded visit_statement definition r? @oli-obk
Configuration menu - View commit details
-
Copy full SHA for b0aef5e - Browse repository at this point
Copy the full SHA b0aef5eView commit details -
Rollup merge of rust-lang#65118 - cuviper:Zmutable-noalias-default, r…
…=rkruppe Update the documented default of -Z mutable-noalias It has been fully disabled by default since rust-lang#54639.
Configuration menu - View commit details
-
Copy full SHA for 0fb7740 - Browse repository at this point
Copy the full SHA 0fb7740View commit details -
Rollup merge of rust-lang#65123 - Centril:mac-invoc-in-mut-pat, r=est…
…ebank Account for macro invocation in `let mut $pat` diagnostic. Fixes rust-lang#65122. r? @estebank
Configuration menu - View commit details
-
Copy full SHA for 86bf700 - Browse repository at this point
Copy the full SHA 86bf700View commit details -
Rollup merge of rust-lang#65124 - memoryruins:castaway, r=petrochenkov
Replace some instances of `as *[const | mut] _` with `.cast()` While in `codegen_llvm`, noticed some places for the recent `pointer::cast` method.
Configuration menu - View commit details
-
Copy full SHA for 481f39b - Browse repository at this point
Copy the full SHA 481f39bView commit details -
Rollup merge of rust-lang#65126 - BO41:time_typo, r=kennytm
Fix typo on `now()` comments Fix typo, update words, and remove some redundant word. Also rustfmt on the rest of the file (hope this is okay :) revival of rust-lang#61433 r? @kennytm
Configuration menu - View commit details
-
Copy full SHA for 07ee1e2 - Browse repository at this point
Copy the full SHA 07ee1e2View commit details -
Rollup merge of rust-lang#65130 - davidtwco:rfc-2008-improper-ctypes,…
… r=petrochenkov lint: extern non-exhaustive types are improper This PR makes the `improper_ctype` lint trigger for non-exhaustive types when those types aren't defined in the current crate, as per [this comment](rust-lang#44109 (comment)). cc @Centril
Configuration menu - View commit details
-
Copy full SHA for 4fd8f37 - Browse repository at this point
Copy the full SHA 4fd8f37View commit details