2016-05-06 |
Alberto Donizetti | all: fix copy-and-paste errors in tests |
commit | commitdiff | tree |
2016-05-06 |
Aliaksandr... | cmd/vet: check sync.* types' copying |
commit | commitdiff | tree |
2016-05-06 |
Richard Miller | syscall,os,net: don't use ForkLock in plan9 |
commit | commitdiff | tree |
2016-05-06 |
Brad Fitzpatrick | runtime: merge the last four os-vs-os1 files together |
commit | commitdiff | tree |
2016-05-06 |
Cherry Zhang | cmd/compile/internal/mips64: fix large uint -> float... |
commit | commitdiff | tree |
2016-05-06 |
Ilya Tocar | crypto/sha1: Add AVX2 version for AMD64 |
commit | commitdiff | tree |
2016-05-06 |
Ilya Tocar | crypto/sha256: Use AVX2 if possible |
commit | commitdiff | tree |
2016-05-06 |
Elias Naur | misc/cgo/testcarchive: don't force -no_pie on Darwin |
commit | commitdiff | tree |
2016-05-06 |
Ilya Tocar | cmd/internal/obj/x86: add AVX2 instrutions needed for... |
commit | commitdiff | tree |
2016-05-06 |
Shenghou Ma | runtime: get randomness from AT_RANDOM AUXV on linux... |
commit | commitdiff | tree |
2016-05-06 |
Cherry Zhang | cmd/go, cmd/cgo: pass "-mabi=64" to gcc on mips64 |
commit | commitdiff | tree |
2016-05-06 |
Robert Griesemer | test: update test for issue 15548 |
commit | commitdiff | tree |
2016-05-06 |
Brad Fitzpatrick | cmd/go: fail with nice error message on bad GOOS/GOARCH... |
commit | commitdiff | tree |
2016-05-06 |
Joe Tsai | archive/tar: centralize all information about tar heade... |
commit | commitdiff | tree |
2016-05-06 |
Russ Cox | runtime: stop traceback at foreign function |
commit | commitdiff | tree |
2016-05-06 |
Mikio Hara | Revert "net: add support for Zone of IPNet" |
commit | commitdiff | tree |
2016-05-06 |
Joe Tsai | all: use SeekStart, SeekCurrent, SeekEnd |
commit | commitdiff | tree |
2016-05-05 |
David Chase | cmd/compile: repair MININT conversion bug in arm softfloat |
commit | commitdiff | tree |
2016-05-05 |
Alan Donovan | go/token: document postcondition of SetLines |
commit | commitdiff | tree |
2016-05-05 |
Richard Miller | os/exec: re-enable TestExtraFiles for plan9 |
commit | commitdiff | tree |
2016-05-05 |
Richard Miller | syscall: simplify closing of extra fds in plan9 StartPr... |
commit | commitdiff | tree |
2016-05-05 |
Andrew Gerrand | doc: update broken links in release notes |
commit | commitdiff | tree |
2016-05-05 |
Robert Griesemer | cmd/compile: verify imported types after they are fully... |
commit | commitdiff | tree |
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 |
next |