Skip to content
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
05569a1
Bump mojo-regex to 0.10.0
msaelices Apr 11, 2026
6d58ca0
Pin mojo-regex 0.10.0 to NFAMatcher fix commit
msaelices Apr 11, 2026
31134bf
Bump mojo-regex 0.10.0 rev to include hash-keyed cache fix
msaelices Apr 11, 2026
1ca89f6
Bump mojo-regex 0.10.0 rev to pick up trimmed changelog
msaelices Apr 11, 2026
9646af1
Update rev to include PR #102 (inline NFA range checks)
msaelices Apr 11, 2026
4e242bc
Update rev to include PR #102 changelog entry
msaelices Apr 11, 2026
0261e77
Update rev to include PR #104 (precompute range classification)
msaelices Apr 12, 2026
ffdec29
Update rev to include PR #105 (eliminate get_pattern String copies)
msaelices Apr 12, 2026
eb911c5
Update rev to include PRs #103, #106 (re.sub + benchmarks)
msaelices Apr 12, 2026
eaf1299
Update rev to include PR #108 (capture group sub)
msaelices Apr 12, 2026
7296886
Update rev to include PR #110 (DFA fast path for sub)
msaelices Apr 12, 2026
6ecb1fd
Update rev to include PR #112 (optimize sub internals)
msaelices Apr 12, 2026
24d2d54
Update rev to include PR #113 (deep sub optimization)
msaelices Apr 12, 2026
e1bd379
Update rev to include PR #115 (SIMD LazyDFA first-byte filter)
msaelices Apr 13, 2026
a5961dd
Update rev to include PR #115 cleanup (remove dead scalar fallback)
msaelices Apr 13, 2026
35088de
Update rev to include PR #116 (extract shared nibble scan)
msaelices Apr 13, 2026
9ee206f
Update rev to include PRs #116, #117 and benchmark results
msaelices Apr 13, 2026
df5387e
Update rev to include PR #118 (fix 3+ way alternation bug)
msaelices Apr 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipes/mojo-regex/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
context:
version: 0.9.0
version: 0.10.0
mojo_version: "=0.26.2"
about:
description: "# Mojo Regex\nRegular Expressions Library for Mojo\n\n`mojo-regex` is a\
Expand Down Expand Up @@ -30,4 +30,4 @@ requirements:
- ${{ pin_compatible('mojo-compiler') }}
source:
- git: https://github.com/msaelices/mojo-regex.git
rev: 762c4569fefe09a0a01f6900d5a351a6a4e76de5
rev: a686999b3d6e7f8db47f96ac0a20d6d71a1a41d9