Commit Graph

  • 92507e760d Merge pull request #1090 from Lucretiel/patch-1 Geoffroy Couprie 2020-01-07 18:28:21 +01:00
  • c6d03c54b3 Merge branch 'master' into patch-1 Geoffroy Couprie 2020-01-07 18:28:07 +01:00
  • a2cb448f53 trimmed whitespace Adam Nemecek 2019-12-02 12:51:09 -08:00
  • 031a4354e2 Add inline attribute to the to_usize functions Adrian Băcîrcea 2019-11-27 16:17:50 +02:00
  • 826a008b34 Fix take_while_m_n macro example Guillaume Valadon 2019-11-27 11:05:52 +01:00
  • 8a17c4d094 Updating doc reference to util::dbg_dmp Judson 2019-11-09 11:48:47 -08:00
  • 6a1c82f7cc Fix document formatting for character::complete::digit0 (#1062) Andrew Grangaard 2020-01-07 09:16:24 -08:00
  • adad403223 Add link to SWF parser Charles Samborski 2019-10-26 17:23:21 +02:00
  • 719e3f923f fix intent Sven Lechner 2019-10-11 22:04:35 +02:00
  • a2645816ce fixed rustdoc and example for character::complete::digit0 elias 2019-10-10 21:13:01 -05:00
  • 5b7e7c5a86 Merge branch 'Jibbow-master' Geoffroy Couprie 2020-01-07 18:05:36 +01:00
  • 0acf4f1b2e Merge branch 'master' of https://github.com/Jibbow/nom into Jibbow-master Geoffroy Couprie 2020-01-07 18:05:04 +01:00
  • acd65df3f8 fix imap repo url Ihor Antonov 2019-10-10 19:22:13 -04:00
  • acb2f6a71f Fix a few typos Jonas Platte 2019-10-10 07:47:59 +02:00
  • 450bd9acf6 Add Err::<(&T, ErrorKind)>::to_owned for T=str and [u8] (#1041) Roman Proskuryakov 2020-01-07 17:48:37 +01:00
  • 59d46a0874 impl<E: Eq> Eq for nom::Err<E> Roman Proskuryakov 2019-09-26 02:20:54 +03:00
  • cb9772658d Add SystemVerilog parser to parsers list dalance 2019-09-19 10:23:34 +09:00
  • 47306c48a4 Fix description of length_data Nick Mooney 2019-09-15 17:12:03 -04:00
  • 52c466b644 Merge pull request #1032 from Alxandr/master Geoffroy Couprie 2020-01-07 17:43:29 +01:00
  • 9ec97b682f Merge pull request #1030 from Hywan/patch-8 Geoffroy Couprie 2020-01-07 17:41:30 +01:00
  • 03d3c55f92 Add to README.md's "Parsers written with nom" Adam Chalmers 2019-08-27 21:28:34 -05:00
  • 7f65fb1700 Update links to point to latest version ottosson 2019-09-14 11:56:31 +02:00
  • 43182a4151 Remove count_fixed from documentation Mathias Ottosson 2019-08-26 19:22:04 +02:00
  • 9566dd0fc7 Update links in docs for list of combinators Mathias Ottosson 2019-08-26 19:10:37 +02:00
  • f9565fba97 Added more detailed comments to json Nathan West 2019-12-21 11:37:13 -05:00
  • cf1d27cb29 Fixed aliasing issue; rustfmt Nathan West 2019-12-21 10:37:07 -05:00
  • 653f6f32c5 Substantially optimized convert_error Nathan West 2019-12-21 02:53:42 -05:00
  • bd5e30817d Simplify boolean in json.rs example Nathan West 2019-12-21 00:55:04 -05:00
  • 7952b6909e Implemented std::error::Error and std::fmt::Display traits for nom::Err Andreas Zimmerer 2019-10-05 18:32:39 +02:00
  • 851706460a fix compile_error macro usage Geoffroy Couprie 2019-09-25 17:30:57 +02:00
  • 9d49820063 support single element tuples Geoffroy Couprie 2019-09-25 17:30:42 +02:00
  • 6d235a705c Move test and revert old test Aleksander Heintz 2019-09-13 22:46:29 +02:00
  • 0f91652295 Fix panic in convert_error Aleksander Heintz 2019-09-13 22:31:15 +02:00
  • 2fbbbb02cf doc(error) Fix code style Ivan Enderlin 2019-09-11 22:20:18 +02:00
  • c326e077b8 bump version to 5.0.1 5.0.1 Geoffroy Couprie 2019-08-22 12:02:19 +02:00
  • c70065a1a3 fix error type inference in value! Geoffroy Couprie 2019-08-22 10:39:13 +02:00
  • e913ebe2e2 fix peek reimplementation Geoffroy Couprie 2019-08-22 10:36:20 +02:00
  • eef808017b fix return type in example Jos van den Oever 2019-08-02 23:26:35 +02:00
  • 954114af1b Add missing use statement to "Code organization" parser example Joel Depooter 2019-08-10 21:52:11 -07:00
  • ab8277d536 add some documentation about the infinite loop check in many0 and many1 Geoffroy Couprie 2019-08-22 10:26:09 +02:00
  • 0b15ccde8d relax trait requirements on cut Geoffroy Couprie 2019-08-22 10:21:04 +02:00
  • 2713fd8d26 deactivate cfg(doctest) Geoffroy Couprie 2019-08-22 10:19:31 +02:00
  • 092df74d35 Fix meta variable misuse Julien Cretin 2019-07-17 23:31:28 +02:00
  • 14d2279e14 Fix custom_input_types.md dalance 2019-07-24 10:08:50 +09:00
  • 5bf884860b Fix incorrect types in documentation of named! and named_args!. Dimitri Sabadie 2019-07-01 14:00:32 +02:00
  • 8829a2a38c fix many_m_n for n=0 Mathieu Poumeyrol 2019-07-16 15:48:45 +02:00
  • d4d79d018e "fix doc tests in readme Geoffroy Couprie 2019-07-11 22:18:46 +02:00
  • f40e4a74bd the MP4 test needs the alloc feature Geoffroy Couprie 2019-07-02 11:40:42 +02:00
  • 0efdfac0cc fix MP4 test compilation Geoffroy Couprie 2019-06-28 16:35:55 +02:00
  • af2a882da6 Fix the documentation of IResult. Dimitri Sabadie 2019-06-28 10:22:10 +02:00
  • da2ba9a70c Fix typos. Bruce Mitchener 2019-06-26 14:22:49 +07:00
  • be0a3fd8f7 bump version to 5.0.0 5.0.0 Geoffroy Couprie 2019-06-24 14:42:39 +02:00
  • 632ab59532 fix build in no_std+alloc Geoffroy Couprie 2019-06-24 14:22:49 +02:00
  • bcd2a628b0 remove debug log Geoffroy Couprie 2019-06-24 14:07:48 +02:00
  • 56becd5c89 fix tests on no_std Geoffroy Couprie 2019-06-24 14:06:54 +02:00
  • 3108cb6f09 do not panic in convert_error on empty input Geoffroy Couprie 2019-06-24 12:02:21 +02:00
  • b16bbf3ff4 only build overflow tests on 64 bits arch Geoffroy Couprie 2019-06-24 11:52:09 +02:00
  • 26c5d3b8c2 remove outdated doc Geoffroy Couprie 2019-06-24 11:46:49 +02:00
  • 0205b90323 bump version to 5.0.0-beta3 5.0.0-beta3 Geoffroy Couprie 2019-06-22 17:44:22 +02:00
  • fd8acd30b9 separated_list, separated_nonempty_list: Document arguments in order Anders Kaseorg 2019-06-22 02:12:15 -07:00
  • 608aa8f393 add the value combinator as a function Geoffroy Couprie 2019-06-19 11:35:18 +02:00
  • 5ce22d8d4c fix unit tests Geoffroy Couprie 2019-06-17 16:12:06 +02:00
  • 55034c0ae3 rewrite the error management guide Geoffroy Couprie 2019-06-17 16:03:49 +02:00
  • 303237c16a missing files Geoffroy Couprie 2019-06-17 15:23:11 +02:00
  • f91d65457e update the changelog Geoffroy Couprie 2019-06-17 15:10:59 +02:00
  • 60a34e60ff fix some warnings Geoffroy Couprie 2019-06-17 15:07:56 +02:00
  • 1aeea19904 rename take_bits and tag_bits functions Geoffroy Couprie 2019-06-17 14:57:24 +02:00
  • 0313c1d63f remove the output type parameter from take_bits and tag_bits Geoffroy Couprie 2019-06-17 14:50:27 +02:00
  • 51ce76aa11 port bits macros to functions Geoffroy Couprie 2019-06-17 14:44:51 +02:00
  • c71ddc6c00 move bits macros to the bits submodule Geoffroy Couprie 2019-06-17 14:00:08 +02:00
  • 337c7c8db8 deprecate the whitespace parsing Geoffroy Couprie 2019-06-17 11:00:35 +02:00
  • 3cad36ea11 clear the FEATURES env var to prevent benchmarking Geoffroy Couprie 2019-06-17 10:37:18 +02:00
  • 4685198d43 update the changelog Geoffroy Couprie 2019-06-17 10:20:32 +02:00
  • db207cfb4f fix code coverage Geoffroy Couprie 2019-06-17 09:46:25 +02:00
  • ad2a134eb2 build all features coveralls-fix Geoffroy Couprie 2019-06-16 19:11:14 +02:00
  • ce8356f2d5 precreate the kcov directory Geoffroy Couprie 2019-06-16 18:24:30 +02:00
  • 2c51e15a3f debug coveralls Geoffroy Couprie 2019-06-16 17:53:37 +02:00
  • 24ef7f1ecf alpha*, digit* and alphanumeric* now recognize only ASCII character Geoffroy Couprie 2019-06-16 17:45:35 +02:00
  • 956b288cb5 simplify iterators Geoffroy Couprie 2019-06-16 17:36:33 +02:00
  • b666ee1d0a fix tests in alloc Geoffroy Couprie 2019-06-16 16:27:53 +02:00
  • f8e32ba4af remove warnings Geoffroy Couprie 2019-06-16 12:17:55 +02:00
  • 6af969294c fix unit tests Geoffroy Couprie 2019-06-16 12:03:34 +02:00
  • 04259287e7 clean up example, add tutorial comments Mark McCaskey 2019-06-04 19:57:51 -07:00
  • 7e3030adc7 Add S-expression parsing example Mark McCaskey 2019-06-03 21:59:37 -07:00
  • e20740d296 escaped: Use raw strings in example Ryan Scheel 2019-06-13 02:56:43 -07:00
  • fa5b79b613 Fix escaped not returning err on failure Ankit 2019-06-13 12:34:14 +05:30
  • d08367129f Syn no longer uses nom Robert Collins 2019-06-10 21:16:49 +12:00
  • 2b49ea2c45 allow convert_error to work only with alloc Geoffroy Couprie 2019-05-31 14:14:03 +02:00
  • 2a999a8094 add more comments on the iterator example Geoffroy Couprie 2019-05-29 16:12:08 +02:00
  • 5405e1173f add comments to the JSON example Geoffroy Couprie 2019-05-29 11:10:17 +02:00
  • 48564f36de fix doctests Geoffroy Couprie 2019-05-28 16:43:07 +02:00
  • 059c182fc5 do not automatically build all the examples Geoffroy Couprie 2019-05-28 16:41:52 +02:00
  • 81fdc9b463 fix no_std build Geoffroy Couprie 2019-05-28 13:14:49 +02:00
  • e2221d9946 switch to edition 2018 Geoffroy Couprie 2019-05-28 11:28:31 +02:00
  • 3e6c8f159b example for the iterator combinator Geoffroy Couprie 2019-05-28 11:01:30 +02:00
  • b5042dcc38 bump version to 5.0.0-beta2 5.0.0-beta2 Geoffroy Couprie 2019-05-27 16:38:50 +02:00
  • 5c0a1bce26 add the iterator combinator Geoffroy Couprie 2019-05-23 16:33:17 +02:00
  • 4be9dc7db3 clean up the benchmarks Geoffroy Couprie 2019-05-23 15:33:03 +02:00
  • dd00b323fb remove one memchr use Geoffroy Couprie 2019-05-23 15:07:59 +02:00
  • ae8dbd2e37 fix recognize_float unit tests Geoffroy Couprie 2019-05-23 14:35:31 +02:00