summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych/visitors
AgeCommit message (Expand)Author
2024-01-18[ruby/psych] Add :stringify_names option to convert symbol keys to string for...Robert Schulze
2024-01-17[ruby/psych] issue #443: quote Y and N when dumpingColin Kelley
2023-12-25[ruby/psych] Remove now-unreachable rescue blockAlexander Momchilov
2023-12-25[ruby/psych] Remove unused arrayAlexander Momchilov
2023-12-19[ruby/psych] Use `compare_by_identity` instead of `object_id`Alexander Momchilov
2023-11-27[ruby/psych] Prefer each_char in Psych::Visitors::Visitor::ToRuby#deserializeMau Magnaguagno
2023-01-23[ruby/psych] Fix RestrictedYAMLTree allowing the Symbol class should allow al...Jean Boussier
2022-09-07[ruby/psych] Dump Date/DateTime as proleptic Gregorian date as well as TimeNobuyoshi Nakada
2022-08-09[ruby/psych] Raise specific error when an anchor isn't definedAlexander Momchilov
2022-08-09[ruby/psych] Raise specific error when aliases are not enabledAlexander Momchilov
2022-01-22[ruby/psych] Add strict_integer option to parse numbers with commas as stringsSeth Boyles
2021-10-24[ruby/psych] Prefer `require_relative` for internal requiresDavid Rodríguez
2021-08-31[ruby/psych] Add quotes to the strings "y" and "n"Aaron Patterson
2021-06-07[ruby/psych] Implement YAML.safe_dump to make safe_load more usable.Jean Boussier
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-10[ruby/psych] Fix custom marshalization with symbolize_names: trueJean Boussier
2021-05-10[ruby/psych] Cache dispatch cache in an instance variableJean Boussier
2021-05-10[ruby/psych] Cache access to Psych.load_tags in Visitor::ToRubyJean Boussier
2020-12-23[ruby/psych] Optimize cache with `compare_by_identity`Marc-Andre Lafortune
2020-12-23[ruby/psych] Make Ractor-ready.Marc-Andre Lafortune
2020-09-25Remove private_iv_getCharles Oliver Nutter
2020-06-23[ruby/psych] Fix anchor lookup with symbolized namesJean Boussier
2020-06-05[ruby/psych] Implement `freeze` option for Pysch.loadJean Boussier
2020-06-05[ruby/psych] Implement a freeze load optionJean Boussier
2020-06-05[ruby/psych] Refactor `symbolize_names`Jean Boussier
2019-11-12[ruby/psych] Remove taint supportJeremy Evans
2019-07-25[ruby/psych] Deduplicate hash keys if they're stringsJean Boussier
2019-06-25Dump Hash ivars before elementsAaron Patterson
2019-06-25Round trip exception backtracesAaron Patterson
2019-06-25Refactor exception dumpingAaron Patterson
2019-06-25Dumping the backtrace never worked, so remove itAaron Patterson
2017-12-01Merge psych-3.0.0.hsbt
2017-11-27Merge psych-3.0.0.beta4 from upstream.hsbt
2017-07-14Merge psych-3.0.0.beta3 from ruby/psych.hsbt
2017-06-16Merge psych-3.0.0.beta2 from https://github.com/ruby/psychhsbt
2017-04-05Import psych-3.0.0.beta1 from ruby/psych.hsbt
2016-09-07* ext/psych/*, test/psych/*: Update psych-2.1.1hsbt
2016-06-24* ext/psych/*, test/psych/*: Upate psych 2.1.0hsbt
2016-01-10stdlib: avoid extra calls to eliminate "\n" from Base64normal
2015-12-16handle ext/ as r53141naruse
2015-12-07* ext/psych/*: update psych to 2.0.16tenderlove
2015-09-02* ext/psych/*: merge psych master(8737e5b). It contains following fixes.hsbt
2015-08-21* ext/psych/*: update to Psych 2.0.14tenderlove
2015-02-06* ext/psych/lib/psych/visitors/yaml_tree.rb: register nodes whentenderlove
2015-02-06* ext/psych/lib/psych/visitors/to_ruby.rb: fix support for regulartenderlove
2015-01-28* ext/psych/lib/psych/visitors/to_ruby.rb: fix parsing hashes withtenderlove
2015-01-17yaml_tree.rb: fix anchornobu
2015-01-16* ext/psych/lib/psych/visitors/yaml_tree.rb: only dump hashtenderlove
2015-01-16* ext/psych/lib/psych.rb: bump versiontenderlove