Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 20, 2020 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/8bd7436ac278273e3072678f95e5c0bf to your computer and use it in GitHub Desktop.
Save Whateverable/8bd7436ac278273e3072678f95e5c0bf to your computer and use it in GitHub Desktop.
releasable6
fe14bcb7 was referenced but there is no commit with this id
0d238d89 was referenced but there is no commit with this id
40fdfee1 was referenced but there is no commit with this id
002acb1b was referenced but there is no commit with this id
    + Revert my work on IO::Path.child and revision control [8b94d8d2]
    + Don't check whether to actually close when calling .close [999d04aa]
    + Unify all # vim lines [e1cefecc]
    + Consistify Rakudo::Iterator.Pairs [d984e7c2]
    + Introduce Rakudo::Iterator.Truthy [bf01f845]
    + Introduce Rakudo::Iterator.MatchCursor [da9943a4]
    + Introduce Rakudo::Iterator.MatchCursorLimit [150af9a2]
    + Rework IO::Path.slurp a bit [36d89cf6]
    + Add R:It.MatchSplit iterator [6f459456]
    + Make Str.split(Regex) up to 2x faster [9c74d983]
    + Add R:It.MatchSplitMap iterator [92d01836]
    + Make Str.split(Regex, *%_) up to 2x faster [a9796fe5]
    + Modernize R:It.NextNValues [98dec90d]
    + Simplify NativeCall's !compile-function-body [792a0f00]
    + Fix code objects created BEGIN time EVAL getting lost in precompilation [537f8877]
    + Make $_ available to BEGIN time compiled frames [169f63d9]
    + Rework some Match internal methods [0a84aa7f]
    + Scrape off about 4% creating a new cursor in a regex [15961f91]
    + Bump NQP for MoarVM spesh/GC fix [ff155842]
    + Introduce R:It.MatchMatch/MatchStr [902401b7]
    + Make Str.comb use the new R:It.MatchMatch/MatchStr iterators [4d1ef59e]
    + Make Match!MATCH-CAPTURES about 30% faster [272c4636]
    + Make recursive captures a tiny bit faster [ed65d733]
    + Make Match!MATCH about 10% faster for repeated lookups [e3fa44ab]
    + Use faster .push rather than .append [7f47db80]
    + Simplify the Azure CI configuration + Several fixes [fce783a1]
    + Update nqp-configure [7bace1be]
    + Simplify multi/single capture handling [0b48651c]
    + Simplify Match.clone [537a6e41]
    + Make reifying captures about 3% faster [f627d2c8]
    + Remove dead code [fbb0abc1]
    + Make Match.caps about 35% faster [87e91def]
    + #3751 Fix vcs conflict marker detection [65e412f7]
    + Merge pull request #3752 from atroxaper/3751 [f4747daf]
    + Bump NQP to get latest MoarVM and NQP goodies [5b507c8a]
    + Simplify code in Grammer [f10e5bce]
    + Simplify Grammar.parse further [8be24067]
    + Bump NQP to get MoarVM performance and FreeBSD build fixes [e2b12308]
    + Bump NQP to get double-free fix [26a7869b]
    + Make sure all text files have the same # vim: line [81344705]
    + Make positional captures stored in an Array again [6f6b2dfe]
    + Don't use separate method for recursing [219199bb]
    + Make sure push-all doesn't push when exhausted [077300c5]
    + Copy comments of NQPMatchRole to Match [f11d7508]
    + Simplify EVAL(:check) handling [afe85110]
    + Make sure Grammar.parse can handle Cool again [1402c1d1]
    + Make Hash.sort a tiny bit faster [cd617248]
    + Make sure / gets the right prefix [6b22c1eb]
    + Simplify prefix logic [7691742a]
    + Make sure we dir with a clean slate [484f0744]
    + Split history src/core.c/Match.pm6 to src/core.c/INTERPOLATE.pm6 [417a591a]
    + Split history src/core.c/Match.pm6 to src/core.c/INTERPOLATE.pm6 [777e7b65]
    + Split history src/core.c/Match.pm6 to src/core.c/INTERPOLATE.pm6 [3f9f23a9]
    + Split history src/core.c/Match.pm6 to src/core.c/INTERPOLATE.pm6 [638517da]
    + Move all of INTERPOLATE and friends into a separate file [05907227]
    + Mark :view as an implementation-detail [2bfaab6c]
    + Fix windows quoting bug (#3761) [9a75738f]
    + Merge pull request #3762 from rakudo/ugexe-patch-2 [1b52f017]
    + Revert "Make sure we dir with a clean slate" [e231558c]
    + Correct trailing '/." in dir [9b9d9f64]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment