summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #487 from ruby/default-unsafev4.0.0Aaron Patterson2021-05-135-129/+56
|\
| * remove deprecated interfaceAaron Patterson2021-05-134-122/+8
| * Bump versionAaron Patterson2021-05-131-1/+1
| * Use Psych.safe_load by defaultAaron Patterson2021-05-131-6/+47
|/
* Merge pull request #488 from ruby/add-unsafev3.3.2Aaron Patterson2021-05-1326-123/+156
|\
| * Introduce `Psych.unsafe_load`Aaron Patterson2021-05-1326-123/+156
|/
* Merge pull request #475 from whitehat101/feature/dynamic-scalar-seq-styleAaron Patterson2021-05-102-2/+123
|\
| * feat: allow scalars and sequences to be styled when dumpedJeremy Ebler2021-02-072-2/+123
* | Merge pull request #480 from Shopify/symbolize-name-non-string-keysHiroshi SHIBATA2021-05-102-4/+5
|\ \
| * | Fix symabolize_name with non-string keysJean Boussier2021-02-252-4/+5
* | | Text files should end with a newlineNobuyoshi Nakada2021-05-101-1/+1
* | | Fix -Wundef warnings for patterns `#if HAVE`Benoit Daloze2021-05-101-1/+1
* | | Use assert_raise instead of assert_raisesHiroshi SHIBATA2021-05-1012-61/+61
* | | Merge pull request #486 from ruby/avoid-yaml-float-conversionHiroshi SHIBATA2021-05-102-2/+2
|\ \ \
| * | | CI - YAML: Avoid 3.0 -> "3" conversionOlle Jonsson2021-05-102-2/+2
|/ / /
* | | Merge pull request #485 from ruby/test-unitHiroshi SHIBATA2021-05-1014-19/+1177
|\ \ \
| * | | Removed needless platform detectionHiroshi SHIBATA2021-05-101-10/+0
| * | | Import test assertions from ruby/rubyHiroshi SHIBATA2021-05-105-2/+1176
| * | | Added 3.0 to GitHub ACtionsHiroshi SHIBATA2021-05-103-3/+3
| * | | Use pend instead of skipHiroshi SHIBATA2021-05-102-2/+2
| * | | Fixed test-case for NaNHiroshi SHIBATA2021-05-101-2/+2
| * | | Use Ractor constant for ignoreing conditionHiroshi SHIBATA2021-05-101-1/+1
| * | | Use test-unit instead of minitestHiroshi SHIBATA2021-05-102-9/+3
|/ / /
* | | Merge pull request #484 from kamipo/fix_typosHiroshi SHIBATA2021-04-264-7/+7
|\ \ \ | |/ / |/| |
| * | Fix some typos [ci skip]Ryuta Kamizono2021-04-264-7/+7
|/ /
* | bump versionv3.3.1Aaron Patterson2021-02-241-1/+1
* | Merge pull request #476 from Shopify/symbolize-name-ruby-objectAaron Patterson2021-02-242-3/+11
|\ \
| * | Fix custom marshalization with symbolize_names: trueJean Boussier2021-02-152-3/+11
| |/
* | Update to latest SnakeYAMLCharles Oliver Nutter2021-02-231-1/+1
|/
* Merge pull request #470 from timgates42/bugfix_typo_expressedHiroshi SHIBATA2021-02-061-1/+1
|\
| * docs: fix simple typo, expessed -> expressedTim Gates2020-12-181-1/+1
* | Merge pull request #474 from Shopify/cache-load-types-in-to-rubyMarc-André Lafortune2021-01-302-5/+7
|\ \
| * | Cache dispatch cache in an instance variableJean Boussier2021-01-301-1/+1
| * | Cache access to Psych.load_tags in Visitor::ToRubyJean Boussier2021-01-301-4/+6
|/ /
* | Bump version to 3.3.0v3.3.0Hiroshi SHIBATA2020-12-231-1/+1
* | Merge pull request #471 from ruby/ractorHiroshi SHIBATA2020-12-236-22/+111
|\ \
| * | 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-233-2/+5
| * | [ruby/psych] Make Ractor-ready.Marc-Andre Lafortune2020-12-234-6/+90
| * | [ruby/psych] Don't use instance variables directly for configMarc-Andre Lafortune2020-12-231-9/+9
| * | [ruby/psych] Avoid methods depending on bindingsMarc-Andre Lafortune2020-12-231-3/+5
| * | [ruby/psych] Freeze constants.Marc-Andre Lafortune2020-12-232-3/+3
|/ /
* | Strip trailing spaces [ci skip]Nobuyoshi Nakada2020-12-211-3/+3
|/
* Bump version to 3.2.1v3.2.1Hiroshi SHIBATA2020-12-141-1/+1
* Merge pull request #459 from tbrisker/patch-1Hiroshi SHIBATA2020-12-141-2/+1
|\
| * Remove unneeded assignment and conditionTomer Brisker2020-08-011-2/+1
* | Merge pull request #469 from marcandre/safety_firstAaron Patterson2020-11-184-5/+47
|\ \
| * | Add `Psych.safe_load_file`. Tweak doc to provide `safe_` examples.Marc-Andre Lafortune2020-11-124-5/+47
|/ /
* | Removed nonsense `rubygems_version` in input gemspec filesNobuyoshi Nakada2020-09-251-1/+0
* | Merge pull request #463 from Shopify/load-file-optionsAaron Patterson2020-09-102-5/+39
|\ \ | |/ |/|