2016-04-12 |
Michael Munday | hash/crc32: invert build tags for go implementation |
commit | commitdiff | tree |
2016-04-12 |
Michael Munday | runtime/cgo: add s390x support |
commit | commitdiff | tree |
2016-04-12 |
Michael Munday | debug/gosym: accept PC quantum of 2 (for s390x) |
commit | commitdiff | tree |
2016-04-12 |
Michael Munday | runtime/internal/atomic: add s390x atomic operations |
commit | commitdiff | tree |
2016-04-12 |
Michael Munday | cmd/compile/internal/gc: minor Cgen_checknil cleanup |
commit | commitdiff | tree |
2016-04-12 |
Keith Randall | cmd/compile: add x.Uses==1 test to load combiners |
commit | commitdiff | tree |
2016-04-12 |
Dmitry Vyukov | cmd/pprof/internal: move to cmd/internal/pprof |
commit | commitdiff | tree |
2016-04-12 |
Alexandru Moșoi | cmd/compile: share dominator tree among many passes |
commit | commitdiff | tree |
2016-04-12 |
Michael Munday | cmd/compile/internal/s390x: add s390x support |
commit | commitdiff | tree |
2016-04-12 |
Dmitry Vyukov | internal/trace: fix int overflow in timestamps |
commit | commitdiff | tree |
2016-04-12 |
Dmitri Shuralyov | cmd/go: fix vcsFromDir returning bad root on Windows |
commit | commitdiff | tree |
2016-04-12 |
Martin Möhrmann | cmd/compile: cleanup pragcgo |
commit | commitdiff | tree |
2016-04-12 |
Brad Fitzpatrick | src: split nacltest.bash into naclmake.bash and keep... |
commit | commitdiff | tree |
2016-04-12 |
David Benjamin | crypto/tls: Enforce that version and cipher match on... |
commit | commitdiff | tree |
2016-04-12 |
Dan Peterson | io: document WriteString calls Write exactly once |
commit | commitdiff | tree |
2016-04-12 |
Mikio Hara | net: make IP.{String,MarshalText} return helpful inform... |
commit | commitdiff | tree |
2016-04-12 |
Alan Donovan | go/importer: make For("gccgo", nil) not panic |
commit | commitdiff | tree |
2016-04-11 |
Brad Fitzpatrick | context: attempt to deflake timing tests |
commit | commitdiff | tree |
2016-04-11 |
Rob Pike | cmd/vet: improve documentation for flags, slightly |
commit | commitdiff | tree |
2016-04-11 |
Josh Bleecher... | cmd/compile: avoid write barrier in append fast path |
commit | commitdiff | tree |
2016-04-11 |
David Chase | cmd/compile: added stats printing to stackalloc |
commit | commitdiff | tree |
2016-04-11 |
Keith Randall | cmd/compile: zero all three argstorage slots |
commit | commitdiff | tree |
2016-04-11 |
Keith Randall | cmd/compile: fix -N build |
commit | commitdiff | tree |
2016-04-11 |
Josh Bleecher... | image/color: add YCbCrToRGB benchmark |
commit | commitdiff | tree |
2016-04-11 |
Michael Munday | cmd/internal/obj/s390x: add MULHD instruction |
commit | commitdiff | tree |
2016-04-11 |
Brad Fitzpatrick | net/http: add ServerContextKey to let a handler access... |
commit | commitdiff | tree |
2016-04-11 |
Shawn Walker... | cmd/link: external linking can fail on Solaris 11.2+ |
commit | commitdiff | tree |
2016-04-11 |
Dmitry Vyukov | internal/trace: support parsing of 1.5 traces |
commit | commitdiff | tree |
2016-04-11 |
Keith Randall | cmd/compile: fix naming of decomposed structs |
commit | commitdiff | tree |
2016-04-11 |
Alexandru Moșoi | cmd/compile: bce when max and limit are consts |
commit | commitdiff | tree |
2016-04-11 |
Dan Peterson | net/http: document Error does not end the request |
commit | commitdiff | tree |
2016-04-11 |
Dominik Honnef | all: use bytes.Equal, bytes.Contains and strings.Contai... |
commit | commitdiff | tree |
2016-04-11 |
Shahar Kohanim | cmd/link: symbol generation optimizations |
commit | commitdiff | tree |
2016-04-11 |
Russ Cox | net/http/pprof: accept fractional seconds in trace... |
commit | commitdiff | tree |
2016-04-11 |
Dave Cheney | runtime: merge lfstack_amd64.go into lfstack_64bit.go |
commit | commitdiff | tree |
2016-04-11 |
Andrew Gerrand | cmd/go: document that -run=^$ skips all tests |
commit | commitdiff | tree |
2016-04-11 |
Michael Munday | cmd/compile/internal/gc: refactor cgen_div |
commit | commitdiff | tree |
2016-04-11 |
Andrew Gerrand | doc: document Go 1.6.1 and Go 1.5.4 |
commit | commitdiff | tree |
2016-04-11 |
Jeremy Jackins | runtime: remove remaining references to TheChar |
commit | commitdiff | tree |
2016-04-11 |
Brad Fitzpatrick | net/http: set the Request context for incoming server... |
commit | commitdiff | tree |
2016-04-11 |
Brad Fitzpatrick | context: document that WithValue's key must be comparable |
commit | commitdiff | tree |
2016-04-11 |
David Symonds | cmd/vet: refresh command for updating whitelist data. |
commit | commitdiff | tree |
2016-04-10 |
Martin Möhrmann | runtime: speed up makeslice by avoiding divisions |
commit | commitdiff | tree |
2016-04-10 |
Andrew Gerrand | cmd/go: remove special case that puts godoc in $GOROOT/bin |
commit | commitdiff | tree |
2016-04-10 |
Andrew Gerrand | text/template: emit field error over nil pointer error... |
commit | commitdiff | tree |
2016-04-10 |
Keith Randall | cmd/compile: regalloc enforces 2-address instructions |
commit | commitdiff | tree |
2016-04-10 |
Josh Bleecher... | cmd/compile: avoid a spill in append fast path |
commit | commitdiff | tree |
2016-04-10 |
Josh Bleecher... | runtime: avoid unnecessary map iteration write barrier |
commit | commitdiff | tree |
2016-04-10 |
Brad Fitzpatrick | html: fix typo in UnescapeString string docs |
commit | commitdiff | tree |
2016-04-10 |
Klaus Post | compress/flate: improve short writer error test |
commit | commitdiff | tree |
2016-04-10 |
Klaus Post | compress/flate: eliminate most common bounds checks |
commit | commitdiff | tree |
2016-04-10 |
Martin Möhrmann | all: replace magic 0x80 with named constant utf8.RuneSelf |
commit | commitdiff | tree |
2016-04-10 |
Dmitry Vyukov | internal/trace: fix a typo in error message |
commit | commitdiff | tree |
2016-04-10 |
Marvin Stenger | cmd: remove bio.Bread |
commit | commitdiff | tree |
2016-04-10 |
Emmanuel Odeke | runtime: make execution error panic values implement... |
commit | commitdiff | tree |
2016-04-10 |
Wisdom Omuya | cmd/go: fix typo in findInternal documentation |
commit | commitdiff | tree |
2016-04-09 |
Emmanuel Odeke | net/http/httputil: DumpRequest dumps Content-Length... |
commit | commitdiff | tree |
2016-04-09 |
Brad Fitzpatrick | cmd/go: fix typo in comment |
commit | commitdiff | tree |
2016-04-09 |
Dmitry Vyukov | runtime: revert "do not call timeBeginPeriod on windows" |
commit | commitdiff | tree |
2016-04-09 |
Dave Cheney | cmd/internal/bio: move Bgetc to link/internal/ld |
commit | commitdiff | tree |
2016-04-09 |
Dave Cheney | cmd: remove unused code |
commit | commitdiff | tree |
2016-04-09 |
Dave Cheney | cmd/internal/bio: embed bufio.{Reader,Writer} in bio... |
commit | commitdiff | tree |
2016-04-09 |
Dave Cheney | cmd: remove bio.BufReader and bio.BufWriter |
commit | commitdiff | tree |
2016-04-09 |
Dave Cheney | cmd/link/internal: make ld.Bso a *bio.Writer |
commit | commitdiff | tree |
2016-04-08 |
Michael Hudson... | cmd/cgo: fix cgo with gccgo |
commit | commitdiff | tree |
2016-04-08 |
David Chase | cmd/compile: insert instrumentation more carefully... |
commit | commitdiff | tree |
2016-04-08 |
Dmitry Vyukov | runtime: emit file:line info into traces |
commit | commitdiff | tree |
2016-04-08 |
Michael Munday | cmd/cgo: increase s390x int type size to 8 bytes |
commit | commitdiff | tree |
2016-04-08 |
Emmanuel Odeke | bytes: add ContainsRune |
commit | commitdiff | tree |
2016-04-08 |
Michael Munday | syscall: add assembly for Linux on s390x |
commit | commitdiff | tree |
2016-04-08 |
Brad Fitzpatrick | context: disable more flaky tests on openbsd |
commit | commitdiff | tree |
2016-04-08 |
Michael Munday | test: skip nilptr3 test on s390x |
commit | commitdiff | tree |
2016-04-08 |
Michael Munday | cmd/link: add s390x to link tool main function |
commit | commitdiff | tree |
2016-04-08 |
Rob Pike | io: change the name of ReadAtSizer to SizedReaderAt |
commit | commitdiff | tree |
2016-04-08 |
Dave Cheney | cmd: replace bio.Buf with bio.Reader and bio.Writer |
commit | commitdiff | tree |
2016-04-08 |
Michael Munday | cmd/compile: cleanup -dynlink/-shared support check |
commit | commitdiff | tree |
2016-04-08 |
Dave Cheney | cmd/compile/internal/gc: unexport Export |
commit | commitdiff | tree |
2016-04-08 |
Andrew Gerrand | cmd/go: fix failing tests since vet was moved from... |
commit | commitdiff | tree |
2016-04-08 |
Emmanuel Odeke | net/http: fixed trivial go vet warnings |
commit | commitdiff | tree |
2016-04-07 |
Keith Randall | cmd/compile: Fix constant-folding of unsigned shifts |
commit | commitdiff | tree |
2016-04-07 |
Cheng-Lung... | cmd/go: revise importPath when ImportPath is 'command... |
commit | commitdiff | tree |
2016-04-07 |
Joe Tsai | bytes, string: add Reset method to Reader |
commit | commitdiff | tree |
2016-04-07 |
Michael Munday | runtime: add s390x support (new files and lfstack_64bit... |
commit | commitdiff | tree |
2016-04-07 |
David Crawshaw | cmd/link: hide go.dwarf symbols |
commit | commitdiff | tree |
2016-04-07 |
David Crawshaw | cmd/link: disable DWARF when not generating symtab |
commit | commitdiff | tree |
2016-04-07 |
Burcu Dogan | C: fix jbd's identity |
commit | commitdiff | tree |
2016-04-07 |
Brad Fitzpatrick | context: mark more tests as flaky on OpenBSD |
commit | commitdiff | tree |
2016-04-07 |
Aliaksandr... | math/big: re-use memory in Int.GCD |
commit | commitdiff | tree |
2016-04-07 |
Michael Munday | math/big: add s390x function implementations |
commit | commitdiff | tree |
2016-04-07 |
Michael Munday | sync/atomic: add s390x implementations of atomic functions |
commit | commitdiff | tree |
2016-04-07 |
Alan Donovan | go/types: make Identical(nil, T) == Identical(T, nil) |
commit | commitdiff | tree |
2016-04-07 |
Dave Cheney | Revert "runtime: merge lfstack{Pack,Unpack} into one... |
commit | commitdiff | tree |
2016-04-07 |
Alexandru Moșoi | cmd/compile: fold CMPconst and SHR |
commit | commitdiff | tree |
2016-04-07 |
Richard Miller | runtime/pprof: make TestBlockProfile less timing dependent |
commit | commitdiff | tree |
2016-04-07 |
Dave Cheney | runtime: merge lfstack{Pack,Unpack} into one file |
commit | commitdiff | tree |
2016-04-07 |
Matthew Dempsky | cmd/link/internal/amd64: remove empty source file |
commit | commitdiff | tree |
2016-04-07 |
Matthew Dempsky | cmd: extract obj's Biobuf code into new bio package |
commit | commitdiff | tree |
2016-04-07 |
Matthew Dempsky | cmd/internal/sys: change ArchFamily constants to iotas |
commit | commitdiff | tree |
2016-04-07 |
Matthew Dempsky | cmd/link: remove dependency on sys.ArchFamily values |
commit | commitdiff | tree |
2016-04-07 |
Matthew Dempsky | cmd/compile, cmd/link: eliminate uses of ArchFamily... |
commit | commitdiff | tree |
next |