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 9 pull requests #52123

Merged
merged 26 commits into from
Jul 7, 2018
Merged

Rollup of 9 pull requests #52123

merged 26 commits into from
Jul 7, 2018

Commits on Jul 4, 2018

  1. Configuration menu
    Copy the full SHA
    7eba13f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aeb1682 View commit details
    Browse the repository at this point in the history
  3. Improve comments.

    davidtwco committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    f90eada View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. reverse_postorder

    csmoe committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    37228fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e31e2f View commit details
    Browse the repository at this point in the history
  3. update test

    csmoe committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    e7e8c72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25266c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. Configuration menu
    Copy the full SHA
    bbfdea2 View commit details
    Browse the repository at this point in the history
  2. Stabilize rc_downcast

    tmccombs committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    7fbc389 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary feature gate.

    To fix a warning.
    tmccombs committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    15a196e View commit details
    Browse the repository at this point in the history
  4. Dedupe filetime

    Eijebong committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    933c299 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7047bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e2c49f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    41730b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21526c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5717d99 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    67202b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2018

  1. Rollup merge of rust-lang#51901 - rust-lang:weak-unboxing, r=alexcric…

    …hton
    
    Rc: remove unused allocation and fix segfault in Weak::new()
    
    Same as rust-lang#50357 did for `Arc`.
    
    Fixes rust-lang#48493
    Mark-Simulacrum committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    9b3ec57 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#52058 - davidtwco:issue-51345, r=nikomatsakis

    Use of unimplemented!() causing ICE with NLL
    
    Fixes rust-lang#51345.
    
    r? @nikomatsakis
    Mark-Simulacrum committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    b71b921 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#52067 - csmoe:issue-51167, r=nikomatsakis

    Visit the mir basic blocks in reverse-postfix order
    
    cc rust-lang#51167
    r? @nikomatsakis
    Mark-Simulacrum committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    ec6bba3 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#52083 - spastorino:dont-run-ast-borrowck-on…

    …-mir-mode, r=nikomatsakis
    
    Dont run ast borrowck on mir mode
    
    r? @nikomatsakis
    Mark-Simulacrum committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    54a440b View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#52099 - zackmdavis:and_the_case_of_the_typ,…

    … r=oli-obk
    
    fix typo in stable `--edition` error message
    
    (diff is self-explanatory)
    Mark-Simulacrum committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    9672933 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e382338 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#52104 - tmccombs:repr_trans_stable, r=Mark-…

    …Simulacrum
    
    Remove unnecessary feature gate.
    
    To fix a warning.
    Mark-Simulacrum committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    f69baa9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4784883 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#52120 - japaric:mclass, r=alexcrichton

    ARM: expose the "mclass" target feature
    
    This let us differentiate, in conditional compilation context, between ARM Cortex-M targets, like
    the `thumbv*` targets, and other ARM targets, like the ARM Cortex-A Linux targets.
    
    r? @alexcrichton
    cc @gnzlbg
    cc rust-lang/stdarch#437
    Mark-Simulacrum committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    cd7ddae View commit details
    Browse the repository at this point in the history