summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-18[ruby/fiddle] Remove wrong commentSutou Kouhei
2021-05-18[ruby/fiddle] Bump versionKenta Murata
2021-05-18* 2021-05-18 [ci skip]git
2021-05-17Use a shared spec for YAML.load and YAML.unsafe_loadBenoit Daloze
2021-05-17Prefer respond_to? to defined? in MSpecBenoit Daloze
2021-05-17Bump version of required_ruby_version to 2.3. Fixes #464Hiroshi SHIBATA
2021-05-17[flori/json] Deduplicate strings inside json_string_unescapeJean Boussier
2021-05-17[flori/json] Refactor json_string_unescapeJean Boussier
2021-05-17[flori/json] Fix incorrect `#` position in API docMasafumi Koba
2021-05-17Removed EOL version from .github/workflows/spec_guards.ymlHiroshi SHIBATA
2021-05-17spec/ruby/library/yaml: Test YAML.unsafe_load instead of YAML.load in 3.1Yusuke Endoh
2021-05-17Revert "Use YAML.unsafe_load instead of YAML.load."Yusuke Endoh
2021-05-17Revert an accidentally commits at df86a13cc150f573b1078779667a1573747d3dbdHiroshi SHIBATA
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