Log
-
Bump tique to v0.1.1 by Caio 4 years ago
-
Prevent accidental `cargo publish` by Caio 4 years ago
-
Bump to 0.1.1 💬 by Caio 4 years ago
Just a trivial documentation update
-
Regenerate README 💬 by Caio 4 years ago
`cargo readme > README.markdown`
-
Remove unstable mention from rustdocs 💬 by Caio 4 years ago
I don't think it makes much sense to mention unavailable features on artefact docs, moving forward, enabling `unstable` should enable *more* (unexisting at the moment) docs
-
Update README by Caio 4 years ago
-
Remove outdated `tique_derive` mention 💬 by Caio 4 years ago
As I wasn't keen on making the proc_macro public, the whole crate got moved out - the functionality will return when/if I manage to encode this into something more manageable.
-
Add MIT license by Caio 4 years ago
-
Merge branch 'tique_release' by Caio 4 years ago
-
Update Cargo.lock by Caio 4 years ago
-
Add more metadata to Cargo.toml by Caio 4 years ago
-
Add `cargo-readme`-generated README 💬 by Caio 4 years ago
`cargo readme --no-license > README.markdown`
-
Remove everything `proc_macro` from what will go public 💬 by Caio 4 years ago
I thought the "proc macros need to live in a separate crate" problem was only a minor annoyance until now: publishing a crate that uses it implies publishing the proc macro crate too. This patch works around said annoyance by (mostly manually) reverting the move to the `tique` module. Now `cantine_derive` is self-contained.
-
Revert "Move `tique_derive` into the `tique` module" 💬 by Caio 4 years ago
This reverts commit 813bccbe0c5974337dceff3e348c76ecf23138d7.
-
Adapt to work with tique's public release by Caio 4 years ago
-
Adapt to work with tique's public release by Caio 4 years ago
-
Merge branch 'tique_docs' by Caio 4 years ago
-
Add top-level documentation by Caio 4 years ago
-
Add docs for the remaining public items by Caio 4 years ago
-
Move `tique_derive` into the `tique` module by Caio 4 years ago
-
Expose CustomScoreTopCollector via `with_custom_scorer` by Caio 4 years ago
-
Use tantivy's CustomScorer trait family instead of DocScorer 💬 by Caio 4 years ago
Less code mo happy
-
More documentation work by Caio 4 years ago
-
Less unwrapping, more questions 💬 by Caio 4 years ago
This patch helps rustdoc infer a `main() -> Result<...>` by adding an explicit `Ok(())` result at the end of the code block.
-
Split compilation features into default and unstable by Caio 4 years ago
-
Start working on `conditional_collector` docs by Caio 4 years ago
-
Rename into{,unsorted}_collection_result 💬 by Caio 4 years ago
Better than hidden in a comment at least :P
-
Move logic to detect pagination to CollectionResult 💬 by Caio 4 years ago
And flatten `items_to_ids` into `render` since it's the only expected call site.
-
Remove DocId restriction from TopKProvider by Caio 4 years ago
-
Move merge_many impl to CollectionResult by Caio 4 years ago