2016-10-25 |
Hiroshi Ioka | path/filepath: make TestToNorm robust |
commit | commitdiff | tree |
2016-10-25 |
Alex Brainman | cmd/link/internal/ld: remove goto from ldpe.go |
commit | commitdiff | tree |
2016-10-25 |
Robert Griesemer | cmd/compile: simplify parsing of type aliases |
commit | commitdiff | tree |
2016-10-25 |
Robert Griesemer | cmd/compile: implement package-level aliases (no export... |
commit | commitdiff | tree |
2016-10-25 |
Josh Bleecher... | test: delete bugs directory |
commit | commitdiff | tree |
2016-10-25 |
David du Colombier | net: handle "dns failure" as errNoSuchHost on Plan 9 |
commit | commitdiff | tree |
2016-10-24 |
Brad Fitzpatrick | testing/quick, text/tabwriter: freeze packages |
commit | commitdiff | tree |
2016-10-24 |
Alexander Döring | math,math/cmplx: fix linter issues |
commit | commitdiff | tree |
2016-10-24 |
Joshua Boelter | crypto/tls: add VerifyPeerCertificate to tls.Config |
commit | commitdiff | tree |
2016-10-24 |
Josh Bleecher... | cmd/compile: preserve type information in inrange |
commit | commitdiff | tree |
2016-10-24 |
Cherry Zhang | cmd/internal/obj/mips: store LR before update SP in... |
commit | commitdiff | tree |
2016-10-24 |
David du Colombier | net: fix TestCloseError on Plan 9 |
commit | commitdiff | tree |
2016-10-24 |
Josh Bleecher... | cmd/compile: remove OREGISTER, Node.Reg |
commit | commitdiff | tree |
2016-10-24 |
Russ Cox | cmd/internal/objfile: remove debugging print |
commit | commitdiff | tree |
2016-10-24 |
Russ Cox | encoding/json: fix bad formatting introduced in CL... |
commit | commitdiff | tree |
2016-10-24 |
Michael Fraenkel | net/http/httputil: log err encountered during reversepr... |
commit | commitdiff | tree |
2016-10-24 |
Lynn Boger | cmd/compile: add rule to use ANDN for a&^b on ppc64x |
commit | commitdiff | tree |
2016-10-24 |
Matthew Dempsky | cmd/internal/obj: drop Addr's Gotype field |
commit | commitdiff | tree |
2016-10-24 |
Alan Donovan | cmd/vet: cgo: emit no error for calls to C.CBytes |
commit | commitdiff | tree |
2016-10-24 |
Russ Cox | cmd/cgo: document C.malloc behavior |
commit | commitdiff | tree |
2016-10-24 |
Mohit Agarwal | math/big: fix alignment in Float.Parse docs |
commit | commitdiff | tree |
2016-10-24 |
Alexander Döring | database/sql: fix possible context leak in test |
commit | commitdiff | tree |
2016-10-24 |
Josh Bleecher... | all: minor vet fixes |
commit | commitdiff | tree |
2016-10-24 |
Dan Caddigan | os: add ErrClosed, return for use of closed File |
commit | commitdiff | tree |
2016-10-24 |
Russ Cox | path/filepath: fix match of \\?\c:\* on Windows |
commit | commitdiff | tree |
2016-10-24 |
Russ Cox | net/url: reject colon in first segment of relative... |
commit | commitdiff | tree |
2016-10-24 |
Russ Cox | doc/faq: mention that copying discussion is semantics... |
commit | commitdiff | tree |
2016-10-24 |
Russ Cox | runtime: fix invariant comment in chan.go |
commit | commitdiff | tree |
2016-10-24 |
Russ Cox | html/template: add test case for unbounded template... |
commit | commitdiff | tree |
2016-10-24 |
Russ Cox | html/template, text/template: docs and fixes for templa... |
commit | commitdiff | tree |
2016-10-24 |
Russ Cox | net: there are no invalid domain names anymore |
commit | commitdiff | tree |
2016-10-24 |
Russ Cox | go/build: allow % in ${SRCDIR} expansion for Jenkins |
commit | commitdiff | tree |
2016-10-24 |
Russ Cox | go/build: do not record go:binary-only-package if build... |
commit | commitdiff | tree |
2016-10-24 |
Russ Cox | log: document that log messages end in newlines |
commit | commitdiff | tree |
2016-10-24 |
Russ Cox | net/mail: expose ParseDate, for use parsing Resent... |
commit | commitdiff | tree |
2016-10-24 |
Quentin Smith | cmd/doc: continue searching after error reading directory |
commit | commitdiff | tree |
2016-10-24 |
Russ Cox | runtime, cmd/link: fix netbsd/arm EABI support |
commit | commitdiff | tree |
2016-10-24 |
Russ Cox | reflect: fix DeepEqual for some cyclic corner cases |
commit | commitdiff | tree |
2016-10-24 |
Russ Cox | cmd/go: fix test for moved package in go get -u |
commit | commitdiff | tree |
2016-10-24 |
Russ Cox | cmd/go: allow 'go generate' even if imports do not... |
commit | commitdiff | tree |
2016-10-24 |
Russ Cox | cmd/go: document that cmd/foo is only in Go repo, never... |
commit | commitdiff | tree |
2016-10-24 |
Russ Cox | cmd/go: referee another vendor vs symlink fight |
commit | commitdiff | tree |
2016-10-24 |
Quentin Smith | bufio: remove unnecessary "continue" |
commit | commitdiff | tree |
2016-10-24 |
Martin Möhrmann | cmd/compile: replace ANDL with MOV?ZX |
commit | commitdiff | tree |
2016-10-24 |
Alex Brainman | runtime/cgo: do not link math lib by default on windows |
commit | commitdiff | tree |
2016-10-24 |
Austin Clements | runtime: make mspan.isFree do what's on the tin |
commit | commitdiff | tree |
2016-10-24 |
Austin Clements | runtime: make morestack less subtle |
commit | commitdiff | tree |
2016-10-23 |
Alexander Döring | doc: update size of "hello, world" binary in FAQ |
commit | commitdiff | tree |
2016-10-23 |
Hiroshi Ioka | path/filepath: pass TestToNorm even if VolumeName(tmpdi... |
commit | commitdiff | tree |
2016-10-22 |
Alex Brainman | syscall: use ERROR_IO_PENDING value in errnoErr |
commit | commitdiff | tree |
2016-10-22 |
Brad Fitzpatrick | net/http: add NoBody, don't return nil from NewRequest... |
commit | commitdiff | tree |
2016-10-22 |
Josh Bleecher... | runtime: skip TestLldbPython |
commit | commitdiff | tree |
2016-10-22 |
Russ Cox | net/url: make URL implement encoding.BinaryMarshaler... |
commit | commitdiff | tree |
2016-10-22 |
Adam Langley | net/http: drop custom tls.Config cloning code. |
commit | commitdiff | tree |
2016-10-22 |
Joe Tsai | archive/tar: validate sparse headers in parsePAX |
commit | commitdiff | tree |
2016-10-22 |
Brad Fitzpatrick | net/http: document Transport.ExpectContinueTimeout... |
commit | commitdiff | tree |
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 |
next |