aboutsummaryrefslogtreecommitdiffstats
path: root/test/psych
Commit message (Expand)AuthorAgeFilesLines
* [ruby/psych] Skip test_ractor.rb with ruby/psych repoHiroshi SHIBATA2020-12-231-1/+1
* [ruby/psych] Optimize cache with `compare_by_identity`Marc-Andre Lafortune2020-12-231-0/+3
* [ruby/psych] Make Ractor-ready.Marc-Andre Lafortune2020-12-231-0/+47
* Merge Psych-3.2.1 from ruby/psychHiroshi SHIBATA2020-12-142-0/+24
* [ruby/psych] Forward keyword arguments in load_file and load_streamJean Boussier2020-09-251-0/+34
* Remove private_iv_getCharles Oliver Nutter2020-09-251-1/+2
* [ruby/psych] Fix anchor lookup with symbolized namesJean Boussier2020-06-231-0/+10
* [ruby/psych] Fixing compatibility with libyaml 0.2.5Aaron Patterson2020-06-053-24/+21
* [ruby/psych] Fix ArgumentError with leading and trailing underscores in numbe...Mark Thorn2020-06-051-0/+3
* [ruby/psych] Implement `freeze` option for Pysch.loadJean Boussier2020-06-051-0/+16
* Fix remove warning & support multi-run test for test/psych/visitors/test_to_r...S-H-GAMELINKS2020-02-131-1/+1
* remove warning & support multi-run test for test/psych_test_yaml.rb (#2887)S.H2020-02-071-0/+1
* remove warning & support multi-run test for test/psych/visitors/test_to_ruby....S.H2020-02-071-0/+1
* [ruby/psych] Remove taint supportJeremy Evans2019-11-121-131/+0
* [ruby/psych] Suppress uninitialized instance variable warningsNobuyoshi Nakada2019-07-251-1/+1
* [ruby/psych] Deduplicate hash keys if they're stringsJean Boussier2019-07-251-0/+14
* Do not allocate a string to check if a scalar is an integerJean Boussier2019-06-251-0/+17
* Add test to demonstrate issue deserializing hash with ivarJordan Owens2019-06-251-0/+20
* Round trip exception backtracesAaron Patterson2019-06-251-0/+14
* Make rubygems follow the upstream of psychnobu2018-11-111-20/+20
* Revert "Merge psych from upstream."mame2018-11-101-20/+20
* Merge psych from upstream.hsbt2018-11-101-20/+20
* Merge Pysch-3.1.0.pre2 from ruby/psych.hsbt2018-10-204-9/+29
* Merge psych-3.1.0.pre1.hsbt2018-08-274-14/+309
* Merge Pysch 3.0.3.pre1.hsbt2018-04-282-0/+53
* Merge psych-3.0.2 from ruby/psych.hsbt2017-12-191-1/+1
* Merge psych-3.0.0.hsbt2017-12-012-14/+7
* Merge psych-3.0.0.beta4 from upstream.hsbt2017-11-275-5/+108
* Merge psych-3.0.0.beta3 from ruby/psych.hsbt2017-07-1445-56/+67
* Merge psych-3.0.0.beta2 from https://github.com/ruby/psychhsbt2017-06-162-0/+48
* Import psych-3.0.0.beta1 from ruby/psych.hsbt2017-04-0511-231/+42
* * ext/psych/*, test/psych/*: Update psych-2.1.1hsbt2016-09-072-0/+8
* test_psych.rb: close Tempfilenobu2016-08-231-2/+3
* * ext/psych/*, test/psych/*: Upate psych 2.1.0hsbt2016-06-242-0/+11
* * test/psych/test_emitter.rb: test_resizing_tags missingheadius2016-02-221-0/+2
* Add frozen_string_literal: false for all filesnaruse2015-12-1646-0/+46
* psych_emitter.c: check tags rangenobu2015-12-131-0/+15
* psych_emitter.c: check stringnobu2015-12-131-0/+1
* * ext/psych/*: update psych to 2.0.16tenderlove2015-12-074-12/+19
* * ext/psych/*: merge psych master(8737e5b). It contains following fixes.hsbt2015-09-021-0/+9
* * ext/psych/*: update to Psych 2.0.14tenderlove2015-08-212-0/+8
* * ext/psych/lib/psych.rb: bump psych version.tenderlove2015-02-172-2/+8
* * ext/psych/lib/psych/visitors/yaml_tree.rb: register nodes whentenderlove2015-02-061-0/+22
* * ext/psych/lib/psych/visitors/to_ruby.rb: fix support for regulartenderlove2015-02-061-0/+4
* * ext/psych/lib/psych/visitors/to_ruby.rb: fix parsing hashes withtenderlove2015-01-281-0/+7
* yaml_tree.rb: fix anchornobu2015-01-171-8/+16
* * ext/psych/lib/psych/visitors/yaml_tree.rb: only dump hashtenderlove2015-01-161-6/+0
* * ext/psych/lib/psych.rb: bump versiontenderlove2015-01-161-2/+48
* * ext/psych/lib/psych/visitors/yaml_tree.rb: correctly quote non-asciitenderlove2015-01-081-0/+6
* * ext/psych/lib/psych/visitors/to_ruby.rb: call `allocate` on hashtenderlove2015-01-081-0/+28