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 5 pull requests #70744

Closed
wants to merge 12 commits into from

Commits on Mar 31, 2020

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

Commits on Apr 2, 2020

  1. Remove unused graphviz visualization

    This was used by the old framework that was removed in rust-lang#69644.
    ecstatic-morse committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    6f3ff27 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Configuration menu
    Copy the full SHA
    e9ce036 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0ec0a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c831265 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9db7360 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ca2a5e View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#69860 - faern:use-assoc-int-consts, r=dtolnay

    Use associated numeric consts in documentation
    
    Now when the associated constants on int/float types are stabilized and the recommended way of accessing said constants (rust-lang#68952). We can start using it in this repository, and recommend it via documentation example code.
    
    This PR is the reincarnation of rust-lang#67913 minus the actual adding + stabilization of said constants. (EDIT: Now it's only changing the documentation. So users will see the new consts, but we don't yet update the internal code)
    
    Because of how fast bit rot happens to PRs that touch this many files, it does not try to replace 100% of the old usage of the constants in the entire repo, but a good chunk of them.
    Dylan-DPC authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    3c326d5 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#70640 - jonas-schievink:async-ice, r=cramertj

    Hide `task_context` when lowering body
    
    Fixes rust-lang#70594
    Dylan-DPC authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    0b4f8fc View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#70707 - ecstatic-morse:dataflow-graphviz-cl…

    …eanup, r=nikomatsakis
    
    Remove unused graphviz emitter
    
    This was only used by the old dataflow framework that was removed in rust-lang#69644.
    Dylan-DPC authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    f3e9251 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#70735 - GuillaumeGomez:cleanup-e0502, r=Dyl…

    …an-DPC
    
    Clean up E0502 explanation
    
    r? @Dylan-DPC
    Dylan-DPC authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    8100c55 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5efda6c View commit details
    Browse the repository at this point in the history