1. d3de96c protoc-gen-go: normalize floating-point default values (#737) by Damien Neil · 6 years ago
  2. 2a65e96 [automerger skipped] Merge pie-platform-release to aosp-master - DO NOT MERGE am: ad5c1b9ef6 -s ours am: 2ee46ba360 -s ours by Bill Yi · 6 years ago
  3. df1006f [automerger skipped] Merge pie-platform-release to aosp-master - DO NOT MERGE am: ad5c1b9ef6 -s ours by Bill Yi · 6 years ago
  4. 2ee46ba [automerger skipped] Merge pie-platform-release to aosp-master - DO NOT MERGE by Bill Yi · 6 years ago
  5. 5e0eda4 protoc-gen-go: generate deprecation comments for oneof fields by Damien Neil · 6 years ago
  6. 3ed0fc6 protoc-gen-go: add test case for deprecated oneof field by Damien Neil · 6 years ago
  7. ad5c1b9 Merge pie-platform-release to aosp-master - DO NOT MERGE by Bill Yi · 6 years ago
  8. 40210b5 [automerger skipped] Merge pi-platform-release to stage-aosp-master - DO NOT MERGE am: b9beca1ea0 -s ours by Bill Yi · 6 years ago
  9. 2d25560 [automerger skipped] Merge pi-platform-release to stage-aosp-master - DO NOT MERGE by Bill Yi · 6 years ago
  10. b9beca1 Merge pi-platform-release to stage-aosp-master - DO NOT MERGE by Bill Yi · 6 years ago
  11. d7fc201 protoc-gen-go: don't force space after "//" in comments (#725) by Damien Neil · 6 years ago
  12. 7be3631 protoc-gen-go/generator: fix misspelling (#732) by Cyrille Hemidy · 6 years ago
  13. 5e707b2 .travis.yml: include go1.11 (#731) by Harald Nordgren · 6 years ago
  14. ddf2292 protoc-gen-go: only disambiguate predefined idents for local package names (#724) by Damien Neil · 6 years ago
  15. 31e0d06 protoc-gen-go: predeclared identifiers in cleanPackageName (#722) by Sam Smith · 6 years ago
  16. 7011d38 protoc-gen-go: put all imports in one section (#720) by Damien Neil · 6 years ago
  17. 7b18087 protoc-gen-go: more standard import organization (#719) by Damien Neil · 6 years ago
  18. c8b73fb protoc-gen-go: generate descriptor before plugins (#718) by Damien Neil · 6 years ago
  19. 7716a98 protoc-gen-go: simplify init function generation (#716) by Damien Neil · 6 years ago
  20. 32c79af protoc-gen-go: move package comments to before the package decl (#715) by Damien Neil · 6 years ago
  21. 6e3d092 protoc-gen-go: fix symbol names in comments on public imports by Damien Neil · 6 years ago
  22. e6eece4 protoc-gen-go: additional tests for public imports by Damien Neil · 6 years ago
  23. acc5013 protoc-gen-go: Don't set the json tag on extension fields. (#713) by Damien Neil · 6 years ago
  24. 39da819 protoc-gen-go: add more spaces between methods (#712) by Damien Neil · 6 years ago
  25. 88bc711 protoc-gen-go: add blank line after extension method (#711) by Damien Neil · 6 years ago
  26. a47340a protoc-gen-go: put imports in a single import() block (#707) by Damien Neil · 6 years ago
  27. 174d648 proto: remove commented-out code (#704) by Iskander (Alex) Sharipov · 6 years ago
  28. 78db94d proto: replace exprs with matching consts from math pkg (#705) by Iskander (Alex) Sharipov · 6 years ago
  29. 2f5a26c proto: replace len(b)<=0 with len(b)==0 (#706) by Iskander (Alex) Sharipov · 6 years ago
  30. b9c4db9 protoc-gen-go: stop generating package "// import" comment (#701) by Damien Neil · 6 years ago
  31. 0f2620f protoc-gen-go: use consistent receiver name for messages (#700) by Damien Neil · 6 years ago
  32. ebb3f58 go.mod: add module file (#699) by Joe Tsai · 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. b27b920 proto: deprecate Stats data structure (#677) by Joe Tsai · 6 years ago
  36. 9e2f3b8 proto: return more useful error message in SetExtension (#685) by dasmdasm · 6 years ago
  37. aa810b6 proto: fix handling of required fields after multiple violations (#679) by Joe Tsai · 6 years ago
  38. 20b6e0b Update issue templates by Joe Tsai · 6 years ago
  39. 89a0c16 README.md: remove usage of group in example (#673) by Thomas Crain · 6 years ago
  40. 7d1b268 jsonpb: avoid unexported fields in hand-crafted message (#671) by Joe Tsai · 6 years ago
  41. f5983d5 proto: make invalid UTF-8 errors non-fatal (#660) by Joe Tsai · 6 years ago
  42. 560bdb6 jsonpb: strictly document JSONPBMarshaler and JSONPBUnmarshaler behavior (#662) by Joe Tsai · 6 years ago
  43. 11bd559 proto: revert strict erroring of deterministic and custom marshalers (#658) by Joe Tsai · 6 years ago
  44. 93b26e6 protoc-gen-go: refactor generator by splitting up generateMessage (#657) by Patrik Nyblom · 6 years ago
  45. 690ccd3 Support go modules in android tree am: 3752424d07 am: ec9867d202 am: 576820417b by Dan Willemsen · 6 years ago
  46. 5861b1a Support go modules in android tree am: 3752424d07 am: ec9867d202 am: 576820417b by Dan Willemsen · 6 years ago
  47. 5768204 Support go modules in android tree am: 3752424d07 am: ec9867d202 by Dan Willemsen · 6 years ago
  48. ec9867d Support go modules in android tree am: 3752424d07 by Dan Willemsen · 6 years ago
  49. 3752424 Support go modules in android tree by Dan Willemsen · 6 years ago
  50. 427e165 proto: fix and cleanup test for deterministic marshal with custom marshalers (#656) by Joe Tsai · 6 years ago
  51. 14aad3d jsonpb: avoid copying string-valued map-keys (#654) by David Howden · 6 years ago
  52. 70b3af3 proto: return errors when using deterministic marshaling with custom Marshalers by jmarais · 6 years ago
  53. 0cb4f73 README: fix markdown formatting issue by Aaron Ong · 6 years ago
  54. 96287b1 Merge remote-tracking branch 'aosp/upstream-master' into golang-protobuf am: 28dcc33abe am: 4730ba13fc by Haibo Huang · 6 years ago
  55. 03f87cd Merge remote-tracking branch 'aosp/upstream-master' into golang-protobuf am: 28dcc33abe by Haibo Huang · 6 years ago
  56. 4730ba1 Merge remote-tracking branch 'aosp/upstream-master' into golang-protobuf by Haibo Huang · 6 years ago
  57. 1325a05 proto: fix quadratic behavior in nested map marshaling (#641) by cherrymui · 6 years ago
  58. f05648d jsonpb: handle map key and value properties properly (#645) by Kassian Sun · 6 years ago
  59. 28dcc33 Merge remote-tracking branch 'aosp/upstream-master' into golang-protobuf by Haibo Huang · 6 years ago
  60. 9eb2c01 jsonpb: decode int32/uint32/float32/float64 strings (#630) by Kassian Sun · 6 years ago
  61. 9f81198 ptypes: ran gofmt on any_test.go by ia · 6 years ago
  62. 5831880 Build grpc generated code as part of tests (#634) by Joe Tsai · 6 years ago
  63. 05f48f4 proto: revert UTF-8 validation for proto2 (#628) by Joe Tsai · 6 years ago
  64. 64db29d jsonpb: error on scalar enum provided for repeated enums instead of panic by Stan Nelson · 6 years ago
  65. 3a3da3a proto: mention field name in error message (#616) by Joe Tsai · 6 years ago
  66. 70c277a jsonpb: fix unmarshaling JSON object with escaped string into Struct type (#612) by Herbie Ong · 6 years ago
  67. d7d60bc grpc: fix and improve interface comments for client/server types (#604) by David Symonds · 6 years ago
  68. 668a607 LICENSE: Move title to README.md by Rob Pike · 6 years ago
  69. 927b659 proto: adjust documentation on RequiredNotSetError (#603) by Joe Tsai · 6 years ago
  70. 32a84b2 grpc: document ctx closure best practices (#600) by Jean de Klerk · 6 years ago
  71. 7c4add5 protoc-gen-go: remove deprecated function in grpc (#592) (#602) by Joe Tsai · 6 years ago
  72. 3fac2a2 ptypes: optimize Is to avoid prefix scan (#601) by jukkag · 6 years ago
  73. b4deda0 Merge pull request #591 from golang/master-merge by Joe Tsai · 6 years ago
  74. 8db9ce6 Merge remote-tracking branch 'origin/dev' into master by Joe Tsai · 6 years ago
  75. acbe2df protoc-gen-go: fix release tag in golden_test (#590) by Damien Neil · 6 years ago
  76. fae8ec6 proto: amortize cost of growing a Buffer (#584) by Rhys Hiltner · 6 years ago
  77. d167f5c proto: remove unused writeRaw function (#585) by Tamir Duberstein · 6 years ago
  78. bf2da82 Revert "protoc-gen-go: use standard library context (requires Go1.9) (#548)" (#580) by dfawley · 6 years ago
  79. 6fb5325 Implement "import public" using type aliases. (#583) by Damien Neil · 6 years ago
  80. 9bb8760 protoc-gen-go: fix generation of proxy getters for distant types (#563) by Damien Neil · 6 years ago
  81. 3b4abe1 protoc-gen-go: fix up generation of package names (#576) by Damien Neil · 6 years ago
  82. d3afd40 Configure Travis to test Go1.6 (again) (#571) by Joe Tsai · 6 years ago
  83. 06c268a protoc-gen-go: revert some API changes (#577) by Damien Neil · 6 years ago
  84. 91cccdb proto: do not allow unknown fields to satisfy required field bit (#565) by Joe Tsai · 6 years ago
  85. e09c5db Fix godoc examples for Any (#569) by John McCabe · 6 years ago
  86. 9c8fb7a protoc-gen-go: Don't rely on local package name for mset name hack. (#562) by Damien Neil · 6 years ago
  87. b028a76 proto: ignore unknown fields in map entries (#561) by Joe Tsai · 6 years ago
  88. 397ff90 protoc-gen-go: use keyed ExtensionRange literals (#560) by Joe Tsai · 6 years ago
  89. 2cbfb78 conformance: remove useless variable declaration (#558) by Joe Tsai · 6 years ago
  90. e0ed903 descriptor: fix example name (#559) by Joe Tsai · 6 years ago
  91. ab964bf conformance: clean up, fix conformance tests (#552) by Damien Neil · 6 years ago
  92. 80c8f76 protoc-gen-go: fix generation of public imports (#549) by Damien Neil · 6 years ago
  93. d0dc0de Reduce a bunch of generated code in oneof sizers. (#557) by David Symonds · 6 years ago
  94. b244a78 protoc-gen-go: don't generate blank // import comment (#554) by Damien Neil · 6 years ago
  95. 12a586e golden_test: normalize path separators for Windows (#550) by Chris Manghane · 6 years ago
  96. 3dc8a89 protoc-gen-go: use standard library context (requires Go1.9) (#548) by Joe Tsai · 6 years ago
  97. 251359b protobuf: Delete makefiles, regenerate protos consistently (#546) by Damien Neil · 6 years ago
  98. 2b3479d protoc-gen-go: fix test (#545) by Damien Neil · 6 years ago
  99. 6fb8a6f protoc-gen-go: add paths=source_relative option (#544) by Damien Neil · 6 years ago
  100. 9d4962b protoc-gen-go: handle package import names per-file (#543) by Damien Neil · 6 years ago