index
:
ori/mc.git
0.2
abi
autoexpr
autovar
bettermatch
biofunc
callee-save
closures
dependent-tags
fixtraits
freebsd-port
hashtraits
integrated
kill-sleq
libmath-merge
master
matchcomp
mbld-rebase
mbld2
mpkg
netbsd-port
peephole-opt
poller
qbe
struct-lit
threadwork
tls
trait-syntax
update-bootstrap
The Myrddin compiler.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
regex
Age
Commit message (
Expand
)
Author
2019-07-31
Fix bug in dump code: Stray '{', wrong args.
Ori Bernstein
2018-07-10
Make bio and regex disposable.
Ori Bernstein
2018-07-06
Typo fix in libregex.
Quentin Carbonneaux
2018-03-28
Fix typos in build.
Ori Bernstein
2018-03-28
Improve comments on the regex interpreter.
Ori Bernstein
2018-03-28
Improve commenting.
Ori Bernstein
2018-03-12
Reinit nexttid on every run.
Ori Bernstein
2018-01-27
Remove std.sleq
Ori Bernstein
2017-12-29
Benchmark matching at end of string.
Ori Bernstein
2017-12-28
Simplify tracing.
Ori Bernstein
2017-12-28
Clean up code.
Ori Bernstein
2017-12-28
Minor cleanup.
Ori Bernstein
2017-12-28
Performance increase.
Ori Bernstein
2017-12-28
Remove maxargs from redump.
Ori Bernstein
2017-12-28
Let's be freeing the threads.
Ori Bernstein
2017-12-27
Limit the size of the thread cache.
Ori Bernstein
2017-12-27
Free retired threads.
Ori Bernstein
2017-12-27
Speed up regex.
Ori Bernstein
2017-12-27
Remove trace calls from hot path.
Ori Bernstein
2017-12-27
Free all matching threads.
Ori Bernstein
2017-12-25
Formatting as a state machine.
Ori Bernstein
2017-11-28
Allow local variables to shadow namespaces.
Ori Bernstein
2017-11-14
Use new traits to implement hash tables
Lucas Gabriel Vuotto
2017-09-30
Replace bio.status(@t) with std.result(@t, bio.err)
Ori Bernstein
2017-09-16
fix some docs that were broken by renaming
Milo Turner
2017-09-04
Reduce the number of allocations in regex.
Ori Bernstein
2017-09-04
Modernize benchmarks.
Ori Bernstein
2017-07-17
Convert from `in` to `:`.
Ori Bernstein
2017-07-03
Function args should go into the block stab.
Ori Bernstein
2017-01-04
Remove dead makefiles and shuffle around docs.
Ori Bernstein
2017-01-03
Add regex escaping.
Ori Bernstein
2016-10-08
Rename mc.1 to 6m.1.
Ryan Roden-Corrent
2016-08-27
Rename `std.Fail to `std.Err.
Ori Bernstein
2016-06-11
Simplify reluctant match types.
Ori Bernstein
2016-06-08
Add matching that returns indexes.
Ori Bernstein
2016-05-24
Add support for unicode escapes.
Ori Bernstein
2016-05-23
Add suball functionality.
Ori Bernstein
2016-05-23
add substitution for full matches.
Ori Bernstein
2016-05-23
Refactor thread matching.
Ori Bernstein
2016-05-22
Implement noncapturing groups, '\r', and '\n'.
Ori Bernstein
2016-05-19
Add tracing of steps when in debug mode.
Ori Bernstein
2016-05-17
New syntax for casts.
Ori Bernstein
2016-05-17
The API has changed, and we must change with it.
Ori Bernstein
2016-05-16
Remove debug line that was causing crashes.
Ori Bernstein
2016-05-16
Add better regex debugging.
Ori Bernstein
2016-05-16
Add redump to installed binaries.
Ori Bernstein
2016-05-16
Remove outdated comments.
Ori Bernstein
2016-05-15
add compileast() function for libregex.
Ori Bernstein
2016-05-11
Implement regex.search()
Ori Bernstein
2016-02-05
change slgrow to take a pointer
andrewc
[next]