+ Optimize Uni.list [8b7385d8] + Make Str.perl 43x faster for some chars [ba6b84bd] + Optimize Str.perl and uniprop(Int, Str) [6ac56cc0] + Add comment Str!APPLY-MATCHES is used... [4e5c908d] + Merge pull request #1547 from rakudo/post-release [5c35faf0] + Make all explicit only subs a multi [16b57af5] + Make only sub min/min/minmax multi's [55bc053c] + Make sub classify / categorize multi's [182b7ea5] + Make sub push/append/unshift/prepend/splice multi's [63775474] + Make sub subbuf-rw a multi [c2d0d3ac] + Make sub chomp/flip/index/ord/lc/uc/fc/tc/tclc/indices a multi [cdb45fa5] + Fix various sleep() issues [e3c4db73] + Make $?COMPILATION-ID a proper string [62242caa] + Make EVAL { ... } give a better error message [5ae1bbe1] + Rewrite 'Strip Slip' return to fit style better [e17f23f3] + Merge pull request #1553 from jstuder-gh/quoteword_slip_style_tweak [832ae591] + Link `#perl6` in text to actual chat [de3bde13] + Tweak up commit bit docs [f9bced0c] + s/Markdown/Pod/ [d0455a73] + s:g/Markdown/Pod/ [da61c8d1] + remove reference to parrot [3dd86f3d] + Fix Whatever curry QAST::Block migration in stmt mods [5270471c] + Comment that in_stmt_mod and statement_id… [2c04b208] + Merge branch 'master' of https://github.com/rakudo/rakudo [084ac02e] + Speedup Rational.Str [008b9279] + Docs for the point release [dc0f06b5] + Merge pull request #1558 from MasterDuke17/speedup_Rational.Str [6006e2f6] + Implement Rational.Bool [748d1a57] + Merge branch 'release/2018.02.1' [d3a7d7d2] + Make sub sleep/sleep-timer/sleep-until multi's [4f473867] + Make sub hash a multi [bf5e3357] + Update error description on sub circumfix:<:{ }>() [26e34cd1] + Make sub is-prime a multi [5210d702] + Make sub gist a multi [b704a175] + Make subs chdir/chmod/unlink/rmdir/mkdir/rename/copy/move/symlink/link a multi [4c67498f] + Make sub combinations/permutations a multi [7d72387b] + Whitespace fixes for Rational.pm [36caa18a] + Fix X::TypeCheck::Binding::Parameter with subsets… [a4f9090e] + Remove unused code [235d3f1c] + Merge pull request #1563 from MasterDuke17/whitespace_fixes_for_Rational.pm [2a8b17ae] + Implement IO::CatHandle.handles [d5baa036] + Privatize the cat [639c6da0] + Improve Test.pm6's like/unlike [7c1a6cac] + Fix failure to sink last statements of `for` loops [4c5b81fe] + Merge pull request #1570 from rakudo/fix-for-sink [8a10fc17] + Reword IO::CatHandles.handles to workaround JVM bug [eb064922] + Make sub list/cache a multi [838782b7] + Make sub rand/srand a multi [abfbd1ab] + Make sub gethostname a multi [6d6a69fd] + Revert 6e0ac15e574cbeef22c [3a0d53ce] + Make sub pair a multi [c1d2a5bc] + Make sub run/shell multi's [4da2418a] + Make sub make a multi [62fc3118] + Bump NQP to get all the latest NQP and MoarVM goodies [fed92e3b] + Make sub exit a multi [d3f50dba] + Make sub signal a multi [b9f40fea] + Make subs trim/trim-leading/trim-trailing multi's [dfef8283] + Make sub chrs a multi [9a0a7bdd] + Make sub uniparse a multi [32b08035] + &say should not auto-thread [b62e0eb7] + improve message 1<3 heuristic to recognize 1<=3 [52176c3c] + Make sure all set ops have an "is pure" on their proto only [af353894] + Make substr() just a front for Str.substr [7835652d] + Apparently a |c doesn't select the candidate [b688a6f3] + Make substr-rw() just a front for Str.substr-rw [038837f8] + Move substr/substr-rw catcher methods from Any to Cool [aad79f8a] + Remove no longer used helper sub [6f2cbcf7] + Make clearer what works where [15b94786] + Add some more guidance in comments for atomics [c3358851] + Make several atomic subs multi's [51fccdfe] + Make internal RETURN-LIST sub faster for common case [3a4056bf] + Make subs sprintf/printf/samecase/split multi's [474c512c] + Make sub circumfix:<{ }> a multi [4f04698f] + Fix typo in comment [fc643a21] + Differentiate precomp NC sub setup markers [b27c548f] + Make Num.Bool 9x faster [2a42cdbb] + Make subs infix:<|>/infix:<&>/infix:<^> multi's [423e7cc0] + Make sub rotate a multi [ae4204c5] + Make sub roundrobin a multi [8cba0846] + Make sub prefix:<|> a multi [1b94ff6f] + Make subs infix:<×>|<÷> aliases of subs infix:<*>|</> [254f477e] + Make sub infix:<=~=> a multi [5490bacd] + Mark sub infix:<=> as an "only" sub [1be26afb] + Mark subs WHAT/HOW/VAR as only subs [25bedf88] + Make subs infix:<andthen>/<notandthen>/<orelse> multi's [e1b711ae] + Make sub infix:<o> a multi [a23684f3] + Make sub infix:«=>» a multi [804c009a] + Make subs infix:<..>/<^..>/<..^>/<^..^> and prefix:<^> multi's [f5b23a55] + Make infix:<≤> an alias of infix:«<=» [aadd3c12] + Make infix:<≠> an alias of infix:«!=» [bc52fefa] + Make infix:<≥> an alias of infix:«>=» [a2100ec7] + Make infix/prefix:<−> an alias of infix/prefix:<-> [2e7a0e59] + Make Str.comb(Regex) return a Seq, fixes GH #1564 [1da07530] + Add `--profile-[compile|stage]` to `--help` output [3b350739] + Remove trailing whitespace [d643c2cc] + Merge pull request #1580 from MasterDuke17/add_stage_and_compile_profiling_options_to_help_output [79a95b49] + Nano-optimize supervisor thread sleep [4617976d] + Further nano-optimize threadpool scheduler thread [85ad0eba] + Move chrs() logic to List.chrs and make chrs() the gateway [1894eace] + Move ords() logic to Str.ords [61176475] + Use .pm6 under src/core/, not .pm [98e575de] + Use .p6 instead of .pl6 for some tools [b7df58f2] + Add missing shebang [02fc1ffe] + CREDITS.pl6 → CREDITS.p6 [efd0d6c0] + Remove Range.clone-with-op / Fix bug on ops with subclasses of Range [440fceac] + Remove Cool.path; cfa++ for pointing it out [b212fc5e] + Revert "Remove Cool.path; cfa++ for pointing it out" [76eff07d] + Add "Polishing Rationals" proposal [a918028e] + Do not assume Junction guarantees execution order [207313be] + Fix REPL breakage from last commit [89f33bbe] + Explicitly unset REPL env vars for the test [e9cff795] + Fix cases of mis-scoped QAST::Block of regexes [fb882d49] + Fix .grep(Regex) on Hyper/Race Seqs [5e462e12] + Do not make Failures handled in &dd [7773c3d5] + Merge pull request #1577 from rakudo/fix-R-1576--native-call-segv [b5100d6a] + HLLize items before testing for type in Buf [29fdb75a] + Uncomment native bit shift candidates [3d735975] + [NQP Bump] Brings 4 commits [a5a6c778]
Created
March 5, 2018 11:39
-
-
Save Whateverable/bbf041ee51c1be487059cf4e30c66ff5 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment