summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-17Make the test pass with the old libyamlYusuke Endoh
2021-05-17assert_equal accepts an expected value as the first argumentYusuke Endoh
2021-05-17Use YAML.unsafe_load instead of YAML.load.Hiroshi SHIBATA
2021-05-17Workaround with fbb4e3f96c10de2240f2d87eac19cf6f62f65fea in yaml/store.rbHiroshi SHIBATA
2021-05-17lib/rdoc/rdoc.rb: Allow only RDoc::Options in .rdoc_optionsYusuke Endoh
2021-05-17Workaround with fbb4e3f96c10de2240f2d87eac19cf6f62f65fea in rdocHiroshi SHIBATA
2021-05-17Workaround with fbb4e3f96c10de2240f2d87eac19cf6f62f65feaHiroshi SHIBATA
2021-05-17test/ostruct/test_ostruct.rb: Use YAML.unsafe_load instead of YAML.loadYusuke Endoh
2021-05-17[ruby/psych] remove deprecated interfaceAaron Patterson
2021-05-17[ruby/psych] Bump versionAaron Patterson
2021-05-17[ruby/psych] Use Psych.safe_load by defaultAaron Patterson
2021-05-17[ruby/psych] Introduce `Psych.unsafe_load`Aaron Patterson
2021-05-17[ruby/psych] Removed needless platform detectionHiroshi SHIBATA
2021-05-17[ruby/psych] Import test assertions from ruby/rubyHiroshi SHIBATA
2021-05-17[ruby/psych] Fix symabolize_name with non-string keysJean Boussier
2021-05-17[ruby/psych] feat: allow scalars and sequences to be styled when dumpedJeremy Ebler
2021-05-17NEWS.md: mention lib/objspace/trace.rb [Feature #17762]Yusuke Endoh
2021-05-17* 2021-05-17 [ci skip]git
2021-05-17[Win32] long path name support [Bug #12551]Gabriel Nagy
2021-05-16PAGE_SIZE is never used on msys/mingwNobuyoshi Nakada
2021-05-16* 2021-05-16 [ci skip]git
2021-05-16Fix a typo [ci skip]Kazuhiro NISHIYAMA
2021-05-15* 2021-05-15 [ci skip]git
2021-05-15[ruby/irb] IRB should use the latest Reline, 0.2.5aycabta
2021-05-14tool/lib/minitest/mock.rb: define Object#stub only when not definedYusuke Endoh
2021-05-14test/objspace/test_objspace.rb: check stderr before stdoutYusuke Endoh
2021-05-14test/ruby/test_refinement.rb: prevent "assigned but unused variable"Yusuke Endoh
2021-05-14ext/objspace/lib/objspace/trace.rb: Remove the original Kernel#pYusuke Endoh
2021-05-14ext/objspace/lib/objspace/trace.rb: AddedYusuke Endoh
2021-05-14Refix PAGE_SIZENobuyoshi Nakada
2021-05-14Make USE_MMAP_ALIGNED_ALLOC static constNobuyoshi Nakada
2021-05-13What's Here for BasicObject (#4499)Burdette Lamar
2021-05-13What's Here for Kernel (#4488)Burdette Lamar
2021-05-14* 2021-05-14 [ci skip]git
2021-05-13Fix compilation with jemalloc on macosJohn Hawthorn
2021-05-13skip rb_bug for inconsistent zombies countKoichi Sasada
2021-05-13Also `\U` after control/meta is invalid [Bug #17861]Nobuyoshi Nakada
2021-05-12Avoid improper optimization of case statements mixed integer/rational/complexJeremy Evans
2021-05-12Fix handling of control/meta escapes in literal regexpsJeremy Evans
2021-05-13[rubygems/rubygems] Use `Time.stub :now` to avoid a random failureYusuke Endoh
2021-05-13* 2021-05-13 [ci skip]git
2021-05-13parse.y: Allow "command" syntax in endless method definitionYusuke Endoh
2021-05-12* remove trailing spaces. [ci skip]git
2021-05-12Use another class for the comparison.Koichi Sasada
2021-05-12Use assert_raise instead of assert_raisesHiroshi SHIBATA
2021-05-12Revert 924ce2c5ba4d1c1dc781a6a06682204d358421bbHiroshi SHIBATA
2021-05-12[rubygems/rubygems] Added begin-end block for java platformHiroshi SHIBATA
2021-05-12[rubygems/rubygems] Update the link of minitest code with the commit hash.Hiroshi SHIBATA
2021-05-12[rubygems/rubygems] Removed the related code for minitest-bisectHiroshi SHIBATA
2021-05-12[rubygems/rubygems] Fixed an intentional blank-lineHiroshi SHIBATA