2015-08-26 |
Uttam C Pawar | bytes: improve Compare function on amd64 for large... |
commit | commitdiff | tree |
2015-08-26 |
Michael Hudson... | misc/cgo/testshared: do not run gccgo tests when gccgo... |
commit | commitdiff | tree |
2015-08-26 |
Todd Neal | runtime: remove always false comparison in sigsend |
commit | commitdiff | tree |
2015-08-26 |
Michael Hudson... | cmd/compile, cmd/link, reflect, runtime: remove type... |
commit | commitdiff | tree |
2015-08-26 |
Andy Maloney | cmd/cgo: annotate named return struct members in comments |
commit | commitdiff | tree |
2015-08-26 |
Michael Hudson... | cmd/compile, runtime: stop returning t.zero on hashmap... |
commit | commitdiff | tree |
2015-08-26 |
Andy Maloney | cmd/cgo: change comments in generated C code to be... |
commit | commitdiff | tree |
2015-08-25 |
Michael Hudson... | cmd/link: call moduledata symbols "local.moduledata... |
commit | commitdiff | tree |
2015-08-25 |
Ulrich Kunitz | cmd/compile: fix register allocation for == operator |
commit | commitdiff | tree |
2015-08-25 |
Austin Clements | cmd/compile: fix uninitialized memory in compare of... |
commit | commitdiff | tree |
2015-08-25 |
Dave Cheney | runtime: check pointer equality in arm64 cmpbody |
commit | commitdiff | tree |
2015-08-25 |
Todd Neal | runtime: fix nmspinning comparison |
commit | commitdiff | tree |
2015-08-25 |
Shenghou Ma | runtime: add a missing hex conversion |
commit | commitdiff | tree |
2015-08-25 |
Didier Spezia | debug/elf: map/slice literals janitoring |
commit | commitdiff | tree |
2015-08-25 |
Shenghou Ma | cmd/go: skip test using external linking on linux/ppc64 too |
commit | commitdiff | tree |
2015-08-25 |
Todd Neal | encoding/gob: remove always false comparison |
commit | commitdiff | tree |
2015-08-25 |
Aaron Jacobs | os/signal: skip the nohup test on darwin when running... |
commit | commitdiff | tree |
2015-08-24 |
Joe Tsai | hash/fnv: fix wiki url |
commit | commitdiff | tree |
2015-08-24 |
Dave Cheney | runtime: check pointer equality in arm cmpbody |
commit | commitdiff | tree |
2015-08-24 |
Rob Pike | fmt: in Scanf, %c can scan a space, so don't skip space... |
commit | commitdiff | tree |
2015-08-24 |
Andrew Gerrand | doc: remove mention of defunct golang-bugs mailing... |
commit | commitdiff | tree |
2015-08-24 |
Tarmigan Casebolt | encoding/asn1: fix unused assignments |
commit | commitdiff | tree |
2015-08-24 |
Matt Layher | net: allow ParseMAC to parse 20-octet IPoIB link-layer... |
commit | commitdiff | tree |
2015-08-24 |
Tarmigan Casebolt | image/gif: avoid unused assignment |
commit | commitdiff | tree |
2015-08-24 |
Marcel van... | unicode: include rune 0 in RangeTables. |
commit | commitdiff | tree |
2015-08-24 |
Tarmigan Casebolt | go/internal/gcimporter: remove unused assignment |
commit | commitdiff | tree |
2015-08-24 |
Tarmigan Casebolt | math: avoid unused assignment in jn.go |
commit | commitdiff | tree |
2015-08-24 |
Alex Brainman | internal/syscall/windows/registry: remove debugging... |
commit | commitdiff | tree |
2015-08-24 |
Dave Cheney | make.bash: abort if $GOROOT_BOOTSTRAP == $GOROOT |
commit | commitdiff | tree |
2015-08-23 |
Josh Bleecher... | cmd/internal/obj: delete Debugzerostack dead code |
commit | commitdiff | tree |
2015-08-23 |
Mikio Hara | net: drop redundant domain name length check |
commit | commitdiff | tree |
2015-08-22 |
Andrew Gerrand | mime: move examples to external test file |
commit | commitdiff | tree |
2015-08-22 |
Brad Fitzpatrick | cmd/compile: in usage messages, name the binary "compil... |
commit | commitdiff | tree |
2015-08-22 |
Ingo Oeser | html: speed up UnescapeString |
commit | commitdiff | tree |
2015-08-22 |
Justin Nuß | time: Use AppendFormat in Marshal[Text|JSON] |
commit | commitdiff | tree |
2015-08-21 |
Brad Fitzpatrick | cmd/compile/internal, cmd/internal/obj: used keyed... |
commit | commitdiff | tree |
2015-08-21 |
Alberto Donizetti | cmd/compile: allow huge rsh in constants arithmetic |
commit | commitdiff | tree |
2015-08-21 |
Robert Griesemer | cmd/compile/internal/big: update vendored math/big |
commit | commitdiff | tree |
2015-08-21 |
Robert Griesemer | math/big: fix TestBytes test |
commit | commitdiff | tree |
2015-08-21 |
David du Colombier | cmd/trace: don't fail when no browser is available |
commit | commitdiff | tree |
2015-08-21 |
Alberto Donizetti | math/big: correctly handle large exponent in SetString |
commit | commitdiff | tree |
2015-08-21 |
Robert Griesemer | math/big: remove superfluous comparison |
commit | commitdiff | tree |
2015-08-21 |
Hyang-Ah (Hana... | runtime/cgo: remove __stack_chk_fail_local |
commit | commitdiff | tree |
2015-08-21 |
Shawn Walker... | runtime, syscall: remove unused bits from Solaris imple... |
commit | commitdiff | tree |
2015-08-21 |
Rob Pike | doc: fix typo in release notes |
commit | commitdiff | tree |
2015-08-21 |
Rob Pike | all: fix some vet-caught formatting errors, mostly... |
commit | commitdiff | tree |
2015-08-21 |
Robert Griesemer | go/types: fix complex(a, b) for untyped arguments a, b |
commit | commitdiff | tree |
2015-08-21 |
Robert Griesemer | go/types: don't crash for erroneous program involving... |
commit | commitdiff | tree |
2015-08-21 |
Robert Griesemer | go/types: convert untyped switch expressions to default... |
commit | commitdiff | tree |
2015-08-21 |
Dominik Honnef | os/user: don't depend on _SC_GETPW_R_SIZE_MAX on Linux |
commit | commitdiff | tree |
2015-08-21 |
Brad Fitzpatrick | encoding/base64: fix copy-paste-o bug in RawURLEncoding... |
commit | commitdiff | tree |
2015-08-20 |
Andrew Gerrand | net/http: document that [ListenAnd]Serve always returns... |
commit | commitdiff | tree |
2015-08-20 |
David Glasser | cmd/go: fix vendoredImportPath comment |
commit | commitdiff | tree |
2015-08-19 |
Russ Cox | doc: document Go 1.5 on release page |
commit | commitdiff | tree |
2015-08-19 |
Russ Cox | net: respect go vs cgo resolver selection in all lookup... |
commit | commitdiff | tree |
2015-08-19 |
Russ Cox | net: force LookupAddr results to be rooted DNS paths... |
commit | commitdiff | tree |
2015-08-19 |
Russ Cox | net: document GODEBUG=netdns=xxx settings |
commit | commitdiff | tree |
2015-08-19 |
Rob Pike | doc: fix typos in go1.5.html |
commit | commitdiff | tree |
2015-08-19 |
Russ Cox | doc/go1.5.html: refer to ppc64 as 64-bit PowerPC, not... |
commit | commitdiff | tree |
2015-08-19 |
Russ Cox | doc: adjust binary install page supported system list |
commit | commitdiff | tree |
2015-08-18 |
Russ Cox | cmd/vet: power64 is now ppc64 |
commit | commitdiff | tree |
2015-08-18 |
Russ Cox | cmd/go: really skip TestNoteReading on linux/ppc64le |
commit | commitdiff | tree |
2015-08-18 |
Russ Cox | cmd/go: disable TestNoteReading on solaris, linux/ppc64le |
commit | commitdiff | tree |
2015-08-18 |
Russ Cox | cmd/compile: fix interaction between GOEXPERIMENT=field... |
commit | commitdiff | tree |
2015-08-18 |
Russ Cox | cmd/go: fix vendor-related index out of range panic... |
commit | commitdiff | tree |
2015-08-18 |
Russ Cox | cmd/go: fix spurious rebuild of binaries using cgo... |
commit | commitdiff | tree |
2015-08-18 |
Russ Cox | cmd/yacc: fix compile error in empty grammar |
commit | commitdiff | tree |
2015-08-18 |
Brad Fitzpatrick | net/http: fix races cloning TLS config |
commit | commitdiff | tree |
2015-08-17 |
Ian Lance Taylor | doc: only the Logger.SetOutput method is new in Go 1.5 |
commit | commitdiff | tree |
2015-08-17 |
Matt Bostock | sort: Fix typo in Stable() comment |
commit | commitdiff | tree |
2015-08-16 |
Dave Cheney | cmd/compile/internal/arm64: remove Reginuse check in... |
commit | commitdiff | tree |
2015-08-15 |
Dmitry Vyukov | cmd/trace: fix static file reference |
commit | commitdiff | tree |
2015-08-15 |
Rahul Chaudhry | cmd/go: make "go test" recognize -exec flag again. |
commit | commitdiff | tree |
2015-08-15 |
Keith Randall | cmd/compile: remove stale register use array |
commit | commitdiff | tree |
2015-08-12 |
Dave Cheney | cmd/compile/internal/ppc64: disable DUFFZERO |
commit | commitdiff | tree |
2015-08-11 |
Russ Cox | cmd/go: run test binaries in original environment |
commit | commitdiff | tree |
2015-08-11 |
Russ Cox | cmd/go: fix addition of "math" dependency for arm binaries |
commit | commitdiff | tree |
2015-08-11 |
Russ Cox | cmd/link: make -a output not crash |
commit | commitdiff | tree |
2015-08-11 |
David Symonds | net/mail: fix build. |
commit | commitdiff | tree |
2015-08-11 |
David Symonds | net/mail: avoid panic in (*Address).String for malforme... |
commit | commitdiff | tree |
2015-08-11 |
Rob Pike | cmd/yacc: use %q to print strings in Toknames |
commit | commitdiff | tree |
2015-08-11 |
Andrew Gerrand | doc: link to Go 1.5 release notes from "project" page |
commit | commitdiff | tree |
2015-08-10 |
Rob Pike | fmt: don't unread eof scanning %x |
commit | commitdiff | tree |
2015-08-10 |
Dave Cheney | doc: NaCl requires pepper 41 |
commit | commitdiff | tree |
2015-08-07 |
Russ Cox | runtime: make sure heapBitsBulkBarrier cannot be preempted |
commit | commitdiff | tree |
2015-08-07 |
Russ Cox | runtime: run on GOARM=5 and GOARM=6 uniprocessor freebs... |
commit | commitdiff | tree |
2015-08-07 |
Andrew Gerrand | cmd/go: replace code.google.com examples in docs with... |
commit | commitdiff | tree |
2015-08-07 |
Andrew Gerrand | doc: tweak phrasing in Go 1.5 release notes |
commit | commitdiff | tree |
2015-08-06 |
Russ Cox | doc: do not call WaitGroup a function |
commit | commitdiff | tree |
2015-08-06 |
Austin Clements | runtime: call goexit1 instead of goexit |
commit | commitdiff | tree |
2015-08-06 |
Russ Cox | runtime: fix race that dropped GoSysExit events from... |
commit | commitdiff | tree |
2015-08-06 |
Joe Shaw | doc: remove duplicate -asmflags mention |
commit | commitdiff | tree |
2015-08-06 |
Russ Cox | net/url: allow all valid host chars in RawPath |
commit | commitdiff | tree |
2015-08-06 |
Russ Cox | net/url: do not percent-encode valid host characters |
commit | commitdiff | tree |
2015-08-06 |
Mikio Hara | doc/go1.5.html: fix typo |
commit | commitdiff | tree |
2015-08-06 |
Russ Cox | net/url: restrict :port checking to [ipv6]:port form |
commit | commitdiff | tree |
2015-08-05 |
Andrew Gerrand | A+C: add Andy Maloney |
commit | commitdiff | tree |
2015-08-05 |
Russ Cox | cmd/go: fix handling of vendored imports in foo_test... |
commit | commitdiff | tree |
2015-08-05 |
Robert Griesemer | spec: clarify semantics of built-in functions 'complex... |
commit | commitdiff | tree |
2015-08-05 |
Russ Cox | crypto/tls: fix ConnectionState().VerifiedChains for... |
commit | commitdiff | tree |
next |