2016-05-05 |
Emmanuel Odeke | runtime: print signal name in panic, if name is known |
commit | commitdiff | tree |
2016-05-05 |
Russ Cox | net: fix hostLookupOrder("") |
commit | commitdiff | tree |
2016-05-05 |
Lynn Boger | sync/atomic, runtime/internal/atomic: improve ppc64x... |
commit | commitdiff | tree |
2016-05-05 |
Shenghou Ma | context: use https in docs |
commit | commitdiff | tree |
2016-05-05 |
Josh Bleecher... | cmd/compile: optimize lookupVarOutgoing |
commit | commitdiff | tree |
2016-05-05 |
Cherry Zhang | cmd/compile/internal/gc: skip TestFP on mips64x |
commit | commitdiff | tree |
2016-05-05 |
Cherry Zhang | cmd/compile/internal/gc: remove duplicated TestFP |
commit | commitdiff | tree |
2016-05-05 |
Keith Randall | cmd/compile: enable constant-time CFG editing |
commit | commitdiff | tree |
2016-05-05 |
Cherry Zhang | runtime: skip TestCgoCallbackGC on linux/mips64x |
commit | commitdiff | tree |
2016-05-05 |
Cherry Zhang | cmd/link: fix external linker argument for mips64 |
commit | commitdiff | tree |
2016-05-05 |
Ian Lance Taylor | runtime: put tracebackctxt C functions in .c file |
commit | commitdiff | tree |
2016-05-05 |
Alex Brainman | debug/pe: unexport newly introduced identifiers |
commit | commitdiff | tree |
2016-05-05 |
Nigel Tao | compress/flate: distinguish between base and min match... |
commit | commitdiff | tree |
2016-05-04 |
Michael Munday | cmd/compile: fix uint64 to float casts on ppc64 |
commit | commitdiff | tree |
2016-05-04 |
Robert Griesemer | cmd/compile: fix debugFormat for new export format |
commit | commitdiff | tree |
2016-05-04 |
Mohit Agarwal | runtime: clean up profiling data files produced by... |
commit | commitdiff | tree |
2016-05-04 |
Shenghou Ma | net/http: correct RFC for MethodPatch |
commit | commitdiff | tree |
2016-05-04 |
Shenghou Ma | cmd/dist: remove the use of debug/elf package |
commit | commitdiff | tree |
2016-05-04 |
Josh Bleecher... | cmd/compile: check that SSA memory args are in the... |
commit | commitdiff | tree |
2016-05-04 |
Brad Fitzpatrick | cmd/dist: add flag to build tests only, but not run... |
commit | commitdiff | tree |
2016-05-04 |
Shenghou Ma | runtime/internal/atomic: fix vet warnings |
commit | commitdiff | tree |
2016-05-04 |
Shenghou Ma | cmd/vet: add mips64x assembly check support |
commit | commitdiff | tree |
2016-05-04 |
Shenghou Ma | doc: update go1.7.txt |
commit | commitdiff | tree |
2016-05-04 |
Cherry Zhang | test: enable fixedbugs/issue10607.go test on linux... |
commit | commitdiff | tree |
2016-05-04 |
Cherry Zhang | cmd/go: enable TestNodeReading on linux/mips64x |
commit | commitdiff | tree |
2016-05-04 |
Cherry Zhang | cmd/dist: enable cgo and external linking on linux... |
commit | commitdiff | tree |
2016-05-04 |
Cherry Zhang | misc/cgo/test: add mips64x test case for issue9400 |
commit | commitdiff | tree |
2016-05-04 |
Cherry Zhang | cmd/link/internal/ld: force external linking for mips64... |
commit | commitdiff | tree |
2016-05-04 |
Cherry Zhang | runtime: add linux/mips64x cgo support |
commit | commitdiff | tree |
2016-05-04 |
Cherry Zhang | runtime/cgo: add context argument to crosscall2 on... |
commit | commitdiff | tree |
2016-05-04 |
Martin Möhrmann | misc/cgo/fortran: fix gfortran compile test |
commit | commitdiff | tree |
2016-05-04 |
Niko Dziemba | archive/zip: pool flate readers |
commit | commitdiff | tree |
2016-05-04 |
Michael Hudson... | cmd/link: always read type data for dynimport symbols |
commit | commitdiff | tree |
2016-05-04 |
Alex Brainman | cmd/api: remove debug/pe replated changes from next.txt |
commit | commitdiff | tree |
2016-05-04 |
Keith Randall | cmd/compile: use SSA tests on legacy compiler |
commit | commitdiff | tree |
2016-05-04 |
Vishvananda... | net: allow netgo to use lookup from nsswitch.conf |
commit | commitdiff | tree |
2016-05-04 |
Ian Lance Taylor | runtime: use cgo traceback for SIGPROF |
commit | commitdiff | tree |
2016-05-03 |
Brad Fitzpatrick | cmd/vet: fix test's dependence on perl |
commit | commitdiff | tree |
2016-05-03 |
Keith Randall | cmd/compile: never CSE two memories |
commit | commitdiff | tree |
2016-05-03 |
Brad Fitzpatrick | strings, bytes: fix Reader 0 byte read at EOF |
commit | commitdiff | tree |
2016-05-03 |
Robert Griesemer | cmd/compile: use correct packages when exporting/import... |
commit | commitdiff | tree |
2016-05-03 |
Dmitry Vyukov | cmd/trace: make binary argument optional |
commit | commitdiff | tree |
2016-05-03 |
Dmitry Vyukov | runtime: per-P contexts for race detector |
commit | commitdiff | tree |
2016-05-03 |
Dmitry Vyukov | runtime: fix CPU underutilization |
commit | commitdiff | tree |
2016-05-03 |
Michael Hudson... | cmd/cgo: an approach to tsan that works with gcc |
commit | commitdiff | tree |
2016-05-03 |
Brad Fitzpatrick | net/http: keep idle conns sorted by usage |
commit | commitdiff | tree |
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 |
next |