| 2015-01-06 | 
Russ Cox | misc/cgo: disable TestAllocateFromC in wbshadow mode | 
commit | commitdiff | tree | 
| 2015-01-06 | 
Brad Fitzpatrick | cmd/go: buffer output for go usage | 
commit | commitdiff | tree | 
| 2015-01-06 | 
Adam Langley | crypto/tls: fix renegotiation extension. | 
commit | commitdiff | tree | 
| 2015-01-06 | 
Adam Langley | crypto/rsa: rsa.SignPSS with opts=nil shouldn't crash. | 
commit | commitdiff | tree | 
| 2015-01-06 | 
Russ Cox | runtime: fix two garbage collector bugs | 
commit | commitdiff | tree | 
| 2015-01-06 | 
Russ Cox | cmd/gc: add write barrier for append(slice, slice...) | 
commit | commitdiff | tree | 
| 2015-01-06 | 
Alex Brainman | runtime: do not display Windows Error Reporting dialogue | 
commit | commitdiff | tree | 
| 2015-01-06 | 
Shenghou Ma | runtime: fix build for ARM | 
commit | commitdiff | tree | 
| 2015-01-06 | 
Russ Cox | reflect: add write barriers | 
commit | commitdiff | tree | 
| 2015-01-06 | 
Russ Cox | sync/atomic: remove atomic pointer hammer tests | 
commit | commitdiff | tree | 
| 2015-01-06 | 
Russ Cox | cmd/gc, runtime: make assertI2T and variants not variadic | 
commit | commitdiff | tree | 
| 2015-01-06 | 
Russ Cox | cmd/gc: add write barrier in copy of function parameter...  | 
commit | commitdiff | tree | 
| 2015-01-06 | 
Russ Cox | runtime: use typed memmove (write barriers) for chan...  | 
commit | commitdiff | tree | 
| 2015-01-06 | 
Russ Cox | cmd/gc, runtime: rename writebarrierfat to typedmemmove | 
commit | commitdiff | tree | 
| 2015-01-06 | 
Russ Cox | runtime, sync/atomic: add write barrier for atomic...  | 
commit | commitdiff | tree | 
| 2015-01-06 | 
Russ Cox | runtime: change Gobuf.g to uintptr, not pointer | 
commit | commitdiff | tree | 
| 2015-01-06 | 
Russ Cox | runtime: add missing write barriers in append's copy...  | 
commit | commitdiff | tree | 
| 2015-01-06 | 
Russ Cox | runtime: add GODEBUG wbshadow for finding missing write...  | 
commit | commitdiff | tree | 
| 2015-01-06 | 
Josh Bleecher...  | go/doc: propagate types from unexported constants | 
commit | commitdiff | tree | 
| 2015-01-05 | 
Shenghou Ma | math/big: panic if n <= 0 for ProbablyPrime | 
commit | commitdiff | tree | 
| 2015-01-05 | 
Brad Fitzpatrick | runtime: only check whether the runtime is stale once...  | 
commit | commitdiff | tree | 
| 2015-01-05 | 
Christopher...  | doc: Added link to 'go help gopath' | 
commit | commitdiff | tree | 
| 2015-01-05 | 
Fazlul Shahriar | math: be consistent in how we document special cases | 
commit | commitdiff | tree | 
| 2015-01-05 | 
Russ Cox | Revert "liblink, cmd/ld, runtime: remove stackguard1" | 
commit | commitdiff | tree | 
| 2015-01-05 | 
Shenghou Ma | reflect: document that Values can't be compared directly | 
commit | commitdiff | tree | 
| 2015-01-05 | 
Mikio Hara | crypto/x509: add missing copyright | 
commit | commitdiff | tree | 
| 2015-01-05 | 
Mikio Hara | crypto/x509: fix nacl build | 
commit | commitdiff | tree | 
| 2015-01-05 | 
Dave Cheney | crypto/x509: split certFiles definition by GOOS | 
commit | commitdiff | tree | 
| 2015-01-05 | 
Nigel Tao | image: use three-index slice for NewYCbCr. | 
commit | commitdiff | tree | 
| 2015-01-05 | 
Andrew Gerrand | log: update doc comment | 
commit | commitdiff | tree | 
| 2015-01-04 | 
Shenghou Ma | fmt: fix two typos | 
commit | commitdiff | tree | 
| 2015-01-04 | 
Michael Hudson...  | cmd/go: be more careful when linking a test exe with...  | 
commit | commitdiff | tree | 
| 2015-01-04 | 
Shenghou Ma | liblink: fix encoding of SETcc for amd64 | 
commit | commitdiff | tree | 
| 2015-01-04 | 
Michael Fraenkel | reflect: set dir when creating a channel via ChanOf | 
commit | commitdiff | tree | 
| 2015-01-04 | 
Ian Lance Taylor | runtime: remove unnecessary GOOS switch | 
commit | commitdiff | tree | 
| 2015-01-04 | 
Mikio Hara | net: add test cases for parsing ipv4-mapped ipv6 address | 
commit | commitdiff | tree | 
| 2015-01-04 | 
Matthew Dempsky | runtime: fix slicecopy return value for zero-width...  | 
commit | commitdiff | tree | 
| 2015-01-03 | 
Shenghou Ma | runtime: fix TestCgoExternalThreadSIGPROF again | 
commit | commitdiff | tree | 
| 2015-01-03 | 
Shenghou Ma | runtime: skip TestCgoExternalThreadSIGPROF on OS X...  | 
commit | commitdiff | tree | 
| 2015-01-02 | 
Brad Fitzpatrick | doc: add a section for performance improvements in...  | 
commit | commitdiff | tree | 
| 2015-01-02 | 
Josh Bleecher...  | runtime: use SETEQ instead of JZ for cas | 
commit | commitdiff | tree | 
| 2015-01-02 | 
Josh Bleecher...  | cmd/go: put user ldflags at the end of the linker invoc...  | 
commit | commitdiff | tree | 
| 2015-01-02 | 
Martin Möhrmann | os: replace itod on posix with general itoa and fix...  | 
commit | commitdiff | tree | 
| 2015-01-02 | 
Alberto Donizetti | cmd/gc: update issue tracker link | 
commit | commitdiff | tree | 
| 2015-01-02 | 
Shenghou Ma | include: remove unnecessary stuff on windows | 
commit | commitdiff | tree | 
| 2015-01-02 | 
Shenghou Ma | cmd/gc: give an error if only one argument is given...  | 
commit | commitdiff | tree | 
| 2015-01-01 | 
David Crawshaw | runtime: remove unused export_test declarations | 
commit | commitdiff | tree | 
| 2015-01-01 | 
Mikio Hara | net: don't return io.EOF on reading data from datagram...  | 
commit | commitdiff | tree | 
| 2015-01-01 | 
Mikio Hara | net: remove redundant test case for lookupIP with threa...  | 
commit | commitdiff | tree | 
| 2015-01-01 | 
Shenghou Ma | runtime: provide a dummy value of _SIGPROF on plan9...  | 
commit | commitdiff | tree | 
| 2015-01-01 | 
Shenghou Ma | runtime/cgo: remove unused variable | 
commit | commitdiff | tree | 
| 2015-01-01 | 
Shenghou Ma | runtime/cgo: initialize our pthread_create wrapper...  | 
commit | commitdiff | tree | 
| 2014-12-31 | 
Shenghou Ma | cmd/gc: fix filename output format verb for -s | 
commit | commitdiff | tree | 
| 2014-12-31 | 
Shenghou Ma | runtime: ignore SIGPROF to foreign threads before cgoca...  | 
commit | commitdiff | tree | 
| 2014-12-31 | 
David Symonds | doc: 2015 will be the Year of the Gopher. | 
commit | commitdiff | tree | 
| 2014-12-30 | 
Martin Möhrmann | strconv: optimize decimal to string conversion | 
commit | commitdiff | tree | 
| 2014-12-30 | 
Alan Donovan | go/parser: add {map,chan,interface} to expression looka...  | 
commit | commitdiff | tree | 
| 2014-12-30 | 
Brad Fitzpatrick | archive/tar: document Reader.Next's behavior at the end | 
commit | commitdiff | tree | 
| 2014-12-30 | 
Brad Fitzpatrick | doc: add http server trailers support to go1.5.txt | 
commit | commitdiff | tree | 
| 2014-12-30 | 
Anthony Martin | runtime: consolidate arch-specific signal handlers...  | 
commit | commitdiff | tree | 
| 2014-12-30 | 
Emil Hessman | doc: update links in FAQ | 
commit | commitdiff | tree | 
| 2014-12-30 | 
Brad Fitzpatrick | net/http: support for setting trailers from a server...  | 
commit | commitdiff | tree | 
| 2014-12-29 | 
Chris Manghane | cmd/gc: logical operators should produce untyped bool...  | 
commit | commitdiff | tree | 
| 2014-12-29 | 
Chris Manghane | test: add fixed GoSmith bugs reported on the gcc Bugzilla | 
commit | commitdiff | tree | 
| 2014-12-29 | 
Robert Griesemer | testing/iotest: fix copy/paste error in comment | 
commit | commitdiff | tree | 
| 2014-12-29 | 
David du Colombier | runtime: rename atoi to _atoi on Plan 9 | 
commit | commitdiff | tree | 
| 2014-12-29 | 
Keith Randall | runtime: remove go prefix from a few routines | 
commit | commitdiff | tree | 
| 2014-12-29 | 
Shenghou Ma | liblink, cmd/ld, runtime: remove stackguard1 | 
commit | commitdiff | tree | 
| 2014-12-28 | 
Brad Fitzpatrick | doc: add net/smtp TLSConnectionState note in go1.5.txt | 
commit | commitdiff | tree | 
| 2014-12-28 | 
Brad Fitzpatrick | net/smtp: add TLSConnectionState accessor | 
commit | commitdiff | tree | 
| 2014-12-28 | 
Emil Hessman | encoding/gob: address go vet report | 
commit | commitdiff | tree | 
| 2014-12-28 | 
Keith Randall | runtime: get rid of goalg, no longer needed | 
commit | commitdiff | tree | 
| 2014-12-28 | 
Emil Hessman | encoding/json: address go vet reports | 
commit | commitdiff | tree | 
| 2014-12-28 | 
Emil Hessman | cmd/pack: address go vet reports | 
commit | commitdiff | tree | 
| 2014-12-28 | 
Keith Randall | runtime: rename gothrow to throw | 
commit | commitdiff | tree | 
| 2014-12-27 | 
Guobiao Mei | net/http: use t.Fatalf rather than t.Fatal in cookie_te...  | 
commit | commitdiff | tree | 
| 2014-12-27 | 
Martin Möhrmann | strconv/itoa: add test to generate the longest output...  | 
commit | commitdiff | tree | 
| 2014-12-26 | 
Shenghou Ma | doc: mention the crypto/cipher.Stream clarification...  | 
commit | commitdiff | tree | 
| 2014-12-26 | 
Shenghou Ma | crypto/cipher: update docs for the Stream interface | 
commit | commitdiff | tree | 
| 2014-12-26 | 
Shenghou Ma | doc/go_spec: fix typo | 
commit | commitdiff | tree | 
| 2014-12-26 | 
mattn | reflect, runtime: gofmt | 
commit | commitdiff | tree | 
| 2014-12-26 | 
Shenghou Ma | cmd/ld: put .bss from external objects into real .bss...  | 
commit | commitdiff | tree | 
| 2014-12-25 | 
Dmitry Vyukov | runtime: simplify procresize | 
commit | commitdiff | tree | 
| 2014-12-24 | 
Michael Matloob | regexp: fix typo in comment: s/onpass/onepass/ | 
commit | commitdiff | tree | 
| 2014-12-24 | 
Keith Randall | reflect: fix func layout test for nacl build | 
commit | commitdiff | tree | 
| 2014-12-24 | 
Marko Tiikkaja | database/sql: Remove unnecessary call to maybeOpenNewCo...  | 
commit | commitdiff | tree | 
| 2014-12-24 | 
Shenghou Ma | misc/cgo/test: get rid of the backdoor package | 
commit | commitdiff | tree | 
| 2014-12-24 | 
Shenghou Ma | test/fixedbugs/issue9355: fix build on arm and power64 | 
commit | commitdiff | tree | 
| 2014-12-23 | 
Martin Möhrmann | sort: simplify rotate and reduce calls to it | 
commit | commitdiff | tree | 
| 2014-12-23 | 
Carlos Castillo | go/build: add variable expansion to cgo lines | 
commit | commitdiff | tree | 
| 2014-12-23 | 
Keith Randall | reflect: more function layout tests | 
commit | commitdiff | tree | 
| 2014-12-23 | 
Alexandre Cesaro | mime/multipart: moved some code to mime/internal/quoted...  | 
commit | commitdiff | tree | 
| 2014-12-23 | 
David du Colombier | runtime: fix exit on Plan 9 | 
commit | commitdiff | tree | 
| 2014-12-23 | 
Guobiao Mei | math/rand: fix example_test to show with the correct...  | 
commit | commitdiff | tree | 
| 2014-12-23 | 
David du Colombier | test: disable bug248 and bug345 tests on Plan 9 | 
commit | commitdiff | tree | 
| 2014-12-23 | 
David du Colombier | cmd/dist: fatal shouldn't print errstr on Plan 9 | 
commit | commitdiff | tree | 
| 2014-12-23 | 
Alex Brainman | runtime: remove thunk_windows.s | 
commit | commitdiff | tree | 
| 2014-12-23 | 
Shenghou Ma | runtime: add comments for blank import of "unsafe" | 
commit | commitdiff | tree | 
| 2014-12-23 | 
Brad Fitzpatrick | cmd/api: work around Windows rename issue on the builders | 
commit | commitdiff | tree | 
| 2014-12-23 | 
Shenghou Ma | runtime: fix build for arm and ppc64/ppc64le | 
commit | commitdiff | tree | 
| next |