summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-28[rubygems/rubygems] More compact `open_file` fallback on WindowsDavid Rodríguez
2024-06-28[rubygems/rubygems] Avoid concurrent builds of Bundler when running specsDavid Rodriguez
2024-06-27Fix corruption of internal encoding stringPeter Zhu
2024-06-27[ruby/openssl] rewriting most of the asn1 init code in rubyHoneyryderChuck
2024-06-27Fix corruption of encoding name stringPeter Zhu
2024-06-27[rubygems/rubygems] Print a proper error when bin dir does not have writable ...David Rodríguez
2024-06-27[rubygems/rubygems] Reword some specs to disambiguate `chmod -x` from `chmod -w`David Rodríguez
2024-06-27[rubygems/rubygems] Only override `pre_install_checks` when necessaryDavid Rodríguez
2024-06-27[DOC] Fix a link in NEWS.mdKazuhiro NISHIYAMA
2024-06-26[ruby/prism] Handle block exits under modifiersKevin Newton
2024-06-26[YJIT] Fix block and splat handling when forwardingAaron Patterson
2024-06-26[DOC] Doc for exceptions (#11008)Burdette Lamar
2024-06-26[rubygems/rubygems] Don't print warning about nil versions being discouraged ...David Rodríguez
2024-06-26Use `File.open` instead of `IO.sysopen` (backport to 3.5) (#11061)Soutaro Matsumoto
2024-06-26[rubygems/rubygems] Add --no-test, --no-ci, and --no-linter optionsJerome Dalbert
2024-06-26[ruby/date] Update zonetab.h at 2024-06-26Nobuyoshi Nakada
2024-06-26Mentioned new mswin tasks related with vcpkgHiroshi SHIBATA
2024-06-26Added git for requirements of Windows buildHiroshi SHIBATA
2024-06-26Update bundled gems list as of 2024-06-26git
2024-06-26Test rbs-gem with unreleased version (#11060)Soutaro Matsumoto
2024-06-26We couldn't use nmake before configure.batHiroshi SHIBATA
2024-06-26Link dll files on install-vcpkg tasksHiroshi SHIBATA
2024-06-26Change `enum rb_parser_ary_data_type` default value to 1 for easy debugyui-knk
2024-06-25[ruby/prism] Fix documentation comment in generated with templates filesAndrew Konchin
2024-06-25[rubygems/rubygems] Only validate resolution info in BundlerThomas Marshall
2024-06-25[rubygems/rubygems] Add Specification#validate_for_resolutionThomas Marshall
2024-06-25[PRISM] Modules should also emit the CLASS eventKevin Newton
2024-06-25[rubygems/rubygems] Regenerate bundler docs for June 2024.Josef Šimánek
2024-06-25Allow ambiguosity of `return` lineNobuyoshi Nakada
2024-06-25Added tasks related vcpkgHiroshi SHIBATA
2024-06-25Update bundled gems list as of 2024-06-25git
2024-06-25Move to test/.excludes-prismNobuyoshi Nakada
2024-06-25Pending `EVENT_RETURN` settracefunc tests with PrismNobuyoshi Nakada
2024-06-25Show the detail info in the first lineNobuyoshi Nakada
2024-06-25[Bug #20457] Do not remove final `return` nodeNobuyoshi Nakada
2024-06-25Parenthesize `nd_fl_newline` macro expressionsNobuyoshi Nakada
2024-06-25[ruby/reline] Rerender and enter raw mode again by SIGCONTtomoya ishida
2024-06-24Handle hash and splat nodes in defined?Jeremy Evans
2024-06-24[ruby/io-console] Use locale insensitive casecmpNobuyoshi Nakada
2024-06-24[ruby/io-console] Use `strcasecmp`Nobuyoshi Nakada
2024-06-24[ruby/io-console] Use gperf 3.1 to generate ANSI-C codeNobuyoshi Nakada
2024-06-24[ruby/date] Use locale insensitive casecmpNobuyoshi Nakada
2024-06-24[ruby/date] Use `strncasecmp`Nobuyoshi Nakada
2024-06-24[ruby/date] Use gperf 3.1 to generate ANSI-C codeNobuyoshi Nakada
2024-06-24Use gperf 3.1 to generate ANSI-C codeNobuyoshi Nakada
2024-06-24Fix `--debug-frozen-string-literal` to not apply `--disable-frozen-string-lit...Jean Boussier
2024-06-24Extend the timeout of test_try_ldflag_invalid_opt and test_try_cppflag_invali...Yusuke Endoh
2024-06-24No longer needs `sigsetjmp`Nobuyoshi Nakada
2024-06-24With ASAN `EC_REPUSH_TAG` doesn't workKoichi Sasada
2024-06-24Use $GITHUB_PATHNaoto Ono