|
|
b81e070cfc
|
Changes for 1.0.2.
Thanks to jeremysalwen on Github.
|
2017-05-06 22:27:10 -04:00 |
|
Stu Black
|
703ebb203f
|
Merge pull request #2 from jeremysalwen/master
Add #[derive(Debug)] to all structs missing it.
|
2017-05-06 22:24:38 -04:00 |
|
Jeremy Salwen
|
b3bd463d7b
|
Add #[derive(Debug)] to all structs missing it.
|
2017-04-01 06:26:26 -04:00 |
|
|
|
425a649a6b
|
Update Cargo.toml to point to new README.
|
2017-02-20 18:01:33 -05:00 |
|
|
|
2c3979b5d0
|
Switch from SipHasher to DefaultHasher to fix deprecation warning.
This change is sneaking into 1.0.1, which also has a README bump.
|
2017-02-20 17:59:09 -05:00 |
|
|
|
006b2dd516
|
Bump patch number for a release with a Markdown README.
|
2017-02-20 17:56:31 -05:00 |
|
|
|
56590eee39
|
Use Markdown, not org-mode markup.
|
2017-02-20 17:51:37 -05:00 |
|
|
|
11634af752
|
Change README from org-mode to Markdown for docs.rs. Fixes #1.
|
2017-02-20 17:42:09 -05:00 |
|
|
|
0d1c5ca2a7
|
Add missing metadata fields to Cargo.toml.
|
2016-09-08 21:57:47 -04:00 |
|
|
|
9911ec911e
|
Change crate name to symbol-map.
|
2016-09-08 21:48:32 -04:00 |
|
|
|
d56232bb58
|
Export TableIntoIter in crate root.
|
2016-09-08 21:37:22 -04:00 |
|
|
|
5029289a88
|
Bump minor version for new API.
|
2016-09-08 21:33:54 -04:00 |
|
|
|
33a47be00e
|
IntoIter impls added.
Credit due to u/minno (https://www.reddit.com/r/rust/comments/4wss16/code_review_symbol_mappings/).
|
2016-09-08 21:32:27 -04:00 |
|
|
|
1f735d2003
|
Undo bad suggestion wrought by rustfix.
|
2016-09-08 21:32:21 -04:00 |
|
|
|
4ae53eeeaa
|
Changes suggested by rustfix
|
2016-08-01 19:37:39 -04:00 |
|
|
|
dd7b646a99
|
Update licensing. Thanks, IARC!
|
2016-08-01 18:41:53 -04:00 |
|
|
|
009de58d0b
|
Arbitrary version bump.
|
2016-07-28 23:37:14 -04:00 |
|
|
|
472540722f
|
Fix broken link in indexing docs.
|
2016-07-28 23:36:43 -04:00 |
|
|
|
9277dc0b0d
|
Tighten up documentation of indexing module.
|
2016-07-28 23:34:36 -04:00 |
|
|
|
9dc15b536d
|
Improved module docs.
|
2016-07-28 23:27:25 -04:00 |
|
|
|
895aaa9e66
|
Improved crate docs.
|
2016-07-28 23:14:16 -04:00 |
|
|
|
81b94f0c09
|
Add unwrap() to indexing::Insertion.
|
2016-07-28 23:14:09 -04:00 |
|
|
|
07376c96ed
|
Point to gh-pages index.html expicitly in README.
|
2016-07-28 22:38:43 -04:00 |
|
|
|
400e476eed
|
Improvement to README.
|
2016-07-28 22:31:15 -04:00 |
|
|
|
b05a2b6a51
|
Use crossbeam's scoped threads instead of unsafe cast in test.
|
2016-05-04 14:38:56 -04:00 |
|
|
|
d5003160bf
|
Make Insertion more abstract.
|
2016-05-01 17:40:16 -04:00 |
|
|
|
2cc822ca74
|
Add methods and tests from search-graph's StateNamespace.
|
2016-05-01 17:30:25 -04:00 |
|
|
|
fa3e42798e
|
Refactor SymbolId into a trait and provide some default impls.
|
2016-05-01 16:33:31 -04:00 |
|
|
|
78dcec020e
|
Clarify documentation and add README and LICENSE.
|
2016-05-01 16:09:14 -04:00 |
|
|
|
fc95166559
|
Drop BTreeMap index, update docs.
|
2016-05-01 15:53:38 -04:00 |
|
|
|
3f2d6d6cbe
|
Working tests for sharing across threads. Clean up docs and interfaces.
|
2016-05-01 13:02:52 -04:00 |
|
|
|
08b4f5aa25
|
Tests.
Not all pass. Need to reorganize again to clean up indexing lifetimes
and fix send/sync issues.
|
2016-05-01 12:01:51 -04:00 |
|
|
|
c07f4b6717
|
First-pass revision.
Fixed some obvious errors.
Got all methods building.
Made unsafety more explicit
Added doc comments.
|
2016-04-30 20:46:41 -04:00 |
|
|
|
e763a00076
|
Simple symbol table impl.
Unsafety everywhere. This needs review and testing.
|
2016-04-30 02:49:26 -04:00 |
|