1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 20 hours ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactor outer_ctx handling a bit in HLL::Compiler. More... almost 14 years ago
Removed debugging line More... almost 14 years ago
Make it work with Rakduo More... almost 14 years ago
Merge remote branch 'upstream/master' into regex-interpolation More... almost 14 years ago
Fix generating multitype for complex types. More... about 14 years ago
Push "_" into .multi for parameters without typename. More... about 14 years ago
Update to use parrot's pct_multi_support branch features. More... about 14 years ago
Add tests for :multi generating. More... about 14 years ago
Merge branch 'master' into multis More... about 14 years ago
Fix generating :multi pragma for methods More... about 14 years ago
Implement generating of :multi pir pragmas More... about 14 years ago
Implement (by cargo-culting simplified STD.pm6) parsing of multis More... about 14 years ago
Add support for interpolation in regexes More... about 14 years ago
Update bootstrap. More... about 14 years ago
More cleaning up for nqp-setting.pm -> nqp-setting.nqp . More... about 14 years ago
Update bootstrap. More... about 14 years ago
Rename nqp-setting.pm to nqp-setting.nqp . More... about 14 years ago
Add "#! nqp" marker and generation note to beginning of nqp-setting.nqp . More... about 14 years ago
Adjust so that load_bytecode on a precompiled module automatically executes the mainline of the module. This is required for lexically-scoped subroutines to be initialized properly inside of modules and classes. More... about 14 years ago
Turn INIT() sub in P6Regex::Actions into a standard INIT {...} block. More... about 14 years ago
Fix test target to rebuild nqp-settings.pbc prior to running tests. More... about 14 years ago
Make sure setting subroutines are properly package ('our') scoped instead of defaulting to lexically scoped. More... about 14 years ago
Enable typename parsing for parameters. Again, this simply parses the typenames, nothing is being done with the typenames for now. More... about 14 years ago
Add typename parsing to variable declarations. (The typenames don't do anything yet, we just ignore them after parsing.) More... about 14 years ago
Add self to CREDITS More... about 14 years ago
Eliminate extra $repl_string variable bind+lookup from subst(). More... about 14 years ago
Use StringBuilder in subst instead of manually collect pieces. More... about 14 years ago
Update bootstrap. More... about 14 years ago
Fix bug in match() (which was manifesting itself in subst() :global). More... about 14 years ago
Add test for subst More... about 14 years ago