]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-10-17 Nodir Turakulovruntime: merge stack{1,2}.go -> stack.go
2015-10-17 Michael Hudson... cmd/link: always disable lazy PLT resolution when dynam...
2015-10-17 Yasuharu Gotonet/http: Client support for Expect: 100-continue
2015-10-17 Matthew Dempskyruntime: remove some unnecessary unsafe code in mfixalloc
2015-10-16 Brad Fitzpatricknet: unblock plan9 TCP Read calls after socket close
2015-10-16 Ilya Tocarnet: use IndexByte implementation from runtime package
2015-10-16 Nodir Turakulovruntime: merge panic1.go into panic.go
2015-10-16 Nodir Turakulovruntime: rename print1.go -> print.go
2015-10-16 Nodir Turakulovruntime: merge string1.go into string.go
2015-10-16 Chris Hinesdatabase/sql: avoid deadlock waiting for connections
2015-10-16 Brad Fitzpatricksyscall: fix nacl listener to not accept connections...
2015-10-16 Michael Hudson... runtime, runtime/debug: access unexported runtime funct...
2015-10-16 Michael Hudson... runtime, os/signal: use //go:linkname instead of assemb...
2015-10-15 Matthew Dempskyruntime: use unsafe.Pointer(x) instead of (unsafe.Point...
2015-10-15 Matthew Dempskycmd/compile/internal/gc: reject invalid unsafe.Sizeof...
2015-10-15 Matthew Dempskycmd/compile/internal/gc: refactor range/memclr optimization
2015-10-15 Brad Fitzpatricknet/http/cgi: optimize internal function removeLeadingD...
2015-10-15 Nodir Turakulovtext/template: resolve non-empty interface
2015-10-15 Alexandre Cesaromime: limit UTF-8 encoded-word length to 75 characters
2015-10-14 Aaron Jacobsnet/http/httputil: clarify where DumpRequest(Out)?...
2015-10-14 Nodir Turakulovencoding/json: simplify encodeState.{string, stringBytes}
2015-10-14 Brad Fitzpatricknet/http: enable automatic HTTP/2 if TLSNextProto is nil
2015-10-14 Brad Fitzpatrickvendor: import golang.org/x/net/http2
2015-10-14 David Glassernet/http: don't hang if RemoteAddr() blocks
2015-10-14 Joe Tsaicompress/gzip: fix go vet warning
2015-10-14 Steven Hartlandnet/http/cgi: make provided Env override even system...
2015-10-14 Raul Silveraruntime: Reduce testing for fastlog2 implementation
2015-10-14 Katrina Owenencoding/csv: indicate package of EOF in docs
2015-10-13 Shenghou Macmd/internal/obj: move empty field to the top
2015-10-13 Hyang-Ah Hana Kimmisc/cgo/testcshared: use -pie for android-L.
2015-10-13 Ian Lance Taylormisc/cgo/test: fix go vet warnings
2015-10-13 Brad Fitzpatricknet/http: ignore Transfer-Encoding for HTTP/1.0 responses
2015-10-13 Ian Lance Taylorruntime: remove _Kind constants
2015-10-12 Burcu Dogancmd/go: always log dynamic import errors
2015-10-12 Burcu Dogancmd/go: don't accept a relative path as GOBIN
2015-10-12 Brad Fitzpatrickapi: update next.txt
2015-10-12 Brad Fitzpatricknet/http: export the "new" error codes from RFC 6585
2015-10-11 Didier Spezianet/textproto: properly trim continued lines in MIME...
2015-10-11 Nigel Taoimage: add NYCbCrA types.
2015-10-10 Brad Fitzpatrickos: make IsPermission, IsExist, and IsNotExist unwrap...
2015-10-10 Dave Cheneydoc: go1.6.txt: *url.Error implements net.Error
2015-10-10 Dave Cheneynet/url: make *url.Error implement net.Error
2015-10-10 Joe Tsaicompress/flate: deprecate ReadError and WriteError
2015-10-09 Ian Lance Taylorcmd/link: remove -W option
2015-10-09 Robert Griesemercmd/compile/internal/gc: make funcsyms a []*Node
2015-10-09 Nodir Turakulovcmd/go: print all warnings to stderr
2015-10-09 Austin Clementsruntime: assist before allocating
2015-10-09 Austin Clementsruntime: directly track GC assist balance
2015-10-09 Austin Clementsruntime: ensure minimum heap distance via heap goal
2015-10-09 Austin Clementsruntime: update gcController.scanWork regularly
2015-10-09 Austin Clementsruntime: control background scan credit flushing with...
2015-10-09 Austin Clementsruntime: consolidate gcDrain and gcDrainUntilPreempt
2015-10-09 Austin Clementsruntime: explain why continuous assist revising is...
2015-10-09 Austin Clementsruntime: fix comment for gcAssistAlloc
2015-10-09 Austin Clementsruntime: fix comment for assistRatio
2015-10-09 Nodir Turakulovruntime: remove redundant type cast
2015-10-09 Charlie Dorianmath: Modf(-0) returns -0,-0
2015-10-09 mplmime/multipart: fix peekBufferSeparatorIndex edge case
2015-10-09 Brian Gitonga... C: Add Brian Gitonga Marete's Google email address...
2015-10-08 Brad Fitzpatricknet/http/httputil: clarify NewSingleHostReverseProxy...
2015-10-08 Dave Cheneycmd/internal/obj: improve obj.ProgInfo struct layout
2015-10-08 Matthew Dempskysyscall: fix vet warning in UnixRights
2015-10-08 Ian Lance Taylorcmd/link: pass -Wl,-z,nodelete when creating an ELF...
2015-10-08 Keith Randallruntime: make aeshash more DOS-proof
2015-10-08 Michael Hudson... runtime: adjust the arm64 memmove and memclr to operate...
2015-10-08 Alexander Morozovtext/template: fix formatting calls in tests
2015-10-08 Didier Speziacmd/compile: fix some C to Go translation leftovers
2015-10-08 Michael Hudson... cmd/internal/obj, cmd/link, runtime: lots of TLS cleanup
2015-10-07 Charlie Dorianmath/cmplx: make error tolerance test function of expec...
2015-10-07 Ian Lance Taylordebug/gosym: clean up and modernize pclntab_test
2015-10-07 Ian Lance Taylortest: adjust gccgo expected import errors
2015-10-07 Nodir Turakulovcmd/go: fix `go test -n`
2015-10-06 Shenghou Macmd/compile/internal/big: fix unused result from testin...
2015-10-06 Gordon Klausdatabase/sql: fix conversions to and from user-defined...
2015-10-06 David du Colombierruntime: don't use duffcopy on Plan 9
2015-10-06 Joe Tsaiarchive/tar: fix numeric overflow issues in readGNUSpar...
2015-10-06 Joe Tsaiarchive/tar: add missing error checks to Reader.Next
2015-10-06 Tormod Erevik Leaencoding/gob: fix typo in documentation
2015-10-06 Michael Hudson... cmd/link: set the ELF headers of ARM executables that...
2015-10-06 Shenghou Macmd/go: given better error when -race is used without cgo
2015-10-06 Shenghou Macmd/cgo: update docs refering to 6g and 6l
2015-10-06 Shenghou Matest: gofmt fixedbugs/issue10975.go
2015-10-06 Joe Tsaiarchive/tar: expand abilities of TestReader
2015-10-06 Michael Hudson... cmd/compile/internal/ppc64: fix the epilogue for non...
2015-10-06 Katrina Owendoc: fix typo in contributing guide
2015-10-06 Joe Tsaiio: simplify documentation for ByteReader
2015-10-06 Joe Tsaiio: clarify documentation for Seeker
2015-10-06 Nodir Turakulovcmd/go: print `go test -help` to stderr
2015-10-05 Ian Lance Taylornet: remove imports of strconv
2015-10-05 Didier Speziacmd/cgo: fix panic on references to non-existing C...
2015-10-05 Kenny Grantnet/http: add response body to 413 and 400 errors
2015-10-05 Ilya Tocarcmd/internal/obj/x86: Add initial VEX support.
2015-10-05 Raul Silverapprof: improve sampling for heap profiling
2015-10-05 Michael Hudson... cmd/compile: do not let regopt use REGTMP on ppc64
2015-10-04 David Chasecmd/compile: escape analysis, don't always escape varia...
2015-10-04 Shenghou Macmd/go: remove the bootstrap with make.bash error message
2015-10-04 Shenghou Macmd/yacc: fix copying action code when line comment...
2015-10-03 Didier Speziacmd/cgo: remove support for CGOPKGPATH
2015-10-03 Brad Fitzpatrickcmd/compile/internal/gc: fix the build
2015-10-03 Damian Gryskimath/big: check return value from quick.Check() for...
next