2016-10-22 |
Brad Fitzpatrick | net: clarify LookupAddr docs on libc's behavior, and... |
commit | commitdiff | tree |
2016-10-22 |
Brad Fitzpatrick | net/http: add Request.GetBody func for 307/308 redirects |
commit | commitdiff | tree |
2016-10-21 |
Robert Griesemer | cmd/compile: avoid one symbol lookup for qualified... |
commit | commitdiff | tree |
2016-10-21 |
Matthew Dempsky | cmd/compile: fix detection of duplicate cases for integ... |
commit | commitdiff | tree |
2016-10-21 |
Matthew Dempsky | cmd/compile: prevent ICE from misuse of [...]T arrays |
commit | commitdiff | tree |
2016-10-21 |
Matthew Dempsky | cmd/compile: directly construct Fields instead of ODCLF... |
commit | commitdiff | tree |
2016-10-21 |
Brad Fitzpatrick | net/http: make Redirect escape non-ASCII in Location... |
commit | commitdiff | tree |
2016-10-21 |
Adam Langley | vendor/golang_org/x/crypto/curve25519: update to f62085... |
commit | commitdiff | tree |
2016-10-21 |
Brad Fitzpatrick | net/http: update bundled http2 |
commit | commitdiff | tree |
2016-10-21 |
Brad Fitzpatrick | net: make all Resolver methods respect Resolver.PreferGo |
commit | commitdiff | tree |
2016-10-21 |
Brad Fitzpatrick | net/http/httptrace: clarify ClientTrace docs |
commit | commitdiff | tree |
2016-10-21 |
Joe Tsai | Revert "cmd/compile: cleanup toolstash hacks from previ... |
commit | commitdiff | tree |
2016-10-21 |
Ian Lance Taylor | cmd/cgo: preserve original call arguments when pointer... |
commit | commitdiff | tree |
2016-10-21 |
Austin Clements | runtime: fix call* signatures and deferArgs with siz=0 |
commit | commitdiff | tree |
2016-10-21 |
Austin Clements | runtime: replace *g with guintptr in trace |
commit | commitdiff | tree |
2016-10-21 |
Daniel Theophanes | database/sql: update the conversion errors to be clearer |
commit | commitdiff | tree |
2016-10-21 |
Michael Munday | cmd/asm, cmd/internal/obj/s390x: fix VFMA and VFMS... |
commit | commitdiff | tree |
2016-10-20 |
David Chase | cmd/compile: Repurpose old sliceopt.go for prove phase. |
commit | commitdiff | tree |
2016-10-20 |
Klaus Post | compress/gzip, compress/zlib: add HuffmanOnly as compre... |
commit | commitdiff | tree |
2016-10-20 |
Robert Griesemer | cmd/compile: a couple of minor comment fixes |
commit | commitdiff | tree |
2016-10-20 |
Nigel Tao | image/color: tweak the formula for converting to gray. |
commit | commitdiff | tree |
2016-10-20 |
David Chase | cmd/compile: enable flag-specified dump of specific... |
commit | commitdiff | tree |
2016-10-20 |
Alberto Donizetti | runtime/debug: avoid overflow in SetMaxThreads |
commit | commitdiff | tree |
2016-10-20 |
Michael Munday | go/build: reserve GOOS=zos for IBM z/OS |
commit | commitdiff | tree |
2016-10-20 |
Ian Lance Taylor | cmd/cgo: correct comment on Package.rewriteCall |
commit | commitdiff | tree |
2016-10-20 |
Adam Langley | vendor/golang_org/x/crypto/poly1305: update to 3ded668c... |
commit | commitdiff | tree |
2016-10-20 |
David Chase | cmd/compile: add patterns to improve PPC64 FP comparisons |
commit | commitdiff | tree |
2016-10-20 |
David du Colombier | net/http: remove workaround in TestTransportClosesBodyO... |
commit | commitdiff | tree |
2016-10-20 |
Ilya Tocar | cmd/compile/internal/amd64: break dependency for CVTS... |
commit | commitdiff | tree |
2016-10-20 |
Ilya Tocar | cmd/internal/obj/x86: add some missing AMD64 instructions |
commit | commitdiff | tree |
2016-10-20 |
Daniel Theophanes | database/sql: add missing unlock when context is expired |
commit | commitdiff | tree |
2016-10-20 |
Alberto Donizetti | lib/time: update to IANA release 2016g (September 2016) |
commit | commitdiff | tree |
2016-10-20 |
Joe Tsai | archive/tar: fix parsePAXTime |
commit | commitdiff | tree |
2016-10-19 |
Quentin Smith | doc: update install-source.html for SSA in Go 1.8 |
commit | commitdiff | tree |
2016-10-19 |
Michael Munday | runtime: get s390x vector facility availability from... |
commit | commitdiff | tree |
2016-10-19 |
Austin Clements | runtime: keep gcMarkRootCheck happy with spare Gs |
commit | commitdiff | tree |
2016-10-19 |
Austin Clements | runtime: don't reserve space for stack barriers if... |
commit | commitdiff | tree |
2016-10-19 |
Austin Clements | runtime: update heap profile stats after world is started |
commit | commitdiff | tree |
2016-10-19 |
Austin Clements | runtime: remove gcWork flushes in mark termination |
commit | commitdiff | tree |
2016-10-19 |
Ian Lance Taylor | cmd/cgo: always use a function literal for pointer... |
commit | commitdiff | tree |
2016-10-19 |
Ian Lance Taylor | cmd/link, cmd/internal/obj: stop exporting various... |
commit | commitdiff | tree |
2016-10-19 |
Matthew Dempsky | cmd/compile: remove -A flag |
commit | commitdiff | tree |
2016-10-19 |
Matthew Dempsky | cmd/compile: rework mkbuiltin.go to generate code |
commit | commitdiff | tree |
2016-10-19 |
Edward Muller | net/http/httptrace: add ClientTrace.TLSHandshakeStart... |
commit | commitdiff | tree |
2016-10-19 |
Joe Tsai | archive/tar: fix parsePAX to be POSIX.1-2001 compliant |
commit | commitdiff | tree |
2016-10-19 |
Joe Tsai | archive/tar: compact slices in tests |
commit | commitdiff | tree |
2016-10-19 |
Russ Cox | text/template: add support for reflect.Value args,... |
commit | commitdiff | tree |
2016-10-19 |
Joe Tsai | archive/tar: make Reader handle GNU format properly |
commit | commitdiff | tree |
2016-10-19 |
Russ Cox | sync: throw, not panic, for unlock of unlocked mutex |
commit | commitdiff | tree |
2016-10-19 |
Russ Cox | html/template: adjust ambiguous URL context text |
commit | commitdiff | tree |
2016-10-19 |
David Crawshaw | plugin: mention OS X support and concurrency |
commit | commitdiff | tree |
2016-10-19 |
Robert Griesemer | spec: slightly more realistic example for type assertions |
commit | commitdiff | tree |
2016-10-19 |
Brad Fitzpatrick | syscall: make Utimes on Solaris match all the other... |
commit | commitdiff | tree |
2016-10-19 |
Brad Fitzpatrick | net/http: make NewRequest set empty Body nil, don't... |
commit | commitdiff | tree |
2016-10-19 |
Russ Cox | reflect: document DeepEqual(nil map, empty non-nil... |
commit | commitdiff | tree |
2016-10-19 |
Russ Cox | syscall: for ForkExec on Linux, always use 32-bit setgr... |
commit | commitdiff | tree |
2016-10-19 |
Russ Cox | reflect: update FieldByNameFunc comment |
commit | commitdiff | tree |
2016-10-19 |
Russ Cox | html/template, text/template: clarify template redefini... |
commit | commitdiff | tree |
2016-10-19 |
Russ Cox | os: clean up after test |
commit | commitdiff | tree |
2016-10-19 |
Ingo Oeser | regexp: avoid alloc in QuoteMeta when not quoting |
commit | commitdiff | tree |
2016-10-19 |
Emmanuel Odeke | math/big: implement Float.Scan, type assert fmt interfa... |
commit | commitdiff | tree |
2016-10-19 |
Caio Marcelo... | cmd/go, testing: indicate when no tests are run |
commit | commitdiff | tree |
2016-10-19 |
Russ Cox | cmd/go: make go test -i -o x.test actually write x... |
commit | commitdiff | tree |
2016-10-19 |
Russ Cox | cmd/go: disable SSH connection pooling to avoid git... |
commit | commitdiff | tree |
2016-10-19 |
Russ Cox | reflect: correct Type.FieldByNameFunc docs |
commit | commitdiff | tree |
2016-10-19 |
Hiroshi Ioka | os, syscall: fix incorrect offset calculation in Readli... |
commit | commitdiff | tree |
2016-10-19 |
Russ Cox | testing: wrap long comment line |
commit | commitdiff | tree |
2016-10-19 |
Russ Cox | os: reject Rename("old", "new") where new is a directory |
commit | commitdiff | tree |
2016-10-18 |
Robert Griesemer | spec: require 16 bit minimum exponent in constants... |
commit | commitdiff | tree |
2016-10-18 |
Matthew Dempsky | cmd/compile: handle unsafe builtins like universal... |
commit | commitdiff | tree |
2016-10-18 |
Mohit Agarwal | math: speed up Gamma(+Inf) |
commit | commitdiff | tree |
2016-10-18 |
Brad Fitzpatrick | net/http: update test to check Content-Length 0 Body... |
commit | commitdiff | tree |
2016-10-18 |
Quentin Smith | cmd/go: print more env variables in "go env" |
commit | commitdiff | tree |
2016-10-18 |
Dhananjay Nakrani | cmd/compile: fix code duplication in race-instrumentation |
commit | commitdiff | tree |
2016-10-18 |
Matthew Dempsky | cmd/compile: stop treating interface methods like actua... |
commit | commitdiff | tree |
2016-10-18 |
Brad Fitzpatrick | net/http/internal: don't block unnecessarily in Chunked... |
commit | commitdiff | tree |
2016-10-18 |
Michael Munday | cmd/internal/obj/{ppc64,s390x}: mark functions with... |
commit | commitdiff | tree |
2016-10-18 |
David du Colombier | net/http: enable TestTransportRemovesDeadIdleConnection... |
commit | commitdiff | tree |
2016-10-18 |
David du Colombier | net: enable TestCancelRequestWithChannelBeforeDo on... |
commit | commitdiff | tree |
2016-10-18 |
David du Colombier | net: always wake up the readers on close on Plan 9 |
commit | commitdiff | tree |
2016-10-18 |
Russ Cox | encoding/xml: add wildcard support for collecting all... |
commit | commitdiff | tree |
2016-10-18 |
Russ Cox | bufio: read from underlying reader at most once in... |
commit | commitdiff | tree |
2016-10-18 |
David du Colombier | net: close the connection gracefully on Plan 9 |
commit | commitdiff | tree |
2016-10-18 |
Russ Cox | testing: document that Skip cannot undo Error |
commit | commitdiff | tree |
2016-10-18 |
Russ Cox | testing: fix flag usage messages |
commit | commitdiff | tree |
2016-10-18 |
Russ Cox | time: revise Timer comments for Stop, Reset |
commit | commitdiff | tree |
2016-10-18 |
Russ Cox | io: clarify Pipe docs |
commit | commitdiff | tree |
2016-10-18 |
Russ Cox | os/exec: allow simultaneous cmd.Wait and Write of cmd... |
commit | commitdiff | tree |
2016-10-18 |
Russ Cox | time: be consistent about representation of UTC locatio... |
commit | commitdiff | tree |
2016-10-18 |
Mikio Hara | net: update docs on network interface API |
commit | commitdiff | tree |
2016-10-18 |
Daniel Theophanes | database/sql: support returning query database types |
commit | commitdiff | tree |
2016-10-18 |
Martin Möhrmann | fmt: always handle special methods if print operand... |
commit | commitdiff | tree |
2016-10-18 |
Brad Fitzpatrick | net/http: make Server Handler's Request.Context be... |
commit | commitdiff | tree |
2016-10-18 |
Adam Langley | crypto/tls: enable ChaCha20-Poly1305 cipher suites... |
commit | commitdiff | tree |
2016-10-18 |
Adam Langley | crypto/tls: add Config.GetConfigForClient |
commit | commitdiff | tree |
2016-10-18 |
Russ Cox | net/url: add PathEscape, PathUnescape |
commit | commitdiff | tree |
2016-10-18 |
Russ Cox | net/url: document and add example for ParseQuery("x") |
commit | commitdiff | tree |
2016-10-18 |
Rob Pike | fmt: fix documention for %#v on uints |
commit | commitdiff | tree |
2016-10-18 |
Alberto Donizetti | math/big: add benchmarks for big.Float String |
commit | commitdiff | tree |
2016-10-18 |
Russ Cox | test: avoid matching file names in errcheck |
commit | commitdiff | tree |
next |