GH#3966 Blin 2020.10, round 1
Created
October 21, 2020 05:36
-
-
Save Whateverable/1786bb2d20f0ba035d9281a3ad68d58b to your computer and use it in GitHub Desktop.
releasable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
status |
+ 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] + Add support for bundling arguments to the default argument parser [04164a0f] + 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] + Build: A wrong NQP version should abort the build [4dbdcb8d] + Switch to 'Raku' github project in Configure.pl [f3a70a58] + Fix Windows binary release script [bd029ae4] + Don't run spec tests during binary release build [99acfa9c] + sub MAIN: Negation and explicit values with bundling and single parameter [75f92d2b] + 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] + Merge pull request #3938 from patrickbkr/binary-release-fixes [6ff7c5be] + Merge pull request #3939 from patrickbkr/wrong-nqp-abort [b8191e81] + Merge pull request #3948 from patrickbkr/sub-main-single-param-bundling [26e046c5] + 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] + Correct a wrong env var RAKU_HOME -> RAKUDO_HOME in docs [e878e23a] + Generate a `rakuw.exe` on Windows [0ea6902d] + Merge pull request #3955 from patrickbkr/rakuw-executable [71a749b2] + 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] + Build: If NQP is stale and `--gen-nqp` is passed: rebuild [d8db03b5] + We must also reduce recursion level :-) [964f6e48] + Implement @[;] with all the bells and whistles [3ca1fede] + Merge pull request #3967 from patrickbkr/fix-3964 [f0d91a50] + 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]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment