1. 968e039 go.mod: temporarily delete go.mod file by Joe Tsai · 5 years ago
  2. a15d724 go.sum: temporarily delete go.sum file by Joe Tsai · 5 years ago
  3. 379b5a7 go.sum: purge unused dependencies by Joe Tsai · 5 years ago
  4. 6ce2da4 all: update to latest in golang/protobuf@b5d812f8 by Joe Tsai · 5 years ago
  5. 22c36ed protoapi: add CompressGZIP helper function by Joe Tsai · 5 years ago
  6. b5d812f Delete the conformance test (#808) by Joe Tsai · 5 years ago v1.3.1
  7. 9bfdcee proto: remove test dependency on experimental packages (#805) by Alex Rudd · 5 years ago
  8. c823c79 ptypes: More cleanly construct a Timestamp (#797) by JP Sugarbroad · 5 years ago v1.3.0
  9. 3337d28 ptypes: Avoid assuming time.Duration is nanoseconds (#796) by JP Sugarbroad · 5 years ago
  10. 347cf4a protoc-gen-go: fix oneof name mangling regression (#782) by Joe Tsai · 5 years ago
  11. 7e65e51 protoapi: move registration from proto to protoapi by Joe Tsai · 5 years ago
  12. 8f39668 protoapi: fix trivial deadlock by Joe Tsai · 5 years ago
  13. 87f1426 protoapi: new package for v1 types that generated messages depend on by Joe Tsai · 5 years ago
  14. 1d3f30b README.md: document how to build a specific version of protoc-gen-go (#764) by Jeremy Lin · 5 years ago
  15. f015b07 all: use short license header form by Joe Tsai · 5 years ago
  16. 2f9da38 all: cleanup build tags by Joe Tsai · 5 years ago
  17. 4c13d30 descriptor: deprecate the package by Joe Tsai · 5 years ago
  18. eef680e conformance: remove the conformance test by Joe Tsai · 5 years ago
  19. b929213 protoc-gen-go: generate XXX_OneofWrappers instead of XXX_OneofFuncs (#760) by Joe Tsai · 5 years ago
  20. 8d0c54c protoc-gen-go: generate XXX_OneofWrappers instead of XXX_OneofFuncs (#760) by Joe Tsai · 5 years ago
  21. e21ef87 all: update to v3.6.1 (#757) by Joe Tsai · 5 years ago
  22. d6f7ca2 proto: store extension values according to protobuf data model (#746) by Joe Tsai · 5 years ago
  23. 1864a4d proto: deprecate {Unm,M}arshalMessageSet{JSON} (#741) by Joe Tsai · 5 years ago
  24. 5b218a2 all: increase minimum supported version to go1.9 (#742) by Joe Tsai · 5 years ago
  25. 1362c40 protoc-gen-go: reference publicly imported symbols directly by Joe Tsai · 5 years ago
  26. 95590b6 protoc-gen-go: add test for use of publicly imported symbol by Joe Tsai · 5 years ago
  27. 160af8e protoc-gen-go: include groups in public import forwarders by Joe Tsai · 5 years ago
  28. f27b90d protoc-gen-go: expand import_public test files by Joe Tsai · 5 years ago
  29. 4e2754b protoc-gen-go: normalize floating-point default values (#737) by Joe Tsai · 5 years ago
  30. b4468de protoc-gen-go: generate deprecation comments for oneof fields by Joe Tsai · 5 years ago
  31. 04a0f24 protoc-gen-go: add test case for deprecated oneof field by Joe Tsai · 5 years ago
  32. 072d074 protoc-gen-go: don't force space after "//" in comments (#725) by Joe Tsai · 5 years ago
  33. 81a81aa protoc-gen-go/generator: fix misspelling (#732) by Joe Tsai · 5 years ago
  34. b409ead protoc-gen-go: only disambiguate predefined idents for local package names (#724) by Joe Tsai · 5 years ago
  35. e52a201 protoc-gen-go: predeclared identifiers in cleanPackageName (#722) by Joe Tsai · 5 years ago
  36. 6aa1dc7 protoc-gen-go: put all imports in one section (#720) by Joe Tsai · 5 years ago
  37. 73b300e protoc-gen-go: more standard import organization (#719) by Joe Tsai · 5 years ago
  38. 821b54d protoc-gen-go: generate descriptor before plugins (#718) by Joe Tsai · 5 years ago
  39. 882cf97 all: update to v3.6.1 (#757) by Joe Tsai · 5 years ago
  40. 85533b8 test.bash: update to go1.10.5 and go1.11.2 by Joe Tsai · 5 years ago
  41. 5213254 proto: store extension values according to protobuf data model (#746) by Joe Tsai · 5 years ago
  42. 951a149 proto: deprecate {Unm,M}arshalMessageSet{JSON} (#741) by Joe Tsai · 5 years ago
  43. 75dceb1 all: increase minimum supported version to go1.9 (#742) by Joe Tsai · 6 years ago
  44. 1918e1f protoc-gen-go: reference publicly imported symbols directly by Damien Neil · 6 years ago
  45. 9a73c7f protoc-gen-go: add test for use of publicly imported symbol by Damien Neil · 6 years ago
  46. 3e154b7 test.bash: update to go1.10.4 and go1.11.1 for v1 branch by Herbie Ong · 6 years ago
  47. 0382e76 protoc-gen-go: include groups in public import forwarders by Damien Neil · 6 years ago
  48. d18af0d protoc-gen-go: expand import_public test files by Damien Neil · 6 years ago
  49. d3de96c protoc-gen-go: normalize floating-point default values (#737) by Damien Neil · 6 years ago
  50. 5e0eda4 protoc-gen-go: generate deprecation comments for oneof fields by Damien Neil · 6 years ago
  51. 3ed0fc6 protoc-gen-go: add test case for deprecated oneof field by Damien Neil · 6 years ago
  52. d7fc201 protoc-gen-go: don't force space after "//" in comments (#725) by Damien Neil · 6 years ago
  53. 7be3631 protoc-gen-go/generator: fix misspelling (#732) by Cyrille Hemidy · 6 years ago
  54. 5e707b2 .travis.yml: include go1.11 (#731) by Harald Nordgren · 6 years ago
  55. ddf2292 protoc-gen-go: only disambiguate predefined idents for local package names (#724) by Damien Neil · 6 years ago
  56. 31e0d06 protoc-gen-go: predeclared identifiers in cleanPackageName (#722) by Sam Smith · 6 years ago
  57. aaf9c3b protoc-gen-go: implement as wrapper of v2 protoc-gen-go by Damien Neil · 6 years ago
  58. 7011d38 protoc-gen-go: put all imports in one section (#720) by Damien Neil · 6 years ago
  59. 7b18087 protoc-gen-go: more standard import organization (#719) by Damien Neil · 6 years ago
  60. c8b73fb protoc-gen-go: generate descriptor before plugins (#718) by Damien Neil · 6 years ago
  61. a4da01d go.mod: rely on go get support for modules instead of local paths by Joe Tsai · 6 years ago
  62. 419ede8 go.mod: hardcode a local checkout of the v2 API by Joe Tsai · 6 years ago
  63. 7716a98 protoc-gen-go: simplify init function generation (#716) by Damien Neil · 6 years ago
  64. 32c79af protoc-gen-go: move package comments to before the package decl (#715) by Damien Neil · 6 years ago
  65. 6e3d092 protoc-gen-go: fix symbol names in comments on public imports by Damien Neil · 6 years ago
  66. e6eece4 protoc-gen-go: additional tests for public imports by Damien Neil · 6 years ago
  67. acc5013 protoc-gen-go: Don't set the json tag on extension fields. (#713) by Damien Neil · 6 years ago
  68. 39da819 protoc-gen-go: add more spaces between methods (#712) by Damien Neil · 6 years ago
  69. 88bc711 protoc-gen-go: add blank line after extension method (#711) by Damien Neil · 6 years ago
  70. a47340a protoc-gen-go: put imports in a single import() block (#707) by Damien Neil · 6 years ago
  71. 174d648 proto: remove commented-out code (#704) by Iskander (Alex) Sharipov · 6 years ago
  72. 78db94d proto: replace exprs with matching consts from math pkg (#705) by Iskander (Alex) Sharipov · 6 years ago
  73. 2f5a26c proto: replace len(b)<=0 with len(b)==0 (#706) by Iskander (Alex) Sharipov · 6 years ago
  74. b9c4db9 protoc-gen-go: stop generating package "// import" comment (#701) by Damien Neil · 6 years ago
  75. 0f2620f protoc-gen-go: use consistent receiver name for messages (#700) by Damien Neil · 6 years ago
  76. ebb3f58 go.mod: add module file (#699) by Joe Tsai · 6 years ago
  77. e344474 protoc-gen-go: add blank lines between various enum functions (#697) by Damien Neil · 6 years ago
  78. fffb0f7 proto: uniquify descriptor var based on filename alone (#696) by Damien Neil · 6 years ago
  79. b27b920 proto: deprecate Stats data structure (#677) by Joe Tsai · 6 years ago
  80. 9e2f3b8 proto: return more useful error message in SetExtension (#685) by dasmdasm · 6 years ago
  81. aa810b6 proto: fix handling of required fields after multiple violations (#679) by Joe Tsai · 6 years ago v1.2.0
  82. 20b6e0b Update issue templates by Joe Tsai · 6 years ago
  83. 89a0c16 README.md: remove usage of group in example (#673) by Thomas Crain · 6 years ago
  84. 7d1b268 jsonpb: avoid unexported fields in hand-crafted message (#671) by Joe Tsai · 6 years ago
  85. f5983d5 proto: make invalid UTF-8 errors non-fatal (#660) by Joe Tsai · 6 years ago
  86. 560bdb6 jsonpb: strictly document JSONPBMarshaler and JSONPBUnmarshaler behavior (#662) by Joe Tsai · 6 years ago
  87. 11bd559 proto: revert strict erroring of deterministic and custom marshalers (#658) by Joe Tsai · 6 years ago
  88. 93b26e6 protoc-gen-go: refactor generator by splitting up generateMessage (#657) by Patrik Nyblom · 6 years ago
  89. 427e165 proto: fix and cleanup test for deterministic marshal with custom marshalers (#656) by Joe Tsai · 6 years ago
  90. 14aad3d jsonpb: avoid copying string-valued map-keys (#654) by David Howden · 6 years ago
  91. 70b3af3 proto: return errors when using deterministic marshaling with custom Marshalers by jmarais · 6 years ago
  92. 0cb4f73 README: fix markdown formatting issue by Aaron Ong · 6 years ago
  93. 1325a05 proto: fix quadratic behavior in nested map marshaling (#641) by cherrymui · 6 years ago
  94. f05648d jsonpb: handle map key and value properties properly (#645) by Kassian Sun · 6 years ago
  95. 9eb2c01 jsonpb: decode int32/uint32/float32/float64 strings (#630) by Kassian Sun · 6 years ago
  96. 9f81198 ptypes: ran gofmt on any_test.go by ia · 6 years ago
  97. 5831880 Build grpc generated code as part of tests (#634) by Joe Tsai · 6 years ago
  98. 05f48f4 proto: revert UTF-8 validation for proto2 (#628) by Joe Tsai · 6 years ago
  99. 64db29d jsonpb: error on scalar enum provided for repeated enums instead of panic by Stan Nelson · 6 years ago
  100. 3a3da3a proto: mention field name in error message (#616) by Joe Tsai · 6 years ago