]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-10-20 David Chasecmd/compile: enable flag-specified dump of specific...
2016-10-20 Alberto Donizettiruntime/debug: avoid overflow in SetMaxThreads
2016-10-20 Michael Mundaygo/build: reserve GOOS=zos for IBM z/OS
2016-10-20 Ian Lance Taylorcmd/cgo: correct comment on Package.rewriteCall
2016-10-20 Adam Langleyvendor/golang_org/x/crypto/poly1305: update to 3ded668c...
2016-10-20 David Chasecmd/compile: add patterns to improve PPC64 FP comparisons
2016-10-20 David du Colombiernet/http: remove workaround in TestTransportClosesBodyO...
2016-10-20 Ilya Tocarcmd/compile/internal/amd64: break dependency for CVTS...
2016-10-20 Ilya Tocarcmd/internal/obj/x86: add some missing AMD64 instructions
2016-10-20 Daniel Theophanesdatabase/sql: add missing unlock when context is expired
2016-10-20 Alberto Donizettilib/time: update to IANA release 2016g (September 2016)
2016-10-20 Joe Tsaiarchive/tar: fix parsePAXTime
2016-10-19 Quentin Smithdoc: update install-source.html for SSA in Go 1.8
2016-10-19 Michael Mundayruntime: get s390x vector facility availability from...
2016-10-19 Austin Clementsruntime: keep gcMarkRootCheck happy with spare Gs
2016-10-19 Austin Clementsruntime: don't reserve space for stack barriers if...
2016-10-19 Austin Clementsruntime: update heap profile stats after world is started
2016-10-19 Austin Clementsruntime: remove gcWork flushes in mark termination
2016-10-19 Ian Lance Taylorcmd/cgo: always use a function literal for pointer...
2016-10-19 Ian Lance Taylorcmd/link, cmd/internal/obj: stop exporting various...
2016-10-19 Matthew Dempskycmd/compile: remove -A flag
2016-10-19 Matthew Dempskycmd/compile: rework mkbuiltin.go to generate code
2016-10-19 Edward Mullernet/http/httptrace: add ClientTrace.TLSHandshakeStart...
2016-10-19 Joe Tsaiarchive/tar: fix parsePAX to be POSIX.1-2001 compliant
2016-10-19 Joe Tsaiarchive/tar: compact slices in tests
2016-10-19 Russ Coxtext/template: add support for reflect.Value args,...
2016-10-19 Joe Tsaiarchive/tar: make Reader handle GNU format properly
2016-10-19 Russ Coxsync: throw, not panic, for unlock of unlocked mutex
2016-10-19 Russ Coxhtml/template: adjust ambiguous URL context text
2016-10-19 David Crawshawplugin: mention OS X support and concurrency
2016-10-19 Robert Griesemerspec: slightly more realistic example for type assertions
2016-10-19 Brad Fitzpatricksyscall: make Utimes on Solaris match all the other...
2016-10-19 Brad Fitzpatricknet/http: make NewRequest set empty Body nil, don't...
2016-10-19 Russ Coxreflect: document DeepEqual(nil map, empty non-nil...
2016-10-19 Russ Coxsyscall: for ForkExec on Linux, always use 32-bit setgr...
2016-10-19 Russ Coxreflect: update FieldByNameFunc comment
2016-10-19 Russ Coxhtml/template, text/template: clarify template redefini...
2016-10-19 Russ Coxos: clean up after test
2016-10-19 Ingo Oeserregexp: avoid alloc in QuoteMeta when not quoting
2016-10-19 Emmanuel Odekemath/big: implement Float.Scan, type assert fmt interfa...
2016-10-19 Caio Marcelo... cmd/go, testing: indicate when no tests are run
2016-10-19 Russ Coxcmd/go: make go test -i -o x.test actually write x...
2016-10-19 Russ Coxcmd/go: disable SSH connection pooling to avoid git...
2016-10-19 Russ Coxreflect: correct Type.FieldByNameFunc docs
2016-10-19 Hiroshi Iokaos, syscall: fix incorrect offset calculation in Readli...
2016-10-19 Russ Coxtesting: wrap long comment line
2016-10-19 Russ Coxos: reject Rename("old", "new") where new is a directory
2016-10-18 Robert Griesemerspec: require 16 bit minimum exponent in constants...
2016-10-18 Matthew Dempskycmd/compile: handle unsafe builtins like universal...
2016-10-18 Mohit Agarwalmath: speed up Gamma(+Inf)
2016-10-18 Brad Fitzpatricknet/http: update test to check Content-Length 0 Body...
2016-10-18 Quentin Smithcmd/go: print more env variables in "go env"
2016-10-18 Dhananjay Nakranicmd/compile: fix code duplication in race-instrumentation
2016-10-18 Matthew Dempskycmd/compile: stop treating interface methods like actua...
2016-10-18 Brad Fitzpatricknet/http/internal: don't block unnecessarily in Chunked...
2016-10-18 Michael Mundaycmd/internal/obj/{ppc64,s390x}: mark functions with...
2016-10-18 David du Colombiernet/http: enable TestTransportRemovesDeadIdleConnection...
2016-10-18 David du Colombiernet: enable TestCancelRequestWithChannelBeforeDo on...
2016-10-18 David du Colombiernet: always wake up the readers on close on Plan 9
2016-10-18 Russ Coxencoding/xml: add wildcard support for collecting all...
2016-10-18 Russ Coxbufio: read from underlying reader at most once in...
2016-10-18 David du Colombiernet: close the connection gracefully on Plan 9
2016-10-18 Russ Coxtesting: document that Skip cannot undo Error
2016-10-18 Russ Coxtesting: fix flag usage messages
2016-10-18 Russ Coxtime: revise Timer comments for Stop, Reset
2016-10-18 Russ Coxio: clarify Pipe docs
2016-10-18 Russ Coxos/exec: allow simultaneous cmd.Wait and Write of cmd...
2016-10-18 Russ Coxtime: be consistent about representation of UTC locatio...
2016-10-18 Mikio Haranet: update docs on network interface API
2016-10-18 Daniel Theophanesdatabase/sql: support returning query database types
2016-10-18 Martin Möhrmannfmt: always handle special methods if print operand...
2016-10-18 Brad Fitzpatricknet/http: make Server Handler's Request.Context be...
2016-10-18 Adam Langleycrypto/tls: enable ChaCha20-Poly1305 cipher suites...
2016-10-18 Adam Langleycrypto/tls: add Config.GetConfigForClient
2016-10-18 Russ Coxnet/url: add PathEscape, PathUnescape
2016-10-18 Russ Coxnet/url: document and add example for ParseQuery("x")
2016-10-18 Rob Pikefmt: fix documention for %#v on uints
2016-10-18 Alberto Donizettimath/big: add benchmarks for big.Float String
2016-10-18 Russ Coxtest: avoid matching file names in errcheck
2016-10-18 David Symondscmd/vet: fix formatting of headings in doc.go.
2016-10-17 Hiroshi Iokaencoding/asn1: return error instead of dereferencing...
2016-10-17 Matthew Dempskycmd/link: remove some unnecessary comments
2016-10-17 Cherry Zhangcmd/link: trampoline support for external linking on ARM
2016-10-17 Adam Langleycrypto/tls: only store a single nonce for AES-GCM.
2016-10-17 Adam LangleyRevert "crypto/tls: add CloseWrite method to Conn"
2016-10-17 Adam Langleycrypto/tls: support ChaCha20-Poly1305.
2016-10-17 Adam Langleyvendor: update golang.org/x/crypto/chacha20poly1305
2016-10-17 Chris Broadfootdoc: document go1.7.2
2016-10-17 Matthew DempskyRevert "cmd/compile: inline convI2E"
2016-10-17 Russ Coxmath/big: add (*Int).Sqrt
2016-10-17 Lynn Bogerbytes: fix typo in ppc64le asm for Compare
2016-10-17 Michael Mundaycmd/compile: merge loads into operations on s390x
2016-10-17 Robert Griesemermath/big: slightly faster float->decimal conversion
2016-10-17 Austin Clementsruntime: fix GC assist retry path
2016-10-17 Austin Clementsruntime: abstract out assist queue management
2016-10-17 Keith Randallcmd/compile: inline convI2E
2016-10-17 Austin Clementsruntime: fix getArgInfo for deferred reflection calls
2016-10-17 Austin Clementsruntime: print a message on bad morestack
2016-10-17 Russ Coxcmd/dist, go/build: make CGO_ENABLED during make.bash...
2016-10-17 Lynn Bogerbytes: improve performance for bytes.Compare on ppc64x
next