-
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 #63148
Rollup of 7 pull requests #63148
Commits on Jul 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2534b28 - Browse repository at this point
Copy the full SHA 2534b28View commit details
Commits on Jul 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f6906ba - Browse repository at this point
Copy the full SHA f6906baView commit details
Commits on Jul 30, 2019
-
Add a test for std::any::type_name() as a const fn
This is a modified version of the test I added previously. The difference is this version implements a wrapper around std::any::type_name versus core::intrinsics::type_name, in order to show that it works as desired / intended.
Configuration menu - View commit details
-
Copy full SHA for 873b361 - Browse repository at this point
Copy the full SHA 873b361View commit details -
Add the necessary changes to any.rs
Specifically the `#[rustc_const_unstable(feature = "const_type_name")]` attribute, as well as marking the actual function as `const`.
Configuration menu - View commit details
-
Copy full SHA for 4a3d41d - Browse repository at this point
Copy the full SHA 4a3d41dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcc4b99 - Browse repository at this point
Copy the full SHA dcc4b99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a90173 - Browse repository at this point
Copy the full SHA 8a90173View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24a178e - Browse repository at this point
Copy the full SHA 24a178eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 969a374 - Browse repository at this point
Copy the full SHA 969a374View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7589319 - Browse repository at this point
Copy the full SHA 7589319View commit details -
Configuration menu - View commit details
-
Copy full SHA for 581f2cb - Browse repository at this point
Copy the full SHA 581f2cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99c4a94 - Browse repository at this point
Copy the full SHA 99c4a94View commit details -
Configuration menu - View commit details
-
Copy full SHA for b21f0a3 - Browse repository at this point
Copy the full SHA b21f0a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c599fcc - Browse repository at this point
Copy the full SHA c599fccView commit details -
Rollup merge of rust-lang#62293 - Centril:remove-await-macro, r=cramertj
Unsupport the `await!(future)` macro Unsupport the `await!(future)` "macro" and recognize it in error recovery instead. The `future.await` syntax has been on nightly since 2019-05-08. This was 55 days ago which is 1.31 releases ago. Closes rust-lang#60610. r? @cramertj
Configuration menu - View commit details
-
Copy full SHA for d8280fa - Browse repository at this point
Copy the full SHA d8280faView commit details -
Rollup merge of rust-lang#62469 - czipperz:liballoc-add-doc-links, r=…
…GuillaumeGomez Add doc links to liballoc crate page
Configuration menu - View commit details
-
Copy full SHA for 9fb8f1b - Browse repository at this point
Copy the full SHA 9fb8f1bView commit details -
Rollup merge of rust-lang#63095 - Centril:incomplete-features-lint, r…
…=varkor Turn `INCOMPLETE_FEATURES` into lint We do this because it is annoying to see the warning when building rustc and because this is better from a "separation of concerns" POV. The drawback to this change is that this will respect `--cap-lints`. Also note that this is not a buffered lint so if there are fatal parser errors then the lint will not trigger. r? @varkor
Configuration menu - View commit details
-
Copy full SHA for dbf54ad - Browse repository at this point
Copy the full SHA dbf54adView commit details -
Rollup merge of rust-lang#63117 - BaoshanPang:bugfix, r=alexcrichton
Use global variable 'environ' to pass environments to rtpSpawn r? @alexcrichton
Configuration menu - View commit details
-
Copy full SHA for cdf9758 - Browse repository at this point
Copy the full SHA cdf9758View commit details -
Rollup merge of rust-lang#63123 - TankhouseAle:const-fn-type-name-any…
…, r=oli-obk `const fn`-ify `std::any::type_name` as laid out in rust-lang#63084 A test, based on the one I added when I implemented support for the underlying `core::intrinsics::type_name` being allowed in `const fn` contexts, is included.
Configuration menu - View commit details
-
Copy full SHA for c088890 - Browse repository at this point
Copy the full SHA c088890View commit details -
Rollup merge of rust-lang#63129 - Centril:subslice-pat-statdyn, r=oli…
…-obk Subslice patterns: Test passing static & dynamic semantics. Working towards testing coverage for rust-lang#62254. See https://github.com/rust-lang/rfcs/blob/master/text/2359-subslice-pattern-syntax.md for the RFC. r? @oli-obk cc @petrochenkov
Configuration menu - View commit details
-
Copy full SHA for d871645 - Browse repository at this point
Copy the full SHA d871645View commit details -
Rollup merge of rust-lang#63147 - Mark-Simulacrum:XAMPPRocky-master, …
…r=Mark-Simulacrum Updated RELEASES.md for 1.37.0 Squashed rust-lang#62653.
Configuration menu - View commit details
-
Copy full SHA for 0924ac7 - Browse repository at this point
Copy the full SHA 0924ac7View commit details