2016-04-15 |
Todd Neal | cmd/compile: speed up dom checking in cse |
commit | commitdiff | tree |
2016-04-14 |
Joe Tsai | compress/gzip: fix Reader to properly check FHCRC |
commit | commitdiff | tree |
2016-04-14 |
Andrew Gerrand | doc: add classes to version tags in source install... |
commit | commitdiff | tree |
2016-04-14 |
Robert Griesemer | cmd/compile: first cut at exporting position info |
commit | commitdiff | tree |
2016-04-14 |
Keith Randall | cmd/compile: fix register size for ODOTPTR result |
commit | commitdiff | tree |
2016-04-14 |
Austin Clements | sync/atomic: don't atomically write pointers twice |
commit | commitdiff | tree |
2016-04-14 |
Austin Clements | runtime: make sync_atomic_SwapPointer signature match... |
commit | commitdiff | tree |
2016-04-14 |
Keith Randall | runtime/internal/sys: better fallback algorithms for... |
commit | commitdiff | tree |
2016-04-14 |
Michael Hudson... | cmd/go: deduplicate gccgo afiles by package path, not... |
commit | commitdiff | tree |
2016-04-14 |
Michael Hudson... | cmd/go: fix "#cgo pkg-config:" comments with gccgo |
commit | commitdiff | tree |
2016-04-14 |
Josh Bleecher... | crypto/aes: fix vet warnings in gcm_amd64.s |
commit | commitdiff | tree |
2016-04-14 |
Ian Lance Taylor | doc: GCC 6 will have the Go 1.6.1 user libraries |
commit | commitdiff | tree |
2016-04-14 |
David Crawshaw | cmd/compile: use type. prefix on importpath symbol |
commit | commitdiff | tree |
2016-04-14 |
Josh Bleecher... | cmd/compile: clear hidden value at end of channel range... |
commit | commitdiff | tree |
2016-04-14 |
Michael Munday | test: use correct value in error message in init1.go |
commit | commitdiff | tree |
2016-04-14 |
Jeremy Jackins | runtime: find a home for orphaned comments |
commit | commitdiff | tree |
2016-04-14 |
Michael Munday | crypto/cipher: enable fastXORBytes on s390x |
commit | commitdiff | tree |
2016-04-14 |
David Chase | cmd/compile: fix use of original spill name after sinking |
commit | commitdiff | tree |
2016-04-14 |
Alan Donovan | go/types: record CallExpr result type even if argument... |
commit | commitdiff | tree |
2016-04-14 |
Josh Bleecher... | cmd/vet: teach asm checker about PEXTRD’s op size |
commit | commitdiff | tree |
2016-04-14 |
Matthew Dempsky | cmd/internal/obj: remove use of package bio |
commit | commitdiff | tree |
2016-04-14 |
Adam Langley | crypto/x509: don't add an AuthorityKeyId to self-signed... |
commit | commitdiff | tree |
2016-04-14 |
Adam Langley | crypto/tls: make error prefix uniform. |
commit | commitdiff | tree |
2016-04-14 |
Luan Santos | cmd/vet: allow untyped composite literals to be unkeyed |
commit | commitdiff | tree |
2016-04-14 |
Dmitry Vyukov | misc/trace: update trace viewer html |
commit | commitdiff | tree |
2016-04-14 |
Marcel van... | testing: removed flakey test |
commit | commitdiff | tree |
2016-04-14 |
Mikio Hara | net: fix TestDialAddrError |
commit | commitdiff | tree |
2016-04-14 |
Mikio Hara | net: make use of internal/testenv package |
commit | commitdiff | tree |
2016-04-14 |
Mikio Hara | net: make newLocalPacketListener handle network argumen... |
commit | commitdiff | tree |
2016-04-14 |
Matthew Dempsky | cmd/internal/obj: change Link.Flag_shared to bool |
commit | commitdiff | tree |
2016-04-14 |
Matthew Dempsky | cmd/compile/internal/gc: change flags to bool where... |
commit | commitdiff | tree |
2016-04-14 |
Robert Griesemer | cmd/compile: use correct export function (fix debugFormat) |
commit | commitdiff | tree |
2016-04-14 |
Rob Pike | fmt: clarify that for %g precision determines number... |
commit | commitdiff | tree |
2016-04-13 |
Robert Griesemer | cmd/compile: don't export unneeded OAS, OASWB nodes |
commit | commitdiff | tree |
2016-04-13 |
Lynn Boger | syscall: fix epoll_event struct for ppc64le/ppc64 |
commit | commitdiff | tree |
2016-04-13 |
David Crawshaw | cmd/compile, etc: use name for type pkgPath |
commit | commitdiff | tree |
2016-04-13 |
Brad Fitzpatrick | runtime: rename os1_darwin.go to os_darwin.go |
commit | commitdiff | tree |
2016-04-13 |
Brad Fitzpatrick | runtime: merge the darwin os*.go files together |
commit | commitdiff | tree |
2016-04-13 |
David Crawshaw | cmd/link: handle long symbol names |
commit | commitdiff | tree |
2016-04-13 |
Todd Neal | cmd/compile: sort partitions by dom to speed up cse |
commit | commitdiff | tree |
2016-04-13 |
Austin Clements | runtime/internal/atomic: rename Storep1 to StorepNoWB |
commit | commitdiff | tree |
2016-04-13 |
Dmitry Vyukov | cmd/pprof/internal/profile: always subtract 1 from PCs |
commit | commitdiff | tree |
2016-04-13 |
Robert Griesemer | cmd/compile, go/importer: minor cleanups |
commit | commitdiff | tree |
2016-04-13 |
Robert Griesemer | cmd/compile: move more compiler specifics into compiler... |
commit | commitdiff | tree |
2016-04-13 |
Austin Clements | runtime/internal/atomic: remove write barrier from... |
commit | commitdiff | tree |
2016-04-13 |
David Chase | cmd/compile: move spills to loop exits when easy. |
commit | commitdiff | tree |
2016-04-13 |
Lynn Boger | runtime: improve memmove performance ppc64,ppc64le |
commit | commitdiff | tree |
2016-04-13 |
David Crawshaw | cmd/link: use a switch for name prefix switching |
commit | commitdiff | tree |
2016-04-13 |
David Crawshaw | cmd/compile, etc: store method tables as offsets |
commit | commitdiff | tree |
2016-04-13 |
Alexandru Moșoi | cmd/compile: use shared dom tree for cse, too |
commit | commitdiff | tree |
2016-04-13 |
Shahar Kohanim | cmd/link: rename Pcln to FuncInfo |
commit | commitdiff | tree |
2016-04-13 |
Tal Shprecher | cmd/compile: make enqueued map keys fail validation... |
commit | commitdiff | tree |
2016-04-13 |
Matthew Dempsky | cmd/compile: fix crash on bare package name in constant... |
commit | commitdiff | tree |
2016-04-13 |
Tal Shprecher | cmd/compile: remove unnecessary assignments while type... |
commit | commitdiff | tree |
2016-04-13 |
Matthew Dempsky | runtime: simplify setPanicOnFault slightly |
commit | commitdiff | tree |
2016-04-13 |
Brad Fitzpatrick | all: use new io.SeekFoo constants instead of os.SEEK_FOO |
commit | commitdiff | tree |
2016-04-13 |
Martin Möhrmann | strings: improve explode and correct comment |
commit | commitdiff | tree |
2016-04-13 |
Emmanuel Odeke | html/template: add examples of loading templates from... |
commit | commitdiff | tree |
2016-04-13 |
Josh Bleecher... | cmd/compile: teach CSE that new objects are bespoke |
commit | commitdiff | tree |
2016-04-13 |
Keith Randall | cmd/compile: fix arg to getcallerpc |
commit | commitdiff | tree |
2016-04-13 |
Shahar Kohanim | cmd/link: move function only lsym fields to pcln struct |
commit | commitdiff | tree |
2016-04-12 |
Brad Fitzpatrick | net/http: add test that panic in a handler signals... |
commit | commitdiff | tree |
2016-04-12 |
Ian Lance Taylor | reflect: test that Call results are not addressable |
commit | commitdiff | tree |
2016-04-12 |
Martin Möhrmann | image/color: optimize YCbCrToRGB |
commit | commitdiff | tree |
2016-04-12 |
Brad Fitzpatrick | net: skip failing or flaky TestInterfaces on freebsd-arm |
commit | commitdiff | tree |
2016-04-12 |
Brad Fitzpatrick | net: mirror Tom Sawyer in the net package for tests |
commit | commitdiff | tree |
2016-04-12 |
Matthew Dempsky | cmd/internal/obj: remove unused Pciter type |
commit | commitdiff | tree |
2016-04-12 |
Josh Bleecher... | net: make two tests not parallel |
commit | commitdiff | tree |
2016-04-12 |
Dan Peterson | all: standardize RFC mention format |
commit | commitdiff | tree |
2016-04-12 |
Shahar Kohanim | cmd/internal/obj: split plist flushing from object... |
commit | commitdiff | tree |
2016-04-12 |
David Crawshaw | cmd/link, etc: store typelinks as offsets |
commit | commitdiff | tree |
2016-04-12 |
Brad Fitzpatrick | net: skip TestDialCancel on linux-arm64-buildlet |
commit | commitdiff | tree |
2016-04-12 |
Alberto Donizetti | cmd/pprof: pass the event to pprof_toggle_asm for the... |
commit | commitdiff | tree |
2016-04-12 |
Dan Peterson | crypto/x509: remove broken link in ParsePKCS8PrivateKey... |
commit | commitdiff | tree |
2016-04-12 |
Matthew Dempsky | cmd: replace x[i:][0] expressions with x[i] |
commit | commitdiff | tree |
2016-04-12 |
Shawn Walker... | net: broken sendfile on SmartOS/Solaris |
commit | commitdiff | tree |
2016-04-12 |
Robert Griesemer | cmd/compile: move compiler-specific flags into compiler... |
commit | commitdiff | tree |
2016-04-12 |
Michael Munday | cmd/objdump: skip TestDisasm* on s390x |
commit | commitdiff | tree |
2016-04-12 |
Michael Munday | net/http: fix TestLinuxSendfile on s390x |
commit | commitdiff | tree |
2016-04-12 |
Michael Munday | cmd/compile/internal/gc: add s390x support |
commit | commitdiff | tree |
2016-04-12 |
Josh Bleecher... | cmd/compile: temporarily disable inplace append special... |
commit | commitdiff | tree |
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 |
next |