summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-04-09error: rename from VObjectErrorKind to VObjectErrorBen Boeckel
2020-04-09error: mark chrono parsing errors as an error sourceBen Boeckel
2020-04-09parser: use a structured error for parse failuresBen Boeckel
2020-04-09thiserror: replace usage of failureBen Boeckel
2020-04-09error: remove the Result type aliasBen Boeckel
2020-04-09untry: replace try! macro usage with the ? operatorBen Boeckel
2018-10-29Fix: Add feature flag for error typeMatthias Beyer
2018-10-28Update dependency: error-chain (#26)Matthias Beyer
2018-04-27De-publicize some macrosMarkus Unterwaditzer
2018-04-27Fix API docsMarkus Unterwaditzer
2018-04-27Add params getter for helper datatype generator (#24)Matthias Beyer
2018-04-26Event builder (#21)Matthias Beyer
2018-04-16Rewrite icalendar API for nice builder pattern style building of objects (#22)Matthias Beyer
2018-01-11add read_componentMarkus Unterwaditzer
2017-11-21Let Vcard derive Debug (#20)Matthias Beyer
2017-11-21Icalendar highlevel interface (#19)Matthias Beyer
2017-11-05Fix escaping bugMarkus Unterwaditzer
2017-11-05Vcard highlevel interface pr (#18)Matthias Beyer
2017-10-28Switch to BTreeMap (#17)Matthias Beyer
2017-10-27Refactoring (#15)Matthias Beyer
2017-10-09Switch to BTreeMapMarkus Unterwaditzer
2017-05-06Restore old code, see https://github.com/untitaker/rust-vobject/commit/2e8021...Markus Unterwaditzer
2017-05-05Derive Clone/Debug, small refactoringAriel Dabalsa
2017-05-05Move /src/vobject/ to /src/Ariel Dabalsa
2017-05-05Faster line foldingAriel Dabalsa
2017-05-05Fix infinite loop on mismatched BEGIN/END tagsAriel Dabalsa
2017-05-05Fix infinite loop on mismatched BEGIN/END tagsAriel Dabalsa
2016-11-15Remove unused importsMarkus Unterwaditzer
2016-11-15Refactor APIMarkus Unterwaditzer
2016-11-15Remove explicit clone implMarkus Unterwaditzer
2016-02-20Clippy fixesMarkus Unterwaditzer
2016-02-20Introduce clippyMarkus Unterwaditzer
2016-02-20Explicit lifetime has become uselessGeorges Racinet
2016-02-20in parser, don't use peek_at() directlyGeorges Racinet
2016-02-20In parser, stopped assuming offset=1 for various delimitersGeorges Racinet
2016-02-20Generalized line unfolding in parser (issue #2)Georges Racinet
2015-06-02Improve type signatureMarkus Unterwaditzer
2015-06-02Rewrite rust-vobject without pegMarkus Unterwaditzer
2015-03-29Nightly updatesMarkus Unterwaditzer
2015-03-16Store property name in propMarkus Unterwaditzer
2015-03-14impl Clone for PropertyMarkus Unterwaditzer
2015-03-13Avoid stringifyMarkus Unterwaditzer
2015-03-13Add error typeMarkus Unterwaditzer
2015-03-08Remove more warningsMarkus Unterwaditzer
2015-02-11Nightly updatesMarkus Unterwaditzer
2015-02-04nightly updatesMarkus Unterwaditzer
2015-02-02Fix warningsMarkus Unterwaditzer
2015-01-22implement FromStrMarkus Unterwaditzer
2015-01-22move peg parser to bottomMarkus Unterwaditzer
2015-01-19Fix for static binaries?Markus Unterwaditzer