2016-05-02 |
David Crawshaw | cmd/link: bump object file version number |
commit | commitdiff | tree |
2016-05-02 |
Emmanuel Odeke | net/http: fix typo in comment in main_test |
commit | commitdiff | tree |
2016-05-02 |
Brad Fitzpatrick | net/http: remove some TODOs |
commit | commitdiff | tree |
2016-05-02 |
Emmanuel Odeke | all: make copyright headers consistent with one space... |
commit | commitdiff | tree |
2016-05-02 |
Ian Lance Taylor | cmd/cgo, misc/cgo/test: make -Wdeclaration-after-statem... |
commit | commitdiff | tree |
2016-05-02 |
Michael Hudson... | cmd/link: pass -Wl,-z,relro to host linker in -buildmod... |
commit | commitdiff | tree |
2016-05-02 |
Keith Randall | cmd/compile: don't SSA any variables when -N |
commit | commitdiff | tree |
2016-05-02 |
Mikio Hara | net/http: gofmt -w -s |
commit | commitdiff | tree |
2016-05-01 |
Keith Randall | cmd/compile: fix reslice |
commit | commitdiff | tree |
2016-05-01 |
Brad Fitzpatrick | net/http: fix typo in comment |
commit | commitdiff | tree |
2016-05-01 |
Brad Fitzpatrick | net/http: add Response.Uncompressed bool |
commit | commitdiff | tree |
2016-05-01 |
Brad Fitzpatrick | net/http: provide access to the listener address an... |
commit | commitdiff | tree |
2016-05-01 |
Brad Fitzpatrick | net/http: add Transport.IdleConnTimeout |
commit | commitdiff | tree |
2016-05-01 |
Brad Fitzpatrick | net/http: fix a few crashes with a ClientTrace with... |
commit | commitdiff | tree |
2016-05-01 |
Brad Fitzpatrick | net/http: document some errors more, mark ErrWriteAfter... |
commit | commitdiff | tree |
2016-05-01 |
Josh Bleecher... | archive/zip: improve BenchmarkCompressedZipGarbage |
commit | commitdiff | tree |
2016-05-01 |
Brad Fitzpatrick | doc: update go1.7.txt |
commit | commitdiff | tree |
2016-05-01 |
Cherry Zhang | cmd/internal/obj/mips, cmd/link: add support TLS reloca... |
commit | commitdiff | tree |
2016-05-01 |
Austin Clements | runtime: update some comments |
commit | commitdiff | tree |
2016-05-01 |
Cherry Zhang | runtime/cgo: add linux/mips64x cgo support |
commit | commitdiff | tree |
2016-05-01 |
Cherry Zhang | cmd/link, runtime: add external linking support for... |
commit | commitdiff | tree |
2016-05-01 |
Frits van Bommel | cmd/compile: Improve readability of HTML produced by... |
commit | commitdiff | tree |
2016-05-01 |
Cherry Zhang | cmd/internal/obj/mips et al.: introduce SB register... |
commit | commitdiff | tree |
2016-05-01 |
Cherry Zhang | cmd/asm, cmd/internal/obj/mips: add an alias of RSB... |
commit | commitdiff | tree |
2016-05-01 |
Cherry Zhang | cmd/internal/obj/mips, runtime: change REGTMP to R23 |
commit | commitdiff | tree |
2016-05-01 |
Cherry Zhang | cmd/asm/internal/asm/testdata: remove WORD $foo(SB... |
commit | commitdiff | tree |
2016-05-01 |
Brad Fitzpatrick | net/http: add Transport.MaxIdleConns limit |
commit | commitdiff | tree |
2016-04-30 |
Brad Fitzpatrick | net/http: expand documentation of Server.MaxHeaderBytes |
commit | commitdiff | tree |
2016-04-30 |
Kevin Burke | database/sql: clone data for named []byte types |
commit | commitdiff | tree |
2016-04-30 |
Austin Clements | runtime: reclaim scan/dead bit in first word |
commit | commitdiff | tree |
2016-04-30 |
Austin Clements | runtime: use morePointers and isPointer in more places |
commit | commitdiff | tree |
2016-04-30 |
Austin Clements | runtime: avoid conditional execution in morePointers... |
commit | commitdiff | tree |
2016-04-30 |
Keith Randall | cmd/compile: ecx is reserved for PIC, don't let peep... |
commit | commitdiff | tree |
2016-04-30 |
Michael Munday | runtime: fix cgocallback_gofunc on ppc64x |
commit | commitdiff | tree |
2016-04-29 |
Ian Lance Taylor | runtime: fix cgocallback_gofunc argument passing on... |
commit | commitdiff | tree |
2016-04-29 |
Matthew Dempsky | root: remove dev.garbage file |
commit | commitdiff | tree |
2016-04-29 |
Ian Lance Taylor | cmd/cgo, runtime, runtime/cgo: use cgo context function |
commit | commitdiff | tree |
2016-04-29 |
Michael Munday | crypto/cipher, crypto/aes: add s390x implementation... |
commit | commitdiff | tree |
2016-04-29 |
Michael Munday | crypto/cipher, crypto/aes: add s390x implementation... |
commit | commitdiff | tree |
2016-04-29 |
Keith Randall | cmd/compile: make vet happy with ssa code |
commit | commitdiff | tree |
2016-04-29 |
Rick Hudson | Merge remote-tracking branch 'origin/dev.garbage' |
commit | commitdiff | tree |
2016-04-29 |
Rick Hudson | [dev.garbage] runtime: simplify nextFreeFast so it... |
commit | commitdiff | tree |
2016-04-29 |
David Chase | cmd/compile: Move divconst_test out of test/bench/go1 |
commit | commitdiff | tree |
2016-04-29 |
Keith Randall | cmd/compile: clean up rewrite rules |
commit | commitdiff | tree |
2016-04-29 |
Austin Clements | [dev.garbage] runtime: revive sweep fast path |
commit | commitdiff | tree |
2016-04-29 |
Austin Clements | [dev.garbage] runtime: fix nfree accounting |
commit | commitdiff | tree |
2016-04-29 |
Austin Clements | [dev.garbage] runtime: fix allocfreetrace |
commit | commitdiff | tree |
2016-04-29 |
Austin Clements | [dev.garbage] runtime: reintroduce no-zeroing optimization |
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 |
Austin Clements | [dev.garbage] runtime: eliminate mspan.start |
commit | commitdiff | tree |
2016-04-29 |
Austin Clements | [dev.garbage] runtime: use s.base() everywhere it makes... |
commit | commitdiff | tree |
2016-04-29 |
Austin Clements | [dev.garbage] runtime: document sysAlloc |
commit | commitdiff | tree |
2016-04-29 |
Austin Clements | [dev.garbage] runtime: remove unused head/end arguments... |
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-29 |
Rick Hudson | [dev.garbage] runtime: use sys.Ctz64 intrinsic |
commit | commitdiff | tree |
2016-04-29 |
Rick Hudson | [dev.garbage] runtime: restructure alloc and mark bits |
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 |
Rick Hudson | [dev.garbage] Merge remote-tracking branch 'origin... |
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 |
Rick Hudson | [dev.garbage] runtime: add gc work buffer tryGet and... |
commit | commitdiff | tree |
2016-04-27 |
Rick Hudson | [dev.garbage] runtime: cleanup and optimize span.base() |
commit | commitdiff | tree |
2016-04-27 |
Rick Hudson | [dev.garbage] runtime: remove heapBitsSweepSpan |
commit | commitdiff | tree |
2016-04-27 |
Rick Hudson | [dev.garbage] runtime: add bit and cache ctz64 (count... |
commit | commitdiff | tree |
2016-04-27 |
Rick Hudson | [dev.garbage] runtime: logic that uses count trailing... |
commit | commitdiff | tree |
2016-04-27 |
Rick Hudson | [dev.garbage] runtime: replace ref with allocCount |
commit | commitdiff | tree |
next |