Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 23, 2020 07:49
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/0dbe51fa3338b224d0ba8572634b143c to your computer and use it in GitHub Desktop.
Save Whateverable/0dbe51fa3338b224d0ba8572634b143c to your computer and use it in GitHub Desktop.
releasable6
    + Fix stub packages in multi part declarations only knowing part of their name [51db5341]
    + Remove unnecessary branch in .truncate [7192a99e]
    + Merge pull request #3933 from rakudo/release-2020.09 [c7549f5e]
    + Adapt to simplified nqp::isprime_I [80bf1db1]
    + Merge pull request #3932 from MasterDuke17/adapt_to_simplified_isprime [f74950c5]
    + Merge pull request #3930 from MasterDuke17/simplify_truncate [e6797750]
    + Make BUILD(ALL)PLAN output a bit clearer [a26beb66]
    + Force "id" command to use POSIX locale [6a89d716]
    + Merge pull request #3940 from rypervenche/user-group [62a22d0f]
    + Move Int candidates from Numeric.pm6 to Int.pm6 [bf799bae]
    + Merge pull request #3943 from MasterDuke17/move_Int_candidates_from_Numeric_to_Int [02909428]
    + Merge pull request #3926 from rakudo/fix_name_of_stub_packages_in_multi_part_declarations [9fdc003e]
    + Fix possible race in multi-threaded precompilation [12946210]
    + Merge pull request #3741 from MasterDuke17/fix_possible_race_in_multi_threaded_precompilation [acd95d7d]
    + Merge pull request #2874 from Leont/bundling-arguments [e545b842]
    + Bump NQP to get nwc10's latest MoarVM hash fixes [18279aa0]
    + Remove trailing whitespace [d6c7a077]
    + whitespace [fd4106af]
    + Merge pull request #3946 from rakudo/coke/whitespace [73a04190]
    + minor .md updates [0688a553]
    + Make %a{a;b} about 30% faster [a5774094]
    + Further simplify %h{a;b;c} candidate [e435a087]
    + Re-implement %h{a;b} from scratch for 6.e [551b577d]
    + Oops, forgot to add &postcircumfix:<{; }> to core.e keys [f106c231]
    + Implement all supported adverbs for %h{a;b} [6986ea1d]
    + Oops, all %{;} accesses were deconted [8a2d9a61]
    + The :kv adverbs should force list return [1c08e66b]
    + Make Hash.DELETE-KEY on a non-existing key 40% faster [3131ce25]
    + Eh, the *default*, not the *of*  :-( [fcabad44]
    + Produce a better error message for my &MAIN = { } [e0e24a8d]
    + Fix for issue with Z / X with set operators (#3950) [338c7439]
    + Add sanity check in infix handling, fixes R#3949 (#3951) [4af961ed]
    + Make "is rw" on parameters of MAIN worry (#3947) [d0854ffc]
    + Fixes for tests that failed for %h{a;b;c}:adverbs [d08247db]
    + Make IterationBuffer.raku different [33bb6504]
    + Allow for current Hash.DELETE-KEY behaviour [94d89686]
    + Fix NativeCall/C++ to allow double instantiation [ecaf334c]
    + Merge pull request #3962 from mid1221213/fix-nativecall-1 [0f195279]
    + Rename multislice related files [18f3808e]
    + Split history src/core.c/hash_slice.pm6 to src/core.c/hash_multislice.pm6 [4b278bcb]
    + Split history src/core.c/hash_slice.pm6 to src/core.c/hash_multislice.pm6 [f9b3f925]
    + Split history src/core.c/hash_slice.pm6 to src/core.c/hash_multislice.pm6 [b1ec2489]
    + Split history src/core.c/hash_slice.pm6 to src/core.c/hash_multislice.pm6 [d6e94aed]
    + Split off hash_multislice.pm6 [564faa64]
    + Make %h{;} slices with * non-assignable [93503c24]
    + Don't pass current dim around anymore with %h{;} [b60772fa]
    + Optimize key creation in %h{;}:adverbs slices [198f6030]
    + Replace all for loops by nqp::until ones [ff2f2b0c]
    + Use lexical for pull-one results [420cb1f4]
    + Bump NQP to get nine++'s internment fixes [84ce97d2]
    + Fix typo in comment [e08b2807]
    + Properly handle :!exists in hash multi-slices [c701a482]
    + Simplify :exists handling on %h{;} [1971ba46]
    + We must also reduce recursion level  :-) [964f6e48]
    + Implement @[;] with all the bells and whistles [3ca1fede]
    + Bump NQP to get memory leak fixes, nine++ [2d461268]
    + Add one more recursion fix, missed in 964f6e48a5 [54eb4314]
    + BIND value itself should also be raw! [d713e451]
    + Add .gitattributes file & specify file extensions [42e0434d]
    + Add fix for issue #3971 [41a76cad]
    + Merge pull request #3972 from MasterDuke17/add_a_gitattributes_file [40973706]
    + Add ๐‘๐š๐ค๐ฎ๐๐จโ„ข and ๐‘๐š๐ค๐ฎโ„ข welcome message [80a4ada6]
    + Use consistent capitalization [4e9178f8]
    + Add shorten-versions named and use that for the REPL [bae905ef]
    + Merge pull request #3973 from tbrowder/clobber [134adcf9]
    + Make making a Uni between 1.5x and 22x as fast [2999be32]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment