]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-10-24 Alan Donovancmd/vet: cgo: emit no error for calls to C.CBytes
2016-10-24 Russ Coxcmd/cgo: document C.malloc behavior
2016-10-24 Mohit Agarwalmath/big: fix alignment in Float.Parse docs
2016-10-24 Alexander Döringdatabase/sql: fix possible context leak in test
2016-10-24 Josh Bleecher... all: minor vet fixes
2016-10-24 Dan Caddiganos: add ErrClosed, return for use of closed File
2016-10-24 Russ Coxpath/filepath: fix match of \\?\c:\* on Windows
2016-10-24 Russ Coxnet/url: reject colon in first segment of relative...
2016-10-24 Russ Coxdoc/faq: mention that copying discussion is semantics...
2016-10-24 Russ Coxruntime: fix invariant comment in chan.go
2016-10-24 Russ Coxhtml/template: add test case for unbounded template...
2016-10-24 Russ Coxhtml/template, text/template: docs and fixes for templa...
2016-10-24 Russ Coxnet: there are no invalid domain names anymore
2016-10-24 Russ Coxgo/build: allow % in ${SRCDIR} expansion for Jenkins
2016-10-24 Russ Coxgo/build: do not record go:binary-only-package if build...
2016-10-24 Russ Coxlog: document that log messages end in newlines
2016-10-24 Russ Coxnet/mail: expose ParseDate, for use parsing Resent...
2016-10-24 Quentin Smithcmd/doc: continue searching after error reading directory
2016-10-24 Russ Coxruntime, cmd/link: fix netbsd/arm EABI support
2016-10-24 Russ Coxreflect: fix DeepEqual for some cyclic corner cases
2016-10-24 Russ Coxcmd/go: fix test for moved package in go get -u
2016-10-24 Russ Coxcmd/go: allow 'go generate' even if imports do not...
2016-10-24 Russ Coxcmd/go: document that cmd/foo is only in Go repo, never...
2016-10-24 Russ Coxcmd/go: referee another vendor vs symlink fight
2016-10-24 Quentin Smithbufio: remove unnecessary "continue"
2016-10-24 Martin Möhrmanncmd/compile: replace ANDL with MOV?ZX
2016-10-24 Alex Brainmanruntime/cgo: do not link math lib by default on windows
2016-10-24 Austin Clementsruntime: make mspan.isFree do what's on the tin
2016-10-24 Austin Clementsruntime: make morestack less subtle
2016-10-23 Alexander Döringdoc: update size of "hello, world" binary in FAQ
2016-10-23 Hiroshi Iokapath/filepath: pass TestToNorm even if VolumeName(tmpdi...
2016-10-22 Alex Brainmansyscall: use ERROR_IO_PENDING value in errnoErr
2016-10-22 Brad Fitzpatricknet/http: add NoBody, don't return nil from NewRequest...
2016-10-22 Josh Bleecher... runtime: skip TestLldbPython
2016-10-22 Russ Coxnet/url: make URL implement encoding.BinaryMarshaler...
2016-10-22 Adam Langleynet/http: drop custom tls.Config cloning code.
2016-10-22 Joe Tsaiarchive/tar: validate sparse headers in parsePAX
2016-10-22 Brad Fitzpatricknet/http: document Transport.ExpectContinueTimeout...
2016-10-22 Brad Fitzpatricknet: clarify LookupAddr docs on libc's behavior, and...
2016-10-22 Brad Fitzpatricknet/http: add Request.GetBody func for 307/308 redirects
2016-10-21 Robert Griesemercmd/compile: avoid one symbol lookup for qualified...
2016-10-21 Matthew Dempskycmd/compile: fix detection of duplicate cases for integ...
2016-10-21 Matthew Dempskycmd/compile: prevent ICE from misuse of [...]T arrays
2016-10-21 Matthew Dempskycmd/compile: directly construct Fields instead of ODCLF...
2016-10-21 Brad Fitzpatricknet/http: make Redirect escape non-ASCII in Location...
2016-10-21 Adam Langleyvendor/golang_org/x/crypto/curve25519: update to f62085...
2016-10-21 Brad Fitzpatricknet/http: update bundled http2
2016-10-21 Brad Fitzpatricknet: make all Resolver methods respect Resolver.PreferGo
2016-10-21 Brad Fitzpatricknet/http/httptrace: clarify ClientTrace docs
2016-10-21 Joe TsaiRevert "cmd/compile: cleanup toolstash hacks from previ...
2016-10-21 Ian Lance Taylorcmd/cgo: preserve original call arguments when pointer...
2016-10-21 Austin Clementsruntime: fix call* signatures and deferArgs with siz=0
2016-10-21 Austin Clementsruntime: replace *g with guintptr in trace
2016-10-21 Daniel Theophanesdatabase/sql: update the conversion errors to be clearer
2016-10-21 Michael Mundaycmd/asm, cmd/internal/obj/s390x: fix VFMA and VFMS...
2016-10-20 David Chasecmd/compile: Repurpose old sliceopt.go for prove phase.
2016-10-20 Klaus Postcompress/gzip, compress/zlib: add HuffmanOnly as compre...
2016-10-20 Robert Griesemercmd/compile: a couple of minor comment fixes
2016-10-20 Nigel Taoimage/color: tweak the formula for converting to gray.
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
next