Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 8, 2018 15: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/65aa18b1b79605930f4d9ff1fe411bed to your computer and use it in GitHub Desktop.
Save Whateverable/65aa18b1b79605930f4d9ff1fe411bed to your computer and use it in GitHub Desktop.
releasable6
  GH#2248 SEGV when building moar on RPi
    + Allow prefix calls with .:< ... > on integer literals [ec366c30]
    + Fix Regex.ACCEPTS: NDF does not set $/ #2176 [cf1df1d7]
    + Move some iterators from Range to R::Iterator [fcd45ff8]
    + Rework Range.iterator [a949a161]
    + Restore the "AAS" .. "ABS" behaviour [c1e62f08]
    + Don't close over anonymous classes in Rakudo::Iterator, part 2 [fa4fccb1]
    + Add support for all coloncircumfix in the form 42.:<-> [1835f280]
    + Don't close over anonymous classes in Rakudo::Iterator, part 3 [76c1f22a]
    + Don't close over anonymous classes in BagHash [1f44d169]
    + Don't close over anonymous classes in C::U::Installation [970fafc5]
    + Merge branch 'post-release-2018.08' [8593a0e0]
    + Unbreak the JVM build [82755848]
    + Prevent confusion with Iterator role [0f05d27c]
    + Make native arrays throw when storing lazy Seq [fc8c7f84]
    + Throw when splicing lazy Seq into native array [bb963a25]
    + Merge pull request #2240 from jstuder-gh/native_array_throw_on_lazy [d08a4145]
    + Make Seq smartmatch Iterables ok [d3cac14e]
    + Allow emitting Mu [3f10e2d1]
    + Make Supply.emit also take Mu [db3768e3]
    + Merge pull request #2232 from ryn1x/master [5af3c501]
    + Remove chromatic as release manager of 2009.12 release [656b0730]
    + Further remove chromatic's participation in Perl 6 [607ac154]
    + Remove unneeded .substr() candidates [fa4d3963]
    + Revert "Remove chromatic as release manager of 2009.12 release" [1937fe29]
    + Revert "Further remove chromatic's participation in Perl 6" [39db408a]
    + Merge pull request #2225 from ribbon-otter/issue2094 [6a6b0afb]
    + Merge branch 'master' into release-2018.08 [df2783ca]
    + Bump NQP to get the latest goodies [fc23b197]
    + Bump NQP to get new MoarVM template compiler [2f85fa37]
    + Bump NQP to get the latest MoarVM goodies [5b34f696]
    + Make for Str.words { } about 3x as fast [b8f37bfc]
    + Make for Str.lines { } about 2x as fast [3dd09be3]
    + Make for IO::Handle.lines { } about 10% faster [874ec002]
    + Make my @a = IO::Handle.lines about 10% faster [d198c1b7]
    + Make IO::Path.lines about 10% faster [1905838c]
    + Extract Str.words(:autoderef) and streamline it [92951168]
    + Obscurize words-autoderef a bit [ae739adf]
    + Make Str.chop(N) about 5x as fast [07089e89]
    + Bump NQP to get latest MoarVM goodies [ca1124c8]
    + Make Str.(r)index(needle,pos) about 20% faster [5d1d792a]
    + Fix a bug in the optimer where to optimalization where improperly combining [e436f4e5]
    + Actually set initialized flag after running p6init [54bd7ce8]
    + Merge pull request #2253 from Kaiepi/bootstrap [9b297074]
    + Bump NQP to get the fix for Inline::Perl5 [da0a81e3]
    + Add "count-only" method to Str.Lines/Words iterators [89055755]
    + Fix Str.Lines/Words iterator's count-only [86468e1e]
    + Add Str.Lines/Words bool-only method [070780e0]
    + Add APPENDICES/A02-some-day-maybe/concreteness.t to test files [741ae6f4]
    + Update internal doc of Iterator.count-only/bool-only [3b61d4f2]
    + Simplify the Map.kv iterator [6977973d]
    + Make sure Str.Lines iterator has correct bool-only semantics [64ddacab]
    + Correct 1dim shaped array iterator count-only/bool-only semantics [9738dfbf]
    + Correct Str.comb.count-only/bool-only semantics [d1e80dfe]
    + Disable Str.comb(N).count-only/bool-only semantics for now [9ff17367]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment