Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 18, 2021 11:10
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/ed09d7d61045729d96210fa53dbeeaf1 to your computer and use it in GitHub Desktop.
Save Whateverable/ed09d7d61045729d96210fa53dbeeaf1 to your computer and use it in GitHub Desktop.
releasable6
    + Add missing `-I lib` to is-run tests [74e5212f]
    + Actually support running dd on native BOOT arrays [4e645ee5]
    + Merge pull request #4126 from rakudo/release-2020.12 [37403199]
    + Update 2020.12.md [357a7f30]
    + Extract find_exception method from throw_and_die [e3a0c32d]
    + Add X::Enum::NoValue exception [28b95813]
    + Remove unused line [184079c9]
    + Move to CentOS 7 in binary release linux build [38e69d87]
    + Merge pull request #4120 from MasterDuke17/add_missing_use_lib_to_test [3beb71cc]
    + Make Attribute's $!package point at the actual owner [5bc394f6]
    + Fix a mistype [bcb9a2c9]
    + Make EnumType($mixin-value) work again [e44b524e]
    + Fix use of undeclared variable in &Perl6::Actions::lower_signature [bef6b4f6]
    + Changelog: fix typo. bbkr++ [f0d64ea5]
    + Merge pull request #4129 from patrickbkr/bin-rel-pipeline-centos7 [4b6b2e07]
    + Bump  NQP to get the latest MoarVM fixes [7c37d922]
    + 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]
    + Fix calling programs with spaces in their path on Windows [570372f1]
    + Bump NQP [b3367e95]
    + Merge pull request #4138 from patrickbkr/fix-win-proc-with-space [86fd7f67]
    + 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]
    + Switch spawnprocasync to use a separate arg for the program name [c3d3027d]
    + Bump NQP [8d480e3e]
    + Merge pull request #4154 from patrickbkr/spawnprocasync-prog-arg [1ac6eb5f]
    + 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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment