1. 7b18087 protoc-gen-go: more standard import organization (#719) by Damien Neil · 6 years ago
  2. c8b73fb protoc-gen-go: generate descriptor before plugins (#718) by Damien Neil · 6 years ago
  3. a4da01d go.mod: rely on go get support for modules instead of local paths by Joe Tsai · 6 years ago
  4. 419ede8 go.mod: hardcode a local checkout of the v2 API by Joe Tsai · 6 years ago
  5. 7716a98 protoc-gen-go: simplify init function generation (#716) by Damien Neil · 6 years ago
  6. 32c79af protoc-gen-go: move package comments to before the package decl (#715) by Damien Neil · 6 years ago
  7. 6e3d092 protoc-gen-go: fix symbol names in comments on public imports by Damien Neil · 6 years ago
  8. e6eece4 protoc-gen-go: additional tests for public imports by Damien Neil · 6 years ago
  9. acc5013 protoc-gen-go: Don't set the json tag on extension fields. (#713) by Damien Neil · 6 years ago
  10. 39da819 protoc-gen-go: add more spaces between methods (#712) by Damien Neil · 6 years ago
  11. 88bc711 protoc-gen-go: add blank line after extension method (#711) by Damien Neil · 6 years ago
  12. a47340a protoc-gen-go: put imports in a single import() block (#707) by Damien Neil · 6 years ago
  13. 174d648 proto: remove commented-out code (#704) by Iskander (Alex) Sharipov · 6 years ago
  14. 78db94d proto: replace exprs with matching consts from math pkg (#705) by Iskander (Alex) Sharipov · 6 years ago
  15. 2f5a26c proto: replace len(b)<=0 with len(b)==0 (#706) by Iskander (Alex) Sharipov · 6 years ago
  16. b9c4db9 protoc-gen-go: stop generating package "// import" comment (#701) by Damien Neil · 6 years ago
  17. 0f2620f protoc-gen-go: use consistent receiver name for messages (#700) by Damien Neil · 6 years ago
  18. ebb3f58 go.mod: add module file (#699) by Joe Tsai · 6 years ago
  19. e344474 protoc-gen-go: add blank lines between various enum functions (#697) by Damien Neil · 6 years ago
  20. fffb0f7 proto: uniquify descriptor var based on filename alone (#696) by Damien Neil · 6 years ago
  21. b27b920 proto: deprecate Stats data structure (#677) by Joe Tsai · 6 years ago
  22. 9e2f3b8 proto: return more useful error message in SetExtension (#685) by dasmdasm · 6 years ago
  23. aa810b6 proto: fix handling of required fields after multiple violations (#679) by Joe Tsai · 6 years ago v1.2.0
  24. 20b6e0b Update issue templates by Joe Tsai · 6 years ago
  25. 89a0c16 README.md: remove usage of group in example (#673) by Thomas Crain · 6 years ago
  26. 7d1b268 jsonpb: avoid unexported fields in hand-crafted message (#671) by Joe Tsai · 6 years ago
  27. f5983d5 proto: make invalid UTF-8 errors non-fatal (#660) by Joe Tsai · 6 years ago
  28. 560bdb6 jsonpb: strictly document JSONPBMarshaler and JSONPBUnmarshaler behavior (#662) by Joe Tsai · 6 years ago
  29. 11bd559 proto: revert strict erroring of deterministic and custom marshalers (#658) by Joe Tsai · 6 years ago
  30. 93b26e6 protoc-gen-go: refactor generator by splitting up generateMessage (#657) by Patrik Nyblom · 6 years ago
  31. 427e165 proto: fix and cleanup test for deterministic marshal with custom marshalers (#656) by Joe Tsai · 6 years ago
  32. 14aad3d jsonpb: avoid copying string-valued map-keys (#654) by David Howden · 6 years ago
  33. 70b3af3 proto: return errors when using deterministic marshaling with custom Marshalers by jmarais · 6 years ago
  34. 0cb4f73 README: fix markdown formatting issue by Aaron Ong · 6 years ago
  35. 1325a05 proto: fix quadratic behavior in nested map marshaling (#641) by cherrymui · 6 years ago
  36. f05648d jsonpb: handle map key and value properties properly (#645) by Kassian Sun · 6 years ago
  37. 9eb2c01 jsonpb: decode int32/uint32/float32/float64 strings (#630) by Kassian Sun · 6 years ago
  38. 9f81198 ptypes: ran gofmt on any_test.go by ia · 6 years ago
  39. 5831880 Build grpc generated code as part of tests (#634) by Joe Tsai · 6 years ago
  40. 05f48f4 proto: revert UTF-8 validation for proto2 (#628) by Joe Tsai · 6 years ago
  41. 64db29d jsonpb: error on scalar enum provided for repeated enums instead of panic by Stan Nelson · 6 years ago
  42. 3a3da3a proto: mention field name in error message (#616) by Joe Tsai · 6 years ago
  43. 70c277a jsonpb: fix unmarshaling JSON object with escaped string into Struct type (#612) by Herbie Ong · 6 years ago
  44. d7d60bc grpc: fix and improve interface comments for client/server types (#604) by David Symonds · 6 years ago
  45. 668a607 LICENSE: Move title to README.md by Rob Pike · 6 years ago
  46. 927b659 proto: adjust documentation on RequiredNotSetError (#603) by Joe Tsai · 6 years ago
  47. 32a84b2 grpc: document ctx closure best practices (#600) by Jean de Klerk · 6 years ago
  48. 7c4add5 protoc-gen-go: remove deprecated function in grpc (#592) (#602) by Joe Tsai · 6 years ago
  49. 3fac2a2 ptypes: optimize Is to avoid prefix scan (#601) by jukkag · 6 years ago
  50. b4deda0 Merge pull request #591 from golang/master-merge by Joe Tsai · 6 years ago v1.1.0
  51. 8db9ce6 Merge remote-tracking branch 'origin/dev' into master by Joe Tsai · 6 years ago
  52. acbe2df protoc-gen-go: fix release tag in golden_test (#590) by Damien Neil · 6 years ago
  53. fae8ec6 proto: amortize cost of growing a Buffer (#584) by Rhys Hiltner · 6 years ago
  54. d167f5c proto: remove unused writeRaw function (#585) by Tamir Duberstein · 6 years ago
  55. bf2da82 Revert "protoc-gen-go: use standard library context (requires Go1.9) (#548)" (#580) by dfawley · 6 years ago
  56. 6fb5325 Implement "import public" using type aliases. (#583) by Damien Neil · 6 years ago
  57. 9bb8760 protoc-gen-go: fix generation of proxy getters for distant types (#563) by Damien Neil · 6 years ago
  58. 3b4abe1 protoc-gen-go: fix up generation of package names (#576) by Damien Neil · 6 years ago
  59. d3afd40 Configure Travis to test Go1.6 (again) (#571) by Joe Tsai · 6 years ago
  60. 06c268a protoc-gen-go: revert some API changes (#577) by Damien Neil · 6 years ago
  61. 91cccdb proto: do not allow unknown fields to satisfy required field bit (#565) by Joe Tsai · 6 years ago
  62. e09c5db Fix godoc examples for Any (#569) by John McCabe · 6 years ago
  63. 9c8fb7a protoc-gen-go: Don't rely on local package name for mset name hack. (#562) by Damien Neil · 6 years ago
  64. b028a76 proto: ignore unknown fields in map entries (#561) by Joe Tsai · 6 years ago
  65. 397ff90 protoc-gen-go: use keyed ExtensionRange literals (#560) by Joe Tsai · 6 years ago
  66. 2cbfb78 conformance: remove useless variable declaration (#558) by Joe Tsai · 6 years ago
  67. e0ed903 descriptor: fix example name (#559) by Joe Tsai · 6 years ago
  68. ab964bf conformance: clean up, fix conformance tests (#552) by Damien Neil · 6 years ago
  69. 80c8f76 protoc-gen-go: fix generation of public imports (#549) by Damien Neil · 6 years ago
  70. d0dc0de Reduce a bunch of generated code in oneof sizers. (#557) by David Symonds · 6 years ago
  71. b244a78 protoc-gen-go: don't generate blank // import comment (#554) by Damien Neil · 6 years ago
  72. 12a586e golden_test: normalize path separators for Windows (#550) by Chris Manghane · 6 years ago
  73. 3dc8a89 protoc-gen-go: use standard library context (requires Go1.9) (#548) by Joe Tsai · 6 years ago
  74. 251359b protobuf: Delete makefiles, regenerate protos consistently (#546) by Damien Neil · 6 years ago
  75. 2b3479d protoc-gen-go: fix test (#545) by Damien Neil · 6 years ago
  76. 6fb8a6f protoc-gen-go: add paths=source_relative option (#544) by Damien Neil · 6 years ago
  77. 9d4962b protoc-gen-go: handle package import names per-file (#543) by Damien Neil · 6 years ago
  78. a198716 protoc-gen-go: add test for various generation params (#539) by Damien Neil · 6 years ago
  79. f4733c7 protoc-gen-go: don't depend on input file ordering (#542) by Damien Neil · 6 years ago
  80. 1c9f675 README: change minimum required Go version Go 1.6 (#541) by Damien Neil · 6 years ago
  81. 3194ec9 protoc-gen-go: regenerate golden tests (#540) by Damien Neil · 6 years ago
  82. 15c3472 protoc-gen-go: add more golden tests for imports (#538) by Damien Neil · 6 years ago
  83. 60f8421 Rename generated Marshal and Unmarshal protobuf method (#536) by Joe Tsai · 6 years ago
  84. 2ef4baf protoc-gen-go: remove relative import in main_test.go (#535) by Damien Neil · 6 years ago
  85. 1021ee9 protoc-gen-go: include canonical import comment (#534) by Damien Neil · 6 years ago
  86. 649500c proto: avoid pointer arithmetic with invalidField (#529) by Joe Tsai · 6 years ago
  87. efae459 no more generated package doc (#528) by Joshua Humphries · 6 years ago
  88. bfa8400 travis: enforce generated code, add 1.x (#521) by Tamir Duberstein · 6 years ago
  89. 2c2f6de Fix top-level Makefile to descend into protoc-gen-go. (#523) by Damien Neil · 6 years ago
  90. b322e49 Merge pull request #520 from neild/dev.alias by Damien Neil · 6 years ago
  91. 055d7b0 [dev] remove spurious comment by Damien Neil · 6 years ago
  92. f7e61e1 [dev] Set plugins=grpc when generating testdata protos. by Damien Neil · 6 years ago
  93. 025a21d [dev] multi/multi*.pb.go: add these files and remove them from .gitignore. by Damien Neil · 6 years ago
  94. 8cbe6f4 [dev] Add 'all' targets back to Makefiles. by Damien Neil · 6 years ago
  95. 04869ad [dev] protoc-gen-go: reorganize, fix testdata directory by Damien Neil · 6 years ago
  96. e6af52b proto: treat bad wire types as unknown fields (#511) by Joe Tsai · 6 years ago
  97. f4b403d all: update to protoc v3.5.1 for testing by Joe Tsai · 6 years ago
  98. cb908bf Merge pull request #506 from paranoiacblack/deprecated-fields by Chris Manghane · 6 years ago
  99. 42d4f47 jsonpb: skip unexported or non-protobuf fields (#510) by Joshua Humphries · 6 years ago
  100. da3e237 protoc-gen-go: indicate deprecated fields in documentation by Chris Manghane · 6 years ago