1. db6ad14 encoding/textpb: add package doc by Herbie Ong · 5 years ago
  2. f398784 .travis.yml: fix travis CI by Joe Tsai · 5 years ago
  3. 1af1de0 internal/cmd/generate-protos: generate internal descfield package by Joe Tsai · 5 years ago
  4. 4b465c0 test.bash: limit running go test to integration_test.go only by Herbie Ong · 5 years ago
  5. 1e1e78b internal/encoding/jsonx: copy internal/encoding/json by Herbie Ong · 5 years ago
  6. 707894e test.bash: rewrite the integration test in Go by Joe Tsai · 5 years ago
  7. 6bb8dec cmd/protoc-gen-go: change some arrays to slices to save bytes by Damien Neil · 5 years ago
  8. 1905843 internal/cmd/generate-protos: initial commit by Joe Tsai · 5 years ago
  9. 4069211 protogen: use full path for generated file variable name by Joe Tsai · 5 years ago
  10. cf81e67 cmd/protoc-gen-go: use protoapi.CompressGZIP by Joe Tsai · 5 years ago
  11. e09920e internal/errors: fix New in eliding prefix by Herbie Ong · 5 years ago
  12. 71c6603 protogen: use full filename in per-file vars by Damien Neil · 5 years ago
  13. 7b828bc encoding/jsonpb: basic JSON marshaling by Herbie Ong · 5 years ago
  14. 8170d69 encoding/textpb: move test protos under encoding/testprotos by Herbie Ong · 5 years ago
  15. 3fa6d3f internal/encoding/pack: don't depend on exact math.NaN bits by Damien Neil · 5 years ago
  16. f5db2df encoding/textpb: add tests for nil message in repeated and map by Herbie Ong · 5 years ago
  17. 6470ea6 encoding/textpb: add support for MessageSet by Herbie Ong · 5 years ago
  18. 374cdb8 internal/impl: drop MessageType.(Unk|K)nownFieldsOf by Damien Neil · 5 years ago
  19. e475eaa internal/fileinit: add tests for fileinit and protodesc by Damien Neil · 5 years ago
  20. f14380b reflect/protodesc: add functions to convert descs to protos by Damien Neil · 5 years ago
  21. 8012b44 internal/fileinit: generate reflect data structures from raw descriptors by Damien Neil · 5 years ago
  22. 6a0e072 go.sum: update to fix test.bash failure by Herbie Ong · 5 years ago
  23. 84f0960 internal/encoding/text: format using 32 bitsize when encoding float32 by Herbie Ong · 5 years ago
  24. de7313b encoding/textpb: fix marshaling repeated group field name by Herbie Ong · 5 years ago
  25. 66c365c encoding/textpb: unmarshal Any by Herbie Ong · 5 years ago
  26. 0dcfb9a encoding/textpb: fix handling of group field name by Herbie Ong · 5 years ago
  27. 5681bb2 protogen: use _protoFile suffix for file descriptor variable by Joe Tsai · 5 years ago
  28. 124c812 protogen: use types.Universe.Names for list of builtin identifiers by Joe Tsai · 5 years ago
  29. d18bd31 reflect: switch ExtensionType.New to return Value by Joe Tsai · 5 years ago
  30. e3f854b reflect/protoreflect: clarify documentation by Damien Neil · 5 years ago
  31. 3bc7d6f reflect: switch MessageType.New to return Message by Joe Tsai · 5 years ago
  32. d6966a4 protogen: fix oneof name mangling regression by Joe Tsai · 5 years ago
  33. a8593ba reflect/protoreflect: drop the ProtoEnum type by Damien Neil · 5 years ago
  34. a7cbd06 cmd/protoc-gen-go: don't chain public imports by Damien Neil · 5 years ago
  35. 8439551 cmd/protoc-gen-go: add additional import public test case by Damien Neil · 5 years ago
  36. f25e14c cmd/protoc-gen-go-grpc: regenerate golden file by Damien Neil · 5 years ago
  37. c31bc2d internal/testprotos: fix import path of test.proto by Damien Neil · 5 years ago
  38. a94f78c encoding/textpb: marshal Any as regular message if unable to expand by Herbie Ong · 5 years ago
  39. f42b55f encoding/textpb: marshal google.protobuf.Any in expanded form by Herbie Ong · 5 years ago
  40. 7bf3ce2 cmd/protoc-gen-go: generate public imports by parsing the imported .pb.go by Damien Neil · 5 years ago
  41. 60e9f87 cmd/protoc-gen-go: remove stale comment by Damien Neil · 5 years ago
  42. 402382e test.bash update to go1.10.7 and go1.11.4 by Herbie Ong · 5 years ago
  43. 0dbce83 cmd/protoc-gen-go: always register file descriptor by Damien Neil · 5 years ago
  44. c525c97 encoding/text: unmarshal extensions by Herbie Ong · 5 years ago
  45. 6e67a1d reflect/protoregistry: add Types registry by Herbie Ong · 5 years ago
  46. cf25308 encoding/text: marshal extensions by Herbie Ong · 5 years ago
  47. 2b0bba8 internal/legacy: fix ExtensionTypeFromDesc by Herbie Ong · 5 years ago
  48. eb6b587 reflect/prototype: change registered option types to interface{} by Damien Neil · 5 years ago
  49. bc534a9 all: add appengine build tag by Joe Tsai · 5 years ago
  50. c05538c reflect/protoreflect: change Options back to an interface{} by Damien Neil · 5 years ago
  51. 7bf88d1 reflect/prototype: fix mapping of Go types for fixed{32,64} kinds by Herbie Ong · 5 years ago
  52. 7390346 cmd/protoc-gen-go: invert conditional check for proto syntax by Joe Tsai · 5 years ago
  53. d068d30 proto: use extension field type in decoding when available by Damien Neil · 5 years ago
  54. 4be2fb4 internal/legacy: use v2 proto.Unmarshal by Damien Neil · 5 years ago
  55. ba23aa5 proto: wire decoding support by Damien Neil · 5 years ago
  56. 2c6f098 protogen: simplify and fix naming derivation logic by Joe Tsai · 5 years ago
  57. 7c624e2 encoding/textpb: ignore reserved field names during unmarshal by Herbie Ong · 5 years ago
  58. 7065195 encoding/textpb: switch tests to use V2 generated messages by Herbie Ong · 5 years ago
  59. 20a1d31 encoding/textpb: add marshaling of unknown fields by Herbie Ong · 5 years ago
  60. 800c990 encoding/textpb: initial textproto unmarshaling by Herbie Ong · 5 years ago
  61. 9ecf75b internal/value: bugfix for v2 message conversion by Damien Neil · 5 years ago
  62. ae2a561 protogen: annotate interface methods by Damien Neil · 5 years ago
  63. 887028d internal/value: fix GoValueOf for v2 message types by Damien Neil · 5 years ago
  64. 232ea15 reflect/prototype: hoist semantic options into builders by Damien Neil · 5 years ago
  65. 692690f cmd/protoc-gen-go-grpc: fix camel-casing of names in generated code by Damien Neil · 5 years ago
  66. 08c3cdf cmd/protoc-gen-go-grpc: change test files to exercise name rewriting by Damien Neil · 5 years ago
  67. 2653420 reflect/protoreflect: remove DescriptorProto method by Joe Tsai · 5 years ago
  68. 97e7f57 reflect/protoreflect: replace Mutable with NewMessage by Damien Neil · 5 years ago
  69. c9899da internal/encoding/defval: unify logic for handling default values by Joe Tsai · 5 years ago
  70. bce82b8 reflect/protoreflect: add HasJSONName, ReservedRanges, and ReservedNames by Joe Tsai · 5 years ago
  71. 381f04c reflect/protoreflect: add MessageDescriptor.ExtensionRangeOptions by Joe Tsai · 5 years ago
  72. a4cbffe reflect/prototype: add registration hooks for options by Joe Tsai · 5 years ago
  73. 9667c48 cmd/protoc-gen-go: reduce technical debt by Joe Tsai · 5 years ago
  74. 05d60cd reflect/prototype: disable detrand for test by Joe Tsai · 5 years ago
  75. 24ceb2b cmd/protoc-gen-go: generate descriptor and plugin with reflection by Joe Tsai · 5 years ago
  76. b3960a7 internal/typefmt: move descriptor formatting logic to typefmt by Joe Tsai · 5 years ago
  77. b6405bd cmd/protoc-gen-go: add support for protobuf reflection by Joe Tsai · 5 years ago
  78. eeca8bb internal/legacy: drop dependency on protoV1 via vendoring by Joe Tsai · 5 years ago
  79. e1f8d50 reflect/protodesc: split descriptor related functionality from prototype by Joe Tsai · 5 years ago
  80. 6dbffb7 internal/legacy: drop legacy prefix by Joe Tsai · 5 years ago
  81. 62517cc internal/legacy: improve performance of extension descriptor conversions by Joe Tsai · 5 years ago
  82. 4c057ca cmd/protoc-gen-go-grpc: switch to the stdlib "context" package by Damien Neil · 5 years ago
  83. 6cf80c4 internal/impl: allow reflection on typed nil pointers by Joe Tsai · 5 years ago
  84. f9123a3 runtime: expose protoimpl and protolegacy by Joe Tsai · 5 years ago
  85. 08e0030 internal/legacy: extract legacy support out from the impl package by Joe Tsai · 5 years ago
  86. ba0ef9a internal/value: rename the Unwrap method as ProtoUnwrap by Joe Tsai · 5 years ago
  87. 7e5c647 cmd/protoc-gen-go: fix forwarding decls for inf and NaN defaults by Damien Neil · 5 years ago
  88. cddf819 encoding/textpb: initial implementation of textproto marshaling by Herbie Ong · 5 years ago
  89. f18ab53 all: make use of the protoapi package in v1 by Joe Tsai · 5 years ago
  90. 25cc69d internal/impl: fix legacy logic to know about the new XXX_OneofWrappers method by Joe Tsai · 5 years ago
  91. 71acbc7 internal/detrand: support disabling detrand by Joe Tsai · 5 years ago
  92. 009e067 internal/scalar: add scalar package for primitive wrappers by Joe Tsai · 5 years ago
  93. f757390 cmd/protoc-gen-go: remove generation of RegisterMessageSetType by Joe Tsai · 5 years ago
  94. b6dbf23 cmd/protoc-gen-go: remove generation of {Unmarshal,Marshal}JSON for MessageSets by Joe Tsai · 5 years ago
  95. 411f339 protogen: clarify that GoIdent.GoName is a single idenfitier by Joe Tsai · 5 years ago
  96. d7e97bc cmd/protoc-gen-go: generate XXX_OneofWrappers instead of XXX_OneofFuncs by Joe Tsai · 5 years ago
  97. f6d4a42 reflect/protoreflect: clarify Get semantics on unpopulated fields by Joe Tsai · 5 years ago
  98. 492a476 internal/detrand: new package for deterministically random functionality by Joe Tsai · 5 years ago
  99. c3f4d48 internal/encoding/text: add extra random space to make output unstable. by Herbie Ong · 5 years ago
  100. ccf6459 reflect/prototype: print {Enum,Message,Extension}Type.GoType by Joe Tsai · 5 years ago