+ Fix `no worries` pragma [f5b4d89f] + Don't lose scheduler when we pass the args [7c451514] + Avoid using variables where we don't need any [426a39a6] + Make `$ where Type1|Type2|Type…` typecheck ~8x faster [43b9c829] + Merge branch 'master' into post-release [f8c2b55e] + Use target type as default default for coercers [ae697080] + Merge branch 'master' into post-release [d74010ba] + Test detached non-alpha meths give useful error [ec23031d] + Minor formatting/line-length adjustments [d769f0a6] + Fix postconstraints in `my (...)` being ignored [3745eff1] + We got enough tests in this file; start a new one [dac1951e] + Fix optimizer crashes in map with certain args [f3efe5e6] + Don't block IO::Handle.get on TTYs after we reached EOF [359efef7] + Put IO grant work into "archive" dir [5793e6fe] + Fix crash with colonpaired variables declarations [a35cd4e6] + Fix Any.skip: *-1 crash [44ff0a2a] + Fix crashes in degenerate .tail(Callable) [ba675971] + Fix crash in `temp`/`let` with parametarized hashes [0a32e51b] + Ensure Hash.clone does not lose descriptor [0d7c4fe8] + Fix `let`/`temp` on hashes losing Nils [8c4c979e] + Fix Array.clone losing descriptor [45560ac9] + Merge branch 'master' into post-release [6f594cea] + Revert "Fix Any.skip: *-1 crash" [494ffb6a] + Alternate fix for Any.skip: Callable [8efba3a8] + [NQP Bump] Brings 9 commits [d1a48efc] + Merge pull request #1441 from rakudo/post-release [7c8bbc8d] + Give a bare 'fc' the same treatment as bare 'lc' or 'uc' [8ffbc43b] + Bump NQP_REVISION for nqp-j memory improvements [1676359b] + Fix basic list marshalling [a2499c90] + [NQP Bump] Brings 4 commits [a5c2398c] + Fix block migration in thunk gen; skids++ for the assist [1ee89b54] + Speed up repo chain setup by avoiding costly regexes [5bd33669] + Avoid costly regexes if include spec is a plain path [6fa1e78f] + Fix function signature [44e7220f] + Merge pull request #1446 from CurtTilmes/master [38ae3b9c] + Micro optimize parse-include-specS [c268f55c] + Speed up repository chain setup [5be174bb] + Re-enable negated chaining on the JVM [1f223190] + [NQP Bump] Brings 3 commits [e72ec518] + Merge pull request #1448 from jstuder-gh/jvm_neg_chaining [0c1191f6] + Speed up resolve-unknown-repos [b188cc82] + Avoid unnecessary check of PrecompilationId's validity [838beab9] + Clean up handler successors after throwish ops become non-throwing [baa1393b] + Improve dynamic optimization of nativecast [3ed2fbd5] + Reduce startup overhead of file I/O and module loading a bit [db1e067e] + Safe another millisecond by avoiding .repo-chain [a9a9e1c9] + Remove "hack" in nodemap [9bc26ec3] + Fix "No such method 'prefix'" when there's no HOME directory [b6a7d7f6] + Fix buf8 punning actually running at INIT time instead of BEGIN [c6cc673d] + Fix type constraint in Str.split's Seq [8afd791c] + Bump NQP to get the latest spesh templates [bb922466] + Unpack basic dispatch:<var> call to call its callable directly [ff31f0a3] + add myself per invitation from @lizmat [0abbd636] + Merge pull request #1452 from tbrowder/add2credits [f89a7195] + Fix Iterator.Rotor when cycle contains Whatever or Inf [ba7b4571] + Merge pull request #1454 from taboege/rotor-whatever [005714b6] + [NQP Bump] aaf5b78 [MoarVM Bump] Brings 18 commits [4d2b54eb] + Fix crash with ENTER nested inside LEAVE [58de239c] + Fix incorrect routine name in nodemap [7f07f68f] + Fix wrong error in REPL with none Junctions [2c36ab2e] + Change semantics of :b quoter tweak [deffe54b] + Initialize $*PERL during setting compilation to avoid runtime cost [671c3d60] + Avoid error when throwing error during setting compilation [c820e4be] + Micro optimize CompUnit::PrecompilationUnit::deserialize [00cde175] + Make Stash.merge-symbols a bit faster and the code more clear [ed9b287c] + Fix typo in comment [72948e84] + Fix broken indentation of code [cde0cabf] + QASTify .dispatch:<.=> calls [7fe23136] + Fix crashes with compile time evalution of Whatever curry [7c1f0b41] + Add temp path maker routines to test helpers [92c6a29a] + [NQP Bump] Brings 11 commits [bececb7b] + Test no SEGV when setting bad MVM_*_LOG files [a5c21acb] + Fix `where` optimization for Junction args [264a1a27] + Fix typo in comment; MasterDuke++ [6266fd53] + Fix crash in Proxy.perl [902f45f5] + Add windows-1251 encoding to the list of possible encodings [c73cb78f] + Bump Moar/NQP to get support for windows-1251 (Cyrllic) encoding [4507a565] + Elevate statevars to enclosing block when wrapped [299e8526] + Merge pull request #1467 from jstuder-gh/state_deep_cloning [646266ae] + Use a more descriptive desc for $*VM [86e926c7] + [NQP Bump] 99493b0 [MoarVM Bump] Brings 3 commits [e1a8b1d9] + Add more documentation on building MoarVM [66f1690f] + Merge pull request #1468 from Kaiepi/docs [ddda7439] + Fix whatever curry with regexes [d80fc376] + Fix crashes with compile time evalution of `where` thunks [95f23a56] + Bump NQP: MVM revert throw when windows1252 errors. JVM add 1251 [4a989a5e] + Memoize Whatever symbols lookup for whatever curry [f4732164] + Revert "Elevate statevars to enclosing block when wrapped" [b93656d8] + Revert "Revert "Elevate statevars to enclosing block when wrapped"" [42af2a35] + Revert "Use a more descriptive desc for $*VM" [01ce5632] + Revert "Revert "Use a more descriptive desc for $*VM"" [07f30e4b] + Try to make travis error say what's actually wrong [7d42e336] + Coaxe travis some more [49296519] + Revert "Initialize $*PERL during setting compilation to avoid runtime cost" [85ae1d1e] + Travis unbusted; restore X::Comp::BeginTime to former glory [2339d8dd] + Fix broken 2-arity sort of 2-el list [2e65de29] + Fix home repository to point at correct location [df1712d8] + [NQP Bump] 1e4606f [MoarVM Bump] Brings 18 commits [877e3cf8] + Test for an old issue in REPL [4385e3fc] + Oops in 4385e3fc0b5 [156876db] + Test one case of using .substr instead of .subst [9306e887]
Created
February 4, 2018 12:23
-
-
Save Whateverable/4e46aa1e6e9c8d785fdd2a984a23e3f6 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
next |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment