summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-04-25[rubygems/rubygems] Add auto_install support to require "bundler/setup"Josh Nichols
2024-04-25[ruby/prism] Remove need for Natalie patchesKevin Newton
2024-04-25Use -v to investigate which test is stuckTakashi Kokubun
2024-04-25[ruby/reline] Fix inputrc nested $if $else $endif bugtomoya ishida
2024-04-25Don't use assert_separately in Bug 20453 testDaniel Colson
2024-04-25[Bug #20453] segfault in Regexp timeoutDaniel Colson
2024-04-25YJIT: Optimize local variables when EP == BP (take 2) (#10607)Takashi Kokubun
2024-04-25Embed rb_gc_function_map_t in rb_vm_tPeter Zhu
2024-04-25[PRISM] Enable more passing testsKevin Newton
2024-04-25[rubygems/rubygems] Don't upcase Windows ENV when backing it upDavid Rodriguez
2024-04-25[rubygems/rubygems] Remove unnecessary workaroundDavid Rodriguez
2024-04-25[rubygems/rubygems] Properly resolve aliases when `bundle help` is runDavid Rodríguez
2024-04-25false is not a pointer卜部昌平
2024-04-25[ruby/net-http] Skip test_session_reuse_but_expire with OpenSSL 3.3Xi Ruoyao
2024-04-25[Bug #20450] Remove rubyarchdir from bootsnap pathsEugene Kenny
2024-04-24Bump actions/checkout in /.github/actions/setup/directoriesdependabot[bot]
2024-04-24Bump actions/checkout from 4.1.3 to 4.1.4dependabot[bot]
2024-04-24Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0dependabot[bot]
2024-04-24We don't need to check if the ci is markable anymoreAaron Patterson
2024-04-24Update common.mk dependenciesKevin Newton
2024-04-24[ruby/prism] Warn for nested hashes as wellKevin Newton
2024-04-24[ruby/prism] Remove static literals dependence on parser definitionKevin Newton
2024-04-24Add ruby_mimcallocPeter Zhu
2024-04-24[ruby/irb] Memoize helper method instances with Singleton moduleStan Lo
2024-04-24Pass a callinfo object to global call cache searchAaron Patterson