summaryrefslogtreecommitdiff
path: root/lib/psych/visitors
AgeCommit message (Expand)Author
2021-05-19Implement YAML.safe_dump to make safe_load more usable.Jean Boussier
2021-05-10Merge pull request #475 from whitehat101/feature/dynamic-scalar-seq-styleAaron Patterson
2021-02-25Fix symabolize_name with non-string keysJean Boussier
2021-02-15Fix custom marshalization with symbolize_names: trueJean Boussier
2021-02-07feat: allow scalars and sequences to be styled when dumpedJeremy Ebler
2021-01-30Cache dispatch cache in an instance variableJean Boussier
2021-01-30Cache 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-07-16Remove private_iv_getCharles Oliver Nutter
2020-06-08Fix anchor lookup with symbolized namesJean Boussier
2019-11-28Implement `freeze` option for Pysch.loadJean Boussier
2019-11-28Implement a freeze load optionJean Boussier
2019-11-28Refactor `symbolize_names`Jean Boussier
2019-10-21Remove taint supportJeremy Evans
2019-07-22Deduplicate hash keys if they're stringsJean Boussier
2019-01-16Dump Hash ivars before elementsAaron Patterson
2019-01-09Round trip exception backtracesAaron Patterson
2019-01-09Refactor exception dumpingAaron Patterson
2019-01-09Dumping the backtrace never worked, so remove itAaron Patterson
2017-11-29Revert "Double quote stings that contain single quotes only"SHIBATA Hiroshi
2017-07-21Double quote stings that contain single quotes onlyWolfgang Teuber
2017-06-30Merge branch 'master' into frozenSHIBATA Hiroshi
2017-06-29Support enumerator objectsAaron Patterson
2017-06-29Rely on encoding tags to determine if string should be dumped as binaryAaron Patterson
2017-06-19make frozen_string_literal: trueSHIBATA Hiroshi
2017-06-16Merge pull request #158 from laserlemon/delegatorsSHIBATA Hiroshi
2017-03-27Fixed gabage linesSHIBATA Hiroshi
2017-03-27Removed to_yaml support on YAMLTreeSHIBATA Hiroshi
2017-03-27Removed override methodSHIBATA Hiroshi
2017-03-27Removed deprecated yaml_initialize methodSHIBATA Hiroshi
2017-03-27Remove to_yaml_propatiesSHIBATA Hiroshi
2017-03-07Removed annotation for syck/rubytypes.rbSHIBATA Hiroshi
2016-07-05Skips multiple requires of bigdecimal and dateJacob Kjeldahl
2016-06-24Merge pull request #270 from tenderlove/issue-11988SHIBATA Hiroshi
2016-02-23avoid extra calls to eliminate "\n" from Base64SHIBATA Hiroshi
2016-02-23Temporary disabled to frozen literal string.SHIBATA Hiroshi
2016-02-09Support YAML 1.2 Core Schema. Addressed https://bugs.ruby-lang.org/issues/11988SHIBATA Hiroshi
2015-11-14Fixes line_width: -1 handling #254Gleb Mazovetskiy
2015-09-16Use a constant to avoid thousands of String allocations of "<<".Joe Rafaniello
2015-08-27removed Ruby 1.9 supportSHIBATA Hiroshi
2015-07-10Fix omap to be !!omap instead of !omapJoseph Bisch
2015-03-30don't assume any tag starting with 'str' is a stringRob Steward
2015-02-06* ext/psych/lib/psych/visitors/yaml_tree.rb: register nodes whenAaron Patterson
2015-02-06* ext/psych/lib/psych/visitors/to_ruby.rb: fix support for regularAaron Patterson
2015-01-28* ext/psych/lib/psych/visitors/to_ruby.rb: fix parsing hashes withAaron Patterson
2015-01-17Fix anchorNobuyoshi Nakada
2015-01-15Only dump ivars for subclasses of String, not for String.Joe Eli McIlvain
2015-01-15Only dump ivars for subclasses of Hash, not for Hash.Joe Eli McIlvain
2015-01-13Fix block chomping and add more testsJakub Jirutka