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 #42272

Closed
wants to merge 16 commits into from

Commits on May 24, 2017

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

Commits on May 25, 2017

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

Commits on May 26, 2017

  1. Updated locked version of libgit2

    This should include a fix for rust-lang/cargo#4091 with an updated version of
    libgit2.
    
    Closes rust-lang/cargo#4091
    alexcrichton committed May 26, 2017
    Configuration menu
    Copy the full SHA
    1a9c7b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d01840 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2017

  1. Configuration menu
    Copy the full SHA
    bf87e17 View commit details
    Browse the repository at this point in the history
  2. Docs: impls of PartialEq/PartialOrd/Ord must agree

    Stjepan Glavina committed May 27, 2017
    Configuration menu
    Copy the full SHA
    f542136 View commit details
    Browse the repository at this point in the history
  3. Reduce API surface of rustc_trans

    Mark various items and fields as private or pub(crate), and remove a function that turns out to be unused.
    These are not used anywhere in-tree, but I guess it's a [breaking-change] for plugins.
    Robin Kruppe committed May 27, 2017
    Configuration menu
    Copy the full SHA
    493cd6b View commit details
    Browse the repository at this point in the history
  4. Remove trans-internal re-exports of rustc modules

    The previous commit removed them from the public API, this rewrites the use statements to get rid of the non-standard re-exports.
    Robin Kruppe committed May 27, 2017
    Configuration menu
    Copy the full SHA
    6fec17e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2017

  1. Rollup merge of rust-lang#42207 - Nashenas88:remove_fragment_info, r=…

    …eddyb
    
    Remove all instances of fragment_infos and fragment sets
    
    Remove unused fragment structs. This was suggested by @eddyb in IRC: [botbot link](https://botbot.me/mozilla/rustc/2017-05-23/?msg=86016574&page=2).
    Mark-Simulacrum committed May 28, 2017
    Configuration menu
    Copy the full SHA
    ed80c95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c74895 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#42246 - alexcrichton:update-cargo, r=nikoma…

    …tsakis
    
    Updated locked version of libgit2
    
    This should include a fix for rust-lang/cargo#4091 with an updated version of
    libgit2.
    
    Closes rust-lang/cargo#4091
    Mark-Simulacrum committed May 28, 2017
    Configuration menu
    Copy the full SHA
    0d6f269 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#42249 - Mark-Simulacrum:issue-40244, r=eddyb

    Allow variadic functions with cdecl calling convention.
    
    Fixes rust-lang#40244.
    Mark-Simulacrum committed May 28, 2017
    Configuration menu
    Copy the full SHA
    cb86acb View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#42251 - nikomatsakis:issue-42210-regr-unsiz…

    …ed-tail, r=eddyb
    
    extend `struct_tail` to operate over tuples
    
    Not 100% sure why this got exposed when it wasn't before, but this struct definitely seems wrong.
    
    Fixes rust-lang#42110
    
    r? @eddyb
    Mark-Simulacrum committed May 28, 2017
    Configuration menu
    Copy the full SHA
    e0589f1 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#42260 - stjepang:document-cmp-traits-agreem…

    …ent, r=alexcrichton
    
    Docs: impls of PartialEq/PartialOrd/Ord must agree
    
    Fixes rust-lang#41270.
    
    This PR brings two improvements to the docs:
    
    1. Docs for `PartialEq`, `PartialOrd`, and `Ord` clarify that their implementations must agree.
    2. Fixes a subtle bug in the Dijkstra example for `BinaryHeap`, where the impls are inconsistent.
    Thanks @Rufflewind for spotting the bug!
    
    r? @alexcrichton
    cc @frankmcsherry
    Mark-Simulacrum committed May 28, 2017
    Configuration menu
    Copy the full SHA
    2af8b0e View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#42266 - rkruppe:clean-trans-api, r=arielb1

    Remove unused APIs from rustc_trans
    
    There were public re-exports of some rustc modules dating back to 2011 or so. While I was at it, some functions and modules were public but never used outside the crate. I made them private or `pub(crate)` as appropriate and in one case removed an unused function.
    Mark-Simulacrum committed May 28, 2017
    Configuration menu
    Copy the full SHA
    5244d1c View commit details
    Browse the repository at this point in the history