]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2015-10-03 Ilya Tocarmath: optimize ceil/floor functions on amd64
2015-10-03 acaninocmd/compile: Fix `internal compiler: getinarg: not...
2015-10-03 Austin Clementsdoc: update release tag in source directions to go1.5.1
2015-10-02 Austin Clementsruntime: use 4 byte writes in amd64p32 memmove/memclr
2015-10-02 Austin Clementsruntime: adjust huge page flags only on huge page granu...
2015-10-02 Austin Clementsruntime: remove sweep wait loop in finishsweep_m
2015-10-02 Austin Clementsruntime: remove in-use page count loop from STW
2015-10-02 Austin Clementsruntime: scan objects with finalizers concurrently
2015-10-02 Austin Clementsruntime: introduce gcMode type for GC modes
2015-10-02 Austin Clementsruntime: fix out-of-date comment on gcWork usage
2015-10-02 Brad Fitzpatricksyscall: skip a couple tests when running under Kubernetes
2015-10-02 Robert Griesemerreadme: emphasize issue tracker is for bugs/proposals
2015-10-02 Ian Gudgerdatabase/sql: fix case where Stmt.Close discards error
2015-10-02 Ian Lance Taylormisc/cgo/testsanitizers: skip test for version of clang...
2015-10-02 David Crawshawruntime: darwin/386 entrypoint for c-archive
2015-10-02 Michael Hudson... runtime: adjust the ppc64x memmove and memclr to copy...
2015-10-02 Mikio Hararuntime: drop sigfwd from signal forwarding unsupported...
2015-10-01 Joe Tsaiarchive/tar: make Reader.Read errors persistent
2015-10-01 Burcu Dogannet: make /etc/hosts lookups case-insensitive
2015-10-01 Alan Donovango/types: fix incorrect comment at Info.Implicits.
2015-10-01 David Chasecmd/compile: repair escape analysis of range &fixedArray
2015-10-01 Joel Singruntime/trace: reduce memory usage for trace stress...
2015-10-01 Joel Singruntime: handle sysReserve failure in mHeap_SysAlloc
2015-10-01 Jeremy Schlatterruntime: update comment to match function name
2015-10-01 David Symondstext/template: change IsTrue to take interface{} instea...
next