Improvements: - [x] Remove meaningless command-line argument "parsetrace" [cff551c8](https://github.com/rakudo/rakudo/commit/cff551c8) - [ ] Add infix + - / * candidates for mixed int / num [1b46f713](https://github.com/rakudo/rakudo/commit/1b46f713) - [ ] Make -MSIL cleaner by excluding any core BBs [c7e41bd8](https://github.com/rakudo/rakudo/commit/c7e41bd8) - [ ] Test .from-posix versus .from-posix-nanos [f95aefad](https://github.com/rakudo/rakudo/commit/f95aefad) - [ ] Add profiling opts (from NQP) [6f087b06](https://github.com/rakudo/rakudo/commit/6f087b06) - [ ] Treat .WHERE as a macro, just as .HOW and friends [a0a198dd](https://github.com/rakudo/rakudo/commit/a0a198dd) - [ ] Give "macro" DEFINITE same treatment as WHO and friends [62927745](https://github.com/rakudo/rakudo/commit/62927745) - [ ] Give "macro" REPR same treatment as WHO and friends [971b2fa4](https://github.com/rakudo/rakudo/commit/971b2fa4) Fixes: - [ ] Fix roast test failure caused by 1b46f7135b7776e779 [fbb967b3](https://github.com/rakudo/rakudo/commit/fbb967b3) - [ ] Rename Test's exit-ok to exits-ok [24e6ff34](https://github.com/rakudo/rakudo/commit/24e6ff34) - [ ] MoarVM alignment fix for GCC 15.1/OpenSuse Leap 16 [fb0142fe](https://github.com/rakudo/rakudo/commit/fb0142fe) - [ ] Fix an inverted logic scenerio for $type_env [3babcc69](https://github.com/rakudo/rakudo/commit/3babcc69) RakuAST: - [ ] Fixup handling of =numtable [fcc0e185](https://github.com/rakudo/rakudo/commit/fcc0e185) - [ ] Allow for =table3 and friends in podification [f3ada07f](https://github.com/rakudo/rakudo/commit/f3ada07f) - [ ] Prevent execution error if no RakuAST [d1a33cd7](https://github.com/rakudo/rakudo/commit/d1a33cd7) - [ ] Rename =restart to =counter [dc33497f](https://github.com/rakudo/rakudo/commit/dc33497f) - [ ] Make rakudoc2text also take a ::CompUnit [81ea8224](https://github.com/rakudo/rakudo/commit/81ea8224)
Improvements:
Fixes:
RakuAST: