Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 18, 2020 03:18
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/c9192f9ad96363842ac0a62a5b07dfbe to your computer and use it in GitHub Desktop.
Save Whateverable/c9192f9ad96363842ac0a62a5b07dfbe to your computer and use it in GitHub Desktop.
releasable6
    + Add Iterator.deterministic method [87fc041f]
    + Add missing word, MasterDuke++ [b83b1b34]
    + Introduce %*SUB-MAIN-OPTS<coerce-allomorphs-to> [bd5eba4b]
    + Simplify coercer setting [49eecd68]
    + Improve output of Attribute with Pod::To::Text [a0a8a515]
    + Gen faster code for some kinds of `when` cases [c080e594]
    + Don't create an expensive Backtrace if failing... [0006475a]
    + Allow for a contentless spurt [f2ea0a65]
    + Make cas($target, &code) ~10% faster [484f870c]
    + Type IO::Socket::INET family/type/protocol values [534cc543]
    + Optimize some array operators [4ac0f737]
    + Merge pull request #4053 from rakudo/release-2020.11 [214df49c]
    + Fix spello in announcement [a3755971]
    + Merge pull request #4050 from dumarchie/array_operators [1cd8765e]
    + Merge pull request #4042 from dumarchie/cas [96ab6eba]
    + Merge pull request #4047 from Kaiepi/io-socket-inet-enums [f7ab4f50]
    + Merge pull request #4032 from rakudo/empty-spurt [737560e8]
    + Merge pull request #4005 from rakudo/coerce-allomorphs-to [2e337365]
    + Merge pull request #3963 from rakudo/iterator-deterministic [1aff2ad2]
    + Merge pull request #4029 from mienaikage/pod-text-attribute [b93d9b3f]
    + Add "deterministic" info to many iterators [b63c0e02]
    + BOOTiters don't have a deterministic method [c37a88e8]
    + Use deterministic method in multi array slicing [96285afb]
    + Fix typo [d84ed4e9]
    + Merge pull request #4055 from stoned/test-times-typo [551b6795]
    + Move "is test-assertion" to candidates [15ec4fe6]
    + Make the REPL a little bit smarter [7c0a81f5]
    + Remove all easily removable nqp::stmts [f2f2cf82]
    + Add missing debug type names for easier debugging [a68b8ab4]
    + Stop REPL complaining about "useless use" [eae309a4]
    + Change nqp::tostr_I(foo) to faster nqp::base_I(foo,16) [69f3e959]
    + Revert "Change nqp::tostr_I(foo) to faster nqp::base_I(foo,16)" [ce45754d]
    + Another round of nqp::if -> ternaries [aba90b01]
    + Revert "Stop REPL complaining about "useless use"" [e46a1da2]
    + Improve the performance of signature binding [b1f59a2f]
    + Merge pull request #4059 from vrurg/rakudo_4056 [f2ad0387]
    + Alternate fix for #4057 [f2851b90]
    + Increase sensitivity of Supply.batch(:seconds) x 1000 [aecfc9b3]
    + Remove some unnecessary returns [1801a5aa]
    + Add :emit-(once-)on-empty to Suppy.batch(:$seconds) [cb8eb68a]
    + Add :emit-timed to Supply.batch(:$seconds) [492651ea]
    + Integrate iterator variable increment into conditional [eabdee48]
    + Integrate iterator variable increment into conditional [45246aef]
    + Make a lot of integers native in NQP code [6852f40d]
    + Construct CUR::Distribution correctly in CU!WHICH [7d0813c3]
    + Implement metmodel transparency of nominalizables (#4058) [d37906d0]
    + Merge pull request #4063 from Leont/compunit-which [2a44729d]
    + Fix unwanted references to other compilations by CompilerServices [d0de7664]
    + Fix RAKUDO_MODULE_DEBUG output when the message contains meta characters [b58510ff]
    + Revert "[io grant] Make IO::Spec::Unix.splitdir 7.7x faster" [3d463419]
    + Give stub packages created by package_at_key a proper longname [aab4f55a]
    + Properly fix improper use of () in p6bindattrvinres [f154244c]
    + Accept Mu as cas target and values [998cae57]
    + Fix concurrency issue in compilations with heredocs [147bae3b]
    + Merge pull request #4064 from rakudo/fix-compiler-services-concurrency-issue [e90ed757]
    + Merge pull request #4068 from rakudo/fix-concurrent-heredoc-compilation [22c4bb5c]
    + Merge pull request #4067 from dumarchie/cas-target [1ccfb095]
    + Bump NQP to get latest MoarVM goodies [1b269831]
    + Make Num coercer demand definite invocant [a75b3fa8]
    + Fix subsets of coercions [af43ef62]
    + Merge pull request #4072 from vrurg/rakudo_1517 [3202466a]
    + Merge pull request #4073 from vrurg/rakudo_1405 [4e21adab]
    + Make defined lists not ACCEPTing undefined [9fd79f9e]
    + Merge pull request #4076 from vrurg/rakudo_3917 [3d8e942f]
    + Make any STDERR output also reset REPL [e8ab5272]
    + Adapt filenames in binary release scripts [3748884d]
    + Merge pull request #4071 from patrickbkr/bin-rel-renames [734631b6]
    + Merge pull request #4026 from MasterDuke17/gen_faster_code_for_some_given_when_cases [260f0158]
    + fix missing =over =back in running.pod [8fef0f73]
    + Don't use nqp::iterator on BOOTarray in dd [dce6804c]
    + Don't use nqp::iterator on nqp::getsignals [c663cc33]
    + Don't use nqp::iterator for running phasers [1712f03b]
    + Don't use nqp::iterator for getting Version parts [b525c4df]
    + Don't use nqp::iterator for running substitutions [6ee47f03]
    + Don't use nqp::iterator for Capture.WHICH [912381b7]
    + Don't use nqp::iterator for building verbose config [2ce5260e]
    + Don't use nqp::iterator to map over a sort result [80f92836]
    + Make "is DEPRECATED" introspectable on Routines [0d1c8a8e]
    + Don't use nqp::iterator iterating over mutable QuantHashes [161325e0]
    + Fix #4083 [17320542]
    + Assume Proc as return value as producing output [0d6278f3]
    + Fix a shaped array performance problem [f27e212b]
    + Merge pull request #4084 from rakudo/speedup-native-multidim-array-ops [a89d0207]
    + Fix handling of definite parameters (#4082) [ed16d6c1]
    + Change SET-SELF object init to use standard .new [65f24a8d]
    + Make array::(int|num|str)array dispatchable [c02c9cdb]
    + Make the native array code generation easier [46e9468f]
    + Make the native shaped array code generation easier [82d31e0d]
    + Make the native shaped array postcircumfix generation easier [137d49b0]
    + Native shaped postcircumfixes do not need to be indented [53ad24af]
    + Add missing candidats for 1dim shaped native arrays [0f4970da]
    + Remove postcircumfix[int] candidates [7c0956b8]
    + Add support for > 1 adverb to 1dim native shaped arrays [02e48d81]
    + add comment to explain usage of Perl5's pod syntax [1331ffdd]
    + Add basic slice candidate to native 1dim shaped arrays [42fceb08]
    + Add basic Callable candidate to native 1dim shaped arrays [2c5b5457]
    + Properly mark native shaped1 candidates [3def3ced]
    + Give native arrays their own postcircumfix candidates [705e6e62]
    + Fixes to native @a[Iterable] [4304e250]
    + Tighten up native @a[] invocant signatures [6c7044ec]
    + Only reset "before" code in the REPL when we can [6f7718ce]
    + Use Raku instead of NQP ops for literals in a when [b3a25580]
    + Merge pull request #4091 from MasterDuke17/gen_raku_ops_not_nqp_ops_for_literal_when_comparisons [cce2fa26]
    + Make the while loop in NQP [c4c4ba98]
    + Make optional coercive parameter work again [44cc88b5]
    + Mark the base native array class as Positional [d1d2546e]
    + Bump NQP to get latest MoarVM/NQP goodies [8eb9db3a]
    + Add support for native slice assignment from native [a76e2b6e]
    + Don't do recent native array opts on JVM backend [60fa48ec]
    + Use still slightly faster explicit nqp::add_i vs prefix ++ [6792cc42]
    + Bump NQP to get nwc10++ latest hash work on MoarVM [436437b7]
    + Merge pull request #4060 from rakudo/emit-on-empty [1ae04788]
    + Add support for native shaped1 slice assignment from native [bd944e7c]
    + Introduce Rakudo::Iterator.TailWith [f6c7ddb2]
    + Fix issue with 1dim native shaped array initialization [2274aa85]
    + Implement invocation protocol for roles [79d2aeab]
    + Don't try coercion on Type() invocations [5a22a7c5]
    + Don't pass native strings to exception constructor [77a7bd27]
    + Use pun source for coercion when a role is invoked [17223fc4]
    + Add sink-all method to a number of PredictiveIterators [cf0f2f2e]
    + Make Iterator.sink-all default to using skip-one [f0ebdd09]
    + Merge pull request #4065 from rakudo/fix-name-of-stub-packages [ac84c188]
    + Use throw_or_die instead of P6EX symbol [4009f401]
    + Pun coercion target if it's a role [538ad1b7]
    + Simplify and correctify binding an array slice [392d8be2]
    + Make sure that Rakudo::Iterator.TailWith decontainerizes [9dbb52f9]
    + Don't try un-pun anything but classes [9f98595c]
    + Merge pull request #4096 from vrurg/rakudo_4094 [79b55ac3]
    + Make @a[*-1] candidates about 60% faster [2d5d3bf4]
    + Bump NQP to get latest NQP/MoarVM goodies [c63f078a]
    + [JVM] Make optional coercive parameter work again [856dfb2d]
    + Remove return Sig from .elems methods [1c43c46e]
    + Merge pull request #4110 from usev6/jvm_coercive_optional [5e791d79]
    + Fix harmless typo [6843f803]
    + Fix copy-pasto, also spotted by stoned75++ [e1f09cfa]
    + Merge pull request #4080 from dod38fr/fix-pod [1639c787]
    + Do all coercion type makeup within parametrization [b5465b17]
    + Remove a overlooked call to compose [e4816198]
    + Merge pull request #4114 from vrurg/rakudo_4108 [3808eaa4]
    + Bump NQP to get latest goodies [04a50011]
    + Give R:I:IterationSet a .raku method for easier debugging [0d301fab]
    + When using Set semantics in (^), the weight is always 1 [7b6de5c5]
    + Make sure "use " is handled correctly in REPL [be455078]
    + Remove DEPRECATED candidates that didn't work [9040318c]
    + Remove deprecated functionality to core epilogue [7406f8c6]
    + Fix typo in test description [604f64f4]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment