index
:
psych
cr/drop_ruby_2.x.x
master
A libyaml wrapper for Ruby
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-05-21
Merge pull request #495 from Shopify/safe-dump
HEAD
master
Aaron Patterson
2021-05-21
Merge pull request #493 from mame/load_file-should-use-load-instead-of-safe_load
Aaron Patterson
2021-05-19
Implement YAML.safe_dump to make safe_load more usable.
Jean Boussier
2021-05-17
Make YAML.load_file use YAML.load instead of safe_load
Yusuke Endoh
2021-05-17
Merge pull request #491 from mame/work-with-older-libyaml
Hiroshi SHIBATA
2021-05-17
Make the test pass with the old libyaml
Yusuke Endoh
2021-05-17
assert_equal accepts an expected value as the first argument
Yusuke Endoh
2021-05-13
Merge pull request #487 from ruby/default-unsafe
Aaron Patterson
2021-05-13
remove deprecated interface
Aaron Patterson
2021-05-13
Bump version
Aaron Patterson
2021-05-13
Use Psych.safe_load by default
Aaron Patterson
2021-05-13
Merge pull request #488 from ruby/add-unsafe
Aaron Patterson
2021-05-13
Introduce `Psych.unsafe_load`
Aaron Patterson
2021-05-10
Merge pull request #475 from whitehat101/feature/dynamic-scalar-seq-style
Aaron Patterson
2021-05-10
Merge pull request #480 from Shopify/symbolize-name-non-string-keys
Hiroshi SHIBATA
2021-05-10
Text files should end with a newline
Nobuyoshi Nakada
2021-05-10
Fix -Wundef warnings for patterns `#if HAVE`
Benoit Daloze
2021-05-10
Use assert_raise instead of assert_raises
Hiroshi SHIBATA
2021-05-10
Merge pull request #486 from ruby/avoid-yaml-float-conversion
Hiroshi SHIBATA
2021-05-10
CI - YAML: Avoid 3.0 -> "3" conversion
Olle Jonsson
2021-05-10
Merge pull request #485 from ruby/test-unit
Hiroshi SHIBATA
2021-05-10
Removed needless platform detection
Hiroshi SHIBATA
2021-05-10
Import test assertions from ruby/ruby
Hiroshi SHIBATA
2021-05-10
Added 3.0 to GitHub ACtions
Hiroshi SHIBATA
2021-05-10
Use pend instead of skip
Hiroshi SHIBATA
2021-05-10
Fixed test-case for NaN
Hiroshi SHIBATA
2021-05-10
Use Ractor constant for ignoreing condition
Hiroshi SHIBATA
2021-05-10
Use test-unit instead of minitest
Hiroshi SHIBATA
2021-04-26
Merge pull request #484 from kamipo/fix_typos
Hiroshi SHIBATA
2021-04-26
Fix some typos [ci skip]
Ryuta Kamizono
2021-02-25
Fix symabolize_name with non-string keys
Jean Boussier
2021-02-24
bump version
Aaron Patterson
2021-02-24
Merge pull request #476 from Shopify/symbolize-name-ruby-object
Aaron Patterson
2021-02-23
Update to latest SnakeYAML
Charles Oliver Nutter
2021-02-15
Fix custom marshalization with symbolize_names: true
Jean Boussier
2021-02-07
feat: allow scalars and sequences to be styled when dumped
Jeremy Ebler
2021-02-06
Merge pull request #470 from timgates42/bugfix_typo_expressed
Hiroshi SHIBATA
2021-01-30
Merge pull request #474 from Shopify/cache-load-types-in-to-ruby
Marc-André Lafortune
2021-01-30
Cache dispatch cache in an instance variable
Jean Boussier
2021-01-30
Cache access to Psych.load_tags in Visitor::ToRuby
Jean Boussier
2020-12-23
Bump version to 3.3.0
Hiroshi SHIBATA
2020-12-23
Merge pull request #471 from ruby/ractor
Hiroshi SHIBATA
2020-12-23
Skip test_ractor.rb with ruby/psych repo
Hiroshi SHIBATA
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-12-23
[ruby/psych] Don't use instance variables directly for config
Marc-Andre Lafortune
2020-12-23
[ruby/psych] Avoid methods depending on bindings
Marc-Andre Lafortune
2020-12-23
[ruby/psych] Freeze constants.
Marc-Andre Lafortune
2020-12-21
Strip trailing spaces [ci skip]
Nobuyoshi Nakada
2020-12-18
docs: fix simple typo, expessed -> expressed
Tim Gates
[next]