summaryrefslogtreecommitdiff
path: root/lib/psych/visitors/to_ruby.rb
Commit message (Expand)AuthorAgeFilesLines
* Dump Date/DateTime as proleptic Gregorian date as well as TimeNobuyoshi Nakada2022-08-091-1/+3
* Raise specific error when an anchor isn't definedAlexander Momchilov2022-07-271-1/+1
* Raise specific error when aliases are not enabledAlexander Momchilov2022-07-271-1/+1
* Add strict_integer option to parse numbers with commas as stringsSeth Boyles2022-01-141-2/+2
* Prefer `require_relative` for internal requiresDavid Rodríguez2021-10-061-3/+3
* Fix symabolize_name with non-string keysJean Boussier2021-02-251-1/+1
* Fix custom marshalization with symbolize_names: trueJean Boussier2021-02-151-3/+3
* Cache access to Psych.load_tags in Visitor::ToRubyJean Boussier2021-01-301-4/+6
* Fix anchor lookup with symbolized namesJean Boussier2020-06-081-7/+7
* Implement `freeze` option for Pysch.loadJean Boussier2019-11-281-7/+11
* Implement a freeze load optionJean Boussier2019-11-281-3/+4
* Refactor `symbolize_names`Jean Boussier2019-11-281-4/+10
* Remove taint supportJeremy Evans2019-10-211-6/+2
* Deduplicate hash keys if they're stringsJean Boussier2019-07-221-1/+23
* Round trip exception backtracesAaron Patterson2019-01-091-0/+2
* make frozen_string_literal: truefrozenSHIBATA Hiroshi2017-06-191-1/+1
* Removed deprecated yaml_initialize methodSHIBATA Hiroshi2017-03-271-5/+0
* Skips multiple requires of bigdecimal and dateJacob Kjeldahl2016-07-051-2/+2
* Temporary disabled to frozen literal string.SHIBATA Hiroshi2016-02-231-0/+1
* Use a constant to avoid thousands of String allocations of "<<".Joe Rafaniello2015-09-161-1/+2
* don't assume any tag starting with 'str' is a stringRob Steward2015-03-301-2/+2
* * ext/psych/lib/psych/visitors/to_ruby.rb: fix support for regularAaron Patterson2015-02-061-2/+2
* * ext/psych/lib/psych/visitors/to_ruby.rb: fix parsing hashes withv2.0.12Aaron Patterson2015-01-281-0/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: call `allocate` on hashAaron Patterson2015-01-081-2/+2
* * ext/psych/lib/psych/visitors/to_ruby.rb: revive hashes with ivarsAaron Patterson2015-01-081-0/+14
* Allow dumping any BasicObject that defines #marshal_dump or #marshal_loadSean Griffin2014-09-171-0/+15
* * ext/psych/lib/psych/visitors/to_ruby.rb: merge keys with a hashAaron Patterson2014-08-291-1/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: quoted "<<" stringsAaron Patterson2014-08-291-1/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: backwards compatibility forAaron Patterson2014-08-051-0/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb: support dumping EncodingAaron Patterson2014-02-281-0/+2
* Fix references for anonymous structsPeter Suschlik2013-12-051-1/+3
* * ext/psych/lib/psych/visitors/to_ruby.rb: process merge keys beforeAaron Patterson2013-11-051-9/+5
* merge ruby/ruby@826df7f upstreamZachary Scott2013-07-181-1/+1
* * ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a userAaron Patterson2013-05-141-32/+47
* * ext/psych/lib/psych/exception.rb: there should be only one exceptionAaron Patterson2013-04-051-0/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: correctly registerAaron Patterson2013-04-051-7/+17
* * ext/psych/lib/psych/visitors/to_ruby.rb: merge key values thatAaron Patterson2013-01-111-6/+20
* Restructured node mapping so common cases are evaluated first, saving unneces...Kevin Menard2012-10-121-35/+37
* Handle nil tags specially to avoid slow method_missing calls.Kevin Menard2012-10-011-3/+9
* From yaml, register a newly created String with aliases. To yaml, register S...Joe Rafaniello2012-07-131-0/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: fix a bug with stringAaron Patterson2012-05-151-2/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: convert omap tagged maps toAaron Patterson2012-05-151-0/+7
* add missing #warn in #init_with for #yaml_initialize deprecationBenoit Daloze2012-03-231-1/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingAaron Patterson2012-01-171-3/+15
* syncing with ruby trunkAaron Patterson2012-01-171-0/+16
* * ext/psych/lib/psych/visitors/to_ruby.rb: BigDecimals can be restoredAaron Patterson2011-12-171-0/+3
* * ext/psych/lib/psych/tree_builder.rb: dump complex numbers,Aaron Patterson2011-11-081-12/+17
* * ext/psych/lib/psych/visitors/to_ruby.rb: ToRuby visitor can beAaron Patterson2011-10-031-3/+3
* 1.9.2 compatibilityAaron Patterson2011-10-031-0/+4
* sync with ruby trunkAaron Patterson2011-07-291-1/+1