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
/
core
/
text
/
regex
/
regex.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
text/regex: Pass given allocator on in create_iterator
Fabian Erdmann
12 days
1
-2
/
+2
*
Change Odin's LICENSE to zlib from BSD 3-clause
gingerBill
2025-10-28
1
-1
/
+1
*
text/regex: Remove old docmentation and unneeded flag
Feoramund
2025-06-20
1
-4
/
+0
*
Fix multiline RegEx iteration
Feoramund
2025-05-26
1
-4
/
+1
*
Remove `Global` RegEx flag, default to unanchored patterns
Feoramund
2025-05-24
1
-4
/
+0
*
Make RegEx VM restartable and fix iterator infinite loop
Feoramund
2025-05-24
1
-5
/
+62
*
Disallow .Multiline in iterator.
Jeroen van Rijn
2025-04-07
1
-0
/
+8
*
Remove now unused field.
Jeroen van Rijn
2025-04-07
1
-1
/
+0
*
Optimize regex match iterator.
Jeroen van Rijn
2025-04-07
1
-16
/
+40
*
Return loop index in regex iterator.
Jeroen van Rijn
2025-04-06
1
-2
/
+12
*
{.Glboal} implicit in regex allocator.
Jeroen van Rijn
2025-04-06
1
-0
/
+2
*
Add iterator for `core:text/regex`.
Jeroen van Rijn
2025-04-06
1
-5
/
+95
*
fix: regex's match_with_preallocated_capture returning num_groups
Ycros
2024-12-04
1
-0
/
+1
*
Review manual `for` loops in `core:text/regex`
Feoramund
2024-08-05
1
-1
/
+1
*
Add explicit license info to `core:text/regex`
Feoramund
2024-08-04
1
-0
/
+8
*
Add more documentation for `core:text/regex` API
Feoramund
2024-08-04
1
-0
/
+21
*
Move `Flag_To_Letter` to `core:text/regex/common`
Feoramund
2024-08-04
1
-11
/
+0
*
Hide `Regular_Expression` values
Feoramund
2024-08-04
1
-2
/
+2
*
Remove printing facilities for `Regular_Expression`
Feoramund
2024-07-24
1
-2
/
+0
*
Add `core:text/regex`
Feoramund
2024-07-22
1
-0
/
+434