• Home
  • Raw
  • Download

Lines Matching full:commit

7 * **easy:**  Only back-quote parser tokens ([08962d1d](https://github.com/Marwes/combine/commit/089…
17 * **easy:** Only back-quote parser tokens ([08962d1d](https://github.com/Marwes/combine/commit/089…
27 …in take_until_byte{,s,2,3} ([03b19498](https://github.com/Marwes/combine/commit/03b19498189c873cdf…
31 * warning ([08753d3e](https://github.com/Marwes/combine/commit/08753d3ebf072c0765e99bd6f440b52ef9…
41 … add in slice_uncons_while ([7f330b0c](https://github.com/Marwes/combine/commit/7f330b0cacd61131df…
42 … add in slice_uncons_while ([ad4180dd](https://github.com/Marwes/combine/commit/ad4180dd7d3530d475…
52 * Add decode_tokio ([aa20bf64](https://github.com/Marwes/combine/commit/aa20bf641bc5deed7e521de28…
68 * Correct the tokio-02 feature ([466a50d3](https://github.com/Marwes/combine/commit/466a50d353311…
78 …ite from the 'std' feature ([32ef87b0](https://github.com/Marwes/combine/commit/32ef87b08a643c9814…
79 * Add async decoding for tokio version 1 ([8e91f57d](https://github.com/Marwes/combine/commit/8e9…
89 * Add support for decoding using tokio_03 ([ce1612ff](https://github.com/Marwes/combine/commit/ce…
90 * Add a length_prefix combinator ([9e343b2a](https://github.com/Marwes/combine/commit/9e343b2a006…
91 * Add a spanned combinator ([1a70f3f4](https://github.com/Marwes/combine/commit/1a70f3f4219eac718…
92 * Add a spanned combinator ([9a8fead8](https://github.com/Marwes/combine/commit/9a8fead85b3eb0d7e…
93 …token,range,position types ([65fe0af2](https://github.com/Marwes/combine/commit/65fe0af27fa560f90d…
97 …token,range,position types ([65fe0af2](https://github.com/Marwes/combine/commit/65fe0af27fa560f90d…
113 * Make the decode macros work for redis ([82b908d8](https://github.com/Marwes/combine/commit/82b9…
123 * Specialize decoding on BufReader ([9559e114](https://github.com/Marwes/combine/commit/9559e1146…
124 * Add a BufReader abstraction for Decoder ([d65a23e8](https://github.com/Marwes/combine/commit/d6…
125 …unctions in struct_parser! ([48a16f6b](https://github.com/Marwes/combine/commit/48a16f6bf84939da9e…
135 * Use size_hint in iterate ([b2649e3b](https://github.com/Marwes/combine/commit/b2649e3b467fc84ef…
136 …ections for count* parsers ([5f37857c](https://github.com/Marwes/combine/commit/5f37857c988b81c2b0…
146 * Add any_send_sync_partial_state ([7e90807a](https://github.com/Marwes/combine/commit/7e90807a09…
162 …ros take read by parameter ([aa813fb1](https://github.com/Marwes/combine/commit/aa813fb1b486ecdc52…
166 …ros take read by parameter ([aa813fb1](https://github.com/Marwes/combine/commit/aa813fb1b486ecdc52…
170 …re more data in the buffer ([6659f993](https://github.com/Marwes/combine/commit/6659f993784876bdc5…
171 …re buffer for std decoding ([d613dc93](https://github.com/Marwes/combine/commit/d613dc937de6e0b745…
181 … to no longer need BufRead ([bc5b7794](https://github.com/Marwes/combine/commit/bc5b779491c66a1828…
182 * Add decode_futures_03_buf_read ([f403ecda](https://github.com/Marwes/combine/commit/f403ecda68e…
183 * Add the produce parser ([ac15b87c](https://github.com/Marwes/combine/commit/ac15b87c4eb23065920…
193 * Increase tuple parsers to 20 elements ([45781fea](https://github.com/Marwes/combine/commit/4578…
194 * Remove deprecated re-exports ([b4e23207](https://github.com/Marwes/combine/commit/b4e23207f9c3e…
195 …o parse tokio::io::BufRead ([4d38f7c2](https://github.com/Marwes/combine/commit/4d38f7c25cb0cde10c…
196 …to parse `BufRead` without ([dbe23ce9](https://github.com/Marwes/combine/commit/dbe23ce90803d409c5…
197 …ly decode std::io::BufRead ([6e2f1121](https://github.com/Marwes/combine/commit/6e2f1121203c54b162…
198 * Rename Consumed to Commit and Empty to Peek ([129046e3](https://github.com/Marwes/combine/commi…
199 …ename Consumed{Ok,Err} to Commit{Ok,Err} and Empty{Ok,Err} to Peek{Ok,Err} ([0ac1fd4f](https://git…
200 * Add a dedicated error for ReadStream ([37bbd843](https://github.com/Marwes/combine/commit/37bbd…
204 * Handle partial parsing in sep_end_by ([281e0d30](https://github.com/Marwes/combine/commit/281e0…
208 * Remove deprecated re-exports ([b4e23207](https://github.com/Marwes/combine/commit/b4e23207f9c3e…
209 * Rename Consumed to Commit and Empty to Peek ([129046e3](https://github.com/Marwes/combine/commi…
219 * Handle partial parsing in the num parsers ([47764c7f](https://github.com/Marwes/combine/commit/…
220 …rser with expected/message ([618c69e0](https://github.com/Marwes/combine/commit/618c69e09afc383dad…
224 * Merge FullRangeStream into RangeStreamOnce ([c160a971](https://github.com/Marwes/combine/commit
225 * Rename `StreamOnce::Item` to `Token` ([74a0bbd3](https://github.com/Marwes/combine/commit/74a0b…
226 * Minimum rust version is now 1.32 ([7b77508c](https://github.com/Marwes/combine/commit/7b77508c0…
227 * Only require `&mut I` in decode ([e154dbc2](https://github.com/Marwes/combine/commit/e154dbc2f2…
228 * Generalize factory to take the Input ([19b1a73e](https://github.com/Marwes/combine/commit/19b1a…
232 * Merge FullRangeStream into RangeStreamOnce ([c160a971](https://github.com/Marwes/combine/commit
233 * Rename `StreamOnce::Item` to `Token` ([74a0bbd3](https://github.com/Marwes/combine/commit/74a0b…
234 …cify errors in combinators ([82796d4a](https://github.com/Marwes/combine/commit/82796d4ae5ea232909…
235 * Minimum rust version is now 1.32 ([7b77508c](https://github.com/Marwes/combine/commit/7b77508c0…
236 * Only require `&mut I` in decode ([e154dbc2](https://github.com/Marwes/combine/commit/e154dbc2f2…
237 * Add RepeatUntil ([7f4a310f](https://github.com/Marwes/combine/commit/7f4a310f8edaebe7d3bd450aca…
238 * Generalize factory to take the Input ([19b1a73e](https://github.com/Marwes/combine/commit/19b1a…
239 * Add the iterate parser ([342a45b4](https://github.com/Marwes/combine/commit/342a45b484240ace2e3…
240 * Add dispatch! ([0740ce0f](https://github.com/Marwes/combine/commit/0740ce0fd2ade2bd19981261dfeb…
241 * impl Stream* for &mut T ([51e7e2b7](https://github.com/Marwes/combine/commit/51e7e2b736f3b3ab8d…
242 * Add `From<S>` for `easy::Stream<S>` ([8f695cc6](https://github.com/Marwes/combine/commit/8f695c…
243 …ers to use &[u8] in errors ([6b62a857](https://github.com/Marwes/combine/commit/6b62a857f441ab930e…
253 * impl Stream* for &mut T ([51e7e2b7](https://github.com/Marwes/combine/commit/51e7e2b736f3b3ab8d…
254 * Add `From<S>` for `easy::Stream<S>` ([8f695cc6](https://github.com/Marwes/combine/commit/8f695c…
255 …s to use `&[u8]` in errors ([6b62a857](https://github.com/Marwes/combine/commit/6b62a857f441ab930e…
265 * Drop support for regex 0.2 ([bf6aeb06](https://github.com/Marwes/combine/commit/bf6aeb06494abe2…
266 …s and tokens to tokens_cmp ([3dadbb4f](https://github.com/Marwes/combine/commit/3dadbb4f2adb0447c8…
267 … returning parse functions ([6ec094ef](https://github.com/Marwes/combine/commit/6ec094efd2eecefeb2…
268 …sier to understand and use ([5f6d65b3](https://github.com/Marwes/combine/commit/5f6d65b30679d39c4c…
269 * Allow reset to return errors ([3055c810](https://github.com/Marwes/combine/commit/3055c810fd490…
270 … bound from Item and Range ([24e1087c](https://github.com/Marwes/combine/commit/24e1087cbff4938d48…
274 * Drop support for regex 0.2 ([bf6aeb06](https://github.com/Marwes/combine/commit/bf6aeb06494abe2…
275 …s and tokens to tokens_cmp ([3dadbb4f](https://github.com/Marwes/combine/commit/3dadbb4f2adb0447c8…
276 … returning parse functions ([6ec094ef](https://github.com/Marwes/combine/commit/6ec094efd2eecefeb2…
277 * Allow reset to return errors ([3055c810](https://github.com/Marwes/combine/commit/3055c810fd490…
278 … bound from Item and Range ([24e1087c](https://github.com/Marwes/combine/commit/24e1087cbff4938d48…
282 …using parser! in rust 2018 ([72e4c70f](https://github.com/Marwes/combine/commit/72e4c70fda2f283e1f…
283 …sier to understand and use ([5f6d65b3](https://github.com/Marwes/combine/commit/5f6d65b30679d39c4c…
293 …g in `take_fn/take_until*` ([bae1e3bb](https://github.com/Marwes/combine/commit/bae1e3bbe476fb3fe7…
303 * Add take_fn and take_until_bytes ([5f560780](https://github.com/Marwes/combine/commit/5f5607806…
313 * Forward is_partial in all Stream adaptors ([121b3987](https://github.com/Marwes/combine/commit/…
329 …on empty successful parses ([aa17e7d2](https://github.com/Marwes/combine/commit/aa17e7d25532eebdb6…
330 …State through parser! uses ([ae888244](https://github.com/Marwes/combine/commit/ae8882449ee935f7ff…
351 * Allow clippy to run on stable rust ([6cb00803](https://github.com/Marwes/combine/commit/6cb0080…
361 * Deprecates `try` in favor of `attempt` ([a9c79321](https://github.com/Marwes/combine/commit/a9c…
362 …compatible alias for `try` ([18edaec4](https://github.com/Marwes/combine/commit/18edaec46f67a3803b…
372 * Allow regex parsers to use regex-1.0 ([77fe362c](https://github.com/Marwes/combine/commit/77fe3…
373 * pub use unexpected_any ([8b2ca559](https://github.com/Marwes/combine/commit/8b2ca55971e01e8a87e…
377 * use unexpected_any inside `then` examples ([f2018db5](https://github.com/Marwes/combine/commit/…
387 * Don't report previous errors from expected ([0048c5ef](https://github.com/Marwes/combine/commit
397 * Add all errors of nested choice parsers ([f2b8fbbf](https://github.com/Marwes/combine/commit/f2…
407 …nce over the opaque parser ([9855aa1f](https://github.com/Marwes/combine/commit/9855aa1f39b62b09ad…
408 * Add the factory parser ([fdd38d46](https://github.com/Marwes/combine/commit/fdd38d46b5dbdeece7f…
418 * Add the silent combinator ([b9bc28d3](https://github.com/Marwes/combine/commit/b9bc28d32b80644b…
419 * Add the `opaque` parser ([1a1123f5](https://github.com/Marwes/combine/commit/1a1123f5b6970c88d9…
420 * Add tokens2 as a simpler version of tokens ([072a8c13](https://github.com/Marwes/combine/commit
421 * Add the from_str combinator ([908f9ebd](https://github.com/Marwes/combine/commit/908f9ebdc3593e…
425 …ort more expected messages ([9e26d38e](https://github.com/Marwes/combine/commit/9e26d38e06c8bac9db…
426 …middle of sequence parsers ([f9e404f6](https://github.com/Marwes/combine/commit/f9e404f6840eb4d420…
427 …om nested sequence parsers ([9aa1db92](https://github.com/Marwes/combine/commit/9aa1db92dcd17a35d5…
428 …from_str to work on no_std ([edf5ff60](https://github.com/Marwes/combine/commit/edf5ff6002d6b6f2f8…
429 * Remove redundant Any bound on easy::Errors ([16601046](https://github.com/Marwes/combine/commit
434 … in any_send_partial_state ([4e2eb928](https://github.com/Marwes/combine/commit/4e2eb928e6059a4182…
442 …seMode in range::recognize ([c330a737](https://github.com/Marwes/combine/commit/c330a73746f6adfa22…
465 * support resuming streams in TakeUntilRange ([b54ff061](https://github.com/Marwes/combine/commit
466 * reset stream on error in take_until_range ([27449f21](https://github.com/Marwes/combine/commit/…
467 …Item`s in take_until_range ([4a690d65](https://github.com/Marwes/combine/commit/4a690d65160ea6e186…
477 * Add the escaped parser ([0db58a20](https://github.com/Marwes/combine/commit/0db58a20f227d923ffc…
478 * Add the lazy parser combinator ([496ac836](https://github.com/Marwes/combine/commit/496ac83628b…
482 * Remove redundant state comparison in Iter ([9d434c3f](https://github.com/Marwes/combine/commit/…
486 * Specialize uncons_while1 on all streams ([c995ad61](https://github.com/Marwes/combine/commit/c9…
487 * Unroll the loop for <[T]>::uncons_while ([f593e85d](https://github.com/Marwes/combine/commit/f5…
488 * Inline from/into for results ([fff248e4](https://github.com/Marwes/combine/commit/fff248e494361…
489 * Unroll take_while1 ([279a4526](https://github.com/Marwes/combine/commit/279a4526494e1cd7e90252c…
490 * Remove redundant state comparison in Iter ([9d434c3f](https://github.com/Marwes/combine/commit/…
491 …ault method on RangeStream ([5d154f15](https://github.com/Marwes/combine/commit/5d154f15a13091c262…
501 * Add any_send_partial_state ([d4153d31](https://github.com/Marwes/combine/commit/d4153d31b074e95…
511 …e used without RangeStream ([b1cb0668](https://github.com/Marwes/combine/commit/b1cb0668cc13df3a2f…
512 * Add the take_until parser ([7b03b596](https://github.com/Marwes/combine/commit/7b03b596a58e4cdb…
513 … used with partial parsing ([cb2da7ad](https://github.com/Marwes/combine/commit/cb2da7ad74758bc89b…
525 …equence and choice parsers ([81e34d2d](https://github.com/Marwes/combine/commit/81e34d2d8d823b9962…
535 * Encode parsers as resumable state machines [342fc47](https://github.com/Marwes/combine/commit/3…
536 * Add the unexpected_any parser ([979e0d7e](https://github.com/Marwes/combine/commit/979e0d7e4ac6…
537 …ype be generic for uncons* ([df3e84f0](https://github.com/Marwes/combine/commit/df3e84f0275352fba4…
538 …er to the StreamError type ([95eb70cb](https://github.com/Marwes/combine/commit/95eb70cb025aec8992…
539 …ed take_until_byte parsers ([30cc7d1d](https://github.com/Marwes/combine/commit/30cc7d1d39e754d2c2…
540 * Add the `then_partial` parser ([5d402f6b](https://github.com/Marwes/combine/commit/5d402f6be0c1…
541 * Don't require `Clone` for `Stream` ([3fc0b540](https://github.com/Marwes/combine/commit/3fc0b54…
545 * Don't require `Clone` for `Stream` ([3fc0b540](https://github.com/Marwes/combine/commit/3fc0b54…
549 …o be used within functions ([916bb824](https://github.com/Marwes/combine/commit/916bb824741f054ed2…
550 …rs to be in the same scope ([c04e2247](https://github.com/Marwes/combine/commit/c04e2247ab04f098ef…
551 …h larger than 1 byte items ([6b3c661a](https://github.com/Marwes/combine/commit/6b3c661af23fd221d2…
552 …n the middle of a sequence ([44eac24d](https://github.com/Marwes/combine/commit/44eac24d46f265a1b3…
556 * Avoid cloning input in satisfy ([9aeaefa9](https://github.com/Marwes/combine/commit/9aeaefa95f9…
566 …ingError => ParseError ... ([d2f4ab14](https://github.com/Marwes/combine/commit/d2f4ab1471cc0616a4…
567 …ic over the returned error ([818d8629](https://github.com/Marwes/combine/commit/818d8629116fec8eef…
568 …by parser! if it is public ([61469f0a](https://github.com/Marwes/combine/commit/61469f0a2db899a114…
572 * Add inline annotations on error traits ([c8b495b4](https://github.com/Marwes/combine/commit/c8b…
576 …ingError => ParseError ... ([d2f4ab14](https://github.com/Marwes/combine/commit/d2f4ab1471cc0616a4…
577 …ic over the returned error ([818d8629](https://github.com/Marwes/combine/commit/818d8629116fec8eef…
578 …sed in no_std environments ([9fd310ac](https://github.com/Marwes/combine/commit/9fd310ac6b795f8f41…
579 …by parser! if it is public ([61469f0a](https://github.com/Marwes/combine/commit/61469f0a2db899a114…
586 * Implement Copy for more types ([e60395d6](https://github.com/Marwes/combine/commit/e60395d683fa…
596 … type and Positioner trait ([ae43f8ae](https://github.com/Marwes/combine/commit/ae43f8ae2b303aca3b…
597 * Teach the choice parser to take tuples ([96da7ee0](https://github.com/Marwes/combine/commit/96d…
598 * Add the range_of parser ([7e692086](https://github.com/Marwes/combine/commit/7e69208650f7fdc752…
599 …ange methods to ParseError ([2f92b296](https://github.com/Marwes/combine/commit/2f92b29669b618535b…
600 … the StreamOnce constraint ([520da8e8](https://github.com/Marwes/combine/commit/520da8e89f7162b4d6…
604 * Remove depreceated items ([9107342a](https://github.com/Marwes/combine/commit/9107342a89a5efc66…
605 …prevent a performance loss ([7e27c523](https://github.com/Marwes/combine/commit/7e27c523da46828b25…
606 …ncing has returned EmptyOk ([54fecc62](https://github.com/Marwes/combine/commit/54fecc62938445aae1…
607 …tream to be less confusing ([3add407e](https://github.com/Marwes/combine/commit/3add407eecf886cc72…
608 * Add From<u8> for Info ([4cf8cff6](https://github.com/Marwes/combine/commit/4cf8cff64466519bf2d4…
609 …e streams harder to misuse ([f50ab9e2](https://github.com/Marwes/combine/commit/f50ab9e2f42ec24653…
613 * Remove depreceated items ([9107342a](https://github.com/Marwes/combine/commit/9107342a89a5efc66…
614 …tream to be less confusing ([3add407e](https://github.com/Marwes/combine/commit/3add407eecf886cc72…
615 … type and Positioner trait ([ae43f8ae](https://github.com/Marwes/combine/commit/ae43f8ae2b303aca3b…
616 * Teach the choice parser to take tuples ([96da7ee0](https://github.com/Marwes/combine/commit/96d…
617 * Add the range_of parser ([7e692086](https://github.com/Marwes/combine/commit/7e69208650f7fdc752…
618 …e streams harder to misuse ([f50ab9e2](https://github.com/Marwes/combine/commit/f50ab9e2f42ec24653…
619 … the StreamOnce constraint ([520da8e8](https://github.com/Marwes/combine/commit/520da8e89f7162b4d6…
628 … and add a captures parser ([9d301e42](https://github.com/Marwes/combine/commit/9d301e42ee2da23c90…
629 * Add regex parsers (match_, find_many) ([5ac12b98](https://github.com/Marwes/combine/commit/5ac1…
630 …lues directly into structs ([1656a620](https://github.com/Marwes/combine/commit/1656a620960e2b6256…
631 * add count_min_max and skip_count_min_max ([8f3413a7](https://github.com/Marwes/combine/commit/8…
632 * Add the skip_count parser ([15171d10](https://github.com/Marwes/combine/commit/15171d10495a5a22…
633 * Add the recognize parser ([61c9b269](https://github.com/Marwes/combine/commit/61c9b269826707e7f…
634 * Add a macro for declaring parsers ([7fe1d9f7](https://github.com/Marwes/combine/commit/7fe1d9f7…
635 … and little-endian numbers ([05ec0bc8](https://github.com/Marwes/combine/commit/05ec0bc8675a2de0a7…
639 … at the start of the parse ([b71a78f1](https://github.com/Marwes/combine/commit/b71a78f12a40e90425…
640 * Return EmptyErr when the any parser fails ([93208e9c](https://github.com/Marwes/combine/commit/…
641 …the end of the first match ([d1bbf1d4](https://github.com/Marwes/combine/commit/d1bbf1d4198cb71d9c…
675 * Version 2.0.0 ([80b24186](https://github.com/Marwes/combine/commit/80b24186fb4854d3242f32abc727…
676 * Add the count parser ([a7949f3a](https://github.com/Marwes/combine/commit/a7949f3aef8585523e730…
677 * Add the Parser::by_ref method ([15554d0c](https://github.com/Marwes/combine/commit/15554d0c64a2…
678 * Add the one_of and none_of parsers ([941b277c](https://github.com/Marwes/combine/commit/941b277…
679 * Add the position parser ([d6c65f6d](https://github.com/Marwes/combine/commit/d6c65f6da5a2af4725…
680 * Add bytes_cmp and string_cmp ([ee6b430d](https://github.com/Marwes/combine/commit/ee6b430d17508…
681 * Add the `tokens` parser ([886c4523](https://github.com/Marwes/combine/commit/886c45235be2072418…
682 * Version 2.0.0-beta3 ([55c59322](https://github.com/Marwes/combine/commit/55c59322f8ead037dad703…
683 …g into a separate function ([b6ccb0c1](https://github.com/Marwes/combine/commit/b6ccb0c1807f0f1828…
684 * Rename parse_state to parse_stream ([b375df48](https://github.com/Marwes/combine/commit/b375df4…
685 * Simplify the flat_map parser ([08a91ce2](https://github.com/Marwes/combine/commit/08a91ce201b67…
686 * Merge the ParserExt trait into Parser ([26a84154](https://github.com/Marwes/combine/commit/26a8…
687 * Add the bytes parser ([9c73c053](https://github.com/Marwes/combine/commit/9c73c053f37b149c35d60…
688 * Add parsers specialized on byte streams ([01ba3759](https://github.com/Marwes/combine/commit/01…
689 * Make ctry usable outside the crate ([f45740dd](https://github.com/Marwes/combine/commit/f45740d…
690 …ked version of ParseResult ([2bbd14ab](https://github.com/Marwes/combine/commit/2bbd14abd2b372afbf…
691 * Add the satisy_map parser ([4d97d296](https://github.com/Marwes/combine/commit/4d97d2968c48026e…
692 …arser with the pair parser ([b1f56113](https://github.com/Marwes/combine/commit/b1f561139169caa1a5…
693 …odule from the root module ([e39dacb5](https://github.com/Marwes/combine/commit/e39dacb57999c3cfb0…
694 * Version 2.0.0-beta ([5bdbf584](https://github.com/Marwes/combine/commit/5bdbf58484800717c7d7c20…
695 * Remove the buffered_stream feature ([3fdbf217](https://github.com/Marwes/combine/commit/3fdbf21…
696 * Version 1.3.0 ([acea26cd](https://github.com/Marwes/combine/commit/acea26cda536ffc681ca4fa9e4c1…
697 * Add the eof parser ([6a89cbf2](https://github.com/Marwes/combine/commit/6a89cbf2ef11ed5bf4145a2…
698 …and all functions using it ([d932375d](https://github.com/Marwes/combine/commit/d932375d13a196fc74…
699 …amOnce from the crate root ([2c2b3f5c](https://github.com/Marwes/combine/commit/2c2b3f5cd21a04fbc1…
700 …tion trait into StreamOnce ([3bda4a16](https://github.com/Marwes/combine/commit/3bda4a163e8f3b57dd…
701 * Add the StreamOnce trait ([9ea0ed5d](https://github.com/Marwes/combine/commit/9ea0ed5d6c8f8cead…
702 * Make Stream::uncons take &mut self ([4ddc4257](https://github.com/Marwes/combine/commit/4ddc425…
703 …osition method from Stream ([9cfb9a89](https://github.com/Marwes/combine/commit/9cfb9a895be34b288e…
704 * Version 1.2.1 ([f737af27](https://github.com/Marwes/combine/commit/f737af27306160088188900a1cda…
705 …ng inside the Stream trait ([f41f65e9](https://github.com/Marwes/combine/commit/f41f65e9f34b64481f…
706 …ement RangeStream on State ([f5679dc9](https://github.com/Marwes/combine/commit/f5679dc954be093a7a…
710 * Specialize and_then, then and flat_map ([9dc7dc6b](https://github.com/Marwes/combine/commit/9dc…
711 …avoid unnecessary branches ([2b294f80](https://github.com/Marwes/combine/commit/2b294f8009021897d9…
712 …forwarding parse functions ([0e5ee38e](https://github.com/Marwes/combine/commit/0e5ee38e1b15847908…
713 * Avoid indirection in Skip and With ([52d335ca](https://github.com/Marwes/combine/commit/52d335c…
714 …plifying the state machine ([9631700a](https://github.com/Marwes/combine/commit/9631700a306cb5546e…
715 …plifying the expanded code ([5d86dcf2](https://github.com/Marwes/combine/commit/5d86dcf2d14f1cae07…
716 …ake_while1 parses no input ([9bad15c0](https://github.com/Marwes/combine/commit/9bad15c0f79e3ff897…
717 … RangeStream impl for &str ([abb1de7f](https://github.com/Marwes/combine/commit/abb1de7f15b65b9bc2…
721 * Rename the String parser to Str ([d846bf0e](https://github.com/Marwes/combine/commit/d846bf0e7d…
722 …ay to match nom_benchmarks ([eb089f5b](https://github.com/Marwes/combine/commit/eb089f5bef175b96e0…
723 …n primitives::uncons_while ([9912507a](https://github.com/Marwes/combine/commit/9912507a80e178737e…
724 …s remaining should succeed ([cce6214e](https://github.com/Marwes/combine/commit/cce6214ed472288088…
725 * Add Sync to to the Error::Other variant ([22add3ec](https://github.com/Marwes/combine/commit/22…
726 …m being for the next token ([66eab92a](https://github.com/Marwes/combine/commit/66eab92a7dd63269f4…
727 …handling of BufferedStream ([f21148b3](https://github.com/Marwes/combine/commit/f21148b3c4c5c6f10d…
728 …am::Token an Stream::Range ([fba3f1e7](https://github.com/Marwes/combine/commit/fba3f1e760505305b6…
729 …s the last token after EOF ([6532884c](https://github.com/Marwes/combine/commit/6532884cc16307e175…
731 …* Dont pass the test feature to travis ([382a608d](https://github.com/Marwes/combine/commit/382a6…
732 …t time out the beta builds ([a3f0792a](https://github.com/Marwes/combine/commit/a3f0792ab347805e3f…
736 * Add the StreamOnce trait ([9ea0ed5d](https://github.com/Marwes/combine/commit/9ea0ed5d6c8f8cead…