- 0b87475 Php & Ruby Cherry Picks for 3.17.1 (#8632) by Joshua Haberman · 3 years, 10 months ago
- 7e3bbed fix(ruby): Fix crash when calculating Message hash values on 64-bit Windows (#8565) by Daniel Azuma · 3 years, 11 months ago
- 38e1b59 Elided the TYPE() and msgdef checks by using CLASS_OF. by Joshua Haberman · 4 years ago
- d69f482 Fixed message equality in cases where the message type is different. by Joshua Haberman · 4 years ago
- cf7d81f Merge pull request #8363 from haberman/ruby-nil-fix by Joshua Haberman · 4 years ago
- dfa5457 [Ruby] Fixed SEGV when users pass nil messages. by Joshua Haberman · 4 years ago
- 9879f42 Ruby <2.7now uses WeakMap too, which prevents memory leaks. by Joshua Haberman · 4 years, 1 month ago
- 4e3ea74 [Ruby] Fix for FieldDescriptor.get(msg). by Joshua Haberman · 4 years, 1 month ago
- 3b3aac9 [Ruby] Fix for truncating behavior when converting Float to Duration. by Joshua Haberman · 4 years, 1 month ago
- 256f132 [Ruby] Bugfix for Message.[] for repeated or map fields. by Joshua Haberman · 4 years, 1 month ago
- 9abf6e2 Ported Ruby extension to upb_msg (#8184) by Joshua Haberman · 4 years, 2 months ago
- 6b75968 Implemented proto3 presence for Ruby. (#7406) by Joshua Haberman · 5 years ago
- 1895045 Ruby: assigning 'nil' to submessage should clear the field. (#7397) by Joshua Haberman · 5 years ago
- bd253f0 Fixed equality, and extended to repeated fields and maps. by Joshua Haberman · 5 years ago
- 9cfb12b Tests pass for all common operations. by Joshua Haberman · 5 years ago
- 969d245 WIP: first steps towards lazily creating wrappers. by Joshua Haberman · 5 years ago
- 671c245 Fixed crash bug and moved initialization into init method. by Joshua Haberman · 6 years ago
- 3e3407a Re-add memset() that seemed redundant but is necessary in case of GC. by Joshua Haberman · 6 years ago
- cf07d3c layout_init() optimization works! by Joshua Haberman · 6 years ago
- 78378da Merge branch 'master' into layout_clear by Joshua Haberman · 6 years ago
- 1c9fb9d WIP. by Joshua Haberman · 6 years ago
- 0088a75 Merge branch 'master' into layout_mark by Joshua Haberman · 6 years ago
- 0f76f8a Put oneof case offset in separate oneof table. by Joshua Haberman · 6 years ago
- 63f324a Roll forward Ruby upb changes now that protobuf Ruby build is fixed (#5866) by Joshua Haberman · 6 years ago
- 180d3e3 fix null terminated string (#6370) by Joe Bolinger · 6 years ago
- 565154a Remove Ruby to_hash methods by Mike Moore · 6 years ago
- d575813 Revert "Convert Google::Protobuf.deep_copy to pure Ruby" by Joshua Haberman · 6 years ago
- 3b67455 Convert Google::Protobuf.deep_copy to pure Ruby by Aaron Patterson · 6 years ago
- e4bbca1 Add wrapper type helpers for Ruby (#5739) by Joe Bolinger · 6 years ago
- 1568dea Revert "Updated upb from defcleanup branch and modified Ruby to use it (#5539)" (#5848) by Joshua Haberman · 6 years ago
- 3758138 Updated upb from defcleanup branch and modified Ruby to use it (#5539) by Joshua Haberman · 6 years ago
- 76685c6 Add frozen checks in Ruby (#5726) by Joe Bolinger · 6 years ago
- a6e3ac0 Generate extra enum method helpers for Ruby (#5670) by Joe Bolinger · 6 years ago
- bc929a3 add eql? method (#5730) by Joe Bolinger · 6 years ago
- 39c0947 implement to_s for message types (#5710) by Joe Bolinger · 6 years ago
- 64eb9b6 Add more descriptive error messages to init methods in Ruby (#5659) by Joe Bolinger · 6 years ago
- aa5c12e Revert "Revert "Enable the ignore_unknown_field option in the Ruby unmarshal options" (#5511)" (#5533) by Paul Yang · 6 years ago
- be1716a Revert "Enable the ignore_unknown_field option in the Ruby unmarshal options" (#5511) by Paul Yang · 6 years ago
- 2194073 Merge pull request #5373 from ebenoist/erik/unknown-fields by Joshua Haberman · 6 years ago
- 9ac1132 Adds the ability to ignore unknown fields on parse by Erik Benoist · 6 years ago
- 3c547fc Lower the severity of lower-case ruby enum to warning. Add conformance test for allow_alias with lower_case enums by Hao Nguyen · 6 years ago
- c11096c Do not require Ruby enum to be upper case by Hao Nguyen · 6 years ago
- 37dbfd6 Do not require ruby enum to be uppercase by Hao Nguyen · 6 years ago
- d0535cc Adds support for proto2 syntax for Ruby gem. by Harshit Chopra · 6 years ago
- 7054462 When initializing a message, skip a field if value is nil (#3693) by Zachary Anker · 7 years ago
- 74f8e24 Adds a base class for all explicitly raised TypeErrors (#4255) by Erik Benoist · 7 years ago
- 2a6eaeb Fix scope resolution for MessageExts in Ruby by Michael Collis · 7 years ago
- 23adfeb Reserve unknown in Ruby (#3763) by Paul Yang · 7 years ago
- 4fc7529 Merge pull request #3627 from zanker/zanker/add-submsg-hash-init by Joshua Haberman · 7 years ago
- 633ef8b Update message.c by Zachary Anker · 7 years ago
- 8eae3fe Update message.c by Zachary Anker · 7 years ago
- 8771483 Allow initializing a chain of protos using only a hash by Zachary Anker · 7 years ago
- 83264bd Fixed to_h with repeated messages to return hashes in Ruby by Zachary Anker · 7 years ago
- 9c6b8cb Ruby: fixed Message#to_h for map fields. by Josh Haberman · 8 years ago
- 74a636a Move variable declarations before actual code by Marcin Wyszynski · 8 years ago
- 3bdaaa5 More Ruby-eqsue interface by Marcin Wyszynski · 8 years ago
- d419ca1 Updated upb and simplified ruby code a bit with new upb method. by Josh Haberman · 9 years ago
- 194ad62 Ruby JSON: always accept both camelCase and original field names. by Josh Haberman · 9 years ago
- 0559f3e Add field name to initialization map exceptions by Anders Carling · 9 years ago
- 0df1e39 Raise NoMethodError for unknown fields by Anders Carling · 9 years ago
- a1daeab Conform to C89/C90 variable declaration rules. by Josh Haberman · 10 years ago
- 231886f Ruby C extension speedup: don't re-intern constant string needlessly. by Chris Fallin · 10 years ago
- 202f87f Merge pull request #387 from cfallin/ruby-upb-update by Joshua Haberman · 10 years ago
- d326277 Update MRI C Ruby extension to use new version of upb. by Chris Fallin · 10 years ago
- d1b52a0 adding and simplifying encoders/decoders by Adam Greene · 10 years ago
- a3953da Updated based on code-review comments. by Chris Fallin · 10 years ago
- e2debef Ruby extension: added oneof accessor. by Chris Fallin · 10 years ago
- 80276ac Addressed code-review comments. by Chris Fallin · 10 years ago
- fd1a3ff Support for maps in the MRI C Ruby extension. by Chris Fallin · 10 years ago
- 91473dc Rename protobuf Ruby module to google/protobuf and rework its build by Chris Fallin · 10 years ago[Renamed from ruby/ext/protobuf_c/message.c]
- f473bb9 Merge pull request #128 from krishnanm86/master by Feng Xiao · 10 years ago