1. d3c38a4 protoc-gen-go/grpc: use status and code packages only if needed (#820) by Joe Tsai · 5 years ago
  2. b85cd75 protoc-gen-go/grpc: inline errUnimplemented function (#818) by Joe Tsai · 5 years ago
  3. 318d17d Add UnimplementedServer for server interface (#785) by Prannay Khosla · 5 years ago
  4. 347cf4a protoc-gen-go: fix oneof name mangling regression (#782) by Joe Tsai · 5 years ago
  5. 8d0c54c protoc-gen-go: generate XXX_OneofWrappers instead of XXX_OneofFuncs (#760) by Joe Tsai · 6 years ago
  6. 882cf97 all: update to v3.6.1 (#757) by Joe Tsai · 6 years ago
  7. 951a149 proto: deprecate {Unm,M}arshalMessageSet{JSON} (#741) by Joe Tsai · 6 years ago
  8. 75dceb1 all: increase minimum supported version to go1.9 (#742) by Joe Tsai · 6 years ago
  9. 1918e1f protoc-gen-go: reference publicly imported symbols directly by Damien Neil · 6 years ago
  10. 9a73c7f protoc-gen-go: add test for use of publicly imported symbol by Damien Neil · 6 years ago
  11. 0382e76 protoc-gen-go: include groups in public import forwarders by Damien Neil · 6 years ago
  12. d18af0d protoc-gen-go: expand import_public test files by Damien Neil · 6 years ago
  13. d3de96c protoc-gen-go: normalize floating-point default values (#737) by Damien Neil · 6 years ago
  14. 5e0eda4 protoc-gen-go: generate deprecation comments for oneof fields by Damien Neil · 6 years ago
  15. 3ed0fc6 protoc-gen-go: add test case for deprecated oneof field by Damien Neil · 6 years ago
  16. d7fc201 protoc-gen-go: don't force space after "//" in comments (#725) by Damien Neil · 6 years ago
  17. 7be3631 protoc-gen-go/generator: fix misspelling (#732) by Cyrille Hemidy · 6 years ago
  18. ddf2292 protoc-gen-go: only disambiguate predefined idents for local package names (#724) by Damien Neil · 6 years ago
  19. 31e0d06 protoc-gen-go: predeclared identifiers in cleanPackageName (#722) by Sam Smith · 6 years ago
  20. 7011d38 protoc-gen-go: put all imports in one section (#720) by Damien Neil · 6 years ago
  21. 7b18087 protoc-gen-go: more standard import organization (#719) by Damien Neil · 6 years ago
  22. c8b73fb protoc-gen-go: generate descriptor before plugins (#718) by Damien Neil · 6 years ago
  23. 7716a98 protoc-gen-go: simplify init function generation (#716) by Damien Neil · 6 years ago
  24. 32c79af protoc-gen-go: move package comments to before the package decl (#715) by Damien Neil · 6 years ago
  25. 6e3d092 protoc-gen-go: fix symbol names in comments on public imports by Damien Neil · 6 years ago
  26. e6eece4 protoc-gen-go: additional tests for public imports by Damien Neil · 6 years ago
  27. acc5013 protoc-gen-go: Don't set the json tag on extension fields. (#713) by Damien Neil · 6 years ago
  28. 39da819 protoc-gen-go: add more spaces between methods (#712) by Damien Neil · 6 years ago
  29. 88bc711 protoc-gen-go: add blank line after extension method (#711) by Damien Neil · 6 years ago
  30. a47340a protoc-gen-go: put imports in a single import() block (#707) by Damien Neil · 6 years ago
  31. b9c4db9 protoc-gen-go: stop generating package "// import" comment (#701) by Damien Neil · 6 years ago
  32. 0f2620f protoc-gen-go: use consistent receiver name for messages (#700) by Damien Neil · 6 years ago
  33. e344474 protoc-gen-go: add blank lines between various enum functions (#697) by Damien Neil · 6 years ago
  34. fffb0f7 proto: uniquify descriptor var based on filename alone (#696) by Damien Neil · 6 years ago
  35. 93b26e6 protoc-gen-go: refactor generator by splitting up generateMessage (#657) by Patrik Nyblom · 6 years ago
  36. 05f48f4 proto: revert UTF-8 validation for proto2 (#628) by Joe Tsai · 6 years ago
  37. d7d60bc grpc: fix and improve interface comments for client/server types (#604) by David Symonds · 6 years ago
  38. 32a84b2 grpc: document ctx closure best practices (#600) by Jean de Klerk · 6 years ago
  39. 7c4add5 protoc-gen-go: remove deprecated function in grpc (#592) (#602) by Joe Tsai · 6 years ago
  40. acbe2df protoc-gen-go: fix release tag in golden_test (#590) by Damien Neil · 6 years ago
  41. bf2da82 Revert "protoc-gen-go: use standard library context (requires Go1.9) (#548)" (#580) by dfawley · 6 years ago
  42. 6fb5325 Implement "import public" using type aliases. (#583) by Damien Neil · 6 years ago
  43. 9bb8760 protoc-gen-go: fix generation of proxy getters for distant types (#563) by Damien Neil · 6 years ago
  44. 3b4abe1 protoc-gen-go: fix up generation of package names (#576) by Damien Neil · 6 years ago
  45. 06c268a protoc-gen-go: revert some API changes (#577) by Damien Neil · 6 years ago
  46. 9c8fb7a protoc-gen-go: Don't rely on local package name for mset name hack. (#562) by Damien Neil · 6 years ago
  47. 397ff90 protoc-gen-go: use keyed ExtensionRange literals (#560) by Joe Tsai · 6 years ago
  48. 80c8f76 protoc-gen-go: fix generation of public imports (#549) by Damien Neil · 6 years ago
  49. d0dc0de Reduce a bunch of generated code in oneof sizers. (#557) by David Symonds · 6 years ago
  50. b244a78 protoc-gen-go: don't generate blank // import comment (#554) by Damien Neil · 6 years ago
  51. 12a586e golden_test: normalize path separators for Windows (#550) by Chris Manghane · 6 years ago
  52. 3dc8a89 protoc-gen-go: use standard library context (requires Go1.9) (#548) by Joe Tsai · 6 years ago
  53. 251359b protobuf: Delete makefiles, regenerate protos consistently (#546) by Damien Neil · 6 years ago
  54. 2b3479d protoc-gen-go: fix test (#545) by Damien Neil · 6 years ago
  55. 6fb8a6f protoc-gen-go: add paths=source_relative option (#544) by Damien Neil · 6 years ago
  56. 9d4962b protoc-gen-go: handle package import names per-file (#543) by Damien Neil · 6 years ago
  57. a198716 protoc-gen-go: add test for various generation params (#539) by Damien Neil · 6 years ago
  58. f4733c7 protoc-gen-go: don't depend on input file ordering (#542) by Damien Neil · 6 years ago
  59. 3194ec9 protoc-gen-go: regenerate golden tests (#540) by Damien Neil · 6 years ago
  60. 15c3472 protoc-gen-go: add more golden tests for imports (#538) by Damien Neil · 6 years ago
  61. 60f8421 Rename generated Marshal and Unmarshal protobuf method (#536) by Joe Tsai · 6 years ago
  62. 2ef4baf protoc-gen-go: remove relative import in main_test.go (#535) by Damien Neil · 6 years ago
  63. 1021ee9 protoc-gen-go: include canonical import comment (#534) by Damien Neil · 6 years ago
  64. efae459 no more generated package doc (#528) by Joshua Humphries · 6 years ago
  65. bfa8400 travis: enforce generated code, add 1.x (#521) by Tamir Duberstein · 6 years ago
  66. 2c2f6de Fix top-level Makefile to descend into protoc-gen-go. (#523) by Damien Neil · 6 years ago
  67. 055d7b0 [dev] remove spurious comment by Damien Neil · 6 years ago
  68. f7e61e1 [dev] Set plugins=grpc when generating testdata protos. by Damien Neil · 6 years ago
  69. 025a21d [dev] multi/multi*.pb.go: add these files and remove them from .gitignore. by Damien Neil · 6 years ago
  70. 8cbe6f4 [dev] Add 'all' targets back to Makefiles. by Damien Neil · 6 years ago
  71. 04869ad [dev] protoc-gen-go: reorganize, fix testdata directory by Damien Neil · 6 years ago
  72. da3e237 protoc-gen-go: indicate deprecated fields in documentation by Chris Manghane · 6 years ago
  73. b409cc5 proto: remove Proto3UnknownFields flag (#497) by Joe Tsai · 6 years ago
  74. 2bd7280 protoc-gen-go: format interfaces for gofmt 1.9 and 1.10 (#486) by Damien Neil · 6 years ago
  75. 5c7dd33 Simplify code (#314) by Tamir Duberstein · 6 years ago
  76. 013f295 Correct some mistakes (#316) by Tamir Duberstein · 7 years ago
  77. 8cc9e46 Upstream internal Google protobuf changes by Joe Tsai · 7 years ago
  78. ae59567 update protos to 3.4.1 tag of google/protobuf repo (#428) by Joshua Humphries · 7 years ago
  79. 11b8df1 Fix interpretation of default bytes literal values (#427) by Joshua Humphries · 7 years ago
  80. ab9f9a6 changed registered paths for WKT to use proto import path google/protobuf/... (#412) by Joshua Humphries · 7 years ago
  81. e325f44 Fix protoc-gen-go tests (#371) by Tiziano Santoro · 7 years ago
  82. 9f174c9 Fix jsonpb to serialize NaN and Infinity as special strings (#242) by Vladimir Varankin · 7 years ago
  83. fec3b39 protoc-gen-go: update Makefiles for protobuf 3.3.0 (#348) by Ross Light · 7 years ago
  84. 157d9c5 regenerate pb.go files with protobuf 3.3.0 by Ross Light · 7 years ago
  85. 47eb67e protoc-gen-go: follow the new code generation comment convention (#329) by Spencer Nelson · 7 years ago
  86. 154c03a Revert "Update to standard library context package. (#275)" by Joe Tsai · 7 years ago
  87. e514ff5 Update to standard library context package. (#275) by Chris Goller · 7 years ago
  88. c9c7427 protobuf: Regenerate golden files. by Damien Neil · 7 years ago
  89. c432f0b Makefile: Make "make test" work on OS X. by Damien Neil · 7 years ago
  90. 24f28ae protoc-gen-go: Add Filename to ExtensionDesc. by Googler · 8 years ago
  91. 0358ab2 Generate new pb.go files. by Lukasz Milewski · 8 years ago
  92. da116c3 proto: generate Get methods for fields of basic type in proto3 by lmilewski · 8 years ago
  93. d6803ea Allow "make test" to run with Bourne shell. by Bryan Chan · 8 years ago
  94. 2bc9827 improve error message for duplicate oneof in text parsing by Googler · 8 years ago
  95. 09b5638 grpc: update generated code version by Damien Neil · 8 years ago
  96. 2c2f726 protoc-gen-go: Make proto3 scalar repeated fields packed by default (per the proto3 spec). by Bryan Mills · 8 years ago
  97. 18a29c0 regenerate .pb.go by Ross Light · 8 years ago
  98. 3607a4a fix compiler golden test by Damien Neil · 8 years ago
  99. b3e26a4 proto: regenerate proto3.pb.go from .proto file by matloob@google.com · 8 years ago
  100. 0c1f6d6 protoc-gen-go/grpc: pass file descriptor for service as Metadata by Menghan Li · 8 years ago