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 6 pull requests #42254

Closed
wants to merge 16 commits into from

Commits on May 22, 2017

  1. rustbuild: split Install out of Dist subcommand

    only create source tarball for the Dist subcommand
    mark install rule as default for Kind::Install
    split install-docs
    split install-std
    factor out empty_dir handling
    split install-cargo
    split install-analysis
    split install-src
    rework install-rustc
    properly handle cross-compilation setups for install
    use pkgname in install
    split plain source tarball generation from rust-src dist
    document src-tarball in config.toml.exmaple
    
    Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
    Keruspe committed May 22, 2017
    Configuration menu
    Copy the full SHA
    150d644 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. rustbuild: drop unused macro in tets

    Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
    Keruspe committed May 23, 2017
    Configuration menu
    Copy the full SHA
    9af464b View commit details
    Browse the repository at this point in the history
  2. rustbuild: make distcheck depend on dist-plain-source-tarball

    Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
    Keruspe committed May 23, 2017
    Configuration menu
    Copy the full SHA
    53ae00a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. rustbuild: distcheck needs rust-src too

    Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
    Keruspe committed May 24, 2017
    Configuration menu
    Copy the full SHA
    d0ea705 View commit details
    Browse the repository at this point in the history
  2. 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
    35dd87f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d01840 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#42109 - Keruspe:master, r=alexcrichton

    rustbuild: don't create a source tarball when installing
    
    This splits Install out of Dist as it is not a full dist anymore, and creates the source tarball only for the Dist command.
    This will allow splitting install in a few rules if we want as it's done for other phases.
    Mark-Simulacrum authored May 26, 2017
    Configuration menu
    Copy the full SHA
    cf6293a View commit details
    Browse the repository at this point in the history
  5. 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 authored May 26, 2017
    Configuration menu
    Copy the full SHA
    8ccddd9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86e4615 View commit details
    Browse the repository at this point in the history
  7. 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 authored May 26, 2017
    Configuration menu
    Copy the full SHA
    09f479a View commit details
    Browse the repository at this point in the history
  8. 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 authored May 26, 2017
    Configuration menu
    Copy the full SHA
    9d9ca80 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#42251 - nikomatsakis:issue-42210-regr-unsiz…

    …ed-tail, r=eddyb
    
    extend `struct_tail` to operate over closures
    
    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 authored May 26, 2017
    Configuration menu
    Copy the full SHA
    50faaac View commit details
    Browse the repository at this point in the history