Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 30, 2018 14:02
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/8ce040aa00fe482d3e1ffef5768a5ece to your computer and use it in GitHub Desktop.
Save Whateverable/8ce040aa00fe482d3e1ffef5768a5ece to your computer and use it in GitHub Desktop.
releasable6
    + Make Hash.push/append between 20% and 40% faster [12cfde2a]
    + Introducing the ultra-fast braindead JSON parser [16ce9c89]
    + Revert "Introducing the ultra-fast braindead JSON parser" [abbbd2a5]
    + [6.d] 🧙‍♂️ Cast a spell of silence on $()/@()/%() [bb88a032]
    + We only need the Actions class, no instace [58592bd0]
    + Attempt #2 at making R:I:JSON.from-json faster [c9432c20]
    + Use actual value in `constant` typecheck error [1ff9fa32]
    + [6.d] Set non-DefiniteHOW default default for DefiniteHOWs [38b198c9]
    + Revert "Attempt #2 at making R:I:JSON.from-json faster" [c14df189]
    + Make make an only [369068ae]
    + [6.d] Attach ex. handler to `start` in sink context [6ee5f757]
    + Make "".ord orders of magitude faster [b22edce4]
    + Add skip-one method to appropriate PredictiveIterators [e54885e5]
    + Merge branch 'master' into release-2018.09 [6b418fbe]
    + Add S32-io/mkdir_rmdir.t to list of test files to run [d3ba449f]
    + Remove trailing whitespace [d2f9b6fc]
    + Normalize ZDRs on Rational creation [671c4115]
    + Add missing decont in Rational.new for ZDRs [75ec2248]
    + Proactively die on Rational.Str for ZDRs [a639fa9c]
    + Teach DIVIDE_NUMBERS helper to normalize ZDRs [70ea8830]
    + Check for ZDRs in .floor/.ceiling [6d70346c]
    + Make `==` with Rationals up to 1.55x as fast [c5a2eb81]
    + Make Rational `===` Rational 2.47x as fast [97e8413b]
    + Merge pull request #2314 from rakudo/normalized-ZDRs [75cf8be7]
    + Bump NQP for latest (big) batch of MoarVM goodies [43919c6b]
    + Make 'my @a is List = 1,2,3' work [2bdf2b35]
    + Allow for initializations of "is List" attributes [b537ce2e]
    + Bump NQP to get Moar's fork-safety patches [02fbbc0c]
    + Make "for ^10 .reverse" just as fast as "for ^10" [2dd02751]
    + A slightly more correct handling of ^10 .reverse [645eeb52]
    + [NQP Bump] 58011e6 [MoarVM Bump] Brings 2 commits [b96f60ff]
    + Use a simple atkey in generated BUILDALL [464a86b1]
    + Don't use _DECONTED spesh fact [f989b262]
    + Don't use nqp::usecapture in `new` [74ca05f2]
    + Avoid repeated hash access in BUILDALL [2fd8ffe5]
    + [NQP Bump] Brings 5 commits [ace87cb5]
    + Make 1...10 and 10...1 about 75x as fast [dfd6450d]
    + Clean up some trailing whitespace [5a974cb9]
    + Refactor the "for range/sequence { }" optimization [49baea70]
    + Optimize "for 1,3...9" and "for 9,7...1" [89787028]
    + Use spesh plugin for BUILDALL assignments [14fa3b69]
    + Don't wrap nosink-marked nodes with a sink [2136e735]
    + Put in nqp::p6settypes on not moar backends [ddb5f8fc]
    + [NQP Bump] af49187 [MoarVM Bump] Brings 2 commits [698c5ff7]
    + Document purpose of non-normalizing rat routine [4a968059]
    + Improve array assignment inlinability [8bd3e502]
    + Fix QAST crash in `for …` opt with Rats [2af789d7]
    + Fix wrong type of result in `for 1.5 … 2.5 {}` [f8d91b9e]
    + Cover new `for` opts [996742e5]
    + Check `for ^10 .reverse {}` opt is done [60d64e10]
    + Cover more `for` opts [bab9a8d7]
    + BEGINnify nqp::getcurhllsym('default_cont_spec') [06dfbf02]
    + Make [42] use the new Scalar initialization setup [8c4546bb]
    + [NQP Bump] b33470c [MoarVM Bump] Brings 6 commits [2840a296]
    + Cover profiler crash [5ff64514]
    + Make [@a] and [1,2,3] about 1.4x faster [e430813f]
    + Ensure correct semantics for [Nil] [88e6de22]
    + Make List.Array coercion about 1.5x as fast [3d405e89]
    + Fix false positives of role punning.isa(role) [5f3579eb]
    + Use uppercase hex for Blob.gist [cc2fcc9a]
    + Move sum perf test from roast [f1ee08dc]
    + Add a BOM on open for utf16 filehandles [959b89cf]
    + Merge pull request #2330 from samcv/utf16-bom [56f76ed3]
    + Revert "Fix false positives of role punning.isa(role)" [bda8c1ea]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment