aboutsummaryrefslogtreecommitdiffstats
path: root/ruby/ext/google
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/3.8.x'Bo Yang2019-06-211-12/+29
|\
| * Change int64 json encoding to be string for php and ruby (#6251)Paul Yang2019-06-171-12/+29
* | Fix TypeError on decoding enum map values in Ruby (#6262)Sorah Fukumori2019-06-161-0/+3
* | Merge pull request #6166 from blowmage/ruby-remove-to_hashJoshua Haberman2019-06-102-2/+0
|\ \ | |/ |/|
| * Remove Ruby to_hash methodsMike Moore2019-05-222-2/+0
| * Revert "Convert Google::Protobuf.deep_copy to pure Ruby"Joshua Haberman2019-05-144-9/+27
| * Convert Google::Protobuf.deep_copy to pure RubyAaron Patterson2019-05-134-27/+9
* | Custom mktime to fix issue on mac (#6118)Paul Yang2019-05-091-1/+42
|/
* Merge pull request #5953 from acozzette/merge-3-7-xPaul Yang2019-03-283-989/+2031
|\
| * Use mktimeBo Yang2019-03-281-1/+1
| * Fix ruby conformance test on macBo Yang2019-03-281-4/+3
| * Update upb for rubyBo Yang2019-03-282-144/+103
| * Update upb for rubyBo Yang2019-03-272-5617/+12916
| * Merge branch '3.7.x' into merge-3-7-xAdam Cozzette2019-03-263-12359/+6144
| |\
| | * Allow bytes field to be longer than 16000 bytes (#5924)Paul Yang2019-03-251-3/+7
| | * Replace strptime with custom implementation (#5906)Paul Yang2019-03-192-744/+1771
| | * add more descriptive error messages to init methodsJoe Bolinger2019-03-145-31/+48
| | * Parse nested listvalue in json for ruby (#5867)Paul Yang2019-03-121-2/+20
| | * Encode empty ListValue (#5857)Paul Yang2019-03-101-1/+36
| | * Raise error for JSON overflow encoding in Ruby (#5752) (#5861)bmoyles01172019-03-081-0/+5
* | | Add wrapper type helpers for Ruby (#5739)Joe Bolinger2019-03-271-2/+68
* | | Add native type setters for Timestamp and Duration in Ruby (#5751)Joe Bolinger2019-03-261-3/+33
|/ /
* | Fix "the the".Benjamin Peterson2019-03-251-1/+1
* | Revert "Updated upb from defcleanup branch and modified Ruby to use it (#5539...Joshua Haberman2019-03-068-6920/+13409
* | Updated upb from defcleanup branch and modified Ruby to use it (#5539)Joshua Haberman2019-03-068-13409/+6920
* | Merge branch '3.7.x'Bo Yang2019-03-042-6/+14
|\|
| * Use gnu for ruby build because strptime is provided by posix (#5660)Paul Yang2019-02-012-6/+14
* | Add frozen checks in Ruby (#5726)Joe Bolinger2019-03-022-0/+7
* | Generate extra enum method helpers for Ruby (#5670)Joe Bolinger2019-03-021-5/+50
* | Raise error for JSON overflow encoding in Ruby (#5752)Joe Bolinger2019-02-271-0/+5
* | Allow repeated fields in Ruby to accept multiple arguments on push (#5736)Joe Bolinger2019-02-271-1/+7
* | add eql? method (#5730)Joe Bolinger2019-02-241-0/+1
* | delete all duplicate empty blanks (#5758)Xiang Dai2019-02-204-216/+216
* | implement to_s for message types (#5710)Joe Bolinger2019-02-121-0/+1
* | Add more descriptive error messages to init methods in Ruby (#5659)Joe Bolinger2019-02-065-31/+48
|/
* Fix Any json encoding/decoding for ruby. (#5592)Paul Yang2019-01-174-343/+1207
* Revert "Revert "Enable the ignore_unknown_field option in the Ruby unmarshal ...Paul Yang2019-01-085-1436/+3884
* Revert "Enable the ignore_unknown_field option in the Ruby unmarshal options"...Paul Yang2018-12-265-3884/+1436
* Merge pull request #5373 from ebenoist/erik/unknown-fieldsJoshua Haberman2018-12-225-1436/+3884
|\
| * Adds the ability to ignore unknown fields on parseErik Benoist2018-12-215-1436/+3884
* | Lower the severity of lower-case ruby enum to warning. Add conformance test f...Hao Nguyen2018-12-191-0/+5
* | Do not require Ruby enum to be upper caseHao Nguyen2018-12-141-6/+0
* | Do not require ruby enum to be uppercaseHao Nguyen2018-12-141-6/+6
|/
* Remove Debug Statement for Win/MinGW (#5283)micw5232018-10-231-3/+1
* Add ruby 2.3, 2.4 and 2.5 test for linux. (#5256)Paul Yang2018-10-181-2/+2
* Merge pull request #4816 from hrsht/hrsht/zanker-proto2Joshua Haberman2018-09-276-251/+1012
|\
| * Adds support for proto2 syntax for Ruby gem.Harshit Chopra2018-09-276-251/+1012
* | Replace repo links.Feng Xiao2018-08-221-1/+1
* | Merge branch '3.6.x' into merge-3-6-xAdam Cozzette2018-08-011-1/+1
|\ \
| * | Check the message to be encoded is the wrong type. (#4885) (#4949)Paul Yang2018-07-231-0/+7