Commit Graph

36 Commits

Author SHA1 Message Date
Josh Matthews 3c7fb8e727 Create Apache license 2017-10-25 00:37:40 -04:00
Josh Matthews 91617357cd Create MIT license 2017-10-25 00:36:58 -04:00
bors-servo 4763756d50 Auto merge of #12 - cuviper:typed-map-set, r=emilio
Add FnvHashMap and FnvHashSet type aliases

This is a much easier way to use FNV in the standard collections.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-fnv/12)
<!-- Reviewable:end -->
2016-09-17 14:54:40 -05:00
Josh Stone fd28754914 Bump to 1.0.5 2016-09-16 23:09:39 -07:00
Josh Stone c8759c9dff Add FnvHashMap and FnvHashSet type aliases
This is a much easier way to use FNV in the standard collections.
2016-09-15 23:27:32 -07:00
bors-servo 65c1c07050 Auto merge of #11 - Manishearth:with-key, r=Ms2ger
Add FnvHasher::with_key()

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-fnv/11)
<!-- Reviewable:end -->
2016-07-14 04:26:44 -07:00
Manish Goregaokar cfd612c3e8 Bump to 1.0.4 2016-07-14 16:55:03 +05:30
Manish Goregaokar 0e5c114f2e Add FnvHasher::with_key() 2016-07-14 16:55:03 +05:30
Ms2ger bee21c4ce1 Bump to 1.0.3. 2016-07-13 13:10:48 +02:00
bors-servo 58b5139d35 Auto merge of #9 - servo:doctest, r=Wafflespeanut
Update doctests.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/rust-fnv/9)
<!-- Reviewable:end -->
2016-03-04 15:33:43 +05:30
Ms2ger 8c10781280 Enable doctests. 2016-03-04 10:56:24 +01:00
Ms2ger 0d4d39315f Update doctests. 2016-03-04 10:53:42 +01:00
bors-servo 57970f8dd2 Auto merge of #8 - ndr-qef:readme-miscellanea, r=SimonSapin
Update readme to Rust 1.7 hasher API

Also bump recommended crate version, and add newline at end of file.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/rust-fnv/8)
<!-- Reviewable:end -->
2016-03-04 15:08:13 +05:30
ndr cce30450c0 Update readme to Rust 1.7 hasher API
and bump recommended crate version.
2016-03-03 22:09:44 +00:00
bors-servo 33c91cf5b4 Auto merge of #7 - servo:homu, r=nox
Notify homu.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/rust-fnv/7)
<!-- Reviewable:end -->
2016-02-01 16:00:38 +05:30
Ms2ger eb586fdb0d Notify homu. 2016-02-01 11:18:18 +01:00
Corey Farwell 09ddc006b8 Merge pull request #6 from servo/bump
Bump version to 1.0.2
2016-01-24 14:32:27 +00:00
Corey Farwell b2a27c0287 Bump version to 1.0.2 2016-01-24 09:28:46 -05:00
Simon Sapin 6467ac3983 Merge pull request #5 from servo/fix-docs-links
Fix doc links, use HTTP
2016-01-24 10:37:58 +01:00
Corey Farwell c48478a4ad Prefer HTTPS over HTTP 2016-01-23 20:54:49 -05:00
Corey Farwell b5c0961505 Fix improperly formatted named links 2016-01-23 20:53:58 -05:00
Simon Sapin 62f062b683 Merge pull request #4 from frewsxcv/docs
More documentation
2016-01-24 02:48:22 +01:00
Corey Farwell 3eadde61ba Bump version to 1.0.1 2016-01-23 12:05:56 -05:00
Corey Farwell c3f4166ae2 sudo=false is now default on travis 2016-01-23 11:49:52 -05:00
Benjamin Sago ba908f5211 More documentation
- Change the description from something rustc-specific to something
  more general, outlining its advantages and disadvantages (and
  linking to graphs)
- Move the important parts to the crate doc instead of the struct's
  doc, which makes it easier to find
- Add inline Rustdoc examples for using it with HashMap and HashSet
- Put the test in a module (not important, but it's what people
  expect to see)
2016-01-23 11:48:09 -05:00
Simon Sapin a93b1442fc Merge pull request #2 from frewsxcv/rm-unnecessary-file
Remove unused Rust source file
2016-01-13 21:16:47 +01:00
Corey Farwell 28b26176df Remove unused Rust source file 2016-01-13 15:11:49 -05:00
Simon Sapin 148e48e197 Merge pull request #1 from frewsxcv/link-docs
Link to documentation
2015-06-07 16:02:43 +02:00
Corey Farwell 0b1d5b660b Link to documentation 2015-06-07 09:33:24 -04:00
Simon Sapin ccb5b5b231 Also test on Rust stable. 2015-05-19 00:06:39 -04:00
Simon Sapin 53ca46fe1f Test on whatever is the latest beta. 2015-04-21 21:40:00 +02:00
Simon Sapin dbb926355b v1.0.0 2015-04-06 20:59:46 +02:00
Simon Sapin 2e30e73835 Link to Wikipedia in the README 2015-04-06 20:57:58 +02:00
Simon Sapin cc4ffc3241 Test on Travis-CI 2015-04-06 20:55:38 +02:00
Simon Sapin 3fdc8b4525 Import tests from http://www.isthe.com/chongo/tech/comp/fnv/index.html#FNV-reference-source 2015-04-06 20:43:38 +02:00
Simon Sapin be2d712471 Import from https://github.com/servo/rust-selectors/blob/1fda09bf0c59acfcb697f71b38dad22108b3d27a/src/fnv.rs 2015-04-06 20:43:00 +02:00