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

Upgrade Rust #5

Merged
merged 33 commits into from Jul 31, 2014
Merged

Upgrade Rust #5

merged 33 commits into from Jul 31, 2014

Commits on Jun 25, 2014

  1. Add a cargo config

    alexcrichton committed Jun 25, 2014
  2. Merge pull request #3 from alexcrichton/cargo

    Add a cargo config
    sfackler committed Jun 25, 2014

Commits on Jun 26, 2014

  1. Drop to version 0.0.0

    sfackler committed Jun 26, 2014

Commits on Jun 27, 2014

  1. Fix type inference

    sfackler committed Jun 27, 2014

Commits on Jun 29, 2014

  1. Fix travis.yaml

    sfackler committed Jun 29, 2014
  2. Fix doc link in README

    sfackler committed Jun 29, 2014

Commits on Jul 3, 2014

Commits on Jul 5, 2014

  1. Fix for upstream changes

    sfackler committed Jul 5, 2014

Commits on Jul 7, 2014

  1. Update for crate_id removal

    sfackler committed Jul 7, 2014

Commits on Jul 10, 2014

  1. Parameterize the key type of PhfMap and Set

    We don't actually support anything beyond &'static str right now, but
    this will allow other keys in the future.
    sfackler committed Jul 10, 2014
  2. Support binary literal keys!

    sfackler committed Jul 10, 2014
  3. Fix error messages

    sfackler committed Jul 10, 2014
  4. Update for upstream changes

    sfackler committed Jul 10, 2014

Commits on Jul 11, 2014

  1. Byte and char key support

    sfackler committed Jul 11, 2014
  2. Merge pull request #6 from alexcrichton/new-cargo-flag

    Update Cargo.toml to the new `plugin = true` flag
    sfackler committed Jul 11, 2014
  3. Update README

    sfackler committed Jul 11, 2014

Commits on Jul 13, 2014

  1. Pull shared code into a module

    This implements @glennw's PR #5 to move the hashing code used by both
    phf and phf_mac into a module imported by both crates. It breaks the
    hard dependency of phf_mac on phf, which means phf doesn't have to be
    compiled for the host architecture as well as the target. It also means
    we can have a dev-dependency from phf to phf_mac for tests.
    sfackler committed Jul 13, 2014
  2. Rename phf_shared to phf

    sfackler committed Jul 13, 2014
  3. Rename module

    sfackler committed Jul 13, 2014

Commits on Jul 23, 2014

  1. Merge commit upstream/master into rustup-20140716

    Conflicts:
    	Makefile.in
    metajack committed Jul 23, 2014
You can’t perform that action at this time.