summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-27ruby tool/update-deps --fix卜部昌平
2024-04-27use of stdckdint.h卜部昌平
2024-04-27Remove unnecessary assignment to ast->body.line_countHASUMI Hitoshi
2024-04-26Fixed a value specified for OPT_THREADED_CODE (#10657)jinroq
2024-04-26Revert "YJIT: Try splitting getlocal/setlocal blocks (#10648)"Takashi Kokubun
2024-04-27Add line_count field to rb_ast_body_tHASUMI Hitoshi
2024-04-27Lrama v0.6.6yui-knk
2024-04-26YJIT: Correct signature of rb_yjit_root_mark()Alan Wu
2024-04-26YJIT: Stop asserting rb_objspace_markable_object_p()Alan Wu
2024-04-26YJIT: Fix reference update for `Invariants::no_ep_escape_iseqs`Alan Wu
2024-04-26Revert "Use -v to investigate which test is stuck"Takashi Kokubun
2024-04-26Avoid overriding GNUMAKEFLAGS's -jTakashi Kokubun
2024-04-26Allow RUBY_GC_LIBRARY_PATH to be set in minirubyPeter Zhu
2024-04-26Update default gems list at 3872e54039f467cdab5c9a0e384d91 [ci skip]git
2024-04-26[PRISM] Enable integer testKevin Newton
2024-04-26[ruby/prism] Bump to v0.27.0Kevin Newton
2024-04-26[PRISM] Sync latest config.yml documentation updatesKevin Newton
2024-04-26Fix compiler warning for ruby_external_gc_initPeter Zhu
2024-04-26YJIT: Try splitting getlocal/setlocal blocks (#10648)Takashi Kokubun
2024-04-26[PRISM] Use redundant return flagKevin Newton
2024-04-26[ruby/prism] Location#slice_lines, Node#slice_linesKevin Newton
2024-04-26[ruby/prism] Match CRuby error messages for invalid numericsKevin Newton
2024-04-26Skip a flaky Ractor test for YJITTakashi Kokubun
2024-04-26[ruby/prism] Add a flag on returns when they are redundantKevin Newton
2024-04-26[ruby/irb] Suppress command return valuesStan Lo
2024-04-26[ruby/openssl] Only CSR version 1 (encoded as 0) is allowed by PKIX standardsJob Snijders
2024-04-26[PRISM] Fix up if condition branch coverage locationKevin Newton
2024-04-26[PRISM] Fix up branch coverage for &. with blockKevin Newton
2024-04-26[PRISM] Enable branch coverage for if/unless conditionalsKevin Newton
2024-04-26[PRISM] Enable branch coverage for while/until loopsKevin Newton
2024-04-26[PRISM] Enable branch coverage for case pattern matchingKevin Newton
2024-04-26[PRISM] Enable branch coverage for caseKevin Newton
2024-04-26[PRISM] Enable branch coverage for &.Kevin Newton
2024-04-26[PRISM] Modify test_coverage to take prism into accountKevin Newton
2024-04-26[PRISM] Enable coverage in eval ISEQsKevin Newton
2024-04-26[PRISM] Enable coverage in top and main iseqsKevin Newton
2024-04-26Remove dependency on NODE from coverage structureKevin Newton
2024-04-26Use fprintf for error message when loading external GCPeter Zhu
2024-04-26Enable Ruby to run on Windows with frozen string literalsSam Aaron
2024-04-26[DOC] Fix a typo in globals.rdoc Diego Henrique
2024-04-26[DOC] Enhance `Numeric#nonzero?` docArtur
2024-04-26[ruby/irb] Command registration should take both strings and symbolsStan Lo
2024-04-26Set `SCRIPT_LINES__` outside of parseryui-knk
2024-04-26Set executable on rdoc-srcdir [ci skip]Nobuyoshi Nakada
2024-04-26[DOC] Caveat about "allocate then wrap"Nobuyoshi Nakada
2024-04-25Bump github/codeql-action from 3.25.2 to 3.25.3dependabot[bot]
2024-04-26[Universal parser] Decouple IMEMO from rb_ast_tHASUMI Hitoshi
2024-04-25YJIT: Relax `--yjit-verify-ctx` after singleton class creationAlan Wu
2024-04-25Use xcalloc for allocating shape treePeter Zhu
2024-04-25[PRISM] Raise LoadError when file cannot be readKevin Newton