Commit Graph

  • 9cff115667 Ensure all examples compile (#1604) Geoffroy Couprie 2022-12-30 16:29:22 +01:00
  • b66ff43eff fix(bits): Accept Parser, not parser-like functions (#1599) Geoffroy Couprie 2022-12-30 16:28:21 +01:00
  • 326344a821 Clarify role of 'cut' (#1603) Geoffroy Couprie 2022-12-30 16:27:47 +01:00
  • 0884bf886a Remove hidden map! and call! macros (#1601) Geoffroy Couprie 2022-12-30 16:20:29 +01:00
  • fadde7cb0d Ensure prop tests treat inf/nan the same (#1600) Geoffroy Couprie 2022-12-30 16:18:56 +01:00
  • 400331efcb Fix clamped capacity to be divided by element size (#1549) John Kugelman 2022-12-28 16:25:37 -05:00
  • ad63809709 deactivate failing test (#1596) Geoffroy Couprie 2022-12-28 22:14:26 +01:00
  • ab9c6b1934 deactivate failing test geal/fix-build Geoffroy Couprie 2022-12-28 22:03:13 +01:00
  • f16efaf5fb add a CODEOWNERS file Geoffroy Couprie 2022-12-28 21:50:00 +01:00
  • b866cca569 add a CODEOWNERS file geal/codeowners Geoffroy Couprie 2022-12-28 21:50:00 +01:00
  • 8f48120d5d doc: fix typo puzzlewolf 2022-12-22 20:48:47 +01:00
  • 353f37e0f6 Update making_a_new_parser_from_scratch.md barower 2022-10-02 10:57:10 +02:00
  • 888a75df48 Allow using arrays as input to alt Griffin Smith 2022-09-28 16:53:07 -04:00
  • 3645656644 Clamp Vec::with_capacity to 64KiB to avoid OOM John Kugelman 2022-08-29 15:46:24 -04:00
  • b4aeb3b803 Fix unecessary parentheses around match arm expression Axel Viala 2022-08-16 15:38:39 +02:00
  • 761ab0a24f Implement nom::sequence::Tuple for () (Unit) LoganDark 2022-05-12 10:32:53 -07:00
  • 1a686f5180 feat(readme): add Wordle result parser to list Carter 2022-03-30 12:24:43 -06:00
  • eb148c1c90 Add a table of content to the readme file. francois joubert 2022-03-17 11:51:43 +01:00
  • 294ffb3d9e v7.1.1 7.1.1 Geoffroy Couprie 2022-03-14 23:34:12 +01:00
  • 8285735f93 as_slice is not available on array in 1.48 Geoffroy Couprie 2022-03-14 23:30:39 +01:00
  • bb8ef79733 impl<'a> FindToken<char> for &'a [char] Fredrick Brennan 2021-11-14 11:16:46 -05:00
  • dae689efda Merged the allows into a single line as recommended by @Stargateur Christopher Hotchkiss 2021-10-31 09:28:20 -04:00
  • bf575957ea Added two allows so clippy would pass a very complicated math formula for testing. Christopher Hotchkiss 2021-10-24 12:31:13 -04:00
  • eaddf7a52e Remove version check for i128 functions Constantin Nickel 2021-08-31 11:52:40 +02:00
  • 481cd2dea6 Improve rust-style identifiers code LoganDark 2022-03-14 03:12:52 -07:00
  • 68929821c8 Clarify the return value of recognize_float_parts Marcel Müller 2022-03-01 14:59:43 +01:00
  • 5074124339 Update README.md Eric 2022-02-05 23:35:33 +08:00
  • 189a601b5f Update README.md Eric 2022-02-05 23:28:57 +08:00
  • 0a72abe23e Wrap the input parsers to the tuple sequence combinator in a tuple Roee Shapira 2022-01-22 00:45:38 +02:00
  • addc306ba5 README: mention "MSRV" keyword for better discoverability Xiretza 2022-01-14 19:00:55 +01:00
  • c19f9392c8 Cargo.toml: specify minimum rust version Xiretza 2022-01-14 18:55:56 +01:00
  • 1819d7824c Small typo Maximilian Roos 2022-01-03 13:11:18 -08:00
  • 10f2a7dd50 fix typo in docs Maxime 2021-12-29 04:49:38 +01:00
  • 3ef4805b93 Merge branch 'pxeger-main' Geoffroy Couprie 2022-03-14 22:12:52 +01:00
  • d83a501986 fix more dead links Patrick Reader 2022-01-14 20:29:33 +00:00
  • 2c82abdfd3 update links in PULL_REQUEST_TEMPLATE.md (master -> main) pxeger 2021-12-21 07:35:36 +11:00
  • 7f2531df64 update links pointing to master -> main pxeger 2021-12-21 07:33:39 +11:00
  • c3157a8706 Update src/sequence/mod.rs Geoffroy Couprie 2022-03-14 21:59:48 +01:00
  • e481c7743f Add docs of number limitation of tuple Doehyun Baek 2021-12-20 20:04:33 +09:00
  • cbd6777663 Add Meilisearch to the list of project using nom Tamo 2021-12-16 14:23:52 +01:00
  • 3e32bb8411 Rewrite URL to complete fcd27b5 SphinxKnight 2022-01-14 16:58:27 +01:00
  • 16963d82fc Typofix - dead link SphinxKnight 2021-12-16 12:49:29 +01:00
  • 6580debbfe Doc example for take Thomas 2021-12-04 14:14:16 +01:00
  • e99f9e0e7e remove dead code Geoffroy Couprie 2021-12-16 22:16:57 +01:00
  • d482ac3aff Add example for integer parsing to digit1 Thomas 2021-12-05 13:07:30 +01:00
  • b6f79c4d37 v7.1.0 7.1.0 Geoffroy Couprie 2021-11-04 22:07:57 +01:00
  • 324125f23e relax the flat_map argument from Fn to FnMut Geoffroy Couprie 2021-11-03 23:03:33 +01:00
  • f8633f9a8f introduce a workaround for float parsing Geoffroy Couprie 2021-11-02 23:12:48 +01:00
  • 66a77a230b introduce a workaround for float parsing workaround-float-issues Geoffroy Couprie 2021-11-02 23:12:48 +01:00
  • 02433c2c98 Readme: Fix coverage badge homersimpsons 2021-10-25 15:20:11 +02:00
  • 8e94fbb962 Remove tuple and add parse in some documentation Nicolas Kirchner 2021-10-25 14:33:08 +02:00
  • 4a2f9af9ed Add JsonValue::Null to json example wuaoxiang 2021-09-26 10:16:50 +08:00
  • 337c218965 Fix typos wuaoxiang 2021-09-26 10:16:01 +08:00
  • 0d65b54549 Remove blockbuf-arithmetic test from Cargo.toml homersimpsons 2021-08-27 16:19:57 +02:00
  • 00f4085402 Remove dead code (tests/blockbuf-arithmetic.rs) homersimpsons 2021-08-27 16:04:29 +02:00
  • 96cd14b2c4 fix: fixed doc code blocks Luiz Carlos 2021-09-04 14:57:44 -03:00
  • 074fd29705 Fail CI on bad intradoc links Ed Page 2021-09-28 09:26:26 -05:00
  • 7c090982ab Replace ignore to compile_fail Antoine PLASKOWSKI 2021-10-23 07:50:20 +02:00
  • 42102c589b move benchmarks to a subcrate Geoffroy Couprie 2021-10-23 09:54:33 +02:00
  • d15a2669a8 Remove jemalloc for test Antoine PLASKOWSKI 2021-10-21 02:02:54 +02:00
  • 0d373222b9 CI: Update tarpaulin and use Coveralls' action Guillaume 2021-10-22 15:55:54 +02:00
  • db9d5f814c Replace deprecated "use_std" memchr feature with "std" Daniel Néri 2021-09-29 15:18:34 +02:00
  • 6f124bf0be Add tests for bits/streaming::{take, tag} Guillaume 2021-10-18 23:57:47 +02:00
  • b4d50017e2 Use [] for vec! macro Guillaume 2021-10-18 23:36:58 +02:00
  • a76edef2de Remove the tuple parser combinator and all its uses Nicolas Kirchner 2021-10-21 22:55:28 +02:00
  • 931a7d5ee4 Add the parse parser combinator to allow the imperative style for all the parsers Nicolas Kirchner 2021-10-21 18:59:18 +02:00
  • 68b2fe5a40 Implement Parser for tuples and modify the tuple fn to use it Nicolas Kirchner 2021-10-18 21:37:14 +02:00
  • 56a7a42346 point the docs to Parser::map and Parser::flat_map Geoffroy Couprie 2021-10-10 22:24:36 +02:00
  • eb181568a4 Fix broken "take_while" link Jihchi Lee 2021-10-07 19:24:33 +08:00
  • b5735d2e8b ci: tune build jobs with caching and disable incremental compilation Constantin Nickel 2021-09-25 17:27:20 +02:00
  • dfa55914dc Implement Alt<I, O, E> for the 1-tuple type Alex Hamilton 2021-09-14 18:08:22 -04:00
  • c80828897f Increment minimal-lexical version. Alex Huszagh 2021-09-10 12:35:18 -05:00
  • 8ab6827c2d specify the syntax highlight to code snippet in error doc Drumato 2021-09-22 17:24:51 +09:00
  • e1cf43a6fc Add pseudocode interpreter to the list of projects (#1400) Gungy2 2021-09-25 17:28:36 +03:00
  • 5ce4183ff7 Fix doc for fold_many_m_n (one of the args takes a lambda) Nipunn Koorapati 2021-09-14 11:12:17 -07:00
  • 0b1343bc19 alt takes tuple Michael Schubart 2021-09-19 13:57:09 +01:00
  • 07dd0510cc Fix usage comment of alt() combinator Michael Schubart 2021-09-14 14:44:19 +01:00
  • 6ecee46e4c Re-enable the iterator example Constantin Nickel 2021-09-14 13:48:11 +02:00
  • 9f40fbd9e6 Remove superfluous #[macro_use] attributes Constantin Nickel 2021-09-13 10:37:27 +02:00
  • b5c0e7dd14 Fix test warnings with std feature not enabled Constantin Nickel 2021-09-10 12:36:57 +02:00
  • 847366f387 Fix clippy warnings Constantin Nickel 2021-09-10 10:05:18 +02:00
  • babec7cc6c Update README.md Strytyp 2021-09-09 17:44:58 -03:00
  • 5b7535e590 Fix docs: misleading argument order (streaming::escaped_transform) clonejo 2021-09-03 16:11:08 +02:00
  • a6cd401274 Fix documention for double using f64 and float Nils 2021-08-28 21:16:03 +01:00
  • 615e6a441e minimal-lexical now import with no default feature Antoine PLASKOWSKI 2021-08-23 20:19:18 +02:00
  • cff46ba829 Replace build status badge Constantin Nickel 2021-08-21 13:59:54 +02:00
  • 9678b061d3 v7.0.0 7.0.0 Geoffroy Couprie 2021-08-21 13:03:47 +02:00
  • 6e93a3a319 remove link to FAQ Geoffroy Couprie 2021-08-21 13:03:32 +02:00
  • e2d82eee33 fmt Geoffroy Couprie 2021-08-21 12:46:24 +02:00
  • fb711cffa7 missing proptest for streaming number parsers Geoffroy Couprie 2021-08-21 12:24:31 +02:00
  • 3de831816c remove mentions of macros in the documentation Geoffroy Couprie 2021-08-21 12:24:09 +02:00
  • 195d398520 update github actions Geoffroy Couprie 2021-08-21 12:17:41 +02:00
  • 9ccdc35752 remove .travis.yml Geoffroy Couprie 2021-08-21 12:16:25 +02:00
  • a7a23d9dec update the MSRV to 1.48 Geoffroy Couprie 2021-08-21 12:13:43 +02:00
  • 889aa0a75b update the changelog Geoffroy Couprie 2021-08-21 12:02:47 +02:00
  • 5d50ca711b performance fix for float parsing in &str Geoffroy Couprie 2021-08-21 11:31:46 +02:00
  • e2a0dd52e0 v7.0.0-alpha3 7.0.0-alpha3 Geoffroy Couprie 2021-08-18 19:04:14 +02:00
  • e6f17e2cba fmt Geoffroy Couprie 2021-08-18 18:59:35 +02:00
  • b57026bd03 fix streaming usage Geoffroy Couprie 2021-08-18 18:57:18 +02:00
  • 272de11b1c fix performance regressions Geoffroy Couprie 2021-08-18 17:22:53 +02:00