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
+984
−734
Backport missing methods for PhfOrderedMap.
04e048f
Select commit
782694e
Add a cargo config
alexcrichton 09e8d0a
Merge pull request #3 from alexcrichton/cargo
sfackler efc5c56
Drop to version 0.0.0
sfackler 51680c0
Fix type inference
sfackler e11ed04
Switch docs back to rust-ci (again)
sfackler 76d740d
Fix travis.yaml
sfackler 424fde4
Fix doc link in README
sfackler 4ff3544
Split to two separate Cargo packages
sfackler 473131f
Fix for upstream changes
sfackler a0ab8d7
Update for crate_id removal
sfackler cb4ed93
Parameterize the key type of PhfMap and Set
sfackler f6ce641
Parameterize the key type of PhfOrdered*
sfackler 04b11a1
Plugin infrastructure for non-str keys
sfackler 6bfb12b
Support binary literal keys!
sfackler f3f193c
Fix error messages
sfackler e9644d4
Update for upstream changes
sfackler 789990e
Byte and char key support
sfackler 55ededf
Add support for remaining literals
sfackler b83fc08
Update Cargo.toml to the new `plugin = true` flag
alexcrichton a90e7cc
Merge pull request #6 from alexcrichton/new-cargo-flag
sfackler b89cc89
Update README
sfackler 4b48972
Implement more iterator traits for PhfMap iters
sfackler a8bb815
Move iterator maps to construction time
sfackler 19c4f8d
Pull shared code into a module
sfackler 6718b60
Turn off tests for main crates
sfackler 6372fa4
Rename phf_shared to phf
sfackler 25aeba6
Rename module
sfackler 95f3c90
Switch Travis to using cargo
sfackler 9a7b99a
Fix travis
sfackler 902c79d
Remove LD_LIBRARY_PATH override from travis config
sfackler 566d142
Merge commit upstream/master into rustup-20140716
metajack 9822d16
Fixup makefile for new upstream changes.
metajack 04e048f
Backport missing methods for PhfOrderedMap.
metajack
Merged
Upgrade Rust #5
Backport missing methods for PhfOrderedMap.
Jun 25, 2014
Jun 25, 2014
Jun 26, 2014
Jun 27, 2014
Jun 29, 2014
Jun 29, 2014
Jun 29, 2014
Jul 3, 2014
Jul 5, 2014
Jul 7, 2014
Jul 10, 2014
Jul 10, 2014
Jul 10, 2014
Jul 10, 2014
Jul 10, 2014
Jul 10, 2014
Jul 11, 2014
Jul 11, 2014
Jul 11, 2014
Jul 11, 2014
Jul 11, 2014
Jul 13, 2014
Jul 13, 2014
Jul 13, 2014
Jul 13, 2014
Jul 13, 2014
Jul 13, 2014
Jul 16, 2014
Jul 16, 2014
Jul 16, 2014
Jul 23, 2014
Jul 23, 2014
Jul 24, 2014
04e048f
Select commit
782694e
Add a cargo config
alexcrichton 09e8d0a
Merge pull request #3 from alexcrichton/cargo
sfackler efc5c56
Drop to version 0.0.0
sfackler 51680c0
Fix type inference
sfackler e11ed04
Switch docs back to rust-ci (again)
sfackler 76d740d
Fix travis.yaml
sfackler 424fde4
Fix doc link in README
sfackler 4ff3544
Split to two separate Cargo packages
sfackler 473131f
Fix for upstream changes
sfackler a0ab8d7
Update for crate_id removal
sfackler cb4ed93
Parameterize the key type of PhfMap and Set
sfackler f6ce641
Parameterize the key type of PhfOrdered*
sfackler 04b11a1
Plugin infrastructure for non-str keys
sfackler 6bfb12b
Support binary literal keys!
sfackler f3f193c
Fix error messages
sfackler e9644d4
Update for upstream changes
sfackler 789990e
Byte and char key support
sfackler 55ededf
Add support for remaining literals
sfackler b83fc08
Update Cargo.toml to the new `plugin = true` flag
alexcrichton a90e7cc
Merge pull request #6 from alexcrichton/new-cargo-flag
sfackler b89cc89
Update README
sfackler 4b48972
Implement more iterator traits for PhfMap iters
sfackler a8bb815
Move iterator maps to construction time
sfackler 19c4f8d
Pull shared code into a module
sfackler 6718b60
Turn off tests for main crates
sfackler 6372fa4
Rename phf_shared to phf
sfackler 25aeba6
Rename module
sfackler 95f3c90
Switch Travis to using cargo
sfackler 9a7b99a
Fix travis
sfackler 902c79d
Remove LD_LIBRARY_PATH override from travis config
sfackler 566d142
Merge commit upstream/master into rustup-20140716
metajack 9822d16
Fixup makefile for new upstream changes.
metajack 04e048f
Backport missing methods for PhfOrderedMap.
metajack