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 12 pull requests #74019

Merged
merged 43 commits into from
Jul 4, 2020
Merged

Rollup of 12 pull requests #74019

merged 43 commits into from
Jul 4, 2020

Commits on Jun 8, 2020

  1. Fallback to xml.etree.ElementTree

    The xml.etree.cElementTree has been deprecated since Python 3.3
    and removed in Python 3.9 https://bugs.python.org/issue36543.
    tmiasko committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    291dce9 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

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

Commits on Jun 27, 2020

  1. Configuration menu
    Copy the full SHA
    8caf604 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1217cb View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. Use raw_ref_op in A|Rc::as_ptr

    CAD97 committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    db539c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4bdf47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8a9c61 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    fc3dc72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aecf3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aed88e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    b4d0457 View commit details
    Browse the repository at this point in the history
  2. Amend wording of note

    davidhewitt committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    1a03432 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aac2f73 View commit details
    Browse the repository at this point in the history
  4. Update src/librustc_builtin_macros/format.rs

    Apply suggestion from varkor
    
    Co-authored-by: varkor <github@varkor.com>
    davidhewitt and varkor committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    10ebb2c View commit details
    Browse the repository at this point in the history
  5. Apply documentation review suggestions

    Co-Authored-By: Ralf Jung <post@ralfj.de>
    CAD97 and RalfJung committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    ac40d1e View commit details
    Browse the repository at this point in the history
  6. Simplify Weak::as_ptr impl

    CAD97 committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    98789ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7498cad View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    0f1adc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b5ac57 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Configuration menu
    Copy the full SHA
    bdc1f40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3f599c View commit details
    Browse the repository at this point in the history
  3. [mir-opt] Prevent mis-optimization when SimplifyArmIdentity runs

    If temporaries are used beyond just the temporary chain, then we can't
    optimize out the reads and writes.
    wesleywiser committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    9248d90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24bfdc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e16d6a6 View commit details
    Browse the repository at this point in the history
  6. Fix "getting started" link

    The previous link is 404.
    e00E committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    df43dcd View commit details
    Browse the repository at this point in the history
  7. fix typo

    lcnr authored Jul 3, 2020
    Configuration menu
    Copy the full SHA
    3ed320e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3bb6dc7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    93d662f View commit details
    Browse the repository at this point in the history
  10. Edit docs for rustc_data_structures::graph::scc

    - Add newline to provide concise module summary
    - Add wikipedia link
    - Italicize O notation
    pierwill committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    20caf63 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d64a4b5 View commit details
    Browse the repository at this point in the history
  12. Update UI tests

    GuillaumeGomez committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    6970c92 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2020

  1. Rollup merge of rust-lang#73140 - tmiasko:element-tree, r=GuillaumeGomez

    Fallback to xml.etree.ElementTree
    
    The xml.etree.cElementTree has been deprecated since Python 3.3
    and removed in Python 3.9 https://bugs.python.org/issue36543.
    Manishearth authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    df8f551 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#73670 - davidhewitt:format-args-capture, r=…

    …varkor
    
    Add `format_args_capture` feature
    
    This is the initial implementation PR for [RFC 2795](rust-lang/rfcs#2795).
    
    Note that, as dicussed in the tracking issue (rust-lang#67984), the feature gate has been called `format_args_capture`.
    
    Next up I guess I need to add documentation for this feature. I've not written any docs before for rustc / std so I would appreciate suggestions on where I should add docs.
    Manishearth authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    4a8d9ea View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#73693 - wesleywiser:const_prop_exhaustive_m…

    …atch, r=oli-obk
    
    Use exhaustive match in const_prop.rs
    
    Addresses a comment left by @RalfJung on rust-lang#73613
    
    r? @RalfJung
    Manishearth authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    50dcefc View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#73845 - CAD97:weak-as-unsized-ptr, r=RalfJung

    Use &raw in A|Rc::as_ptr
    
    This PR uses `&raw` for offsetting `*mut [A]RcInner<T> -> *mut T`.
    
    Additionally, this updates the implementation of `Weak::as_ptr` to support unsized `T`, though it does not yet relax the bounds of `Weak::as_ptr`/`into_raw`/`from_raw` to accept unsized `T`.
    Manishearth authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    9a659c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6339abd View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#73881 - pierwill:pierwill-citations, r=jona…

    …s-schievink
    
    Standardize bibliographic citations in rustc API docs
    
    See rust-lang#73877.
    Manishearth authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    d46de10 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#73925 - eduardosm:improve-pr72617-comments,…

    … r=RalfJung
    
    Improve comments from rust-lang#72617, as suggested by RalfJung
    
    r? @RalfJung
    Manishearth authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    9d0ca38 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#73949 - wesleywiser:simplify_try_fixes, r=o…

    …li-obk
    
    [mir-opt] Fix mis-optimization and other issues with the SimplifyArmIdentity pass
    
    This does not yet attempt re-enabling the pass, but it does resolve a number of issues with the pass.
    
    r? @oli-obk
    
    I believe this closes rust-lang#73223.
    Manishearth authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    60cad20 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#73984 - pierwill:pierwill-tarjan, r=jonas-s…

    …chievink
    
    Edit docs for rustc_data_structures::graph::scc
    
    - Add newline to provide concise module summary
    - Add wikipedia link
    - Italicize O notation
    Manishearth authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    70c4b2f View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#73985 - e00E:fix-getting-started-link, r=jo…

    …nas-schievink
    
    Fix "getting started" link
    
    The previous link is 404.
    Manishearth authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    e4c505b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e005c97 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#73999 - eddyb:svv-prereq, r=Mark-Simulacrum

    Bump mingw-check CI image from Ubuntu 16.04 to 18.04.
    
    I chose 18.04 because we use it for other builders, and it's enough to get a version of MinGW that can build `libssh2-sys`.
    
    This is a prereq for rust-lang#73902, where `libssh2-sys` shows up as an indirect dependency of `x.py check src/tools/semverver` (through `src/tools/cargo`, which we don't currently `x.py check` because it's not in-tree). See also rust-lang#73902 (comment).
    
    r? @Mark-Simulacrum cc @mati865
    Manishearth authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    d69a846 View commit details
    Browse the repository at this point in the history