Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created March 7, 2022 11:25
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/fb5e454a142694f1fa395dc7456ae141 to your computer and use it in GitHub Desktop.
Save Whateverable/fb5e454a142694f1fa395dc7456ae141 to your computer and use it in GitHub Desktop.
releasable6
    + Turn junctions into value objects [cc3ed94b]
    + Fix a bug with gist over Junction keys [df09bef0]
    + Fix classification and categorization over junctions [c50f51f9]
    + Merge pull request #4781 from rakudo/release-2022.02 [0b11a143]
    + Make error on Date.later(:hour|minute|second) more awesome [7f00f798]
    + Remove some unnecessary `try`s (#4773) [0949d67c]
    + Bump NQP to get NQP's try fixes [83b2417a]
    + Give .chomp the possibility to specify a needle (#4739) [cccc3e8c]
    + Make native array generator work for uint arrays [ceaa38fc]
    + First batch of moving to uint [4d61a582]
    + Use uint for AT/ASSIGN-POS on native arrays [28a734d1]
    + Un =my= X::Comp::Group [74cca333]
    + All of the uinting on native arrays for now [548c2550]
    + Add uint postcircumfix:<[ ]> candidates for native arrays [167c2394]
    + Fix premature uinting, spotted by japhb++ [72b9e1c2]
    + Optimize simple ^42 loops with uint rather than int [ce07254a]
    + uintify the Uni class [e000840d]
    + uintify the Array::Shaped1 role [88386a09]
    + uintify the Array::Shaped2 role [3e89b30a]
    + uintify the Array::Shaped3 role [96cbc2be]
    + uintify Sequence.EXISTS/AT-POS [f807186e]
    + uintify Array [de9eeeb2]
    + uintify List [7c5595e2]
    + uintify Range [a965cdcb]
    + uintify Capture [771655b0]
    + Merge pull request #4769 from vrurg/problem-solving-311 [b67d38c4]
    + Merge pull request #4770 from vrurg/problem-solving-312 [fafcca31]
    + Fix typo'd missing : in .nominal_type signature (#4788) [59dcca66]
    + Hopefully fix JVM breakage [a71ec345]
    + Revert "Optimize simple ^42 loops with uint rather than int" [b5f49ace]
    + Generate the SignedBuf/UnsignedBuf roles [65507b89]
    + Fix name of Buf role generatot script [7870b446]
    + Address nine++ 's remarks on 65507b89d0602b9 [4677dcb7]
    + Generate the SignedBlob/UnsignedBlob roles [fb25bd4e]
    + Decrement # of calls in a block if any are optimized away [4d19c236]
    + Merge pull request #4792 from MasterDuke17/decrement_count_of_calls_in_a_block_if_any_are_optimized_away [fbe73152]
    + Optimize more cases of p6decontrv ops (#4793) [2ed88523]
    + Use ++$i instead of $i = nqp::add_i($i,1) [f8e69321]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [473e903a]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [bd722aba]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [c7231cd7]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [c1345c57]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [08dcab8d]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [a236d438]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [8529cc97]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [802a4737]
    + https://twitter.com/SpittingImage/status/1493928040442777602 [b79e9ba5]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [6513988b]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [8077ebd3]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [af7c1c32]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [c92b44ec]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [2bf84660]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [a6019d51]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [81099326]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [3b64a627]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [2dfc69e2]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [e06e32ef]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [11494f98]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [db277ae2]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [0fac2da8]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [648d02a1]
    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) [5caf7aaf]
    + Fix IO::Path::parent [4ef9426f]
    + Streamline the BLOB generated code a bit [6a21196c]
    + Generate the sorting logic for native arrays [64c7dfa1]
    + Streamline Buf role generation a bit [6230645a]
    + Make typed Array.BIND-POS same as untyped [5c8a2cf7]
    + Make Complex multiplication factor constant [7bc572e7]
    + Streamline Complex -> Real coercion [e3b836a5]
    + Simplify creating a Complex object [967a130f]
    + Hopefully fix issues on JVM backend [b46fed9c]
    + Merge pull request #4795 from patrickbkr/fix-io-path-parent [2de6d63d]
    + Bump NQP to get nqp::coerce_ns op, bartolin++ [ad85660c]
    + Enable num->str coercion in native.repeated/unique [979cc607]
    + Make sure tools/install-dist.p6 is also available as .raku [6ddf7529]
    + Bump NQP to get libuv bump [451ad0ea]
    + Bump NQP to get mimalloc 2.0.5 [0dead3c6]
    + Bump NQP to get dependency fixes [d53b3ee8]
    + Change parent to always just remove the last element [e53716aa]
    + Fix multi-method candidates lost when 6.e role is applied [6b58cc03]
    + Merge pull request #4802 from vrurg/fix-multi-method-regression [68a43f9d]
    + Merge pull request #4800 from patrickbkr/fix-parent-to-be-stupid [8fb0a66d]
    + Expose Label.file/line [028828ac]
    + Bumped NQP to get latest MoarVM fixes [1d733cbf]
    + Bump NQP to get more JITted ops on MoarVM [1cd72f1b]
    + Bump NQP to fix dependency issues on rebuild [1823cdad]
    + Bump NQP to get latest MoarVM unsigned int fixes [5d1056a0]
    + Bump NQP to get MoarVM multi-level inlining fix [be86adba]
    + Bump NQP to get some MoarVM fixes [66a67dee]
    + Bump NQP to get MoarVM unsigned int spesh fixes [54f98fd7]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment