Commit Graph

  • 704cfed72a current proptests for floats require the std feature Geoffroy Couprie 2021-08-18 17:16:32 +02:00
  • baf5e015b9 replace lexical-core with minimal-lexical Geoffroy Couprie 2021-08-18 00:03:20 +02:00
  • 6cd562ebd3 fix property tests Geoffroy Couprie 2021-08-17 17:34:21 +02:00
  • 485147144c fix a stack overflow in the expression parser Geoffroy Couprie 2021-08-17 16:46:20 +02:00
  • 8b453bd024 fix fuzzing target compilation Geoffroy Couprie 2021-08-17 16:43:46 +02:00
  • 45d11216db proptest should be a dev dependency Geoffroy Couprie 2021-08-17 16:43:24 +02:00
  • 018cd45966 add text to number parsers Geoffroy Couprie 2021-08-17 16:34:58 +02:00
  • 808a85bbcf Add fail parser cenodis 2021-08-15 15:57:29 +02:00
  • a91dd52477 Document second argument of multi::length_value cenodis 2021-08-14 22:16:38 +02:00
  • ea483e5a81 fix formatting Geoffroy Couprie 2021-08-14 15:47:43 +02:00
  • 5777c81cdd update the error management doc Geoffroy Couprie 2021-08-14 15:43:42 +02:00
  • ef5e0bbc9b raise MSRV to 1.46 Geoffroy Couprie 2021-08-13 14:47:03 +02:00
  • 4f046c61b4 unused code Geoffroy Couprie 2021-08-13 14:35:50 +02:00
  • 834a2caf8c clarify combinator argument names Geoffroy Couprie 2021-08-13 14:35:12 +02:00
  • 43c62fd0be compile on 1.41.1 without lexical Geoffroy Couprie 2021-08-13 12:57:17 +02:00
  • 9ddbc00c1f move HexDisplay to the traits module Geoffroy Couprie 2021-08-13 12:52:16 +02:00
  • 5637d0b37f reintroduce dbg_dmp, move it to the error module Geoffroy Couprie 2021-08-13 12:49:33 +02:00
  • caa9d4e628 fix the bitflags version for lexical-core Geoffroy Couprie 2021-08-13 11:44:37 +02:00
  • 9057c7e773 fix broken intra doc link warnings Constantin Nickel 2021-08-10 15:00:10 +02:00
  • ebab6ca7f0 ci: build docs with docsrs feature Constantin Nickel 2021-08-06 11:15:27 +02:00
  • 37eedf3e8b check for min > max in fold_many_m_n too Geoffroy Couprie 2021-08-13 10:55:00 +02:00
  • 4a04c56507 the check for min > max in many_m_n should return a Err::Failure Geoffroy Couprie 2021-08-13 10:54:14 +02:00
  • 55ab2644d2 avoid a check to is_char_boundary in split_at_position* for &str Geoffroy Couprie 2021-08-13 10:49:48 +02:00
  • cea9829bf9 simplify split_at_position* for &[u8] Geoffroy Couprie 2021-08-13 10:42:12 +02:00
  • 04ed375574 use take_split instead of manual slices Geoffroy Couprie 2021-08-09 19:42:54 +02:00
  • 39441748cc Add to_owned for Err<Error<&[u8]>>, Err<Error<&str>> Anders Kaseorg 2021-07-22 16:47:33 -07:00
  • 173ce1c734 use a length check instead of PartialEq in infinite loop checks Geoffroy Couprie 2021-08-09 18:43:11 +02:00
  • ab42cedb9c many_m_n should fail if min > max Geoffroy Couprie 2021-08-09 18:20:46 +02:00
  • d31a752a59 fix infinite loop in escaped Geoffroy Couprie 2021-08-09 18:13:42 +02:00
  • eec971a60d fix benchmark compilation Geoffroy Couprie 2021-08-09 17:39:46 +02:00
  • 18cc1d18b9 Remove Clone trait bound from fold parsers cenodis 2021-08-09 00:03:45 +02:00
  • 5a65658a95 fix edition idioms Constantin Nickel 2021-08-06 11:05:34 +02:00
  • f5de114da2 organize imports by feature Constantin Nickel 2021-08-06 10:31:45 +02:00
  • 386c7111b7 implement missing take_until1 combinator Geoffroy Couprie 2021-08-08 16:51:06 +02:00
  • 0abf07b10b v7.0.0-alpha2 7.0.0-alpha2 Geoffroy Couprie 2021-08-06 14:09:35 +02:00
  • 214f623a9f do not run the tests on MSRV Geoffroy Couprie 2021-08-05 18:54:17 +02:00
  • de69f69c55 rustdoc::missing_doc_code_examples is not recognized on Rust 1.41.1 Geoffroy Couprie 2021-08-05 18:42:18 +02:00
  • 0ddf113f68 🎨 🚨 cargo ftm and deprecated missing_doc_code_examples Guillaume 2021-08-03 23:47:19 +02:00
  • d3323ae948 fmt Geoffroy Couprie 2021-08-05 18:33:49 +02:00
  • a2b683b119 remove ErrorKind::ParseTo Geoffroy Couprie 2021-08-05 18:30:44 +02:00
  • 25d3148aff cleanup Geoffroy Couprie 2021-08-05 18:27:17 +02:00
  • 59bf911ad8 remove macros from bytes module Constantin Nickel 2021-08-05 17:57:39 +02:00
  • f49ba8e9d4 remove macros from combinator, error and util modules Geoffroy Couprie 2021-08-05 17:58:58 +02:00
  • 977f93fed4 remove macros from character module Geoffroy Couprie 2021-08-05 17:25:47 +02:00
  • 55279a2a31 remove macros from bits module Geoffroy Couprie 2021-08-05 17:12:22 +02:00
  • 14f0872232 remove macros from sequence module Geoffroy Couprie 2021-08-05 17:10:38 +02:00
  • e6ff424afa [bench] http: function parser, fix deprecated bench Guillaume 2021-08-03 13:59:04 +02:00
  • ea4c1bb0fa remove broken and obsolete macro examples Constantin Nickel 2021-08-04 23:43:15 +02:00
  • 6f1d7a50e3 fix branch/bytes/multi test imports for the alloc feature Constantin Nickel 2021-08-04 22:40:09 +02:00
  • 02ff562092 remove macros from issue tests Constantin Nickel 2021-08-04 19:10:13 +02:00
  • 71b98465fe remove macros from custom error tests Constantin Nickel 2021-08-04 18:14:49 +02:00
  • 9601840a2b remove named_args macro and its tests Constantin Nickel 2021-08-04 17:24:24 +02:00
  • f54616848f remove macro related tests for previous issues Constantin Nickel 2021-08-04 18:21:46 +02:00
  • 7e2f70950e remove macros from str module Constantin Nickel 2021-08-04 15:14:15 +02:00
  • 04ba4db00b remove macros from number module Constantin Nickel 2021-08-05 14:55:14 +02:00
  • 2915439b63 fix criterion's deprecation warnings for the ini benches Constantin Nickel 2021-08-03 20:59:27 +02:00
  • c8660329d8 replace the macros in the ini benches with functions Constantin Nickel 2021-08-03 20:25:03 +02:00
  • ff95cff88e remove macros from multi module Geoffroy Couprie 2021-08-03 16:40:57 +02:00
  • f8661f3330 replace macros in tests with functions Constantin Nickel 2021-08-03 12:12:44 +02:00
  • e95faa4ee4 remove macros from branch module Geoffroy Couprie 2021-08-03 16:00:56 +02:00
  • 9f0f6e35c9 add imports to code examples in recipes Geoffroy Couprie 2021-08-03 15:04:26 +02:00
  • 41bfe9bc1b Fix typo: add "#" before "Arguments" RalXYZ 2021-07-15 13:57:20 +08:00
  • 11cf286290 remove regexp feature from CI builds Geoffroy Couprie 2021-07-25 19:13:36 +02:00
  • 82242eb184 remove regular expression parsers Geoffroy Couprie 2021-07-25 18:15:30 +02:00
  • a59ff75e23 remove the bitvec input type Geoffroy Couprie 2021-07-25 17:57:23 +02:00
  • e9ba351567 bits::complete::take: Clarify usage, 0b over 0x Guillaume 2021-06-25 00:34:58 +02:00
  • 4028bb3276 v7.0.0-alpha1 7.0.0-alpha1 Geoffroy Couprie 2021-06-24 16:53:53 +02:00
  • b8a4049e04 mention MSRV for bitvec Geoffroy Couprie 2021-06-24 16:52:45 +02:00
  • 03a1025a5d Sorry about the mess myrrlyn 2021-04-18 23:14:34 +00:00
  • 59fb86a87d Bump lexical-core dependency YOSHIOKA Takuma 2021-04-10 04:53:17 +09:00
  • bd10546397 bits::complete::take: documentation and test cases Guillaume 2021-06-21 22:54:47 +02:00
  • eb4c4b8497 raise the memchr version Geoffroy Couprie 2021-06-24 16:15:38 +02:00
  • 550e2e68bc Remove bitvec from default features Dirkjan Ochtman 2021-06-21 11:33:39 +02:00
  • b7b7edb401 v6.2.1 6.2.1 Geoffroy Couprie 2021-06-23 22:41:18 +02:00
  • 4b53076b5a docs generation workaround for older rust Geoffroy Couprie 2021-06-23 22:28:50 +02:00
  • 2754c464f1 coverage: fix issue with skip and tarpaulin Guillaume 2021-06-21 23:13:16 +02:00
  • 9c51ac601b docsrs: fix build Guillaume 2021-06-21 23:03:01 +02:00
  • 47fb5d6836 v6.2.0 6.2.0 Geoffroy Couprie 2021-06-19 15:57:42 +02:00
  • 04f0974b4f Revert "workaround for tarpaulin failures caused by nom and bitvec" Geoffroy Couprie 2021-06-19 15:57:26 +02:00
  • 0ade67d426 workaround for tarpaulin failures caused by nom and bitvec Geoffroy Couprie 2021-06-19 15:50:30 +02:00
  • 35086f58c7 larger version bound Geoffroy Couprie 2021-06-19 15:37:44 +02:00
  • cc0d3af008 limit memchr version to keep MSRV at 1.37 with reduced features Geoffroy Couprie 2021-06-19 15:35:35 +02:00
  • b26c56c7b7 Fix bits::bytes example and improve code Arne Beer 2021-04-05 17:41:03 +02:00
  • ef6f0e5aa1 Fix bits::bits example and add tests Arne Beer 2021-04-05 16:29:52 +02:00
  • 275047c368 show missing imports in map doc Geoffroy Couprie 2021-06-19 14:18:32 +02:00
  • bbcc41ef24 remove trait restrictions in map_parser Geoffroy Couprie 2021-06-19 14:11:50 +02:00
  • 9aa8459d32 fix doc reference to nom::number::Endianness Geoffroy Couprie 2021-06-19 14:08:28 +02:00
  • 6d9ee11e46 Allow fold_many_m_n to take a FnMut fold function. Ashish Myles 2021-03-12 00:07:25 -05:00
  • 294c49c8bb Fix escaped_transform example code 思维 2021-02-14 09:30:31 +08:00
  • 8dd83b0c01 Fix a typo in documentation weirane 2021-04-02 21:33:37 +08:00
  • e07dcbd544 fix IResult’s declaration in top-level documentation Ronan Desplanques 2021-06-15 17:53:12 +02:00
  • 9bc1712e61 Fix typo "assemble then" -> "assemble them" Lewis Belcher 2021-06-13 09:58:12 +02:00
  • 83eb2187e1 Fix typo: of both succeed -> if both succeed Jade 2021-06-02 19:33:06 -07:00
  • 611a8be872 Hide duplicated content of std in the docs caused by std re-export Kornel 2021-05-19 13:28:39 +01:00
  • f5c82ebdf2 not_line_ending: clarify and test behavior (#1273) Guillaume 2021-04-10 22:57:19 +02:00
  • 7856d01bb7 Doc - Use function links (fix #1290) Guillaume 2021-04-10 15:37:44 +02:00
  • 6af6caa815 Fix breaking OSS-Fuzz coverage build DavidKorczynski 2021-04-08 15:34:14 +01:00
  • 8e09f0c302 prevent stack overflows when fuzzing Geoffroy Couprie 2021-05-09 21:37:47 +02:00
  • 38bb94e7bc wrong level for the env map Geoffroy Couprie 2021-04-14 10:58:13 +02:00
  • 8643b4230b send coverage to coveralls Geoffroy Couprie 2021-04-14 10:46:15 +02:00