index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
core
/
text
/
regex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix multiline RegEx iteration
Feoramund
2025-05-26
1
-3
/
+54
*
Add more RegEx tests
Feoramund
2025-05-24
1
-6
/
+160
*
Remove `Global` RegEx flag, default to unanchored patterns
Feoramund
2025-05-24
1
-12
/
+12
*
Make RegEx VM restartable and fix iterator infinite loop
Feoramund
2025-05-24
1
-2
/
+3
*
Optimize regex match iterator.
Jeroen van Rijn
2025-04-07
1
-2
/
+1
*
Return loop index in regex iterator.
Jeroen van Rijn
2025-04-06
1
-4
/
+3
*
{.Glboal} implicit in regex allocator.
Jeroen van Rijn
2025-04-06
1
-1
/
+1
*
Keep -vet happy.
Jeroen van Rijn
2025-04-06
1
-1
/
+1
*
Add iterator for `core:text/regex`.
Jeroen van Rijn
2025-04-06
1
-0
/
+57
*
Add test for regex preallocated captures.
Ycros
2024-12-04
1
-0
/
+37
*
Fix tests
gingerBill
2024-08-21
1
-2
/
+2
*
Remove debug line from test
Feoramund
2024-08-05
1
-1
/
+0
*
Add explicit test case for Capture `pos`
Feoramund
2024-08-04
1
-0
/
+25
*
Use `regex.destroy` for test captures
Feoramund
2024-08-04
1
-4
/
+1
*
Test that a RegEx Capture `pos` corresponds to its `groups`
Feoramund
2024-08-04
1
-0
/
+7
*
Remove printing facilities for `Regular_Expression`
Feoramund
2024-07-24
1
-22
/
+0
*
Allow configuring of `MAX_CAPTURE_GROUPS` for `n` > 10
Feoramund
2024-07-24
1
-6
/
+64
*
Add test cases for unclosed classes and repetition
Feoramund
2024-07-24
1
-97
/
+66
*
Add tests for `core:text/regex`
Feoramund
2024-07-22
1
-0
/
+1012