1. ded92f8 reflect/prototype: lower minimum support to Go1.9 by Joe Tsai · 6 years ago
  2. a6c374a cmd/protoc-gen-go: add test data for proto3 extensions by Damien Neil · 6 years ago
  3. d4803f5 cmd/protoc-gen-go: add "packed" encoding tag to fields by Damien Neil · 6 years ago
  4. 55fe1c0 cmd/protoc-gen-go: generate deprecation comments by Damien Neil · 6 years ago
  5. 81d6d83 cmd/protoc-gen-go: additional conflict resolution for oneof field types by Damien Neil · 6 years ago
  6. 2e0c3da cmd/protoc-gen-go: generate blank imports for unused proto dependencies by Damien Neil · 6 years ago
  7. 73ac885 cmd/protoc-gen-go: generate public imports by Damien Neil · 6 years ago
  8. 993c04d cmd/protoc-gen-go: generate extensions by Damien Neil · 6 years ago
  9. 1fa78d8 cmd/protoc-gen-go: generate oneofs by Damien Neil · 6 years ago
  10. 1ec3315 protoc-gen-go: generate imports consistent with previous protoc-gen-go by Damien Neil · 6 years ago
  11. ce36f8d cmd/protoc-gen-go: register messages and map field types by Damien Neil · 6 years ago
  12. dd00a27 reflect/prototype: simplify Format test by Joe Tsai · 6 years ago
  13. d0f8aa2 reflect/prototype: add NewGoEnum and NewGoMessage constructors by Joe Tsai · 6 years ago
  14. 0bd5a38 cmd/protoc-gen-go: add support for map fields by Damien Neil · 6 years ago
  15. 77f82fe cmd/protoc-gen-go: generate getters by Damien Neil · 6 years ago
  16. fa02f4e internal/impl: initial commit by Joe Tsai · 6 years ago
  17. 757806c reflect/prototype: fix build due to protoreflect.Value method change by Joe Tsai · 6 years ago
  18. 812d913 reflect/protoreflect: add Has and Clear to KnownFields and Map by Joe Tsai · 6 years ago
  19. ebc699d cmd/protoc-gen-go: generate def= protobuf field tag, default constants by Damien Neil · 6 years ago
  20. e6fa22a reflect/prototype: add HasDefault to FieldDescriptor by Damien Neil · 6 years ago
  21. a1c6abc cmd/protoc-gen-go: generate common message methods by Damien Neil · 6 years ago
  22. 2c8b670 reflect/protoreflect: put Value and MapKey types next to their methods by Damien Neil · 6 years ago
  23. d412792 cmd/protoc-gen-go: reference proto.ProtoPackageIsVersionX by Damien Neil · 6 years ago
  24. 658051b cmd/protoc-gen-go: generate message fields by Damien Neil · 6 years ago
  25. 1776498 reflect/prototype: implement Format methods by Joe Tsai · 6 years ago
  26. 3cf6e62 protogen: support passing command-line parameters to plugins by Damien Neil · 6 years ago
  27. 46abb57 cmd/protoc-gen-go: generate enums by Damien Neil · 6 years ago
  28. cab8dfe protogen: include source comments in generated code by Damien Neil · 6 years ago
  29. 8cb9190 internal/encoding/pack: replace AST with CST in documentation by Joe Tsai · 6 years ago
  30. 7779e05 cmd/protoc-gen-go: register FileDescriptorProto by Damien Neil · 6 years ago
  31. 082ce92 protogen: compute package names, import paths, generated filenames by Damien Neil · 6 years ago
  32. 3de06c0 reflect: add Index method to descriptor by Damien Neil · 6 years ago
  33. c846889 cmd/protoc-gen-go: assume type alias support in golden_test by Joe Tsai · 6 years ago
  34. f8505dac test.bash: use repo-local cache by Joe Tsai · 6 years ago
  35. 769b9e7 internal/cmd/pbdump: simplify and cleanup by Joe Tsai · 6 years ago
  36. abc6fc1 protogen: use protoreflect descriptors by Damien Neil · 6 years ago
  37. ef18063 reflect/prototype: default proto file syntax is "proto2" by Damien Neil · 6 years ago
  38. d901677 protogen: automatic handling of imports by Damien Neil · 6 years ago
  39. 23ddbd1 reflect/prototype: add NewFileFromDescriptorProto constructor by Joe Tsai · 6 years ago
  40. b4e370e internal/cmd/pbdump: initial commit by Joe Tsai · 6 years ago
  41. 3ab648c internal/encoding/pack: initial commit by Joe Tsai · 6 years ago
  42. 9f9e0ee test.bash: use go1.11 by Joe Tsai · 6 years ago
  43. 095e462 reflect/protoregistry: initial commit by Joe Tsai · 6 years ago
  44. c046d86 test.bash: use go1.11rc2 by Joe Tsai · 6 years ago
  45. c7d07d9 protogen: generate message skeletons by Damien Neil · 6 years ago
  46. 220c202 protogen, cmd/protoc-gen-go: initial commit by Damien Neil · 6 years ago
  47. 913ace2 test.bash: more test script improvements by Joe Tsai · 6 years ago
  48. bfda014 reflect/prototype: initial commit by Joe Tsai · 6 years ago
  49. dbc9a12 reflect/protoreflect: initial commit by Joe Tsai · 6 years ago
  50. d55639e internal/set: add set package for set data structures by Joe Tsai · 6 years ago
  51. ea04a13 test.bash: test harness improvements by Joe Tsai · 6 years ago
  52. dd8f2fa CONTRIBUTING.md: add pre-push hook instructions by Joe Tsai · 6 years ago
  53. 27c2a76 internal/encoding/text: initial commit of proto text format parser/serializer by Joe Tsai · 6 years ago
  54. 879b18d internal/encoding/json: initial commit of JSON parser/serializer by Joe Tsai · 6 years ago
  55. ec3202b AUTHORS, CONTRIBUTORS, LICENSE, PATENTS: initial commit by Joe Tsai · 6 years ago
  56. d1e65e6 test.bash: unset GOROOT to fix Travis-CI by Joe Tsai · 6 years ago
  57. ed2fbe0 test.bash: download dependencies by Joe Tsai · 6 years ago
  58. ce91da5 internal/pragma: package to statically enforce certain properties by Joe Tsai · 6 years ago
  59. 7828bb3 .travis.yml: add Travis-CI script by Joe Tsai · 6 years ago
  60. 1bed454 test.bash: add script for comprehensive testing by Joe Tsai · 6 years ago
  61. 0e6baaa internal/encoding/wire: switch to use internal errors package by Joe Tsai · 6 years ago
  62. 025d81d internal/flags: add package to control specialized functionality by Joe Tsai · 6 years ago
  63. be60f99 internal/encoding/wire: fix minor miscategorization in test by Joe Tsai · 6 years ago
  64. 9834a7d internal/errors: initial commit by Joe Tsai · 6 years ago
  65. 22505a4 internal/encoding/wire: initial commit by Joe Tsai · 6 years ago
  66. 3beba15 go.mod: initialize Go module by Joe Tsai · 6 years ago
  67. a19bc9b CONTRIBUTING.md: initial commit by Joe Tsai · 6 years ago
  68. ca80a50 README.md: initial commit by Joe Tsai · 6 years ago
  69. fd0e426 Initial empty repository by Andrew Bonventre · 6 years ago