summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych/visitors
AgeCommit message (Expand)Author
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
2015-01-08* ext/psych/lib/psych/visitors/yaml_tree.rb: correctly quote non-asciitenderlove
2015-01-08* ext/psych/lib/psych/visitors/to_ruby.rb: call `allocate` on hashtenderlove
2015-01-08* ext/psych/lib/psych/visitors/to_ruby.rb: revive hashes with ivarstenderlove
2014-12-01* ext/psych/lib/psych/visitors/to_ruby.rb: support objects that aretenderlove
2014-08-29* ext/psych/lib/psych/visitors/yaml_tree.rb: fix NameError dumping andtenderlove
2014-08-29* ext/psych/lib/psych/visitors/to_ruby.rb: merge keys with a hashtenderlove
2014-08-29* ext/psych/lib/psych/visitors/to_ruby.rb: quoted "<<" stringstenderlove
2014-08-05* ext/psych/lib/psych/visitors/to_ruby.rb: backwards compatibility fortenderlove
2014-06-05* ext/psych/lib/psych/visitors/yaml_tree.rb: dump empty symbols with atenderlove
2014-03-01* ext/psych/lib/psych/visitors/yaml_tree.rb: support dumping Encodingtenderlove
2014-01-09* ext/psych/lib/psych/visitors/yaml_tree.rb: dumping strings withtenderlove
2014-01-09* ext/psych/lib/psych/visitors/to_ruby.rb: anonymous structstenderlove
2013-11-26* ext/psych/lib/psych/scalar_scanner.rb: fix support for negativetenderlove
2013-11-05* ext/psych/lib/psych/visitors/to_ruby.rb: process merge keys beforetenderlove