Commit History

Author SHA1 Message Date
  Damien Neil ddf22928ea protoc-gen-go: only disambiguate predefined idents for local package names (#724) 6 years ago
  Sam Smith 31e0d063dd protoc-gen-go: predeclared identifiers in cleanPackageName (#722) 6 years ago
  Damien Neil 7011d38ac0 protoc-gen-go: put all imports in one section (#720) 6 years ago
  Damien Neil 7b180878bf protoc-gen-go: more standard import organization (#719) 6 years ago
  Damien Neil c8b73fbfc0 protoc-gen-go: generate descriptor before plugins (#718) 6 years ago
  Damien Neil 7716a980bc protoc-gen-go: simplify init function generation (#716) 6 years ago
  Damien Neil 32c79afd48 protoc-gen-go: move package comments to before the package decl (#715) 6 years ago
  Damien Neil 6e3d092c77 protoc-gen-go: fix symbol names in comments on public imports 6 years ago
  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