aboutsummaryrefslogtreecommitdiff
path: root/ruby/ext
AgeCommit message (Expand)Author
2019-06-21Merge remote-tracking branch 'origin/3.8.x'Bo Yang
2019-06-17Change int64 json encoding to be string for php and ruby (#6251)Paul Yang
2019-06-16Fix TypeError on decoding enum map values in Ruby (#6262)Sorah Fukumori
2019-06-10Merge pull request #6166 from blowmage/ruby-remove-to_hashJoshua Haberman
2019-05-22Remove Ruby to_hash methodsMike Moore
2019-05-14Revert "Convert Google::Protobuf.deep_copy to pure Ruby"Joshua Haberman
2019-05-13Convert Google::Protobuf.deep_copy to pure RubyAaron Patterson
2019-05-09Custom mktime to fix issue on mac (#6118)Paul Yang
2019-03-28Merge pull request #5953 from acozzette/merge-3-7-xPaul Yang
2019-03-28Use mktimeBo Yang
2019-03-28Fix ruby conformance test on macBo Yang
2019-03-28Update upb for rubyBo Yang
2019-03-27Update upb for rubyBo Yang
2019-03-27Add wrapper type helpers for Ruby (#5739)Joe Bolinger
2019-03-26Add native type setters for Timestamp and Duration in Ruby (#5751)Joe Bolinger
2019-03-26Merge branch '3.7.x' into merge-3-7-xAdam Cozzette
2019-03-25Fix "the the".Benjamin Peterson
2019-03-25Allow bytes field to be longer than 16000 bytes (#5924)Paul Yang
2019-03-19Replace strptime with custom implementation (#5906)Paul Yang
2019-03-14add more descriptive error messages to init methodsJoe Bolinger
2019-03-12Parse nested listvalue in json for ruby (#5867)Paul Yang
2019-03-10Encode empty ListValue (#5857)Paul Yang
2019-03-08Raise error for JSON overflow encoding in Ruby (#5752) (#5861)bmoyles0117
2019-03-06Revert "Updated upb from defcleanup branch and modified Ruby to use it (#5539...Joshua Haberman
2019-03-06Updated upb from defcleanup branch and modified Ruby to use it (#5539)Joshua Haberman
2019-03-04Merge branch '3.7.x'Bo Yang
2019-03-02Add frozen checks in Ruby (#5726)Joe Bolinger
2019-03-02Generate extra enum method helpers for Ruby (#5670)Joe Bolinger
2019-02-27Raise error for JSON overflow encoding in Ruby (#5752)Joe Bolinger
2019-02-27Allow repeated fields in Ruby to accept multiple arguments on push (#5736)Joe Bolinger
2019-02-24add eql? method (#5730)Joe Bolinger
2019-02-20delete all duplicate empty blanks (#5758)Xiang Dai
2019-02-12implement to_s for message types (#5710)Joe Bolinger
2019-02-06Add more descriptive error messages to init methods in Ruby (#5659)Joe Bolinger
2019-02-01Use gnu for ruby build because strptime is provided by posix (#5660)Paul Yang
2019-01-17Fix Any json encoding/decoding for ruby. (#5592)Paul Yang
2019-01-08Revert "Revert "Enable the ignore_unknown_field option in the Ruby unmarshal ...Paul Yang
2018-12-26Revert "Enable the ignore_unknown_field option in the Ruby unmarshal options"...Paul Yang
2018-12-22Merge pull request #5373 from ebenoist/erik/unknown-fieldsJoshua Haberman
2018-12-21Adds the ability to ignore unknown fields on parseErik Benoist
2018-12-19Lower the severity of lower-case ruby enum to warning. Add conformance test f...Hao Nguyen
2018-12-14Do not require Ruby enum to be upper caseHao Nguyen
2018-12-14Do not require ruby enum to be uppercaseHao Nguyen
2018-10-23Remove Debug Statement for Win/MinGW (#5283)micw523
2018-10-18 Add ruby 2.3, 2.4 and 2.5 test for linux. (#5256)Paul Yang
2018-09-27Merge pull request #4816 from hrsht/hrsht/zanker-proto2Joshua Haberman
2018-09-27Adds support for proto2 syntax for Ruby gem.Harshit Chopra
2018-08-22Replace repo links.Feng Xiao
2018-08-01Merge branch '3.6.x' into merge-3-6-xAdam Cozzette
2018-07-23Check the message to be encoded is the wrong type. (#4885) (#4949)Paul Yang