aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-16syscall: unify unix/amd64 asm implementationsJosh Bleecher Snyder
2016-08-16syscall: split out unix Syscall9 asm supportJosh Bleecher Snyder
2016-08-16syscall: superficial cleanup of amd64 unix assemblyJosh Bleecher Snyder
2016-08-16syscall: fix dragonfly/amd64 assembly argument sizesJosh Bleecher Snyder
2016-08-16syscall: unify unix 386 implementationsJosh Bleecher Snyder
2016-08-16cmd/compile: disable Duff's device on darwin/arm64Cherry Zhang
2016-08-16net/http: make Transport retry non-idempotent requests if no bytes writtenBrad Fitzpatrick
2016-08-16cmd/compile: reduce garbage from autolabelJosh Bleecher Snyder
2016-08-16archive/tar: preallocate slice from paxHeadersGyu-Ho Lee
2016-08-16crypto/tls: gofmt -w -sMikio Hara
2016-08-16net/http: deflake BenchmarkClient and its use of a fixed port for testingBrad Fitzpatrick
2016-08-16go/token: Fix race in FileSet.PositionFor.Jan Mercl
2016-08-16bytes: add examplesCarlos C
2016-08-16doc: add 1.7 to golang.org/projectChris Broadfoot
2016-08-16os/exec: fix nit found by vetMikio Hara
2016-08-16container/heap: remove one unnecessary comparison in FixSina Siadat
2016-08-16cmd/link: when dynlinking, do not mangle short symbol namesMichael Hudson-Doyle
2016-08-16strings: add special cases for Join of 2 and 3 stringsBrad Fitzpatrick
2016-08-16cmd/internal/obj: add generated String method for AddrTypeJosh Bleecher Snyder
2016-08-16cmd/compile: move auto label gen variables to local functionJosh Bleecher Snyder
2016-08-16go/types: fix bad printf verbsJosh Bleecher Snyder
2016-08-16go/types: fix multiword data structure alignment on naclJosh Bleecher Snyder
2016-08-16encoding/json: add example for RawMessage marshallingCarlos C
2016-08-16math/big: use array instead of slice for deBruijn lookupsJosh Bleecher Snyder
2016-08-16cmd/internal/obj/x86: VPSHUFD takes an unsigned byte.Ilya Tocar
2016-08-16go/types: remove struct Sizeof cacheJosh Bleecher Snyder
2016-08-16cmd/compile/internal/gc: get rid of useless autopkg variableBrad Fitzpatrick
2016-08-16go/types: minor cleanupsRobert Griesemer
2016-08-16go/types: fix computation of initialization orderRobert Griesemer
2016-08-16syscall: test Gettimeofday everywhere, not just on DarwinBrad Fitzpatrick
2016-08-16os: consolidate filesHiroshi Ioka
2016-08-16Merge "Merge remote-tracking branch 'origin/dev.ssa' into merge"Gerrit Code Review
2016-08-15Merge remote-tracking branch 'origin/dev.ssa' into mergeKeith Randall
2016-08-15doc: document go1.7Chris Broadfoot
2016-08-15doc: update version tag in source install instructionsChris Broadfoot
2016-08-15doc/go1.7.html: remove DRAFTChris Broadfoot
2016-08-15[dev.ssa] cmd/compile: PPC64, FP to/from int conversions.dev.ssaDavid Chase
2016-08-15[dev.ssa] cmd/compile, etc.: more ARM64 optimizations, and enable SSA by defaultCherry Zhang
2016-08-11[dev.ssa] cmd/compile: simplify 386+PIC+globals a bitKeith Randall
2016-08-11[dev.ssa] cmd/compile: fix fp constant loads for 386+PICKeith Randall
2016-08-11[dev.ssa] cmd/compile: add some ARM64 optimizationsCherry Zhang
2016-08-10[dev.ssa] cmd/internal/obj/arm64: fix encoding constant into some instructionsCherry Zhang
2016-08-10testing: respect benchtime on very fast benchmarksJosh Bleecher Snyder
2016-08-10[dev.ssa] cmd/compile: implement GO386=387Keith Randall
2016-08-10[dev.ssa] cmd/compile: more fixes for 386 shared librariesKeith Randall
2016-08-09[dev.ssa] cmd/compile: PPC: FP load/store/const/cmp/neg; div/modDavid Chase
2016-08-09[dev.ssa] cmd/compile: fix PIC for SSA-generated codeKeith Randall
2016-08-09[dev.ssa] cmd/compile: port SSA backend to amd64p32Keith Randall
2016-08-09doc/go1.7.html: update compress/flate sectionChris Broadfoot
2016-08-08Merge "[dev.ssa] Merge commit 'f135c326402aaa757aa96aad283a91873d4ae124' into...Gerrit Code Review