]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-12-01 Shenghou Macmd/dist: add -check-armv6k command to check for ARMv6K
2016-12-01 Brad Fitzpatricksort: add Slice example
2016-12-01 Chris Broadfootapi: promote next.txt to go1.8.txt, update go tool go1.8beta1
2016-12-01 Chris Broadfootapi: update next.txt (remove database/sql.NamedParam)
2016-12-01 Ian Lance Taylorcmd/cgo: fix cgo checking when fetching errno value
2016-12-01 Brad Fitzpatrickdoc: go1.8.html review feedback
2016-12-01 Brad Fitzpatrickencoding/binary: document the new bool support
2016-11-30 Russ Coxcmd/go: document GOPATH default exception
2016-11-30 Russ Coxdoc, cmd/go: adjust documentation for default GOPATH
2016-11-30 David Lazarcmd/compile: generate code that type checks when inlini...
2016-11-30 Brad Fitzpatrickdoc: document default GOPATH in go1.8.html
2016-11-30 Daniel Theophanesdatabase/sql: deflake query cancel tests
2016-11-30 Austin Clementsruntime: fix undead arguments in cgocall
2016-11-30 Austin Clementsruntime: use standard comment style in cgocall
2016-11-30 Daniel Theophanesdatabase/sql: rename NamedParam to NamedArg and Param...
2016-11-30 Joe Tsainet/http: document how headers are forwarded by Client
2016-11-30 Brad Fitzpatrickdoc: update go1.8.html to remove mention of logging...
2016-11-30 Brad Fitzpatrickdoc: remove two go1.8.txt items
2016-11-30 Brad Fitzpatrickdoc: more go1.8.html
2016-11-30 Brad Fitzpatrickdoc: remove some TODOs from go1.8.html
2016-11-30 Shenghou Manet/http: fix test TestServeMuxHandlerRedirects
2016-11-30 Brad Fitzpatrickdoc: add tool sections to go1.8.html
2016-11-30 Ian Lance Taylordoc: add release notes for os and os/signal packages
2016-11-30 Brad Fitzpatrickdoc: more go1.8.html additions
2016-11-30 Ian Lance Taylordoc: remove remaining cmd/go entries from go1.8.txt
2016-11-30 Kenny Grantnet/http: remove logging on bad client requests
2016-11-30 Kevin Burkecmd/compile/internal/gc: document variables and functions
2016-11-30 Dan Petersondoc: note net/UnixListener.SetUnlinkOnClose in go1...
2016-11-29 Robert Griesemergo/ast: fix doc string for ast.GenDecl
2016-11-29 Dan Petersonnet: expand nss myhostname fallback detection
2016-11-29 Ian Lance Taylordoc: add note about gccgo go go1.8.html
2016-11-29 Ian Lance Taylordoc: add notes about cgo to go1.8.html
2016-11-29 Brad Fitzpatrickcrypto/tls: update CBC Lucky13 warning a bit
2016-11-29 Brad Fitzpatrickdoc: more additions to go1.8.html
2016-11-29 Brad Fitzpatrickdoc: more go1.8.html tweaks and new context additions...
2016-11-29 Robert Griesemercmd/compile/internal/syntax: remove unused node field
2016-11-29 Daniel Theophanesdatabase/sql: do not bypass the driver locks with Conte...
2016-11-29 Dhananjay Nakranicmd/go: report position info in package errors
2016-11-29 Hana Kiminternal/pprof/profile: parse mutex profile including...
2016-11-29 Michal Bohusláveknet/http/httptest: fix typo in doc comment
2016-11-29 Robert Griesemercmd/compile: don't panic on syntax error in select...
2016-11-29 Austin Clementsruntime: fall back to /proc/self/auxv in Android libs
2016-11-29 Austin Clementsruntime: extract Linux auxv handling
2016-11-29 Brad Fitzpatrickdoc: more go1.8.html updates
2016-11-29 Brad Fitzpatrickdoc: update go1.8.html after feedback from Russ
2016-11-29 Ian Lance Taylorcmd/link: handle STT_COMMON symbols
2016-11-29 Russ Coxos: fix handling of Windows Unicode console input and ^Z
2016-11-29 David Crawshawos: Executable can use /proc/self/exe on android
2016-11-28 Brad Fitzpatricknet/http, net/http/httptest: cross-reference the two...
2016-11-28 Ian Lance Taylorinternal/pprof: don't discard allocations called by...
2016-11-28 Joe Tsainet/http: document restrictions on ETag as expected...
2016-11-28 Kavirajnet: document that Header.Get key is case insensitive
2016-11-28 Michael Mundaycmd/asm: fix parsing of the s390x instructions VSTE...
2016-11-28 Mikio Haranet: add missing comma on BUGS section for consistency
2016-11-26 Joe Tsainet: update documentation on Conn and PacketConn
2016-11-25 Daniel MartĂ­testing: comment out flag.Parse from example
2016-11-24 Brad Fitzpatrickdatabase/sql: force users of NamedParam to name struct...
2016-11-24 Daniel Theophanesdoc: add database/sql and os changes to go1.8 release...
2016-11-24 Dan Petersonnet/http: fix receiver for Server.Shutdown and Server...
2016-11-23 Michael Mundayruntime/cgo: save correct floating point registers...
2016-11-23 Brad Fitzpatricktest: remove amd64 build tag from test
2016-11-23 Russ Coxmath/rand: export Source64, mainly for documentation...
2016-11-23 Brad Fitzpatrickdoc: add net/http section to go1.8.html
2016-11-23 Brad Fitzpatrickcmd/gofmt: don't call Chmod on windows
2016-11-23 Elias Naurdoc: add SIGPIPE behaviour change to go1.8.txt
2016-11-23 Ian Lance Taylorreflect: fix typo in comment
2016-11-23 Ian Lance Taylorreflect: fix size of StructOf ending in zero-sized...
2016-11-22 Daniel Theophanesdatabase/sql: fix TestPendingConnsAfterErr
2016-11-22 Joe Tsaidoc: fix typos in go1.8.html
2016-11-22 Brad Fitzpatrickdoc: more go1.8.html content
2016-11-22 David du Colombiercmd/go: print CC environment variables on Plan 9
2016-11-22 Michael Mundayruntime/pprof/internal/protopprof: fix test on s390x
2016-11-22 Russ Coxruntime: do not print runtime panic frame at top of...
2016-11-22 Brad Fitzpatrickdoc: more go1.8.html content
2016-11-22 Michael Matloobruntime/pprof: generate heap profiles in compressed...
2016-11-22 Brad Fitzpatrickdoc: go1.8.html updates from Joe Tsai
2016-11-22 Brad Fitzpatrickdoc: start of go1.8.html release notes
2016-11-22 Brad Fitzpatricktime: make Parse validate day's lower bound in addition...
2016-11-22 Brad Fitzpatricknet/http: fix parallel tests using global DefaultTransport
2016-11-22 Ian Lance Taylorruntime: sleep a bit to let a bad signal be delivered
2016-11-22 Ian Lance Taylorcmd/go: don't clobber `go env GOGCCFLAGS`
2016-11-22 David Crawshawcmd/compile, cmd/link: weak relocation for ptrTo
2016-11-22 Brad Fitzpatricknet/http: skip TestLinuxSendfile on mips64 for now
2016-11-22 Russ Coxmath/big: add Baillie-PSW test to (*Int).ProbablyPrime
2016-11-22 Cherry Zhangruntime/internal/atomic: crash on unaligned 64-bit...
2016-11-22 Brad Fitzpatrickcmd/dist: skip plugin tests on noopt builder for now
2016-11-22 Russ Coxbuild: fix cross-compile on Plan 9
2016-11-22 Russ Coxencoding/json: document what happens to MarshalText...
2016-11-21 Brad Fitzpatrickcmd/go: skip slow tests on mips when run under builders
2016-11-21 Brad Fitzpatricknet/http: maybe fix TestLinuxSendfile on mips64
2016-11-21 Ian Lance Taylorcmd/go: don't check standard packages when using gccgo
2016-11-21 Brad Fitzpatrickarchive/zip: skip large concurrent tests in race mode
2016-11-21 Brad Fitzpatricknet/http: deflake TestClientTimeout
2016-11-21 Cherry Zhangruntime/internal/atomic: crash on unaligned 64-bit...
2016-11-21 Cherry Zhangruntime: make work.bytesMarked 8-byte aligned
2016-11-21 Michael Matloobruntime/pprof: emit count profiles with debug=0 as...
2016-11-20 Austin Clementsruntime: wake idle Ps when enqueuing GC work
2016-11-20 Austin Clementsruntime: exit idle worker if there's higher-priority...
2016-11-19 Ian Lance Taylormisc/cgo/testcshared: add explicit ./ to shared library...
2016-11-18 Robert Griesemergo/internal/gccgoimporter: handle conversions in export...
next