summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-16Restore the global random seedNobuyoshi Nakada
2021-12-16Fix Kernel#srand and Kernel#rand descriptions [ci skip]Nobuyoshi Nakada
2021-12-16Refine wording about the default random seed [ci skip]Nobuyoshi Nakada
2021-12-16Install gemspec even though no .rb and no .soYuta Saito
2021-12-16btest: assign $stderr = STDOUT instead of IO#reopen to be more portableYuta Saito
2021-12-16Use `to_s` and `puts` in testsNobuyoshi Nakada
2021-12-16Suppress empty-body warningNobuyoshi Nakada
2021-12-15Remove RubyVM::JIT (#5275)Takashi Kokubun
2021-12-16* 2021-12-16 [ci skip]git
2021-12-15YJIT: Remove unused branch_t::src_ctx fieldAlan Wu
2021-12-15Update stdlib version at 333865e56f594f365f2b3b4ef0f86f [ci skip]git
2021-12-15Workaround for reline.gemspecNobuyoshi Nakada
2021-12-15Skip test_operating_system_customizing_default_dir for failing with rubyciHiroshi SHIBATA
2021-12-15Update stdlib version at 9f87c0cc6dff70e8a1c4d204d1d459 [ci skip]git
2021-12-15[rubygems/rubygems] Pass `:bimode` explicitly to `File.open`David Rodríguez
2021-12-15[rubygems/rubygems] Extract a helper to temporarily modify internal encodingDavid Rodríguez
2021-12-15[rubygems/rubygems] Unify duplicated helperDavid Rodríguez
2021-12-15Update stdlib version [ci skip]Kazuhiro NISHIYAMA
2021-12-15Skip s390x because Travis CI was failing with unknown reasonHiroshi SHIBATA
2021-12-15Merge RubyGems and Bundler masterHiroshi SHIBATA
2021-12-15Update stdlib version at ded33ed5b8d923b0bb707b4e617ba0 [ci skip]git
2021-12-15Update stdlib in NEWSNobuyoshi Nakada
2021-12-15Remove unused footnote [ci skip]Kazuhiro NISHIYAMA
2021-12-15Update bundled_gems at 2021-12-15git
2021-12-15Adjust indents [ci skip]Nobuyoshi Nakada
2021-12-15ucrt can raise `Errno::EINVAL`Koichi Sasada
2021-12-15fix testKoichi Sasada
2021-12-15use `RB_VM_LOCK_ENTER()`Koichi Sasada
2021-12-15Removed no longer used variablesNobuyoshi Nakada
2021-12-15Fixed env_pairs array typesNobuyoshi Nakada
2021-12-15Use prototype definition instead of old K&R styleNobuyoshi Nakada
2021-12-15Update dependenciesNobuyoshi Nakada
2021-12-15Adjust styles [ci skip]Nobuyoshi Nakada
2021-12-15Removed traling spaces [ci skip]Nobuyoshi Nakada
2021-12-15Symbols closed to env should be staticNobuyoshi Nakada
2021-12-15Make ENV shareableRohit Menon
2021-12-15Add Ractor tests for ENVRohit Menon
2021-12-15Move exception-raising functions out of mutex; Refactor env-copyingRohit Menon
2021-12-15Add locks for ENVRohit Menon
2021-12-15[DOC] Improve Thread::Queue.new docs [ci skip]Victor Shepelev
2021-12-14YJIT: Fix unexpected truncation when outputing VALUEAlan Wu
2021-12-15[ruby/cgi] Extract CGI::Session#new_store_fileNobuyoshi Nakada
2021-12-14Don't invalidate BOPs when aliases redefinedJohn Hawthorn
2021-12-14YJIT: Avoid unnecessary BOP invalidationJohn Hawthorn
2021-12-15[DOC] Fix docs rendering for Process._fork [ci skip]Matheus Richard
2021-12-15Fix arg_forward without parentheses [Bug #18267]Nobuyoshi Nakada
2021-12-15Revert "Rename `in_kwarg` as `in_argdef` as unrelated to keywords"Nobuyoshi Nakada
2021-12-15prohibit load by `autoload` on non-main RactorKoichi Sasada
2021-12-15fix local TP memory leakKoichi Sasada
2021-12-15Add examples for Integer.try_convert [ci skip]Matheus Richard