Commit Graph

  • 51c3c4e44f Fix for issue 1808 (#1811) main Marc de Jonge 2025-08-26 13:10:34 +02:00
  • 5534e57d99 Expose the Either parser either-parser Geoffroy Couprie 2025-02-08 16:03:10 +01:00
  • a44b52ed90 Fix documented examples to not use the deprecated is_alphabetic function (#1807) Marc de Jonge 2025-02-08 13:18:10 +01:00
  • 8ac26e9dda Update GLSL URL. (#1818) Dimitri Sabadie 2025-02-08 12:55:45 +01:00
  • c699c7e7f6 Update README.md (#1817) Konrad Pagacz 2025-02-08 12:54:25 +01:00
  • c8c106f738 Add LICENSE file to nom-language (#1816) Miguel 2025-02-08 03:52:27 -08:00
  • 2103f92bb8 doc: Adding lp_parser_rs to list of known projects using nom (#1815) Golfer 2025-02-08 11:51:21 +00:00
  • d297063e6f Fix doc typos (#1813) SekoiaTree 2025-02-08 12:49:38 +01:00
  • 83aceef4a6 Update MSRV badge (#1812) Alex Touchet 2025-02-08 03:48:07 -08:00
  • d3d254034b Update README.md to change the recommended version (#1803) (#1804) Nyaleph 2025-01-29 09:25:06 +01:00
  • 72dd5818b7 chore: fixup typo in the CHANGELOG (#1802) tison 2025-01-29 16:22:13 +08:00
  • 2cec1b3e4c v8.0.0 (#1797) nom-language-v0.1.0 8.0.0 Geoffroy Couprie 2025-01-26 17:02:42 +01:00
  • 8c2b4182de fix memchr version 7.1.2-benchmark Geoffroy Couprie 2025-01-26 16:05:56 +01:00
  • f60976ab3d update the codspeed github action Geoffroy Couprie 2025-01-26 15:41:10 +01:00
  • 990c26607b update the codspeed github action 7.x-test Geoffroy Couprie 2025-01-26 15:41:10 +01:00
  • 737252aa82 test Geoffroy Couprie 2025-01-26 15:35:01 +01:00
  • 7afe3a8c40 Merge pull request #1793 from rust-bakery/beta.1 Geoffroy Couprie 2024-12-08 17:57:07 +01:00
  • 84af9e7921 nom 8.0.0-beta.1 Geoffroy Couprie 2024-12-08 17:49:10 +01:00
  • 555eab9ddc Merge pull request #1792 from rust-bakery/nom-language Geoffroy Couprie 2024-12-08 17:46:34 +01:00
  • 6a25312dbf fix nom-language tests Geoffroy Couprie 2024-12-08 17:44:16 +01:00
  • bcc1b0cb64 move the left_assoc combinator to nom-language Geoffroy Couprie 2024-12-08 17:39:37 +01:00
  • 9b0e18cf5a Implement new parser left_assoc. (#1775) Rodrigo Rivas Costa 2024-12-08 17:37:25 +01:00
  • cb3b5b8ebb move precedence parsing to nom-language Geoffroy Couprie 2024-12-08 17:29:34 +01:00
  • f1abba64a7 fix precedence parsing Geoffroy Couprie 2024-12-08 17:23:38 +01:00
  • 6c124693c1 Precedence parsing (#1362) cenodis 2024-12-08 17:09:15 +01:00
  • c8c03131a6 move VerboseError to nom-language Geoffroy Couprie 2024-12-08 15:06:53 +01:00
  • 4e8f4d0be1 initialize nom-language Geoffroy Couprie 2024-12-08 14:50:01 +01:00
  • c5c8f4982c clean up warnings (#1791) Geoffroy Couprie 2024-12-08 14:35:15 +01:00
  • 9745930d5d Add support for character::*::[iu]size parsers (#1762) Dmitry Marakasov 2024-12-08 16:28:44 +03:00
  • ebb9e476a0 Implement trivial Copy and ToOwned functions for Error<_> (#1788) Koshell 2024-12-09 00:19:45 +11:00
  • 5281128930 Add missing tests for number parsing (#1769) xiang 2024-12-08 08:10:29 -05:00
  • 34cc438e10 add dns-parser to readme (#1746) Aditya Subramanian 2024-12-08 08:07:37 -05:00
  • 374bf0e2ea feat: Update README for newer Netflow library. (#1774) Michael Mileusnich 2024-12-08 07:07:21 -06:00
  • fcc9f16b31 separated_list doc and test update (#1784) SaltyKitkat 2024-12-08 20:50:31 +08:00
  • f1a9967ce1 Update comments for sequence combinator functions in Nom documentation (#1777) Unic 2024-12-08 20:38:16 +08:00
  • 5455747114 typo (#1780) Ughur Alakbarov 2024-10-07 07:51:39 +02:00
  • 29c48cc29f Fix test failures in nom_recipes doc tests (#1772) Ryan Lee 2024-08-04 06:31:11 -07:00
  • 561fb6ba56 docs: fix compile errors for whitespace wrapper recipe (#1764) Oscar Bailey 2024-07-26 21:01:45 +01:00
  • 392c4867f4 chore: fix some comments (#1766) wangcundashang 2024-07-27 04:58:42 +09:00
  • b277aa1ace test byte conversion test-byte-conversion Geoffroy Couprie 2024-07-26 21:13:41 +02:00
  • f87d397231 Bump MSRV to 1.57.0 to more correctly match the codebase. (#1760) martin frances 2024-05-13 18:18:18 +01:00
  • 36e74ab899 Fix indentation in nom::combinator::into example (#1761) Dmitry Marakasov 2024-05-12 13:44:11 +03:00
  • 72674ffe88 fix Geoffroy Couprie 2024-05-05 21:18:06 +02:00
  • 31c323ad8e fix bench Geoffroy Couprie 2024-05-05 20:38:48 +02:00
  • 9b5e11c30a remove some builds Geoffroy Couprie 2024-05-05 20:11:34 +02:00
  • 9cec18baf3 fix cargo-codspeed in with workspaces in CI (#1741) Arthur Pastel 2024-04-25 13:32:53 +02:00
  • 23cc3707b1 codspeed integration (#1738) Geoffroy Couprie 2024-04-21 19:27:51 +02:00
  • 2560d5ca91 v8.0.0-alpha2 (#1758) 8.0.0-alpha2 Geoffroy Couprie 2024-05-05 19:07:23 +02:00
  • 3e7c34132c remove AsChar related warning (#1757) Geoffroy Couprie 2024-05-05 18:55:20 +02:00
  • c6559557a8 move the loop check of separated list to cover both parsers (#1756) Geoffroy Couprie 2024-05-05 18:43:53 +02:00
  • 83cfb179a2 Allow trailing commas in error_node_position and in error_position macros (#1711) Guillaume Gomez 2024-05-05 18:32:37 +02:00
  • 9b8c75210a Update string.rs (#1552) 0x7FFFFFFFFFFFFFFF 2024-05-06 00:25:37 +08:00
  • 996efb8c0a add askama to the list of existing parsers (#1755) Geoffroy Couprie 2024-05-05 18:24:14 +02:00
  • 56b6e54e88 implement alt for dynamic arrays (#1754) Geoffroy Couprie 2024-05-05 18:14:44 +02:00
  • 5c4fe61bcb Remove reexport of bits::* in crate root (#1485) Xiretza 2024-05-05 16:13:42 +00:00
  • d356bbe055 move usage towards AsChar method instead of functions under the character module (#1597) Geoffroy Couprie 2024-05-05 18:13:08 +02:00
  • c3291b1eef ci: add CIFuzz GitHub action (#1574) DavidKorczynski 2024-05-05 17:11:49 +01:00
  • cea6595663 Change context to pass output mode information to the child parser. (#1743) kstrohbeck 2024-05-05 11:03:04 -05:00
  • 1f74da5085 remove some warnings in tests (#1753) Geoffroy Couprie 2024-05-05 17:59:13 +02:00
  • dff6cdc539 document Offset (#1752) Geoffroy Couprie 2024-05-05 17:58:57 +02:00
  • 82b09f09a2 Replace uses of unsafe with safe alternatives (#1714) Nabil Wadih 2024-05-05 08:46:43 -07:00
  • cdd8baf4df test inlining split_at_position (#1740) Geoffroy Couprie 2024-05-05 17:39:43 +02:00
  • fa232986c8 Clone cleanup (#1750) Geoffroy Couprie 2024-05-05 17:38:37 +02:00
  • 8e4bb79fb6 add a benchmark for JSON where errors are not generated (#1751) Geoffroy Couprie 2024-05-05 17:13:48 +02:00
  • 5773e90f42 tuple clone cleanup (#1749) Geoffroy Couprie 2024-05-05 16:27:58 +02:00
  • 46eaa0a527 remove the InputLength trait (#1747) Geoffroy Couprie 2024-05-05 16:18:03 +02:00
  • d8e67fe121 remove obsolete nightly check (#1748) Geoffroy Couprie 2024-05-05 16:12:28 +02:00
  • 4262fd81b8 exclude benchmarks from code coverage (#1745) Geoffroy Couprie 2024-05-05 13:53:30 +02:00
  • 1f6ffe5646 v8.0.0-alpha1 (#1744) Geoffroy Couprie 2024-04-25 13:48:22 +02:00
  • 05a9261f32 v8.0.0-alpha1 8.0.0-alpha1 Geoffroy Couprie 2024-04-25 13:45:10 +02:00
  • 1ce0fade98 clippy (#1739) Geoffroy Couprie 2024-04-25 13:34:39 +02:00
  • f1cb334d34 fix cargo-codspeed in with workspaces in CI (#1741) Arthur Pastel 2024-04-25 13:32:53 +02:00
  • 90af84b234 codspeed integration (#1738) Geoffroy Couprie 2024-04-21 19:27:51 +02:00
  • 0509f3c7a0 remove warnings Geoffroy Couprie 2024-04-21 19:14:49 +02:00
  • 19e8bb8b29 stipulate sep parser must consume (#1723) George 2024-04-21 13:05:02 -04:00
  • fc6bc5aad7 Add NBT parser (#1710) Jonas 2024-04-21 18:59:06 +02:00
  • 47de98b3e2 Remove dependency on minimal-lexical (#1709) Nabil Wadih 2024-04-21 09:53:59 -07:00
  • a209ff10a8 Fix missing tuple in code example (#1728) Jonathan Plasse 2024-04-21 18:50:03 +02:00
  • 147f8f0cc7 Update README.md (#1730) Min Deng 2024-04-22 00:49:15 +08:00
  • eecac90003 Quick typo fix (#1732) Stuart Hinson 2024-04-21 12:44:54 -04:00
  • 9149c6a805 update criterion (#1737) Geoffroy Couprie 2024-04-21 18:44:20 +02:00
  • e87c7da9fa fuzz: fix fuzz build (#1707) manunio 2023-11-08 02:08:06 +05:30
  • 69628bfa3d Fixed typo (#1705) cod10129 2023-11-07 14:32:15 -06:00
  • ec8fe15822 test state Geoffroy Couprie 2023-11-01 23:35:16 +01:00
  • cc7f3385ce on_input Geoffroy Couprie 2023-11-01 21:20:33 +01:00
  • cfe50facc1 remove debug statements Geoffroy Couprie 2023-10-28 17:23:22 +02:00
  • d2a37ea075 experimental state management Geoffroy Couprie 2023-10-28 17:22:01 +02:00
  • 6c059acc8c fix: Recipes had drifted from the implementation and weren't compiling (#1695) Arthur Carcano 2023-10-21 18:21:52 +02:00
  • d872886e05 nom 8 missing docs (#1703) Geoffroy Couprie 2023-10-21 17:23:04 +02:00
  • 63def4e16b fix: parse "infinity" literal fully in float (#1673) boxdot 2023-10-21 15:10:57 +02:00
  • c98ffebc56 [breaking] Implement Iterator for owned ParserIterator (#1587) ambiso 2023-10-21 14:57:55 +02:00
  • 8c774359e4 Fix clippy warnings (#1702) Geoffroy Couprie 2023-10-21 14:41:15 +02:00
  • d4318f6669 Fix bin_digit test (#1701) Geoffroy Couprie 2023-10-21 14:17:47 +02:00
  • 0c5d5b9a74 Add is_bin_digit method (#1658) 祝健聪 2023-10-21 20:06:15 +08:00
  • 95d9926336 fix "using .clone() on a double reference" warnings (#1700) rrupy 2023-10-21 12:04:21 +00:00
  • 2857a9af41 Add eml-codec, imap-codec, smtp-message to README (#1680) Quentin Dufour 2023-10-21 14:04:07 +02:00
  • 671f77086d add Kconfig parser (#1681) Yann Prono 2023-10-21 14:03:02 +02:00
  • 3c2b2e10a1 [nit] Move cnt definition to the branch it's used in. (#1683) Taras Tsugrii 2023-10-21 05:02:11 -07:00
  • ff8cc9e325 docs: add PotterScript to README parsers (#1685) Federico Miras 2023-10-21 08:54:41 -03:00
  • 369484a8b5 docs(readme): correct dead sozu-proxy/sozu link (#1697) Tristan F 2023-10-21 07:51:52 -04:00