2016-01-26 |
Russ Cox | cmd/asm: add amd64 HADDPD/HADDPS |
commit | commitdiff | tree |
2016-01-26 |
Mikio Hara | cmd/go/testdata: fix nits in test |
commit | commitdiff | tree |
2016-01-26 |
Ian Lance Taylor | runtime: don't check sigaltstack on darwin/{arm,arm64} |
commit | commitdiff | tree |
2016-01-26 |
Brad Fitzpatrick | net/http: don't retain *http.Request in Transport's... |
commit | commitdiff | tree |
2016-01-25 |
Brad Fitzpatrick | net/http/httputil: clarify docs on the Dump functions |
commit | commitdiff | tree |
2016-01-25 |
Brad Fitzpatrick | net/http: update bundled http2 |
commit | commitdiff | tree |
2016-01-25 |
Ian Lance Taylor | runtime/pprof: document SetCPUProfile with c-archive... |
commit | commitdiff | tree |
2016-01-25 |
Keith Randall | runtime: update heap dumper header to 1.6. |
commit | commitdiff | tree |
2016-01-25 |
Brad Fitzpatrick | net/http: check max size of HTTP chunks |
commit | commitdiff | tree |
2016-01-25 |
Ian Lance Taylor | runtime: always install new signal stack on NetBSD... |
commit | commitdiff | tree |
2016-01-25 |
Ian Lance Taylor | cmd/go: fix handling of asm files for -compiler=gccgo |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/asm: reject foo(SB)(AX) instead of silently treatin... |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | misc/cgo/test: fix test on darwin/386 with cgo enabled |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | encoding/xml: update docs for Token |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/asm: add amd64 PDEP, PEXT, and related integer... |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/asm: add requested amd64 instructions |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/asm: correct, complete newly added AVX instructions |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/asm: add x86 POPCNTW, POPCNTL |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/asm: add generated test of amd64 instruction encodings |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/asm: add test for verification of instruction encodings |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/internal/obj/x86: fix doubled REX byte in POPCNT... |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/internal/obj/x86: rename POPCNT to POPCNTQ |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/asm: add -e flag (no limit on errors) to match... |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/asm: add YMM registers Y0 through Y15 |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/asm: report more than one instruction encoding... |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/asm: simplify golden test maintenance |
commit | commitdiff | tree |
2016-01-23 |
Mikio Hara | net: enable TestLookupDotsWithRemoteSource on builders |
commit | commitdiff | tree |
2016-01-23 |
Dominik Honnef | doc: missing words and letters in release notes |
commit | commitdiff | tree |
2016-01-23 |
Mikio Hara | net: fix TestLookupDotsWithLocalSource |
commit | commitdiff | tree |
2016-01-22 |
Russ Cox | unsafe: document valid uses of Pointer |
commit | commitdiff | tree |
2016-01-22 |
Shenghou Ma | cmd/internal/obj/mips, cmd/internal/obj: reduce MIPS... |
commit | commitdiff | tree |
2016-01-22 |
Robert Griesemer | cmd/compile: update vendored copy of math/big |
commit | commitdiff | tree |
2016-01-22 |
Robert Griesemer | cmd/compile: remove unused (dead) fields |
commit | commitdiff | tree |
2016-01-22 |
Ian Lance Taylor | runtime: skip TestSignalExitStatus on NetBSD |
commit | commitdiff | tree |
2016-01-21 |
David Symonds | lib/time: update to IANA release 2015g. |
commit | commitdiff | tree |
2016-01-21 |
Ian Lance Taylor | runtime: save context value in NetBSD sigtramp |
commit | commitdiff | tree |
2016-01-21 |
Ian Lance Taylor | runtime: on NetBSD and DragonFly drop signal stack... |
commit | commitdiff | tree |
2016-01-21 |
Tim Ebringer | net: improve netsh usage in Windows unit tests |
commit | commitdiff | tree |
2016-01-21 |
Adam Langley | crypto/tls: note in comment that Certificate.Leaf is... |
commit | commitdiff | tree |
2016-01-21 |
Rob Pike | text/template: fix documentation for pipelines |
commit | commitdiff | tree |
2016-01-21 |
Olivier Poitrey | net/http: make Client propagate Request.Cancel over... |
commit | commitdiff | tree |
2016-01-21 |
Ian Lance Taylor | cmd/go: document PackageError in go list output |
commit | commitdiff | tree |
2016-01-21 |
Brad Fitzpatrick | net/http: update http2 to check header values, move... |
commit | commitdiff | tree |
2016-01-20 |
Michael Hudson... | cmd/link: allow symbols from .a files to override those... |
commit | commitdiff | tree |
2016-01-20 |
Shenghou Ma | cmd/dist: pass -tags race to go list in -race mode |
commit | commitdiff | tree |
2016-01-20 |
Robert Griesemer | cmd/compile: don't print (empty) package name in errors... |
commit | commitdiff | tree |
2016-01-20 |
Michael Hudson... | runtime/race: fix test so it compiles |
commit | commitdiff | tree |
2016-01-19 |
Keith Randall | cmd/compile: add VARLIVE to opnames list |
commit | commitdiff | tree |
2016-01-19 |
Robert Griesemer | cmd/compile: don't crash on invalid labeled statement |
commit | commitdiff | tree |
2016-01-19 |
Robert Griesemer | cmd/compile: set importpkg.Direct correctly when using... |
commit | commitdiff | tree |
2016-01-19 |
OneOfOne | cmd/link: fix elf64phdr to allow using upx (and other... |
commit | commitdiff | tree |
2016-01-19 |
Michael Munday | net: add timeout to DNS requests sent by TestSpecialDom... |
commit | commitdiff | tree |
2016-01-19 |
Brad Fitzpatrick | net/http: make hidden http2 Transport respect remaining... |
commit | commitdiff | tree |
2016-01-19 |
Shenghou Ma | build: test linux/mips64 and linux/mips64le with builda... |
commit | commitdiff | tree |
2016-01-18 |
Shenghou Ma | runtime: print address as hex in messages |
commit | commitdiff | tree |
2016-01-18 |
Brad Fitzpatrick | net/http: clarify docs on Request.Proto field |
commit | commitdiff | tree |
2016-01-18 |
Brad Fitzpatrick | net/http: make http2 Transport send Content Length |
commit | commitdiff | tree |
2016-01-18 |
Brad Fitzpatrick | net/http: panic on bogus use of CloseNotifier or Hijacker |
commit | commitdiff | tree |
2016-01-18 |
Mikio Hara | net: disable TestInterfaceAddrsWithNetsh on windows |
commit | commitdiff | tree |
2016-01-18 |
Ian Lance Taylor | runtime: don't run TestEnsureDropM on windows or plan9 |
commit | commitdiff | tree |
2016-01-16 |
Brad Fitzpatrick | net/http: update bundled http2, pass through Transport... |
commit | commitdiff | tree |
2016-01-16 |
Austin Clements | runtime: fix sleep/wakeup race for GC assists |
commit | commitdiff | tree |
2016-01-16 |
Mikio Hara | runtime: readjust signal code for dragonfly-2.6 and... |
commit | commitdiff | tree |
2016-01-15 |
Brad Fitzpatrick | net/http: update bundled http2 |
commit | commitdiff | tree |
2016-01-15 |
Austin Clements | runtime: use at least "system" traceback level for... |
commit | commitdiff | tree |
2016-01-14 |
Matthew Dempsky | runtime: fix darwin/arm64 build |
commit | commitdiff | tree |
2016-01-14 |
Russ Cox | cmd/go: fix vendor directory check on Windows |
commit | commitdiff | tree |
2016-01-14 |
Ian Lance Taylor | runtime: remove erroneous go:noescape declaration |
commit | commitdiff | tree |
2016-01-14 |
Brad Fitzpatrick | net/http: fix flaky TestServerValidatesHostHeader |
commit | commitdiff | tree |
2016-01-14 |
Ian Lance Taylor | runtime: minimize time between lockextra/unlockextra |
commit | commitdiff | tree |
2016-01-14 |
Russ Cox | cmd/go: respect internal directories during 'go run' |
commit | commitdiff | tree |
2016-01-14 |
Austin Clements | runtime: fix several issues in TestFutexsleep |
commit | commitdiff | tree |
2016-01-14 |
Russ Cox | cmd/go, go/build: ignore vendor directories with no... |
commit | commitdiff | tree |
2016-01-14 |
Shenghou Ma | build: use consistent shebang line |
commit | commitdiff | tree |
2016-01-14 |
Andrew Gerrand | doc: revise help page with categories and more links |
commit | commitdiff | tree |
2016-01-14 |
Russ Cox | doc: document archive/tar changes |
commit | commitdiff | tree |
2016-01-14 |
Austin Clements | debug/dwarf: fix nil pointer dereference in cyclic... |
commit | commitdiff | tree |
2016-01-14 |
Russ Cox | cmd/compile: add AVARLIVE to peep for arm, arm64, mips6... |
commit | commitdiff | tree |
2016-01-14 |
Russ Cox | cmd/internal/obj: separate code layout from object... |
commit | commitdiff | tree |
2016-01-14 |
Russ Cox | cmd/compile: recognize Syscall-like functions for liven... |
commit | commitdiff | tree |
2016-01-13 |
Brad Fitzpatrick | go/types: rename Importer2 to ImporterFrom go1.6beta2 |
commit | commitdiff | tree |
2016-01-13 |
Keith Randall | runtime: don't use CMOV for 386 |
commit | commitdiff | tree |
2016-01-13 |
Brad Fitzpatrick | net/http: update bundled http2 |
commit | commitdiff | tree |
2016-01-13 |
Brad Fitzpatrick | net/http: clarify ConnState StateActive docs for HTTP/2 |
commit | commitdiff | tree |
2016-01-13 |
Robert Griesemer | go/importer: fix field/method package for binary importer |
commit | commitdiff | tree |
2016-01-13 |
Ian Lance Taylor | cmd/go: fix gccSupportsNoPie for old GCC's that don... |
commit | commitdiff | tree |
2016-01-13 |
Robert Griesemer | go/importer: revert incorrect change that slipped in... |
commit | commitdiff | tree |
2016-01-13 |
Russ Cox | cmd/link: add LC_VERSION_MIN_MACOSX to linkmode=interna... |
commit | commitdiff | tree |
2016-01-13 |
Russ Cox | runtime: allow for C pointers between arena_start and... |
commit | commitdiff | tree |
2016-01-13 |
Russ Cox | runtime: arrange to show a few local variables when... |
commit | commitdiff | tree |
2016-01-13 |
Robert Griesemer | go/importer: associate exported field and interface... |
commit | commitdiff | tree |
2016-01-13 |
Joe Sylve | cmd/go: -buildmode=c-shared should work on darwin/386 |
commit | commitdiff | tree |
2016-01-13 |
Brad Fitzpatrick | net/http: update bundled http2 |
commit | commitdiff | tree |
2016-01-13 |
Brad Fitzpatrick | database/sql/driver: clarify DefaultParameterConverter... |
commit | commitdiff | tree |
2016-01-13 |
Brad Fitzpatrick | net/http: fix Transport crash when abandoning dial... |
commit | commitdiff | tree |
2016-01-13 |
Russ Cox | doc: document Go 1.5.3 |
commit | commitdiff | tree |
2016-01-13 |
Emmanuel Odeke | net/http: reject non three digit status codes in ReadRe... |
commit | commitdiff | tree |
2016-01-13 |
Keith Randall | cmd/compile: stop using fucomi* ops for 387 builds |
commit | commitdiff | tree |
2016-01-13 |
Ian Lance Taylor | cmd/go: fixes for -compiler=gccgo -buildmode=c-shared |
commit | commitdiff | tree |
2016-01-13 |
Ilya Tocar | cmd/internal/obj/x86: add new instructions, cleanup. |
commit | commitdiff | tree |
next |