index
:
delta/psych.git
1-2-stable
3-3-stable
4-0-stable
actions
appveyor
atambo-native_jruby
bundlerize
coder
cross
delegate
did-works-travis
drop-to-support-fatgem
embed
fix-broken-test
fix-jruby-build-task
fix-type-data
frozen
ignore-warnings
issue-11988
jruby
libyaml-0.2.1
master
minitest5
relax-restricted-classes
remove-deprecated-methods
remove-syck
retire-changelog
revert-335-revert-325-fix_324
safeload
strict-hash-keys
travis
tweak-actions
unify-version-number
update_snakeyaml
use-actions
use-relative-versions
github.com: tenderlove/psych.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
psych
/
visitors
/
to_ruby.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix symabolize_name with non-string keys
Jean Boussier
2021-02-25
1
-1
/
+1
*
Fix custom marshalization with symbolize_names: true
Jean Boussier
2021-02-15
1
-3
/
+3
*
Cache access to Psych.load_tags in Visitor::ToRuby
Jean Boussier
2021-01-30
1
-4
/
+6
*
Fix anchor lookup with symbolized names
Jean Boussier
2020-06-08
1
-7
/
+7
*
Implement `freeze` option for Pysch.load
Jean Boussier
2019-11-28
1
-7
/
+11
*
Implement a freeze load option
Jean Boussier
2019-11-28
1
-3
/
+4
*
Refactor `symbolize_names`
Jean Boussier
2019-11-28
1
-4
/
+10
*
Remove taint support
Jeremy Evans
2019-10-21
1
-6
/
+2
*
Deduplicate hash keys if they're strings
Jean Boussier
2019-07-22
1
-1
/
+23
*
Round trip exception backtraces
Aaron Patterson
2019-01-09
1
-0
/
+2
*
make frozen_string_literal: true
frozen
SHIBATA Hiroshi
2017-06-19
1
-1
/
+1
*
Removed deprecated yaml_initialize method
SHIBATA Hiroshi
2017-03-27
1
-5
/
+0
*
Skips multiple requires of bigdecimal and date
Jacob Kjeldahl
2016-07-05
1
-2
/
+2
*
Temporary disabled to frozen literal string.
SHIBATA Hiroshi
2016-02-23
1
-0
/
+1
*
Use a constant to avoid thousands of String allocations of "<<".
Joe Rafaniello
2015-09-16
1
-1
/
+2
*
don't assume any tag starting with 'str' is a string
Rob Steward
2015-03-30
1
-2
/
+2
*
* ext/psych/lib/psych/visitors/to_ruby.rb: fix support for regular
Aaron Patterson
2015-02-06
1
-2
/
+2
*
* ext/psych/lib/psych/visitors/to_ruby.rb: fix parsing hashes with
v2.0.12
Aaron Patterson
2015-01-28
1
-0
/
+1
*
* ext/psych/lib/psych/visitors/to_ruby.rb: call `allocate` on hash
Aaron Patterson
2015-01-08
1
-2
/
+2
*
* ext/psych/lib/psych/visitors/to_ruby.rb: revive hashes with ivars
Aaron Patterson
2015-01-08
1
-0
/
+14
*
Allow dumping any BasicObject that defines #marshal_dump or #marshal_load
Sean Griffin
2014-09-17
1
-0
/
+15
*
* ext/psych/lib/psych/visitors/to_ruby.rb: merge keys with a hash
Aaron Patterson
2014-08-29
1
-1
/
+1
*
* ext/psych/lib/psych/visitors/to_ruby.rb: quoted "<<" strings
Aaron Patterson
2014-08-29
1
-1
/
+1
*
* ext/psych/lib/psych/visitors/to_ruby.rb: backwards compatibility for
Aaron Patterson
2014-08-05
1
-0
/
+2
*
* ext/psych/lib/psych/visitors/yaml_tree.rb: support dumping Encoding
Aaron Patterson
2014-02-28
1
-0
/
+2
*
Fix references for anonymous structs
Peter Suschlik
2013-12-05
1
-1
/
+3
*
* ext/psych/lib/psych/visitors/to_ruby.rb: process merge keys before
Aaron Patterson
2013-11-05
1
-9
/
+5
*
merge ruby/ruby@826df7f upstream
Zachary Scott
2013-07-18
1
-1
/
+1
*
* ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a user
Aaron Patterson
2013-05-14
1
-32
/
+47
*
* ext/psych/lib/psych/exception.rb: there should be only one exception
Aaron Patterson
2013-04-05
1
-0
/
+1
*
* ext/psych/lib/psych/visitors/to_ruby.rb: correctly register
Aaron Patterson
2013-04-05
1
-7
/
+17
*
* ext/psych/lib/psych/visitors/to_ruby.rb: merge key values that
Aaron Patterson
2013-01-11
1
-6
/
+20
*
Restructured node mapping so common cases are evaluated first, saving unneces...
Kevin Menard
2012-10-12
1
-35
/
+37
*
Handle nil tags specially to avoid slow method_missing calls.
Kevin Menard
2012-10-01
1
-3
/
+9
*
From yaml, register a newly created String with aliases. To yaml, register S...
Joe Rafaniello
2012-07-13
1
-0
/
+1
*
* ext/psych/lib/psych/visitors/to_ruby.rb: fix a bug with string
Aaron Patterson
2012-05-15
1
-2
/
+1
*
* ext/psych/lib/psych/visitors/to_ruby.rb: convert omap tagged maps to
Aaron Patterson
2012-05-15
1
-0
/
+7
*
add missing #warn in #init_with for #yaml_initialize deprecation
Benoit Daloze
2012-03-23
1
-1
/
+1
*
* ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loading
Aaron Patterson
2012-01-17
1
-3
/
+15
*
syncing with ruby trunk
Aaron Patterson
2012-01-17
1
-0
/
+16
*
* ext/psych/lib/psych/visitors/to_ruby.rb: BigDecimals can be restored
Aaron Patterson
2011-12-17
1
-0
/
+3
*
* ext/psych/lib/psych/tree_builder.rb: dump complex numbers,
Aaron Patterson
2011-11-08
1
-12
/
+17
*
* ext/psych/lib/psych/visitors/to_ruby.rb: ToRuby visitor can be
Aaron Patterson
2011-10-03
1
-3
/
+3
*
1.9.2 compatibility
Aaron Patterson
2011-10-03
1
-0
/
+4
*
sync with ruby trunk
Aaron Patterson
2011-07-29
1
-1
/
+1
*
fixing cyclic object reference handling. Thanks to @CvX for the test. fixes #19
Aaron Patterson
2011-06-21
1
-1
/
+1
*
fixing Hash subclass dump and load support. fixes #14
Aaron Patterson
2011-06-08
1
-22
/
+30
*
adding module serialization support
Aaron Patterson
2011-06-08
1
-1
/
+1
*
ruby classes can round trip
Aaron Patterson
2011-06-08
1
-0
/
+2
*
merging from ruby
Aaron Patterson
2011-02-06
1
-8
/
+12
[next]