2016-08-16 |
Keith Randall | test: remove unused variable |
commit | commitdiff | tree |
2016-08-16 |
Keith Randall | cmd/compile: use shorter versions of zero-extend ops |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | cmd/internal/obj: add opcode space safety check |
commit | commitdiff | tree |
2016-08-16 |
Brad Fitzpatrick | doc/go1.7.html: fix name of tls.Config.NextProtos |
commit | commitdiff | tree |
2016-08-16 |
Tamir Duberstein | regexp: add some tests that were fixed in #12980 |
commit | commitdiff | tree |
2016-08-16 |
Jaana Burcu... | cmd/go: document -v flag for get |
commit | commitdiff | tree |
2016-08-16 |
Keith Randall | cmd/compile: allow unsafe.Pointer(nil) as static data |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | cmd/compile: accept literals in samesafeexpr |
commit | commitdiff | tree |
2016-08-16 |
Cherry Zhang | cmd/compile: fix uint<->float conversion on 386 |
commit | commitdiff | tree |
2016-08-16 |
Keith Randall | cmd/compile: add size hint to map literal allocations |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | cmd/internal/obj/x86: minor code cleanup |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | cmd/compile: optimize bool to int conversion |
commit | commitdiff | tree |
2016-08-16 |
Robert Griesemer | cmd/compile: don't crash when exporting self-recursive... |
commit | commitdiff | tree |
2016-08-16 |
David Crawshaw | reflect: clear tflag on new types |
commit | commitdiff | tree |
2016-08-16 |
Keith Randall | cmd/compile: don't fold >32bit constants into a MULQ |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | cmd/compile: inline _, ok = i.(T) |
commit | commitdiff | tree |
2016-08-16 |
Michael Pratt | cmd/internal/obj: convert Aconv to a stringer |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | cmd/compile/internal/big: re-vendor |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | runtime: move printing of extra newline |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | net/http: use keyed composite literal |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | crypto/cipher, math/big: fix example names |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | crypto/tls: fix WriteTo method signature |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | net: change t.Error to t.Errorf |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | container/list: silence vet warnings |
commit | commitdiff | tree |
2016-08-16 |
Cherry Zhang | cmd/compile: remove nil check in accessing PAUTOHEAP... |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | all: fix "result not used" vet warnings |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | cmd/compile: fix bad generated format strings in test |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | syscall: unify unix/amd64 asm implementations |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | syscall: split out unix Syscall9 asm support |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | syscall: superficial cleanup of amd64 unix assembly |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | syscall: fix dragonfly/amd64 assembly argument sizes |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | syscall: unify unix 386 implementations |
commit | commitdiff | tree |
2016-08-16 |
Cherry Zhang | cmd/compile: disable Duff's device on darwin/arm64 |
commit | commitdiff | tree |
2016-08-16 |
Brad Fitzpatrick | net/http: make Transport retry non-idempotent requests... |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | cmd/compile: reduce garbage from autolabel |
commit | commitdiff | tree |
2016-08-16 |
Gyu-Ho Lee | archive/tar: preallocate slice from paxHeaders |
commit | commitdiff | tree |
2016-08-16 |
Mikio Hara | crypto/tls: gofmt -w -s |
commit | commitdiff | tree |
2016-08-16 |
Brad Fitzpatrick | net/http: deflake BenchmarkClient and its use of a... |
commit | commitdiff | tree |
2016-08-16 |
Jan Mercl | go/token: Fix race in FileSet.PositionFor. |
commit | commitdiff | tree |
2016-08-16 |
Carlos C | bytes: add examples |
commit | commitdiff | tree |
2016-08-16 |
Chris Broadfoot | doc: add 1.7 to golang.org/project |
commit | commitdiff | tree |
2016-08-16 |
Mikio Hara | os/exec: fix nit found by vet |
commit | commitdiff | tree |
2016-08-16 |
Sina Siadat | container/heap: remove one unnecessary comparison in Fix |
commit | commitdiff | tree |
2016-08-16 |
Michael Hudson... | cmd/link: when dynlinking, do not mangle short symbol... |
commit | commitdiff | tree |
2016-08-16 |
Brad Fitzpatrick | strings: add special cases for Join of 2 and 3 strings |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | cmd/internal/obj: add generated String method for AddrType |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | cmd/compile: move auto label gen variables to local... |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | go/types: fix bad printf verbs |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | go/types: fix multiword data structure alignment on... |
commit | commitdiff | tree |
2016-08-16 |
Carlos C | encoding/json: add example for RawMessage marshalling |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | math/big: use array instead of slice for deBruijn lookups |
commit | commitdiff | tree |
2016-08-16 |
Ilya Tocar | cmd/internal/obj/x86: VPSHUFD takes an unsigned byte. |
commit | commitdiff | tree |
2016-08-16 |
Josh Bleecher... | go/types: remove struct Sizeof cache |
commit | commitdiff | tree |
2016-08-16 |
Brad Fitzpatrick | cmd/compile/internal/gc: get rid of useless autopkg... |
commit | commitdiff | tree |
2016-08-16 |
Robert Griesemer | go/types: minor cleanups |
commit | commitdiff | tree |
2016-08-16 |
Robert Griesemer | go/types: fix computation of initialization order |
commit | commitdiff | tree |
2016-08-16 |
Brad Fitzpatrick | syscall: test Gettimeofday everywhere, not just on... |
commit | commitdiff | tree |
2016-08-16 |
Hiroshi Ioka | os: consolidate files |
commit | commitdiff | tree |
2016-08-16 |
Gerrit Code... | Merge "Merge remote-tracking branch 'origin/dev.ssa... |
commit | commitdiff | tree |
2016-08-16 |
Keith Randall | Merge remote-tracking branch 'origin/dev.ssa' into... |
commit | commitdiff | tree |
2016-08-15 |
Chris Broadfoot | doc: document go1.7 |
commit | commitdiff | tree |
2016-08-15 |
Chris Broadfoot | doc: update version tag in source install instructions |
commit | commitdiff | tree |
2016-08-15 |
Chris Broadfoot | doc/go1.7.html: remove DRAFT |
commit | commitdiff | tree |
2016-08-15 |
David Chase | [dev.ssa] cmd/compile: PPC64, FP to/from int conversions. |
commit | commitdiff | tree |
2016-08-15 |
Cherry Zhang | [dev.ssa] cmd/compile, etc.: more ARM64 optimizations... |
commit | commitdiff | tree |
2016-08-11 |
Keith Randall | [dev.ssa] cmd/compile: simplify 386+PIC+globals a bit |
commit | commitdiff | tree |
2016-08-11 |
Keith Randall | [dev.ssa] cmd/compile: fix fp constant loads for 386+PIC |
commit | commitdiff | tree |
2016-08-11 |
Cherry Zhang | [dev.ssa] cmd/compile: add some ARM64 optimizations |
commit | commitdiff | tree |
2016-08-10 |
Cherry Zhang | [dev.ssa] cmd/internal/obj/arm64: fix encoding constant... |
commit | commitdiff | tree |
2016-08-10 |
Josh Bleecher... | testing: respect benchtime on very fast benchmarks |
commit | commitdiff | tree |
2016-08-10 |
Keith Randall | [dev.ssa] cmd/compile: implement GO386=387 |
commit | commitdiff | tree |
2016-08-10 |
Keith Randall | [dev.ssa] cmd/compile: more fixes for 386 shared libraries |
commit | commitdiff | tree |
2016-08-09 |
David Chase | [dev.ssa] cmd/compile: PPC: FP load/store/const/cmp... |
commit | commitdiff | tree |
2016-08-09 |
Keith Randall | [dev.ssa] cmd/compile: fix PIC for SSA-generated code |
commit | commitdiff | tree |
2016-08-09 |
Keith Randall | [dev.ssa] cmd/compile: port SSA backend to amd64p32 |
commit | commitdiff | tree |
2016-08-09 |
Chris Broadfoot | doc/go1.7.html: update compress/flate section |
commit | commitdiff | tree |
2016-08-08 |
Gerrit Code... | Merge "[dev.ssa] Merge commit 'f135c326402aaa757aa96aad... |
commit | commitdiff | tree |
2016-08-08 |
Brad Fitzpatrick | net/http: make Transport use new connection if over... |
commit | commitdiff | tree |
2016-08-07 |
Cherry Zhang | [dev.ssa] cmd/compile: remove flags from regMask |
commit | commitdiff | tree |
2016-08-06 |
Brad Fitzpatrick | doc: fix required OS X version inconsistency for binary... |
commit | commitdiff | tree |
2016-08-06 |
David Chase | [dev.ssa] cmd/compile: PPC64, load/store by type, shift... |
commit | commitdiff | tree |
2016-08-05 |
Shenghou Ma | runtime: make stack 16-byte aligned for external code... |
commit | commitdiff | tree |
2016-08-05 |
Shenghou Ma | runtime, syscall: fix kernel gettimeofday ABI change... |
commit | commitdiff | tree |
2016-08-05 |
Ian Lance Taylor | os: check for waitid returning ENOSYS |
commit | commitdiff | tree |
2016-08-05 |
Brad Fitzpatrick | net/http: update bundled http2 for flow control window... |
commit | commitdiff | tree |
2016-08-04 |
Brad Fitzpatrick | syscall: fix Gettimeofday on macOS Sierra |
commit | commitdiff | tree |
2016-08-04 |
David Chase | [dev.ssa] cmd/compile: PPC64, add cmp->bool, some shift... |
commit | commitdiff | tree |
2016-08-04 |
Keith Randall | [dev.ssa] Merge commit 'f135c326402aaa757aa96aad283a918... |
commit | commitdiff | tree |
2016-08-04 |
David Crawshaw | runtime: initialize hash algs before typemap |
commit | commitdiff | tree |
2016-08-04 |
Keith Randall | [dev.ssa] Merge remote-tracking branch 'origin/master... |
commit | commitdiff | tree |
2016-08-03 |
Josh Bleecher... | [dev.ssa] cmd/compile: refactor out rulegen value parsing |
commit | commitdiff | tree |
2016-08-02 |
Chris Broadfoot | VERSION: remove erroneously committed VERSION file |
commit | commitdiff | tree |
2016-08-02 |
Chris Broadfoot | all: merge master into release-branch.go1.7 |
commit | commitdiff | tree |
2016-08-02 |
Brad Fitzpatrick | runtime: fix nanotime for macOS Sierra, again. |
commit | commitdiff | tree |
2016-08-02 |
Joe Tsai | cmd/doc: ensure functions with unexported return values... |
commit | commitdiff | tree |
2016-08-02 |
Chris Broadfoot | go1.7rc4 go1.7rc4 |
commit | commitdiff | tree |
2016-08-02 |
Joe Tsai | cmd/doc: handle embedded interfaces properly |
commit | commitdiff | tree |
2016-08-02 |
Chris Broadfoot | all: merge master into release-branch.go1.7 |
commit | commitdiff | tree |
2016-08-02 |
Brad Fitzpatrick | net: prevent cancelation goroutine from adjusting fd... |
commit | commitdiff | tree |
2016-08-02 |
Brad Fitzpatrick | doc/go1.7.html: mention Server.Serve HTTP/2 behavior... |
commit | commitdiff | tree |
next |