Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 22, 2021 09:36
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/f8693ea70005474438e2b1910241b81f to your computer and use it in GitHub Desktop.
Save Whateverable/f8693ea70005474438e2b1910241b81f to your computer and use it in GitHub Desktop.
releasable6
    + Speedup the basic @a[*] (Whatever slice) [9ad80af2]
    + Remove a lot of unnecessary int $pos candidates [4c91d743]
    + Merge pull request #4130 from vrurg/rakudo_4116 [5df809e2]
    + Add "Solaris" to $?Perl.KERNELnames [f918f0fd]
    + Merge pull request #4143 from nwc10/solaris [94d685d9]
    + Add "is-implementatio-detail" delegation [754b2850]
    + Revert "Add "is-implementatio-detail" delegation" [eb1eabf6]
    + Changes message string [336a2170]
    + Implement "is implementation-detail" for classes (#4135) [4384fc5c]
    + Fix problem in Compiler.verbose-config [ed6e2c8b]
    + Introducing Seq.slice(indices) (#3983) [63be83d3]
    + Implement `sec`, `asec` and `sech` in terms of other NQP trigonometric funcs. [c9d69dc6]
    + 02-simple-args.c should #include <sys/types.h> to get ssize_t [ac10a7a8]
    + Merge pull request #4151 from nwc10/need-sys-types-for-ssize_t [f8986324]
    + Prefer api sorting over version sorting [43613ac5]
    + Allow native @a[*-4 .. *..2] to work [8150a286]
    + Throw on non-Int result in Iterable index on native array [8a3e983c]
    + Throw on non-Int result in Iterable index on native array assignment [5eb55076]
    + Add candidate for native slice assignment from Iterable [4d40e23e]
    + Re-imagine array slicing, fixing issues, between 2x and 10x faster (#4131) [ca7bc91e]
    + Streamline some iterator setups [c039b28f]
    + Fix potential deadlock on specialization of roles [65a5cce1]
    + No longer use Travis for CI [53da2061]
    + [JVM] Unbust tests for X::Adverb [e6f49356]
    + Bump NQP [9894af71]
    + Rewind the REPL improvements of the past months [d53a9273]
    + Merge pull request #4146 from rakudo/rt-6588 [a13ea269]
    + Merge pull request #4148 from nwc10/sec-asec-and-sech-without-NQP-wrappers [34312495]
    + Merge pull request #4152 from rakudo/api-sorting [81c5f0ca]
    + Make sure that .of works on type objects always (#4106) [790240f6]
    + Introducing CachedIterator role (#3982) [9e13ace8]
    + Re-imagine PR 682 [12b49b83]
    + Properly todo REPL test with natives [39103199]
    + For now, don't allow hash key parameterization with native types [5aec4aaa]
    + Fix proclaim stack travesral [5133103d]
    + Make hash slice assignment about 2x as fast [75c58168]
    + Give the fast path of binding hash slices one less scope [09552ab5]
    + Fix %a<a b> = %h<b a> being borked by 75c58168a1e354 [281d9f3c]
    + Merge pull request #4168 from vrurg/fix-Test-proclaim-traversal [927fa332]
    + Make Array.ASSIGN-POS about 15% faster (#4170) [f623f1b6]
    + Remove a now unneeded unimatch multi [6306f1e0]
    + Merge pull request #4172 from stoned/unimatch-drop-multi [e7a46bc0]
    + Make RAKUDO_SCHEDULER_DEBUG_STATUS logging leaner [aa9e849a]
    + Add some commented out debug code for easier debugging [e14833bd]
    + Save two %*ENV lookups at every startup [39d3f136]
    + Save one $*SCHEDULER lookup at every startup [f993b345]
    + Make setting up of compiling options lazy as possible [43ccad29]
    + Make the precomp repo more lazy [82314883]
    + Create R:I.TARGET method [025448a6]
    + Add Rakudo::Internals.E method [467a931d]
    + Remove unneeded clone [3c79db6c]
    + Make Rakudo::Internals.E return a List [116c8e8e]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment