Geth MoarVM/main: 2744dcc71d | (Will Coleda)++ | 9 files
Update many Perl 6 -> Rakudo

Leaving things that are exact quotes or from historical docs
04:28
MoarVM/main: a0118445e5 | (Will Coleda)++ | docs/release_guide.md
Note convention found during 2025.01 release
MoarVM/main: 37171e3fb5 | (Will Coleda)++ (committed using GitHub Web editor) | 10 files
Merge pull request #1901 from MoarVM/rakperl

Update many Perl 6 -> Rakudo
MoarVM/main: e298c150bb | (Will Coleda)++ | 18 files
Standardize markdown file extension
04:29
MoarVM/coke/cleanup: 2ccb89c553 | (Will Coleda)++ | 18 files
Convert old perl6 refs to Raku
04:30
MoarVM/main: 21f32c03f1 | (Will Coleda)++ | 18 files
Convert old perl6 refs to Raku
04:31
Geth MoarVM/main: 16eecc4e56 | MasterDuke17++ (committed using GitHub Web editor) | src/strings/latin1.c
Maybe optimize MVM_string_latin1_decode()

Reduce allocations in MVM_string_latin1_decode
Check up-front if the result is going to be 8 or 32 bit and have different paths for each case. Also, check if the result could be in-situ before starting decoding, so we can write directly into the ... (5 more lines)
11:12