[Lua] Add LuaJIT support (#6584)
[platform/upstream/flatbuffers.git] / go /
2021-02-19 Thanabodee Charoen... GetUOffsetT must get value by GetUint32 not GetInt32...
2020-11-05 Charlie YinSupport size-prefixed buffers and add tests for size...
2020-10-26 mustiikhalilEmpties the sharedString map on reset on go and csharp...
2020-01-24 mustiikhalil[Go] Implements a SharedStrings function (#5733)
2019-08-19 Tsingson[go]add Name() for ForceCodec interface (#5486)
2019-05-21 Siddhartha Bagaria[Go] Public visibility for gazelle default target ...
2019-05-21 Siddhartha BagariaGo bazel default target for gazelle (#5358)
2018-07-26 RobertMerge pull request #4843 from rw/2018-07--explicit...
2018-07-26 RobertMerge pull request #4820 from nairb774/master
2018-07-23 Robertgo: do not clobber minalign when we create objects...
2018-07-15 Brian Atkinson[Go] Force a single, early bounds check on read and...
2018-07-15 Brian Atkinson[Go] Unroll WriteUint64 and WriteInt64.
2018-04-30 husobeeAddition of Go FinishWithFileIdentifier (#4720)
2018-03-15 Andreas Bergmeier[C++, Go, Bazel]: Fix up Bazel support (#4672)
2017-08-24 Wouter van OortmerssenTrimmed vtables of trailing zeroes.
2017-01-27 RobertMerge pull request #4146 from zchee/go-test-fix_struct
2017-01-23 Florin PățanReword comment so that code editors can mark deprecatio...
2017-01-10 Pascal S. de KloeResolve Go fmt and vet warnings (#4134)
2016-12-21 wvoGo related style fixes.
2016-12-09 RobertMerge pull request #4112 from manolama/tweaks
2016-12-09 ManolamaRestore the ''import "unsafe'' removed in 36daedf35fd0c...
2016-12-07 RobertMerge pull request #3791 from mmastrac/master
2016-12-07 RobertMerge pull request #3977 from gonzaloserrano/feature...
2016-12-05 Ronak JainSupport for Golang GRPC (Experimental) (#4082)
2016-08-24 Wouter van OortmerssenMerge pull request #2133 from evolutional/cs-bounds...
2016-08-23 gonzaloserranoAdd a generic way to deserialize a flatbuffer in Go.
2016-07-25 TGIshibMerge remote-tracking branch 'refs/remotes/google/master'
2016-07-25 Wouter van OortmerssenMerge pull request #3935 from kazimuth/jsns
2016-07-22 RobertMerge pull request #363 from danring/fix-341
2016-07-21 Wouter van OortmerssenMerge "This is a minimal amount of #ifdef's to make...
2016-07-21 Wouter van OortmerssenMerge branch 'master' of https://github.com/google...
2016-07-20 Wouter van OortmerssenMerge pull request #259 from kadirahq/golang-mutators
2016-07-20 Muhammed ThanishImplement mutators for Go
2016-07-19 Matt MastracciAvoid unsafe when sizing types
2016-07-01 吴凡Sync from upstream
2016-05-25 Wouter van OortmerssenMerge pull request #3880 from Lakedaemon/IsEverythingGe...
2016-04-28 RobertMerge pull request #3806 from mediagraph/fix-create...
2016-04-28 Wouter van OortmerssenMerge pull request #3854 from pjulien/3853
2016-04-27 Wouter van OortmerssenMerge pull request #3843 from Lakedaemon/refactoring
2016-04-24 RobertMerge pull request #3859 from rw/go-zero-alloc-strings
2016-04-23 rwFix heap allocation when reading a string.
2015-11-25 Wouter van OortmerssenMerge pull request #353 from takaken1994/master
2015-11-18 Wouter van OortmerssenMerge pull request #308 from chobie/php
2015-11-16 Wouter van OortmerssenMerge branch 'master' of https://github.com/google...
2015-11-16 RobertMerge pull request #343 from rw/go-builder-ergonomics
2015-11-12 rwImprove Builder user interface.
2015-06-29 RobertMerge pull request #222 from rw/go-update-panics
2015-06-24 rwPanic when nesting strings. Test panic scenarios.
2015-05-20 gwvoMerge pull request #207 from zachreizner/header
2015-05-20 RobertMerge pull request #206 from rw/go-faster-string-writing
2015-05-20 rwGo: CreateString now needs zero allocs.
2015-05-12 RobertMerge pull request #165 from rw/go-faster
2015-05-09 rwinvoke many fewer growth events
2015-05-09 rwgofmt
2015-05-09 rwremove remaining allocs during build
2015-04-06 Ben HarperAdd byte slice accessor to Go code
2015-04-06 Kyle JonesAlways add additional space if no more is available
2015-04-03 rwReduce allocations when reusing a Builder.
2015-04-03 rwReduce allocations when building strings.
2015-04-02 rwMerge branch 'go-bytevector-getter' of github.com:benha...
2015-04-01 Ben HarperAdd byte slice accessor to Go code
2015-03-12 Ben HarperAdd CreateByteVector function to Go's builder
2014-10-29 LunaFix a build error on 32 bit go
2014-09-24 rwFix vector of strings for Go
2014-09-05 rwFixed possible alignment issue in Go
2014-07-20 Stewart MilesMerge "Terminate the output directory argument of flatc...
2014-07-21 rwPort FlatBuffers to Go.