summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Drop to support fat gem support.drop-to-support-fatgemHiroshi SHIBATA2019-07-213-21/+2
* Do not use add_development_dependency.Hiroshi SHIBATA2019-07-212-5/+7
* Merge pull request #403 from jeremyevans/deterministicSHIBATA Hiroshi2019-06-021-1/+1
|\
| * Make psych.so deterministicJeremy Evans2019-06-011-1/+1
|/
* Merge pull request #400 from Shopify/remove-string-cacheSHIBATA Hiroshi2019-05-074-39/+40
|\
| * Do not allocate a string to check if a scalar is an integerJean Boussier2019-04-262-9/+24
| * Remove string_cache in ScalarScannerJean Boussier2019-04-261-10/+1
| * Reduce string allocations in scalar_scannerJean Boussier2019-04-263-20/+15
|/
* syntax error can move, so do not cacheAaron Patterson2019-04-231-2/+2
* Merge pull request #391 from ruby/azure-pipelinesSHIBATA Hiroshi2019-03-011-0/+11
|\
| * Try to test with macOS.SHIBATA Hiroshi2019-03-011-19/+11
| * Set up CI with Azure PipelinesSHIBATA Hiroshi2019-03-011-0/+19
|/
* Merge pull request #389 from ruby/retire-changelogSHIBATA Hiroshi2019-02-272-585/+2
|\
| * Removed CHANGELOG from rdoc files.SHIBATA Hiroshi2019-02-271-1/+1
| * Retired to write CHANGELOG.rdoc. Because It has no update from 2015.retire-changelogSHIBATA Hiroshi2019-02-262-584/+1
|/
* Merge pull request #384 from ruby/jkowens-test_hash_with_ivarAaron Patterson2019-01-162-9/+29
|\
| * Dump Hash ivars before elementsAaron Patterson2019-01-161-9/+9
| * Add test to demonstrate issue deserializing hash with ivarJordan Owens2019-01-161-0/+20
|/
* Merge pull request #382 from ruby/exception-handling-refactorAaron Patterson2019-01-093-32/+36
|\
| * Round trip exception backtracesAaron Patterson2019-01-093-0/+19
| * Refactor exception dumpingAaron Patterson2019-01-091-28/+17
| * Dumping the backtrace never worked, so remove itAaron Patterson2019-01-091-14/+10
|/
* Merge pull request #380 from colby-swandale/update-travisYuki Nishijima2018-12-311-0/+1
|\
| * add ruby 2.6 to travisColby Swandale2018-12-301-0/+1
|/
* Bump psych 3.1.0.v3.1.0SHIBATA Hiroshi2018-12-181-1/+2
* Added psych.jar. Because it's accidentally removed.SHIBATA Hiroshi2018-12-171-1/+2
* Bump versions for mingw buildSHIBATA Hiroshi2018-12-171-1/+1
* Update file list for JRubySHIBATA Hiroshi2018-12-171-2/+6
* Merge pull request #379 from koic/add_uplevel_to_deprecation_log_of_psychSHIBATA Hiroshi2018-11-231-9/+24
|\
| * Add uplelvel to deprecation warning of PsychKoichi ITO2018-11-231-9/+24
|/
* Merge pull request #378 from JuanitoFatas/update_terminologySHIBATA Hiroshi2018-11-103-32/+39
|\
| * Use friendlier terminology in YAML.safe_loadJuanito Fatas2018-11-103-32/+39
|/
* bump version to 3.1.0.pre2v3.1.0.pre2SHIBATA Hiroshi2018-10-201-1/+1
* Avoid to warnings for deprecated interfaces.SHIBATA Hiroshi2018-10-203-0/+20
* Use latest stable version of rake-compiler-dockSHIBATA Hiroshi2018-10-202-2/+2
* bump versions of Travis CISHIBATA Hiroshi2018-10-201-3/+3
* Merge tag 'v3.0.3'SHIBATA Hiroshi2018-10-200-0/+0
|\
| * bump version to 3.0.3.v3.0.3SHIBATA Hiroshi2018-10-202-2/+2
| * Properly map Psych flow styles to SnakeYAML flow styles.Charles Oliver Nutter2018-10-201-3/+9
| * bump version to 3.0.3.pre4v3.0.3.pre4SHIBATA Hiroshi2018-10-122-2/+2
| * bump version to 3.0.3.pre3v3.0.3.pre3SHIBATA Hiroshi2018-10-122-2/+2
| * Fix NPE in initialization of PsychEmitter.Charles Oliver Nutter2018-10-121-1/+1
| * bump up v3.0.3.pre2v3.0.3.pre2SHIBATA Hiroshi2018-09-282-2/+2
| * Fixup for c3c39bb7150fb548bf8f1837263d8c073e1a8cb8SHIBATA Hiroshi2018-09-282-2/+2
| * use newer style of JRuby ext loading when availablekares2018-09-281-1/+6
| * Force loading of ./lib/psych/versions.rb to get updated consts.Charles Oliver Nutter2018-09-281-0/+2
| * Update to SnakeYAML 1.23.Charles Oliver Nutter2018-09-282-2/+2
* | Move Java sources under proper package structure.Charles Oliver Nutter2018-10-195-0/+0
* | Properly map Psych flow styles to SnakeYAML flow styles.Charles Oliver Nutter2018-10-191-3/+9
* | Merge pull request #377 from esparta/use_ssl_pyyamlSHIBATA Hiroshi2018-10-153-3/+3
|\ \