summaryrefslogtreecommitdiffstats
path: root/src/fastfield/serializer.rs
AgeCommit message (Expand)Author
2019-07-01Tiqb feature/2018 (#583)Paul Masurel
2018-05-07RustfmtPaul Masurel
2018-05-07Add fast field for associating arbitrary bytes to a document (#275)Jason Wolfe
2018-05-06Integrating #274, #280, #289 into master (#290)Paul Masurel
2018-04-21Cargo fmtPaul Masurel
2018-03-10Bugfix and rustfmtPaul Masurel
2018-02-20Multivalue u64 field / i64 field.Paul Masurel
2018-02-12RustfmtPaul Masurel
2018-02-12Terminfo blocks (#244)Paul Masurel
2018-02-03FormatPaul Masurel
2018-01-25Test not passingPaul Masurel
2017-12-14NOBUG rustfmtPaul Masurel
2017-12-14NOBUG intellij misc lintPaul Masurel
2017-08-28FormatPaul Masurel
2017-08-15CleanupsPaul Masurel
2017-08-14Reenable unit test.Paul Masurel
2017-08-12Using composite file in fast field.Paul Masurel
2017-05-31issue/181 BinarySerializable does not return the len + Generics over Read+WritePaul Masurel
2017-05-15formatPaul Masurel
2017-05-04issue/65 Switching to u64.Paul Masurel
2016-11-26issue/55 Fixed readme and remove the comments.Paul Masurel
2016-11-25issue/55 working.Paul Masurel
2016-11-24Compression working without simd workingPaul Masurel
2016-11-24issue/55 externalizing the bitpackerPaul Masurel
2016-11-23issue/55 simdcompression is a feature.Paul Masurel
2016-10-25NOBUG Using BufWriter<Box<Write>>Paul Masurel
2016-10-16bug/4 fixed for clippyPaul Masurel
2016-09-22Added documentation / HeapAllocablePaul Masurel
2016-09-21NOBUG Added comments.Paul Masurel
2016-09-06BUG-21 Remove useless 64 bits padding in fastfield.Paul Masurel
2016-08-18Removing data copy in the RAMDirectoryPaul Masurel
2016-08-01Allowing fast field with amplitude 0Paul Masurel
2016-06-19Started refactoringPaul Masurel
2016-05-01moved commonPaul Masurel
2016-05-01moved schema in a different modPaul Masurel
2016-04-30moved fastfield to its own mod.Paul Masurel