Skip to content
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

Merged
merged 20 commits into from
Jul 31, 2019
Merged

Rollup of 7 pull requests #63148

merged 20 commits into from
Jul 31, 2019

Commits on Jul 7, 2019

  1. Configuration menu
    Copy the full SHA
    2534b28 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Configuration menu
    Copy the full SHA
    f6906ba View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. 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.
    TankhouseAle authored Jul 30, 2019
    Configuration menu
    Copy the full SHA
    873b361 View commit details
    Browse the repository at this point in the history
  2. 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`.
    TankhouseAle authored Jul 30, 2019
    Configuration menu
    Copy the full SHA
    4a3d41d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcc4b99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a90173 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24a178e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    969a374 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7589319 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    581f2cb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    99c4a94 View commit details
    Browse the repository at this point in the history
  10. Pacify tidy, the merciless.

    Centril committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    b21f0a3 View commit details
    Browse the repository at this point in the history
  11. Updated RELEASES.md for 1.37.0

    XAMPPRocky authored and Mark-Simulacrum committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    c599fcc View commit details
    Browse the repository at this point in the history
  12. 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
    Centril authored Jul 30, 2019
    Configuration menu
    Copy the full SHA
    d8280fa View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#62469 - czipperz:liballoc-add-doc-links, r=…

    …GuillaumeGomez
    
    Add doc links to liballoc crate page
    Centril authored Jul 30, 2019
    Configuration menu
    Copy the full SHA
    9fb8f1b View commit details
    Browse the repository at this point in the history
  14. 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
    Centril authored Jul 30, 2019
    Configuration menu
    Copy the full SHA
    dbf54ad View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#63117 - BaoshanPang:bugfix, r=alexcrichton

    Use global variable 'environ' to pass environments to rtpSpawn
    
    r? @alexcrichton
    Centril authored Jul 30, 2019
    Configuration menu
    Copy the full SHA
    cdf9758 View commit details
    Browse the repository at this point in the history
  16. 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.
    Centril authored Jul 30, 2019
    Configuration menu
    Copy the full SHA
    c088890 View commit details
    Browse the repository at this point in the history
  17. 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
    Centril authored Jul 30, 2019
    Configuration menu
    Copy the full SHA
    d871645 View commit details
    Browse the repository at this point in the history
  18. Rollup merge of rust-lang#63147 - Mark-Simulacrum:XAMPPRocky-master, …

    …r=Mark-Simulacrum
    
    Updated RELEASES.md for 1.37.0
    
    Squashed rust-lang#62653.
    Centril authored Jul 30, 2019
    Configuration menu
    Copy the full SHA
    0924ac7 View commit details
    Browse the repository at this point in the history