log

age author description
Sun, 23 Feb 2020 18:03:21 +0100 Lewin Bormann Increase repeats in benchmarks default tip
Tue, 18 Jun 2019 20:28:33 +0200 Lewin Bormann Add crates.io badge to README
Tue, 18 Jun 2019 20:23:27 +0200 Lewin Bormann Prepare crate for publishing.
Sat, 08 Jun 2019 11:13:47 +0200 Lewin Bormann Only garbage collect when it is possible that buffer could grow
Sat, 08 Jun 2019 10:55:53 +0200 Lewin Bormann Fix parenthesis typo in README
Sat, 08 Jun 2019 10:53:45 +0200 Lewin Bormann Add LICENSE, README
Fri, 07 Jun 2019 18:22:19 +0200 Lewin Bormann Use whole input for integer benchmarks
Fri, 07 Jun 2019 18:15:13 +0200 Lewin Bormann Implement buffer garbage collection.
Fri, 07 Jun 2019 18:10:11 +0200 Lewin Bormann Fix bug in ParseStaet::index
Fri, 07 Jun 2019 17:41:54 +0200 Lewin Bormann Prepare for garbage collection in stream parsing
Fri, 07 Jun 2019 11:58:51 +0000 Lewin Bormann Initial Bitbucket Pipelines configuration
Fri, 07 Jun 2019 13:54:39 +0200 Lewin Bormann rustfmt
Thu, 06 Jun 2019 23:53:28 +0200 Lewin Bormann Make JSON parser more lazy.
Thu, 06 Jun 2019 23:52:51 +0200 Lewin Bormann Improve speed of OneOf matcher by not using HashSets always
Thu, 06 Jun 2019 22:28:24 +0200 Lewin Bormann Use Lazy combinator in JSON example.
Thu, 06 Jun 2019 22:28:00 +0200 Lewin Bormann Implement Lazy combinator
Thu, 06 Jun 2019 22:27:45 +0200 Lewin Bormann Only panic on unreleased Hold when the thread is not already panicking
Wed, 05 Jun 2019 22:33:27 +0200 Lewin Bormann Minor additions to documentation and auto-derives
Wed, 05 Jun 2019 22:32:39 +0200 Lewin Bormann Add JSON example parser prototype
Wed, 05 Jun 2019 19:59:35 +0200 Lewin Bormann Add travis.yml
Wed, 05 Jun 2019 19:54:58 +0200 Lewin Bormann Configure bitbucket pipelines
Tue, 04 Jun 2019 23:55:55 +0200 Lewin Bormann Implement Then combinator and trait method for Parser.
Tue, 04 Jun 2019 23:30:18 +0200 Lewin Bormann Add more documentation
Tue, 04 Jun 2019 18:49:36 +0200 Lewin Bormann Implement Ignore combinator.
Tue, 04 Jun 2019 00:09:14 +0200 Lewin Bormann Implement tests for Repeat and fix Max repetition
Mon, 03 Jun 2019 23:51:52 +0200 Lewin Bormann rustfmt
Mon, 03 Jun 2019 23:51:32 +0200 Lewin Bormann Implement Float parser.
Mon, 03 Jun 2019 23:51:15 +0200 Lewin Bormann Implement Maybe parser
Mon, 03 Jun 2019 23:14:25 +0200 Lewin Bormann primitives: Benchmark for integer parsing.
Mon, 03 Jun 2019 23:14:01 +0200 Lewin Bormann state: Fix peek() method
Sun, 02 Jun 2019 23:11:00 +0200 Lewin Bormann Improve Integer parsing and extend it to all integer types
Sun, 02 Jun 2019 15:19:00 +0200 Lewin Bormann Improve documentation about ParseError
Sun, 02 Jun 2019 13:48:26 +0200 Lewin Bormann Implement Parser::apply
Sun, 02 Jun 2019 13:47:52 +0200 Lewin Bormann rustfmt
Sun, 02 Jun 2019 10:44:18 +0000 Lewin Bormann primitives: Implement OneOf and string_of primitives
Sun, 02 Jun 2019 10:44:04 +0000 Lewin Bormann combinators: Fix Repeat combinator
Sun, 02 Jun 2019 10:14:51 +0000 Lewin Bormann Implement PartialSequence
Thu, 30 May 2019 14:27:11 +0200 Lewin Bormann Implement Transform combinator.
Thu, 30 May 2019 14:10:26 +0200 Lewin Bormann Implement Alternative combinator
Thu, 30 May 2019 11:35:11 +0200 Lewin Bormann Introduce panic-on-unreleased-drop while developing
Thu, 30 May 2019 11:18:31 +0200 Lewin Bormann Implement Sequence combinator
Thu, 30 May 2019 00:40:34 +0200 Lewin Bormann Implement prototype of first combinator... will need to use macros later
Wed, 29 May 2019 23:49:47 +0200 Lewin Bormann Implement Int parser
Wed, 29 May 2019 23:32:37 +0200 Lewin Bormann Initial commit