summaryrefslogtreecommitdiffstats
path: root/src/macros.rs
AgeCommit message (Expand)Author
2019-08-19Update import statements in examples, doctests (#633)Joshua Dutton
2019-07-01Tiqb feature/2018 (#583)Paul Masurel
2019-02-28Remove semicolon from doc! expansion (#509)Thomas Schaller
2018-12-10Closes #449 (#450)Paul Masurel
2018-11-30Collector refactoring and multithreaded search (#437)Paul Masurel
2018-08-21Added example to show how to access the inverted list directlyPaul Masurel
2018-03-10Bugfix and rustfmtPaul Masurel
2018-02-27Support trailing commas using ',+ ,' trick from Blandy 2017. (#250)Ewan Higgs
2018-02-19Code cleaningPaul Masurel
2017-12-14NOBUG rustfmtPaul Masurel
2017-05-22Prevent execution of the code in the macro docPaul Masurel
2017-05-22Added extra docPaul Masurel
2017-05-22Using the $crate thing to make the macro usable in and outside tantivyPaul Masurel