Damien Neil
|
e6eece43ca
protoc-gen-go: additional tests for public imports
|
6 years ago |
Damien Neil
|
acc501353c
protoc-gen-go: Don't set the json tag on extension fields. (#713)
|
6 years ago |
Damien Neil
|
39da819878
protoc-gen-go: add more spaces between methods (#712)
|
6 years ago |
Damien Neil
|
88bc711297
protoc-gen-go: add blank line after extension method (#711)
|
6 years ago |
Damien Neil
|
a47340a8e4
protoc-gen-go: put imports in a single import() block (#707)
|
6 years ago |
Iskander (Alex) Sharipov
|
174d648573
proto: remove commented-out code (#704)
|
6 years ago |
Iskander (Alex) Sharipov
|
78db94dd54
proto: replace exprs with matching consts from math pkg (#705)
|
6 years ago |
Iskander (Alex) Sharipov
|
2f5a26c505
proto: replace len(b)<=0 with len(b)==0 (#706)
|
6 years ago |
Damien Neil
|
b9c4db9580
protoc-gen-go: stop generating package "// import" comment (#701)
|
6 years ago |
Damien Neil
|
0f2620f554
protoc-gen-go: use consistent receiver name for messages (#700)
|
6 years ago |
Joe Tsai
|
ebb3f5824e
go.mod: add module file (#699)
|
6 years ago |
Damien Neil
|
e344474228
protoc-gen-go: add blank lines between various enum functions (#697)
|
6 years ago |
Damien Neil
|
fffb0f7828
proto: uniquify descriptor var based on filename alone (#696)
|
6 years ago |
Joe Tsai
|
b27b920f9e
proto: deprecate Stats data structure (#677)
|
6 years ago |
dasmdasm
|
9e2f3b8f55
proto: return more useful error message in SetExtension (#685)
|
6 years ago |
Joe Tsai
|
aa810b61a9
proto: fix handling of required fields after multiple violations (#679)
|
6 years ago |
Joe Tsai
|
20b6e0b198
Update issue templates
|
6 years ago |
Thomas Crain
|
89a0c16f4d
README.md: remove usage of group in example (#673)
|
6 years ago |
Joe Tsai
|
7d1b268556
jsonpb: avoid unexported fields in hand-crafted message (#671)
|
6 years ago |
Joe Tsai
|
f5983d50c8
proto: make invalid UTF-8 errors non-fatal (#660)
|
6 years ago |
Joe Tsai
|
560bdb6443
jsonpb: strictly document JSONPBMarshaler and JSONPBUnmarshaler behavior (#662)
|
6 years ago |
Joe Tsai
|
11bd559057
proto: revert strict erroring of deterministic and custom marshalers (#658)
|
6 years ago |
Patrik Nyblom
|
93b26e6a70
protoc-gen-go: refactor generator by splitting up generateMessage (#657)
|
6 years ago |
Joe Tsai
|
427e165155
proto: fix and cleanup test for deterministic marshal with custom marshalers (#656)
|
6 years ago |
David Howden
|
14aad3d5ea
jsonpb: avoid copying string-valued map-keys (#654)
|
6 years ago |
jmarais
|
70b3af3337
proto: return errors when using deterministic marshaling with custom Marshalers
|
6 years ago |
Aaron Ong
|
0cb4f73256
README: fix markdown formatting issue
|
6 years ago |
cherrymui
|
1325a051a2
proto: fix quadratic behavior in nested map marshaling (#641)
|
6 years ago |
Kassian Sun
|
f05648d464
jsonpb: handle map key and value properties properly (#645)
|
6 years ago |
Kassian Sun
|
9eb2c01ac2
jsonpb: decode int32/uint32/float32/float64 strings (#630)
|
6 years ago |