1
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fudge backtracking tests, and run them again More... over 13 years ago
get rid of some regex modifier tests that are (intentionally) no longer supported More... over 13 years ago
include p6regex-test in "test" target More... over 13 years ago
[p6regex-test] fudge it to be clean; fix a few tests along the way More... over 13 years ago
precedence fix for regex test, Coke++ More... over 13 years ago
[setting] implement split(), mostly stolen from partcl-nqp, Coke++ More... over 13 years ago
Update bootstrap. More... over 13 years ago
Add && conjunctions to regexes. More... over 13 years ago
Add parsing for &&. More... over 13 years ago
Update bootstrap files. More... almost 14 years ago
Optimize quantified+ratcheted character lists a bit, such as \h* and \v+ . This seems to improve Rakudo's compilation of core.pm by about 2%. More... almost 14 years ago
Add debugging/profiling to quote_EXPR. More... almost 14 years ago
Add analyze-parse, a simple Perl script for summarizing --parsetrace output. More... almost 14 years ago
Add debugging/profiling for <EXPR>. More... almost 14 years ago
Add debugging/profiling to <ww> builtin. More... almost 14 years ago
Refactor cursor_debug output a bit to allow some simple profiling. More... almost 14 years ago
Bump PARROT_REVISION to 2.7.0 release. More... almost 14 years ago
Update bootstrap with improved debug calling. More... almost 14 years ago
Avoid calls to '!cursor_debug' method when debugging is disabled. This (combined with previous commit) appears to improve Rakudo compilation speed about about 9% on the core.pm benchmark. More... almost 14 years ago
Allow protoregexes to avoid calling !cursor_debug when debugging is turned off. More... almost 14 years ago
Update bootstrap. More... almost 14 years ago
Optimize single-character constant literal tests to use 'ord' instead of 'substr'. More... almost 14 years ago
Refactor case-insensitive literals in preparation for other improvements. More... almost 14 years ago
Bump PARROT_REVISION to be closer to 2.7.0 release. More... almost 14 years ago
add ... More... almost 14 years ago
Update bootstrap. More... almost 14 years ago
Fix general quantifier in regexes with charclasses (RT #76792). More... almost 14 years ago
update bootstrap files with :i + quotes fixes More... almost 14 years ago
add tests for :i and quoted strings More... almost 14 years ago
Quotes should respect :i More... almost 14 years ago