- 22 May, 2019 1 commit
-
-
Mike Moore authored
-
- 21 Feb, 2019 1 commit
-
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
- 27 Jun, 2018 1 commit
-
-
Zachary Anker authored
-
- 20 Sep, 2017 2 commits
-
-
Zachary Anker authored
-
Zachary Anker authored
-
- 22 Sep, 2016 1 commit
-
-
Brendan Ribera authored
`System.identityHashCode` returns a hash that does not consider a Message's values. This means two Messages with identical values will not have identical hashCodes. This patch uses the pattern from RubyMap to combine the hashCodes from all values in a given message and produce a unique, consistent, value-based hash.
-
- 20 Sep, 2016 1 commit
-
-
Brendan Ribera authored
`System.identityHashCode` returns a hash that does not consider a Message's values. This means two Messages with identical values will not have identical hashCodes. This patch uses the pattern from RubyMap to combine the hashCodes from all values in a given message and produce a unique, consistent, value-based hash.
-
- 25 Jul, 2016 1 commit
-
-
Josh Haberman authored
-
- 18 May, 2016 1 commit
-
-
Josh Haberman authored
-
- 23 Nov, 2015 1 commit
-
-
Anders Carling authored
-
- 20 Nov, 2015 3 commits
-
-
Anders Carling authored
-
Anders Carling authored
-
Anders Carling authored
More informative and more ruby-like
-
- 14 May, 2015 1 commit
-
-
Adam Greene authored
-
- 13 May, 2015 1 commit
-
-
Adam Greene authored
* make consistent between mri and jruby * create a #to_h and have it use symbols for keys * add #to_json and #to_proto helpers on the Google::Protobuf message classes
-
- 02 May, 2015 2 commits
-
-
Adam Greene authored
-
Adam Greene authored
ruby arrays don't throw an exception; they return nil. Lets do the same! this fix also includes the ability to use negative array indicies
-
- 10 Mar, 2015 1 commit
-
-
Isaiah Peng authored
-