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

Make the metadata lock more robust #34539

Merged
merged 5 commits into from
Jul 2, 2016
Merged

Commits on Jun 28, 2016

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

Commits on Jul 1, 2016

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

Commits on Jul 2, 2016

  1. make the metadata lock more robust and bump the metadata encoding ver…

    …sion
    
    check the metadata lock when loading rather than afterwards
    
    Fixes rust-lang#33733
    Fixes rust-lang#33015
    arielb1 committed Jul 2, 2016
    Configuration menu
    Copy the full SHA
    0b36fff View commit details
    Browse the repository at this point in the history
  2. add a encoding version to the actual metadata

    previously, only .so files included a metadata encoding version, *outside*
    of the zlib compressed area. This adds an encoding version inside the metadata
    itself, in both .so and .rlib files.
    
    Fixes rust-lang#33778.
    arielb1 committed Jul 2, 2016
    Configuration menu
    Copy the full SHA
    e154687 View commit details
    Browse the repository at this point in the history
  3. fix test fallout

    arielb1 committed Jul 2, 2016
    Configuration menu
    Copy the full SHA
    42b7c32 View commit details
    Browse the repository at this point in the history