Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 19, 2021 03:22
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/1a717b1779cb3d0e1b3c2fb36fe781b2 to your computer and use it in GitHub Desktop.
Save Whateverable/1a717b1779cb3d0e1b3c2fb36fe781b2 to your computer and use it in GitHub Desktop.
releasable6
    + Provide basic support for CORE:: namespace for the core itself [ea92934c]
    + Make 6.e PseudoStash a child of 6.c PseudoStash [3fcf6f75]
    + Add support for :implementation-detail argument [b03afef5]
    + Merge pull request #4376 from rakudo/release-2021.05 [1962e674]
    + Add a `repl` sub to enter the repl from within a program (#4325) [4183cdaf]
    + Tweak worker addition for many small tasks [39e5834d]
    + Add .Buf / .Blob coercers to Blob / Buf (#4374) [f83e5511]
    + Merge pull request #4380 from rakudo/workers-for-long-queues [ce943fca]
    + Fix some edge-cases with (+) (.) (&) (|) [89fd8a8d]
    + Make .grep(Regex) and .first(Regex) about 40% faster (#4383) [0de28ae7]
    + Speed up setup of NativeCall subs and reduce memory usage [3b7fef2e]
    + Merge pull request #4395 from MasterDuke17/micro_optimize_levenshtein [919fe7b8]
    + Bump NQP to get latest NQP / MoarVM goodies [faec8044]
    + Merge pull request #4393 from rakudo/speed_up_native_call_setup [9433d0f9]
    + [doc in script] fix an url and make it a link [5885e2cc]
    + Merge pull request #4398 from cognominal/fix-url-and-make-it-link [16eaa069]
    + [JVM] Remove special case for native arrays on JVM [28ff12a8]
    + Make Mu eqv Mu work [750c5d04]
    + Simplify Iterable eqv Iterable [168da39a]
    + Abstract single elem path of [] into R:I [db074a8b]
    + Implement Foo.pick(**) [cd4a72b6]
    + Make signature destructuring with a Junction an error [15d372e2]
    + s/Perl6/Raku in more places [48de1772]
    + No longer use unicode in REPL on Windows [5e1c97ba]
    + s/$*PERL/$*RAKU/ [4f61a108]
    + Try to rename precomp files multiple times on Windows [a9510b8d]
    + Pull repeated code to try something a number of... [7dfed29c]
    + Support generics with consumtion/inheritance in roles [4b996568]
    + Micro-optimize calls to HOW [6e1cfe4c]
    + Merge pull request #4373 from vrurg/6e-pseudostash-inherits-6c [f0b7ee71]
    + Merge pull request #4407 from vrurg/allow-generic-inheritance [d881ac05]
    + Fix bogus "emit without supply or react" in Supplier's TapList [4953a299]
    + Merge pull request #4411 from MasterDuke17/try_renaming_precomp_files_multiples_times_on_windows [292e8c86]
    + Introduce "done foo" as shortcut for "emit foo; done" (#4412) [452e92ed]
    + Bump NQP... [2c3a1a04]
    + Merge pull request #4414 from rakudo/fix_race_condition_in_supplier [ca8dea27]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment