Chris Morgan
|
a1dadf856e
|
Merge pull request #6 from tivek/patch-1
Fix int type inference in range calls
|
2014-07-21 11:50:04 +10:00 |
|
tivek
|
8b30c87fe6
|
Fix int type inference in range calls
|
2014-07-19 11:32:17 +02:00 |
|
Chris Morgan
|
036d7b0231
|
Merge pull request #5 from reem/cargo
Add Cargo Support
|
2014-07-03 12:49:05 +10:00 |
|
Jonathan Reem
|
c9d196be5f
|
Updated versions to 0.9.0.
|
2014-07-02 09:57:03 -07:00 |
|
Jonathan Reem
|
330bc5aa1e
|
Enabled Cargo and moved Makefile to use target.
|
2014-07-02 09:56:34 -07:00 |
|
Chris Morgan
|
8134113fa9
|
Merge pull request #4 from tomassedovic/impl-mutable
Implement Collection and Mutable traits
|
2014-06-23 22:27:50 +10:00 |
|
Tomas Sedovic
|
a9b1e31b70
|
Implement Collection and Mutable traits
These just proxy the calls to the underlying hashmap.
|
2014-06-23 11:23:54 +02:00 |
|
Chris Morgan
|
da3b57feb8
|
Merge pull request #3 from reem/rust-version-bump
Fixes syntax error with latest nightly.
|
2014-06-17 09:24:52 +10:00 |
|
Jonathan Reem
|
eecc4a4b75
|
Fix a syntax error with the latest rust
|
2014-06-16 09:59:53 -07:00 |
|
Chris Morgan
|
f64b6b015b
|
Merge pull request #1 from reem/deprecated-lint
Remove deprecated lint for ~[T]s
|
2014-06-15 15:54:32 +10:00 |
|
Jonathan Reem
|
d51aff5064
|
Remove deprecated lint for ~[T]s
|
2014-06-14 15:36:21 -07:00 |
|
Jonathan Reem
|
56113c63b0
|
Fixed new syntax error caused by upstream rust changes.
|
2014-06-14 15:27:06 -07:00 |
|
Chris Morgan
|
cce7510089
|
Try to drown a little bit of noise in benchmarks.
|
2014-06-12 23:05:02 +10:00 |
|
Chris Morgan
|
8c1b4578cc
|
Skip type checking in from-Any casting.
We know the type with certainty already.
This should make a microscopic improvement in perf.
|
2014-06-12 22:59:03 +10:00 |
|
Chris Morgan
|
6bd64ec070
|
Switch from SipHash to a faster TypeId hasher.
|
2014-06-12 22:29:59 +10:00 |
|
Chris Morgan
|
97522ab766
|
Add some simple benchmarks.
|
2014-06-12 22:25:17 +10:00 |
|
Chris Morgan
|
571142cfcf
|
Refine the README in a couple of places.
|
2014-06-12 18:15:15 +10:00 |
|
Chris Morgan
|
ea63cc90d1
|
Miscellaneous bad commit message (for fun!).
|
2014-06-12 17:33:41 +10:00 |
|
Chris Morgan
|
a294948f57
|
Initial release.
|
2014-06-12 17:29:24 +10:00 |
|