summaryrefslogtreecommitdiff
path: root/ext/psych/lib
AgeCommit message (Expand)Author
2025-12-17[ruby/psych] v5.3.1Hiroshi SHIBATA
2025-12-15[ruby/psych] Replace C extension with Data#initialize bind_callnick evans
2025-12-11[ruby/psych] bump snakeyaml-engine to 2.10 (jruby)kares
2025-12-10[ruby/psych] v5.3.0Hiroshi SHIBATA
2025-12-05[ruby/psych] Use Node#to_ruby parse_symbols optionÉtienne Barrié
2025-12-04[ruby/psych] Add option to disable symbol parsingCaleb Stewart
2025-12-04[ruby/psych] Remove y Object extension in IRBRune Philosof
2025-12-02[ruby/psych] Fix usage of rb_struct_initialize() to pass an Array of members ...Benoit Daloze
2025-11-11[ruby/psych] Replace Ruby 3.5 with Ruby 4.0Yasuo Honda
2025-05-12[ruby/psych] Bump version for releaseAaron Patterson
2025-05-12[ruby/psych] Fix dumping `StringIO` (and potentially others) on Ruby <= 2.7Earlopain
2025-05-09[ruby/psych] Bump version for releaseAaron Patterson
2025-05-09[ruby/psych] add first test for safe load streamOrenGitHub
2025-05-09[ruby/psych] fixed bugs from testingOrenGitHub
2025-05-09[ruby/psych] Add safe version for load_streamOrenGitHub
2025-05-08[ruby/psych] Refine Ruby 3.5 Set support.Jean Boussier
2025-05-02[ruby/psych] Use `rb_struct_initialize` to initialize Datanick evans
2025-05-01[ruby/psych] fix error in @dispatch_catchSam Rawlins
2025-05-01Add support for Data objects with ivarsnick evans
2025-05-01[ruby/psych] Add support for ruby 3.2 Data objectsnick evans
2025-05-01[ruby/psych] Fix loading/parsing regular expressionsMartin Meyerhoff
2025-05-01[ruby/psych] Bump version for releaseAaron Patterson
2025-04-30[ruby/psych] Handle Ruby 3.5 new Set classJean Boussier
2025-03-27[ruby/psych] Format Date in ISO-8601 explicitlyNobuyoshi Nakada
2025-02-14[ruby/psych] Avoid calls to `require` in hotspotsJean Boussier
2025-01-17[ruby/psych] Bump version for releaseCharles Oliver Nutter
2025-01-15[ruby/psych] Update to SnakeYAML-Engine 2.9Charles Oliver Nutter
2024-12-18[ruby/psych] Bump up v5.2.2Hiroshi SHIBATA
2024-12-16[ruby/psych] Don't autolink Exception in psych module docszzak
2024-12-09[ruby/psych] Bump up 5.2.1Hiroshi SHIBATA
2024-11-20[ruby/psych] Eagerly require `date`.Thierry Deo
2024-11-11[ruby/psych] Bump up v5.2.0Hiroshi SHIBATA
2024-11-11[ruby/psych] Bump up v5.2.0.beta7Hiroshi SHIBATA
2024-11-11[ruby/psych] Bump up v5.2.0.beta6Hiroshi SHIBATA
2024-11-11[ruby/psych] Bump up v5.2.0.beta5Hiroshi SHIBATA
2024-11-11[ruby/psych] Bump up v5.2.0.beta4Hiroshi SHIBATA
2024-11-07[ruby/psych] Bump up v5.2.0.beta3Hiroshi SHIBATA
2024-11-07[ruby/psych] Bump up v5.2.0.beta2Hiroshi SHIBATA
2024-09-24[ruby/psych] Use `String#match?` over `String#=~` when applicableJean Boussier
2024-09-11[ruby/psych] Ensure strings with only underscores are not processed as IntegerJohn Meade
2024-09-09[ruby/psych] Bump up 5.2.0.beta1Hiroshi SHIBATA
2024-09-09[ruby/psych] Unlimited line_width with -1Juanjo Bazán
2024-09-09[ruby/psych] Make to load stringio lazilyHiroshi SHIBATA
2024-09-09[ruby/psych] docs: specify correct default `fallback` valueGareth Jones
2024-07-19Don't call `Kernel#require` in hot loopJean Boussier
2024-01-18[ruby/psych] Add :stringify_names option to convert symbol keys to string for...Robert Schulze
2024-01-17[ruby/psych] issue #443: quote Y and N when dumpingColin Kelley
2023-12-25[ruby/psych] Remove now-unreachable rescue blockAlexander Momchilov
2023-12-25[ruby/psych] Remove unused arrayAlexander Momchilov
2023-12-19[ruby/psych] Bump up 5.1.2Hiroshi SHIBATA