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
Upgrade Rust #5
Commits on Jun 25, 2014
-
alexcrichton committed
Jun 25, 2014
Commits on Jun 26, 2014
-
sfackler committed
Jun 26, 2014
Commits on Jun 27, 2014
-
sfackler committed
Jun 27, 2014
Commits on Jun 29, 2014
-
Switch docs back to rust-ci (again)
sfackler committedJun 29, 2014 -
sfackler committed
Jun 29, 2014 -
sfackler committed
Jun 29, 2014
Commits on Jul 3, 2014
-
Split to two separate Cargo packages
sfackler committedJul 3, 2014
Commits on Jul 5, 2014
-
sfackler committed
Jul 5, 2014
Commits on Jul 7, 2014
-
sfackler committed
Jul 7, 2014
Commits on Jul 10, 2014
-
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 committedJul 10, 2014 -
Parameterize the key type of PhfOrdered*
sfackler committedJul 10, 2014 -
Plugin infrastructure for non-str keys
sfackler committedJul 10, 2014 -
sfackler committed
Jul 10, 2014 -
sfackler committed
Jul 10, 2014 -
sfackler committed
Jul 10, 2014
Commits on Jul 11, 2014
-
sfackler committed
Jul 11, 2014 -
Add support for remaining literals
sfackler committedJul 11, 2014 -
Update Cargo.toml to the new `plugin = true` flag
alexcrichton committedJul 11, 2014 -
Merge pull request #6 from alexcrichton/new-cargo-flag
Update Cargo.toml to the new `plugin = true` flag
sfackler committedJul 11, 2014 -
sfackler committed
Jul 11, 2014
Commits on Jul 13, 2014
-
Implement more iterator traits for PhfMap iters
sfackler committedJul 13, 2014 -
Move iterator maps to construction time
sfackler committedJul 13, 2014 -
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 committedJul 13, 2014 -
Turn off tests for main crates
sfackler committedJul 13, 2014 -
sfackler committed
Jul 13, 2014 -
sfackler committed
Jul 13, 2014
Commits on Jul 16, 2014
-
sfackler committed
Jul 16, 2014 -
sfackler committed
Jul 16, 2014 -
Remove LD_LIBRARY_PATH override from travis config
sfackler committedJul 16, 2014
Commits on Jul 23, 2014
-
Merge commit upstream/master into rustup-20140716
Conflicts: Makefile.in
metajack committedJul 23, 2014
Commits on Jul 31, 2014
-
Fixup makefile for new upstream changes.
metajack committedJul 31, 2014 -
Backport missing methods for PhfOrderedMap.
metajack committedJul 31, 2014