2016-04-29 |
Keith Randall | cmd/compile: clean up rewrite rules |
commit | commitdiff | tree |
2016-04-29 |
Nigel Tao | compress/flate: use a constant hash table size for... |
commit | commitdiff | tree |
2016-04-29 |
Dave Cheney | cmd/compile/internal/gc: bv.go cleanup |
commit | commitdiff | tree |
2016-04-29 |
Cherry Zhang | misc/cgo/testcarchive: fix C include path for darwin/arm |
commit | commitdiff | tree |
2016-04-29 |
Nigel Tao | compress/flate: replace "Best Speed" with specialized... |
commit | commitdiff | tree |
2016-04-29 |
Brad Fitzpatrick | context: produce a nicer panic message for a nil WithVa... |
commit | commitdiff | tree |
2016-04-29 |
Alex Brainman | debug/pe: .bss section must contain only zeros |
commit | commitdiff | tree |
2016-04-29 |
Robert Griesemer | test: added test case for (fixed) issue 15470 |
commit | commitdiff | tree |
2016-04-29 |
Russ Cox | cmd/go, go/build: add support for binary-only packages |
commit | commitdiff | tree |
2016-04-29 |
Nigel Tao | image/gif: accept an out-of-bounds transparent color... |
commit | commitdiff | tree |
2016-04-28 |
Nigel Tao | image/gif: be stricter on parsing graphic control exten... |
commit | commitdiff | tree |
2016-04-28 |
Michael Hudson... | cmd/link: fix -no-pie / -race check |
commit | commitdiff | tree |
2016-04-28 |
Keith Randall | cmd/compile: remove BlockDead state |
commit | commitdiff | tree |
2016-04-28 |
David Symonds | lib/time: update to IANA release 2016d (Apr 2016). |
commit | commitdiff | tree |
2016-04-28 |
Mikio Hara | runtime: drop _SigUnblock for SIGSYS on Linux |
commit | commitdiff | tree |
2016-04-28 |
Matthew Dempsky | net: remove unneeded tags from dnsRR structs |
commit | commitdiff | tree |
2016-04-28 |
Matthew Dempsky | net: remove internal support for obsolete DNS record... |
commit | commitdiff | tree |
2016-04-28 |
Brad Fitzpatrick | net/http, net/http/httptrace: new package for tracing... |
commit | commitdiff | tree |
2016-04-28 |
Brad Fitzpatrick | os/exec: fix variable shadow, don't leak goroutine |
commit | commitdiff | tree |
2016-04-28 |
Robert Griesemer | cmd/compile: use delta encoding for filenames in export... |
commit | commitdiff | tree |
2016-04-28 |
Matthew Dempsky | cmd/compile: remove unused Bputname function |
commit | commitdiff | tree |
2016-04-28 |
Michael Munday | cmd/compile: allow 64-bit multiplication with immediate... |
commit | commitdiff | tree |
2016-04-28 |
Matthew Dempsky | net: ensure dnsConfig search list is rooted |
commit | commitdiff | tree |
2016-04-28 |
Matthew Dempsky | net: append ":53" to DNS servers when reading resolv... |
commit | commitdiff | tree |
2016-04-28 |
Brad Fitzpatrick | os/exec: add Cmd.RunContext and Cmd.WaitContext |
commit | commitdiff | tree |
2016-04-28 |
Adam Langley | crypto/tls: allow renegotiation to be handled by a... |
commit | commitdiff | tree |
2016-04-28 |
Keith Randall | cmd/compile: reorg copyelim to avoid O(n^2) problem |
commit | commitdiff | tree |
2016-04-28 |
David Chase | cmd/compile: fix.gc.Type.cmp for map.notBucket cmp... |
commit | commitdiff | tree |
2016-04-28 |
Dan Peterson | net: change type of dnsConfig.timeout from int to time... |
commit | commitdiff | tree |
2016-04-28 |
Aliaksandr... | cmd/vet: improve checking unkeyed fields in composite... |
commit | commitdiff | tree |
2016-04-28 |
Robert Griesemer | cmd/compile: have all or no parameter named in exported... |
commit | commitdiff | tree |
2016-04-28 |
Robert Griesemer | cmd/compile: use correct (field/method) node for positi... |
commit | commitdiff | tree |
2016-04-28 |
Mikio Hara | net: fix misrecongnization of IPv6 zone on Windows |
commit | commitdiff | tree |
2016-04-28 |
David du Colombier | net/http: skip TestTransportRemovesDeadIdleConnections... |
commit | commitdiff | tree |
2016-04-28 |
Dave Cheney | cmd/compile/internal/gc: unexport {J,S,F,H,B,V}conv |
commit | commitdiff | tree |
2016-04-27 |
Dave Cheney | cmd/compile/internal/gc: remove all uses of oconv(op... |
commit | commitdiff | tree |
2016-04-27 |
Brad Fitzpatrick | net: clarify DialContext's use of its provided context |
commit | commitdiff | tree |
2016-04-27 |
Brad Fitzpatrick | runtime: fix SetCgoTraceback doc indentation |
commit | commitdiff | tree |
2016-04-27 |
Michael Munday | crypto/md5: add s390x assembly implementation |
commit | commitdiff | tree |
2016-04-27 |
Michael Hudson... | cmd/compile: de-dup the gclocals symbols in compiler too |
commit | commitdiff | tree |
2016-04-27 |
Dave Cheney | cmd/compile/internal/gc: remove oconv(op, 0) calls |
commit | commitdiff | tree |
2016-04-27 |
Dan Peterson | net: search domain from hostname if no search directives |
commit | commitdiff | tree |
2016-04-27 |
Damien Neil | syscall: fix uint64->int cast of control message header |
commit | commitdiff | tree |
2016-04-27 |
Cherry Zhang | misc/cgo/testcarchive: fix path of libgo.a for darwin/arm |
commit | commitdiff | tree |
2016-04-27 |
Austin Clements | runtime: don't rescan globals |
commit | commitdiff | tree |
2016-04-27 |
Austin Clements | runtime: make {add,subtract}{b,1} nosplit |
commit | commitdiff | tree |
2016-04-27 |
David Crawshaw | reflect: fix strings of SliceOf-created types |
commit | commitdiff | tree |
2016-04-27 |
David Crawshaw | reflect: unnamed interface types have no name |
commit | commitdiff | tree |
2016-04-27 |
Zhongwei Yao | cmd/compile: enable const division for arm64 |
commit | commitdiff | tree |
2016-04-27 |
Robert Griesemer | cmd/compile: switch to compact export format by default |
commit | commitdiff | tree |
2016-04-27 |
Michael Matloob | regexp: add a harder regexp to the benchmarks |
commit | commitdiff | tree |
2016-04-27 |
Cherry Zhang | cmd/link: remove absolute address for c-archive on... |
commit | commitdiff | tree |
2016-04-27 |
Robert Griesemer | cmd/compile: don't write pos info for builtin packages |
commit | commitdiff | tree |
2016-04-27 |
Keith Randall | cmd/compile: don't use line numbers from ONAME and... |
commit | commitdiff | tree |
2016-04-27 |
Zhongwei Yao | cmd/asm: fix SIMD register name on arm64 |
commit | commitdiff | tree |
2016-04-27 |
Dmitry Vyukov | runtime/race: improve TestNoRaceIOHttp test |
commit | commitdiff | tree |
2016-04-27 |
Martin Möhrmann | image/color: optimize RGBToYCbCr |
commit | commitdiff | tree |
2016-04-27 |
Dave Cheney | cmd/compile/internal: unexport gc.Oconv |
commit | commitdiff | tree |
2016-04-27 |
Josh Bleecher... | cmd/compile: fix opnames |
commit | commitdiff | tree |
2016-04-27 |
Brad Fitzpatrick | net/http: remove idle transport connections from Transp... |
commit | commitdiff | tree |
2016-04-27 |
Brad Fitzpatrick | context: fix doc typo |
commit | commitdiff | tree |
2016-04-27 |
Russ Cox | cmd/go: add Package.StaleReason for debugging with... |
commit | commitdiff | tree |
2016-04-27 |
Michael Munday | crypto/sha256: add s390x assembly implementation |
commit | commitdiff | tree |
2016-04-26 |
Austin Clements | runtime: make stack re-scan O(# dirty stacks) |
commit | commitdiff | tree |
2016-04-26 |
Austin Clements | runtime: don't clear gcscanvalid in casfrom_Gscanstatus |
commit | commitdiff | tree |
2016-04-26 |
Austin Clements | runtime: fix typos in comment about gcscanvalid |
commit | commitdiff | tree |
2016-04-26 |
Austin Clements | runtime: remove stack barriers during sweep |
commit | commitdiff | tree |
2016-04-26 |
Austin Clements | runtime: remove stack barriers during concurrent mark |
commit | commitdiff | tree |
2016-04-26 |
Austin Clements | runtime: avoid span root marking entirely during mark... |
commit | commitdiff | tree |
2016-04-26 |
Austin Clements | runtime: free dead G stacks concurrently |
commit | commitdiff | tree |
2016-04-26 |
Austin Clements | runtime: split gfree list into with-stacks and without... |
commit | commitdiff | tree |
2016-04-26 |
Keith Randall | cmd/compile: a rule's line number is at its -> |
commit | commitdiff | tree |
2016-04-26 |
Matthew Dempsky | cmd/compile: lazily initialize litbuf |
commit | commitdiff | tree |
2016-04-26 |
Robert Griesemer | cmd/dist: sort entries in zcgo.go generated file for... |
commit | commitdiff | tree |
2016-04-26 |
Egon Elbre | unicode: improve SimpleFold performance for ascii |
commit | commitdiff | tree |
2016-04-26 |
Alan Donovan | gc: use AbsFileLine for deterministic binary export... |
commit | commitdiff | tree |
2016-04-26 |
Robert Griesemer | cmd/compile: don't discard inlineable but empty functio... |
commit | commitdiff | tree |
2016-04-26 |
Michael Hudson... | cmd/link: pass -no-pie (if supported) when creating... |
commit | commitdiff | tree |
2016-04-26 |
Michael Munday | cmd/link: fix gdb backtrace on architectures using... |
commit | commitdiff | tree |
2016-04-26 |
Russ Cox | cmd/compile/internal/gc: rewrite comment to avoid autom... |
commit | commitdiff | tree |
2016-04-26 |
Keith Randall | cmd/compile: more sanity checks on rewrite rules |
commit | commitdiff | tree |
2016-04-26 |
Michael Munday | crypto/sha512: add s390x assembly implementation |
commit | commitdiff | tree |
2016-04-26 |
Matthew Dempsky | net: ignore lame referral responses like libresolv |
commit | commitdiff | tree |
2016-04-26 |
David Crawshaw | cmd/link: correctly decode name length |
commit | commitdiff | tree |
2016-04-26 |
David Chase | cmd/compile: fix another bug in dominator computation |
commit | commitdiff | tree |
2016-04-26 |
Ilya Tocar | strings: use SSE4.2 in strings.Index on AMD64 |
commit | commitdiff | tree |
2016-04-25 |
Robert Griesemer | cmd/compile: sort import strings for canonical obj... |
commit | commitdiff | tree |
2016-04-25 |
Keith Randall | runtime: arm5, fix large-offset floating-point stores |
commit | commitdiff | tree |
2016-04-25 |
Robert Griesemer | cmd/compile: for now, keep parameter numbering in binar... |
commit | commitdiff | tree |
2016-04-25 |
Matthew Dempsky | cmd/compile: treat empty and absent struct field tags... |
commit | commitdiff | tree |
2016-04-25 |
Keith Randall | runtime: zero tmpbuf between len and cap |
commit | commitdiff | tree |
2016-04-25 |
Alexandru Moșoi | cmd/compile: introduce bool operations. |
commit | commitdiff | tree |
2016-04-25 |
Robert Griesemer | spec: be more explicit about equivalence of empty strin... |
commit | commitdiff | tree |
2016-04-25 |
Josh Bleecher... | test: add test for issue 15084 |
commit | commitdiff | tree |
2016-04-25 |
Josh Bleecher... | cmd/compile: encapsulate OSLICE* representation |
commit | commitdiff | tree |
2016-04-25 |
Russ Cox | cmd/go: disable failing TestGoGetInsecure |
commit | commitdiff | tree |
2016-04-25 |
Alex Brainman | debug/pe: better error messages |
commit | commitdiff | tree |
2016-04-25 |
Josh Bleecher... | cmd/compile: minor cleanup in inl |
commit | commitdiff | tree |
2016-04-25 |
Josh Bleecher... | cmd/compile: replace len(Nodes.Slice()) with Nodes... |
commit | commitdiff | tree |
2016-04-24 |
Josh Bleecher... | test: add test that required algs get generated |
commit | commitdiff | tree |
next |