summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-02Disabled test_s_random_bytes_is_fork_safe againHiroshi SHIBATA
2024-12-02[ruby/securerandom] Enabled test_s_random_bytes_is_fork_safe with Apple Silic...Hiroshi SHIBATA
2024-12-02[ruby/securerandom] Random::Formatter is only provided from Ruby 3.1Hiroshi SHIBATA
2024-12-02[ruby/securerandom] Enabled test_s_random_bytes_is_fork_safe on GitHub ActionsHiroshi SHIBATA
2024-12-02[ruby/securerandom] Removed unnecessary module for SecureRandom testsHiroshi SHIBATA
2024-12-02[ruby/io-console] Freeze the version stringNobuyoshi Nakada
2024-12-02[ruby/io-console] Check if `rb_syserr_fail_str` is availableNobuyoshi Nakada
2024-12-02Removed trailing spacesHiroshi SHIBATA
2024-12-02Update strscan structure for strscan/strscan.rbHiroshi SHIBATA
2024-12-02[ruby/strscan] test: don't omit "(...)" for method calls that have at least o...Sutou Kouhei
2024-12-02[ruby/strscan] Micro optimize encoding checksJean Boussier
2024-12-02StringScanner#scan_integer support base 16 integers (#116)Jean Boussier
2024-12-02[ruby/strscan] Prevent a warning "ambiguous first argument" during aYusuke Endoh
2024-12-02TypofixHiroshi SHIBATA
2024-12-02Revert "[ruby/rdoc] fix: C variables should never show up in Ancestors tree"Hiroshi SHIBATA
2024-12-02yasmdata.rb is no longer generated for years [ci skip]Nobuyoshi Nakada
2024-12-02[ruby/set] Fix ^ to respect subclassesKouhei Yanagita
2024-12-02[ruby/set] Speed up Set#flattenKouhei Yanagita
2024-12-01Win32: Accept slashes in --with-opt-dir argumentNobuyoshi Nakada
2024-12-01Win32: Use the symbolic name for the default NTVERNobuyoshi Nakada
2024-12-01Win32: Make waring 4013 errorNobuyoshi Nakada
2024-11-30[ruby/reline] Call user defined sigwinch and sigcont handlertomoya ishida
2024-11-30[ruby/irb] Prevent cursor flickeringMari Imaizumi
2024-11-30[ruby/rdoc] Methods are sorted symbols-firstMike Dalessio
2024-11-30Revert useless VPATH for NMAKE [ci skip]Nobuyoshi Nakada
2024-11-30[ruby/reline] Fix tests failing when INPUTRC is definedPascal Terjan
2024-11-30[ruby/rdoc] fix: C variables should never show up in Ancestors treeMike Dalessio
2024-11-30Improve the conditions for clearing the Connection Attempt Delay upon connect...Misaki Shioi
2024-11-30Win32: Fix dependencies with VPATH on nmakeNobuyoshi Nakada
2024-11-30Win32: Accept a symbolic name for `--with-ntver` optionNobuyoshi Nakada
2024-11-30[win32] fix arm64 instruction decodingjeremyd2019
2024-11-30[Bug #20910] dtrace related symbols are not considered leakedNobuyoshi Nakada
2024-11-29Warn when redefining __id__ as well as object_idJohn Hawthorn
2024-11-29RUBY_DEBUG: Verify PC correctness every allocJohn Hawthorn
2024-11-29[Bug #20915] Fix SEGV with `TracePoint#parameters` and aliased C methodviralpraxis
2024-11-29[DOC] Rewrite docs for rb_sym2str()Alan Wu
2024-11-29[DOC] Mention that rb_id2str() returns a frozen stringAlan Wu
2024-11-29YJIT: Avoid std::ffi::CString with rb_intern2() during bootAlan Wu
2024-11-29[rubygems/rubygems] make pretty_print tests whitespace agnosticDurable Programming Team
2024-11-29[ruby/reline] Don't skip start_with check on encoding-incompatibletomoya ishida
2024-11-29[ruby/reline] Fix RELINE_TEST_ENCODINGMari Imaizumi
2024-11-30Use `RSTRING_PTR` instead of `StringValuePtr`Yusuke Endoh
2024-11-29Fix use-after-free in constant cachePeter Zhu
2024-11-29[rubygems/rubygems] Enable pending exec specDavid Rodríguez
2024-11-29[rubygems/rubygems] Improve heredoc indentation in exec specsDavid Rodríguez
2024-11-29[rubygems/rubygems] Unify specs testing Bundler.setup failing behaviorDavid Rodríguez
2024-11-29[rubygems/rubygems] Backwards compatibility for 2.5.17-2.5.23 cachesDavid Rodríguez
2024-11-29[rubygems/rubygems] Restore previous application cache format for git sourcesDavid Rodríguez
2024-11-29[rubygems/rubygems] Check feature flag earlierDavid Rodríguez
2024-11-29[rubygems/rubygems] Remove unnecessary early returnDavid Rodríguez