go /
go /
03d6637dbb7fc84536423f2c707f3130104567f1 - 03d6637 runtime: do not display Windows Error Reporting dialogue by Alex Brainman · 10 years ago
- a6a30fe runtime: fix build for ARM by Shenghou Ma · 10 years ago
- df027ac reflect: add write barriers by Russ Cox · 10 years ago
- 813386f sync/atomic: remove atomic pointer hammer tests by Russ Cox · 10 years ago
- ccdb509 cmd/gc, runtime: make assertI2T and variants not variadic by Russ Cox · 10 years ago
- e5ef657 cmd/gc: add write barrier in copy of function parameters to heap by Russ Cox · 10 years ago
- 54bb4dc runtime: use typed memmove (write barriers) for chan, map, interface content by Russ Cox · 10 years ago
- bcadab9 cmd/gc, runtime: rename writebarrierfat to typedmemmove by Russ Cox · 10 years ago
- 7b4df8f runtime, sync/atomic: add write barrier for atomic write of pointer by Russ Cox · 10 years ago
- eafc482 runtime: change Gobuf.g to uintptr, not pointer by Russ Cox · 10 years ago
- a73c1ce runtime: add missing write barriers in append's copy of slice data by Russ Cox · 10 years ago
- dcec123 runtime: add GODEBUG wbshadow for finding missing write barriers by Russ Cox · 10 years ago
- 3191a23 go/doc: propagate types from unexported constants by Josh Bleecher Snyder · 10 years ago
- 4317869 math/big: panic if n <= 0 for ProbablyPrime by Shenghou Ma · 10 years ago
- b70ddc0 runtime: only check whether the runtime is stale once during tests by Brad Fitzpatrick · 10 years ago
- ae266aa doc: Added link to 'go help gopath' by Christopher Guiney · 10 years ago
- e6f76aa math: be consistent in how we document special cases by Fazlul Shahriar · 10 years ago
- e6d3511 Revert "liblink, cmd/ld, runtime: remove stackguard1" by Russ Cox · 10 years ago
- a1c9e10 reflect: document that Values can't be compared directly by Shenghou Ma · 10 years ago
- a1053ed crypto/x509: add missing copyright by Mikio Hara · 10 years ago
- 35132a6 crypto/x509: fix nacl build by Mikio Hara · 10 years ago
- 6829229 crypto/x509: split certFiles definition by GOOS by Dave Cheney · 10 years ago
- 0b52392 image: use three-index slice for NewYCbCr. by Nigel Tao · 10 years ago
- 43ce5c0 log: update doc comment by Andrew Gerrand · 10 years ago
- 9a5789d fmt: fix two typos by Shenghou Ma · 10 years ago
- 19f2bd8 cmd/go: be more careful when linking a test exe with gccgo by Michael Hudson-Doyle · 10 years ago
- 281ae92 liblink: fix encoding of SETcc for amd64 by Shenghou Ma · 10 years ago
- 48d6303 reflect: set dir when creating a channel via ChanOf by Michael Fraenkel · 10 years ago
- 1ebfb08 runtime: remove unnecessary GOOS switch by Ian Lance Taylor · 10 years ago
- 2958860 net: add test cases for parsing ipv4-mapped ipv6 address by Mikio Hara · 10 years ago
- 537ddc9 runtime: fix slicecopy return value for zero-width elements by Matthew Dempsky · 10 years ago
- 865e5e9 runtime: fix TestCgoExternalThreadSIGPROF again by Shenghou Ma · 10 years ago
- 2cbe27a runtime: skip TestCgoExternalThreadSIGPROF on OS X 10.6 by Shenghou Ma · 10 years ago
- 0e05bd5 doc: add a section for performance improvements in go1.5.txt by Brad Fitzpatrick · 10 years ago
- 17577e4 runtime: use SETEQ instead of JZ for cas by Josh Bleecher Snyder · 10 years ago
- 8bbd800 cmd/go: put user ldflags at the end of the linker invocation by Josh Bleecher Snyder · 10 years ago
- 79c4fad os: replace itod on posix with general itoa and fix possible infinite recursion by Martin Möhrmann · 10 years ago
- 307e270 cmd/gc: update issue tracker link by Alberto Donizetti · 10 years ago
- 29c8573 include: remove unnecessary stuff on windows by Shenghou Ma · 10 years ago
- cb1897a cmd/gc: give an error if only one argument is given to complex() by Shenghou Ma · 10 years ago
- 8fa0cf1 runtime: remove unused export_test declarations by David Crawshaw · 10 years ago
- a877e81 net: don't return io.EOF on reading data from datagram, raw sockets on windows by Mikio Hara · 10 years ago
- a456801 net: remove redundant test case for lookupIP with threadLimit by Mikio Hara · 10 years ago
- 1f28238 runtime: provide a dummy value of _SIGPROF on plan9 and windows by Shenghou Ma · 10 years ago
- 0b2a74e runtime/cgo: remove unused variable by Shenghou Ma · 10 years ago
- 77cd619 runtime/cgo: initialize our pthread_create wrapper earlier on openbsd by Shenghou Ma · 10 years ago
- 76b2f06 cmd/gc: fix filename output format verb for -s by Shenghou Ma · 10 years ago
- 5da9c8c runtime: ignore SIGPROF to foreign threads before cgocallback is fully initialized by Shenghou Ma · 10 years ago
- 6cb4033 doc: 2015 will be the Year of the Gopher. by David Symonds · 10 years ago
- 241583a strconv: optimize decimal to string conversion by Martin Möhrmann · 10 years ago
- fcd61eb go/parser: add {map,chan,interface} to expression lookahead tokens by Alan Donovan · 10 years ago
- f005d6e archive/tar: document Reader.Next's behavior at the end by Brad Fitzpatrick · 10 years ago
- 7e56eee doc: add http server trailers support to go1.5.txt by Brad Fitzpatrick · 10 years ago
- 3d032d7 runtime: consolidate arch-specific signal handlers on Plan 9 by Anthony Martin · 10 years ago
- f3de217 doc: update links in FAQ by Emil Hessman · 10 years ago
- 4b96409 net/http: support for setting trailers from a server Handler by Brad Fitzpatrick · 10 years ago
- 5cc29ab cmd/gc: logical operators should produce untyped bool for untyped operands by Chris Manghane · 10 years ago
- edf7258 test: add fixed GoSmith bugs reported on the gcc Bugzilla by Chris Manghane · 10 years ago
- c85a2bf testing/iotest: fix copy/paste error in comment by Robert Griesemer · 10 years ago
- 29b4e34 runtime: rename atoi to _atoi on Plan 9 by David du Colombier · 10 years ago
- 0bb8fc6 runtime: remove go prefix from a few routines by Keith Randall · 10 years ago
- ab0535a liblink, cmd/ld, runtime: remove stackguard1 by Shenghou Ma · 10 years ago
- 3b76b01 doc: add net/smtp TLSConnectionState note in go1.5.txt by Brad Fitzpatrick · 10 years ago
- 26d5573 net/smtp: add TLSConnectionState accessor by Brad Fitzpatrick · 10 years ago
- d4e48ee encoding/gob: address go vet report by Emil Hessman · 10 years ago
- b1f29b2 runtime: get rid of goalg, no longer needed by Keith Randall · 10 years ago
- 2c987e1 encoding/json: address go vet reports by Emil Hessman · 10 years ago
- b6e9138 cmd/pack: address go vet reports by Emil Hessman · 10 years ago
- b2a950b runtime: rename gothrow to throw by Keith Randall · 10 years ago
- ddef2d2 net/http: use t.Fatalf rather than t.Fatal in cookie_test.go by Guobiao Mei · 10 years ago
- 0668b59 strconv/itoa: add test to generate the longest output string possible by formatBits by Martin Möhrmann · 10 years ago
- 09d369f doc: mention the crypto/cipher.Stream clarification in go1.5.txt by Shenghou Ma · 10 years ago
- 354467f crypto/cipher: update docs for the Stream interface by Shenghou Ma · 10 years ago
- c0abdd9 doc/go_spec: fix typo by Shenghou Ma · 10 years ago
- e26e3fa reflect, runtime: gofmt by mattn · 10 years ago
- 1c0c611 cmd/ld: put .bss from external objects into real .bss section by Shenghou Ma · 10 years ago
- ce9a4af runtime: simplify procresize by Dmitry Vyukov · 10 years ago
- c7eb966 regexp: fix typo in comment: s/onpass/onepass/ by Michael Matloob · 10 years ago
- 31f8310 reflect: fix func layout test for nacl build by Keith Randall · 10 years ago
- 9371bab database/sql: Remove unnecessary call to maybeOpenNewConnections by Marko Tiikkaja · 10 years ago
- 04cf881 misc/cgo/test: get rid of the backdoor package by Shenghou Ma · 10 years ago
- 958e079 test/fixedbugs/issue9355: fix build on arm and power64 by Shenghou Ma · 10 years ago
- 76cc881 sort: simplify rotate and reduce calls to it by Martin Möhrmann · 10 years ago
- 1317581 go/build: add variable expansion to cgo lines by Carlos Castillo · 10 years ago
- 108dbd0 reflect: more function layout tests by Keith Randall · 10 years ago
- 0d4ea0c mime/multipart: moved some code to mime/internal/quotedprintable by Alexandre Cesaro · 10 years ago
- 10be797 runtime: fix exit on Plan 9 by David du Colombier · 10 years ago
- 59cb2d9 math/rand: fix example_test to show with the correct method by Guobiao Mei · 10 years ago
- fbdf59a test: disable bug248 and bug345 tests on Plan 9 by David du Colombier · 10 years ago
- a51b6cc cmd/dist: fatal shouldn't print errstr on Plan 9 by David du Colombier · 10 years ago
- 20dce04 runtime: remove thunk_windows.s by Alex Brainman · 10 years ago
- 1050c41 runtime: add comments for blank import of "unsafe" by Shenghou Ma · 10 years ago
- 1e4b642 cmd/api: work around Windows rename issue on the builders by Brad Fitzpatrick · 10 years ago
- e98f217 runtime: fix build for arm and ppc64/ppc64le by Shenghou Ma · 10 years ago
- 24ea033 build: give freebsd longer to run tests by Andrew Gerrand · 10 years ago
- 7f4c268 runtime: import unsafe in os_windows.go (fixes windows build) by Alex Brainman · 10 years ago
- d11f411 reflect: add kindNoPointers if a function layout has no pointers. by Keith Randall · 10 years ago
- 7a524a1 runtime: remove thunk.s by Russ Cox · 10 years ago
- 200e7bf misc/cgo: fix issue 9400 test on 386 by Austin Clements · 10 years ago
- 8a853aa runtime: correct ptrSize test in Linux version of sysReserve by Ian Lance Taylor · 10 years ago