]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-12-05 Russ Coxruntime: check that Version does not contain \r \n
2016-12-05 Cherry Zhangcmd/compile: find last StoreWB explicitly
2016-12-04 Dhananjay Nakranicmd/go: give useful error when msan isn't supported
2016-12-04 Emmanuel Odekehtml/template: lock in application/json as valid JS...
2016-12-04 Nodir Turakulovhtml/template: escape JS in application/json script tag
2016-12-03 Brad Fitzpatrickcmd/dist: remove special test timeout scale for Windows
2016-12-03 Brad Fitzpatrickruntime: skip GDB tests on mips64
2016-12-03 Josh Bleecher... cmd/go: add missing newline at end of error message
2016-12-02 Ian Lance Taylortest: add test case for which gccgo generated incorrect...
2016-12-02 Filippo Valsordadoc: fix grammar in go1.8.html > crypto/tls
2016-12-02 Ian Lance Taylorcmd/link: don't overalign ELF reloc sections
2016-12-02 Brad Fitzpatrickdoc: correct the number of changes to the language...
2016-12-02 Robert Griesemercmd/compile/internal/syntax: remove dead type declaration
2016-12-02 Shenghou Mavendor/golang_org/x/crypto/chacha20poly1305: revendor...
2016-12-02 Kevin Burkedoc: update suggested Go installation version
2016-12-02 Ian Lance Taylordoc: CL 32796 was reverted, so remove it from go1.8...
2016-12-01 Brad Fitzpatricknet/http: revert change making NewRequest set ContentLe...
2016-12-01 Brad Fitzpatrickcmd/dist: adjust default timeout scale for mips
2016-12-01 Ian Lance Taylorcmd/go: check MustHaveExternalNetwork before `go get...
2016-12-01 Matthew Dempskycmd/internal/obj: rename obj.go to line.go
2016-12-01 Daniel Theophanesdatabase/sql: ensure Commit and Rollback return ErrTxDone
2016-12-01 Robert Griesemercmd/compile: correctly parse //line filename:line where...
2016-12-01 Chris Broadfootdoc: fix typo in go1.8.html
2016-12-01 Brad Fitzpatricknet/http: teach NewRequest that NoBody has ContentLengt...
2016-12-01 Chris Broadfootdoc: document go1.7.4 and go1.6.4
2016-12-01 Chris Broadfootdoc: document go1.7.3 and add note to go1.7.2 that...
2016-12-01 Elias Naurnet: fix writev tests on Android
2016-12-01 Keith Randallcmd/compile: generate frame pointers for otherwise...
2016-12-01 Quentin Smithcrypto/x509: read Darwin trust settings for root CAs
2016-12-01 David Lazarcmd/compile: do not inline functions marked cgo_unsafe_args
2016-12-01 Keith Randallcmd/objdump: copy gosym.PCValue into internal package
2016-12-01 Mohit Agarwalcmd/go: hide the "TERM" environment variable from ...
2016-12-01 Brad Fitzpatricknet/http: clarify Request.Context's lifetime
2016-12-01 Daniel Theophanesdatabase/sql: document expectations for named parameters
2016-12-01 Austin Clementsruntime: fix incorrect comment about bitvector layout
2016-12-01 Brad Fitzpatrickdoc: remove space in "Go 1. 8"
2016-12-01 Brad Fitzpatrickdoc: clarify zip behavior in go1.8.html
2016-12-01 Daniel Theophanesdoc: update go1.8 release notes to say NamedArg not...
2016-12-01 Elias NaurRevert "runtime: handle SIGPIPE in c-archive and c...
2016-12-01 Shenghou Madoc/go1.8.html: announce 1.8 will be the last to suppor...
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...
next