summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* spec/ruby/library/yaml: Test YAML.unsafe_load instead of YAML.load in 3.1Yusuke Endoh2021-05-173-112/+257
* Revert "Use YAML.unsafe_load instead of YAML.load."Yusuke Endoh2021-05-172-8/+8
* Revert an accidentally commits at df86a13cc150f573b1078779667a1573747d3dbdHiroshi SHIBATA2021-05-174-1157/+0
* Make the test pass with the old libyamlYusuke Endoh2021-05-171-3/+3
* assert_equal accepts an expected value as the first argumentYusuke Endoh2021-05-171-15/+15
* Use YAML.unsafe_load instead of YAML.load.Hiroshi SHIBATA2021-05-172-8/+8
* Workaround with fbb4e3f96c10de2240f2d87eac19cf6f62f65fea in yaml/store.rbHiroshi SHIBATA2021-05-171-1/+1
* lib/rdoc/rdoc.rb: Allow only RDoc::Options in .rdoc_optionsYusuke Endoh2021-05-172-5/+6
* Workaround with fbb4e3f96c10de2240f2d87eac19cf6f62f65fea in rdocHiroshi SHIBATA2021-05-172-4/+4
* Workaround with fbb4e3f96c10de2240f2d87eac19cf6f62f65feaHiroshi SHIBATA2021-05-176-18/+18
* test/ostruct/test_ostruct.rb: Use YAML.unsafe_load instead of YAML.loadYusuke Endoh2021-05-171-3/+3
* [ruby/psych] remove deprecated interfaceAaron Patterson2021-05-174-122/+8
* [ruby/psych] Bump versionAaron Patterson2021-05-171-1/+1
* [ruby/psych] Use Psych.safe_load by defaultAaron Patterson2021-05-171-6/+47
* [ruby/psych] Introduce `Psych.unsafe_load`Aaron Patterson2021-05-1726-123/+156
* [ruby/psych] Removed needless platform detectionHiroshi SHIBATA2021-05-171-10/+0
* [ruby/psych] Import test assertions from ruby/rubyHiroshi SHIBATA2021-05-174-0/+1167
* [ruby/psych] Fix symabolize_name with non-string keysJean Boussier2021-05-172-4/+5
* [ruby/psych] feat: allow scalars and sequences to be styled when dumpedJeremy Ebler2021-05-172-2/+123
* NEWS.md: mention lib/objspace/trace.rb [Feature #17762]Yusuke Endoh2021-05-171-0/+7
* * 2021-05-17 [ci skip]git2021-05-171-1/+1
* [Win32] long path name support [Bug #12551]Gabriel Nagy2021-05-173-1/+10
* PAGE_SIZE is never used on msys/mingwNobuyoshi Nakada2021-05-161-1/+1
* * 2021-05-16 [ci skip]git2021-05-161-1/+1
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2021-05-161-1/+1
* * 2021-05-15 [ci skip]git2021-05-151-1/+1
* [ruby/irb] IRB should use the latest Reline, 0.2.5aycabta2021-05-151-1/+1
* tool/lib/minitest/mock.rb: define Object#stub only when not definedYusuke Endoh2021-05-141-1/+1
* test/objspace/test_objspace.rb: check stderr before stdoutYusuke Endoh2021-05-141-1/+1
* test/ruby/test_refinement.rb: prevent "assigned but unused variable"Yusuke Endoh2021-05-141-1/+1
* ext/objspace/lib/objspace/trace.rb: Remove the original Kernel#pYusuke Endoh2021-05-141-0/+1
* ext/objspace/lib/objspace/trace.rb: AddedYusuke Endoh2021-05-142-0/+60
* Refix PAGE_SIZENobuyoshi Nakada2021-05-142-11/+11
* Make USE_MMAP_ALIGNED_ALLOC static constNobuyoshi Nakada2021-05-141-3/+3
* What's Here for BasicObject (#4499)Burdette Lamar2021-05-131-0/+25
* What's Here for Kernel (#4488)Burdette Lamar2021-05-131-0/+133
* * 2021-05-14 [ci skip]git2021-05-141-1/+1
* Fix compilation with jemalloc on macosJohn Hawthorn2021-05-131-1/+1
* skip rb_bug for inconsistent zombies countKoichi Sasada2021-05-131-7/+8
* Also `\U` after control/meta is invalid [Bug #17861]Nobuyoshi Nakada2021-05-132-2/+25
* Avoid improper optimization of case statements mixed integer/rational/complexJeremy Evans2021-05-122-0/+15
* Fix handling of control/meta escapes in literal regexpsJeremy Evans2021-05-123-34/+36
* [rubygems/rubygems] Use `Time.stub :now` to avoid a random failureYusuke Endoh2021-05-131-78/+102
* * 2021-05-13 [ci skip]git2021-05-131-1/+1
* parse.y: Allow "command" syntax in endless method definitionYusuke Endoh2021-05-132-0/+71
* * remove trailing spaces. [ci skip]git2021-05-121-1/+1
* Use another class for the comparison.Koichi Sasada2021-05-121-3/+2
* Use assert_raise instead of assert_raisesHiroshi SHIBATA2021-05-121-2/+2
* Revert 924ce2c5ba4d1c1dc781a6a06682204d358421bbHiroshi SHIBATA2021-05-121-11/+0
* [rubygems/rubygems] Added begin-end block for java platformHiroshi SHIBATA2021-05-121-34/+36