aboutsummaryrefslogtreecommitdiff
path: root/protoc-gen-go
AgeCommit message (Expand)Author
2015-02-09Support control of which linked plugins are executed.HEADgradle_1.3.1gradle_1.3.0-beta4gradle_1.3.0-beta3gradle_1.3.0-beta2gradle_1.3.0-beta1studio-master-releasestudio-1.4-releasestudio-1.3-releasemastermainDavid Symonds
2015-02-09Update comments, package declarations and syntax statements.David Symonds
2015-01-28Permit omission of a colon before a message-typed map value.David Symonds
2014-12-22Support map<k,v> protocol buffer fields.David Symonds
2014-11-28Support proto3.David Symonds
2014-11-28Regenerate descriptor.pb.go.David Symonds
2014-11-24Update URLs and paths to new location of the C++ protobuf code.David Symonds
2014-11-24Update URLs and import paths to new GitHub home.David Symonds
2014-10-28goprotobuf: Miscellaneous cleanups.David Symonds
2014-10-12goprotobuf: Cause the descriptor proto to be imported as "descriptor".David Symonds
2014-10-12goprotobuf: Generate JSON marshal/unmarshal methods for MessageSet.David Symonds
2014-10-12goprotobuf: Add method to extending message to get list of messages extended.David Symonds
2014-08-12goprotobuf: Fix handling of empty string defaults for 'string' and 'bytes' fi...David Symonds
2014-07-22goprotobuf: Split encoding of int32 and uint32 fields.David Symonds
2014-07-22goprotobuf: Fix alias generation for enums.David Symonds
2014-06-20goprotobuf: Required extensions don't make sense.David Symonds
2014-04-14goprotobuf: Remove never-used import of encoding/json in generated code.David Symonds
2014-02-19goprotobuf: Include package docs from .proto in the generated package docs.David Symonds
2014-01-13goprotobuf: Generate package docs.David Symonds
2013-10-11goprotobuf: Remove MarshalJSON methods from generated enum types.David Symonds
2013-09-18goprotobuf: Make the default default of an enum field be the value of the fir...David Symonds
2013-08-19goprotobuf: Fix documentation of minor edge case in CamelCase.David Symonds
2013-08-07goprotobuf: Fix handling of publicly imported enum types.David Symonds
2013-07-26goprotobuf: Present comments in .proto files in the generated .pb.go.David Symonds
2013-07-26goprotobuf: Switch to using protobuf-2.5.0 as the baseline.David Symonds
2013-06-20goprotobuf: Use already-allocated nested messages if they exist.David Symonds
2013-05-03goprotobuf: Allow groups to be treated as messages.David Symonds
2013-03-23goprotobuf: Preserve unknown fields in groups, and generate repeated field ge...David Symonds
2013-02-21goprotobuf: Minor internal change to track internal message indexes.David Symonds
2013-01-30goprotobuf: Repeated field getters.David Symonds
2012-12-20goprotobuf: Cache extension properties.David Symonds
2012-12-06goprotobuf: Missing test data from a previous CL.David Symonds
2012-12-06goprotobuf: Unexport a bunch of symbols in generator.go.David Symonds
2012-11-29goprotobuf: Use a standard redirecting AUTHORS and CONTRIBUTORS file.David Symonds
2012-11-07goprotobuf: Don't treat groups as messages.David Symonds
2012-09-26goprotobuf: Track file and message indexes, and reserve Descriptor as a messa...David Symonds
2012-09-24goprotobuf: Regenerate .pb.go files.David Symonds
2012-09-18goprotobuf: Public import getters.David Symonds
2012-08-30goprotobuf: Fix Marshal crash on typed nil.David Symonds
2012-08-15goprotobuf: Small unimportant tidy-up.David Symonds
2012-08-15goprotobuf: Register unique names for encoding/json and math imports.David Symonds
2012-08-04goprotobuf: JSON helpers for enum types.David Symonds
2012-08-03goprotobuf: Make regenerating prebuilt .pb.go files work again.David Symonds
2012-07-20goprotobuf: Make Unmarshal reset the message before populating.David Symonds
2012-07-02goprotobuf: Remove GetString (etc.) and generated enum NewT functions.David Symonds
2012-06-28goprotobuf: Generate getters.David Symonds
2012-06-28goprotobuf: Miscellaneous fixes.David Symonds
2012-06-14goprotobuf: Introduce new proto.Message type.David Symonds
2012-05-08goprotobuf: Better enum construction.David Symonds
2012-05-05goprotobuf: Repeated extensions.David Symonds