Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 16, 2020 06:43
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/4cb54db3549671d9a3920387114d236e to your computer and use it in GitHub Desktop.
Save Whateverable/4cb54db3549671d9a3920387114d236e 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]
    + 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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment