go /
go /
965d00f82a5efa1a729db71b813bc6c3fd57bcf2 - 965d00f8 buildall.bash: also build for linux/arm with GOARM=5 by Shenghou Ma · 10 years ago
- f97f876 net: disable failing ICMP test for now by Brad Fitzpatrick · 10 years ago
- f963cb7 net: don't run IP stack required tests on IP stack disabled kernels by Mikio Hara · 10 years ago
- 76d67ea net: align temporary file, directory names in tests by Mikio Hara · 10 years ago
- aebd123 doc: mention returned error types and values on the net package in go1.5.txt by Mikio Hara · 10 years ago
- 2bb6f76 cmd/cgo: add header guard for boilerplate in export header file by Ian Lance Taylor · 10 years ago
- a52dc9f runtime: fix comments that mention g status values by Alex Brainman · 10 years ago
- 4a8dbaa go/build: enable cgo by default on iOS by Shenghou Ma · 10 years ago
- 2f9acc1 cmd/cgo: readability improvements to generated _cgo_export.h by Ian Lance Taylor · 10 years ago
- da4fc52 cmd/doc: add type-bound vars to global vars list by Rob Pike · 10 years ago
- e9827f6 testing: document that Log and Logf always print in benchmarks by Rob Pike · 10 years ago
- 17db6e0 runtime: use heap scan size as estimate of GC scan work by Austin Clements · 10 years ago
- 3be3cbd runtime: track "scannable" bytes of heap by Austin Clements · 10 years ago
- 53c5398 runtime: include scalar slots in GC scan work metric by Austin Clements · 10 years ago
- c4931a8 runtime: dispose gcWork caches before updating controller state by Austin Clements · 10 years ago
- b4bc7b4 time: deflake TestAfterQueuing by Brad Fitzpatrick · 10 years ago
- ec87dbf os: eradicate smallpox after test by Brad Fitzpatrick · 10 years ago
- 7165c9b net: always use cgo for DNS on Android by Brad Fitzpatrick · 10 years ago
- 6fd387b doc/go1.5.txt: LookupEnv by Rob Pike · 10 years ago
- 9de28cf cmd/doc: if no top-level symbols match, look for methods by Rob Pike · 10 years ago
- 5e80fc6 CONTRIBUTORS: add Burcu Dogan's personal mail by Burcu Dogan · 10 years ago
- 072a263 os: rewrite LookupEnv's test by Rob Pike · 10 years ago
- f09a660 runtime: remove unused GC times from api.next by Rick Hudson · 10 years ago
- 1845314 runtime: remove unused GC timers by Rick Hudson · 10 years ago
- 9d0a2e4 net: fix inconsistent error values on Read for solaris by Mikio Hara · 10 years ago
- a77fcb3 net: fix comment in sendFile by Aram Hăvărneanu · 10 years ago
- b0e71f4 net: link with networking libraries when net package is in use by Aram Hăvărneanu · 10 years ago
- 92e959a syscall, net: use sendfile on Solaris by Aram Hăvărneanu · 10 years ago
- db8d5b7 net: try to fix setKeepAlivePeriod on Solaris by Aram Hăvărneanu · 10 years ago
- fe5ef5c runtime, syscall: link Solaris binaries directly instead of using dlopen/dlsym by Aram Hăvărneanu · 10 years ago
- 2b90c3e go/build: enable cgo by default on solaris/amd64 by Aram Hăvărneanu · 10 years ago
- 2d18ab7 doc/progs: disable cgo tests that use C.Stdout on Solaris by Aram Hăvărneanu · 10 years ago
- 2230e9d misc/cgo: add various solaris build lines by Aram Hăvărneanu · 10 years ago
- 649c7b6 net: add cgo support for Solaris by Aram Hăvărneanu · 10 years ago
- 24396da os/user: small fixes for Solaris by Aram Hăvărneanu · 10 years ago
- 121489c runtime/cgo: add cgo support for solaris/amd64 by Aram Hăvărneanu · 10 years ago
- 83b25d9 cmd/ld: make .rela and .rela.plt sections contiguous by Aram Hăvărneanu · 10 years ago
- c94f1f7 runtime: always load address of libcFunc on Solaris by Aram Hăvărneanu · 10 years ago
- e481aac cmd/6l: use .plt instead of .got on Solaris by Aram Hăvărneanu · 10 years ago
- f77e10f net: simplify error messages in tests by Mikio Hara · 10 years ago
- 9b184fd net: deflake listener tests by Mikio Hara · 10 years ago
- 64d9ab5 doc/go1.5.txt: mention GOARCH reservation change by Shenghou Ma · 10 years ago
- 8ae44af image/gif: allow encoding a single-frame image whose top-left corner by Nigel Tao · 10 years ago
- 96dad7f cmd/internal/ld: recompute resoff after changing elfreserve by Michael Hudson-Doyle · 10 years ago
- 087d5c0 net: enable unixpacket tests on openbsd by Mikio Hara · 10 years ago
- fe3446b syscall: fix TestSCMCredentials by Mikio Hara · 10 years ago
- 9f5d0bf cmd/6l, cmd/internal/ld: handle R_PCREL to function in other shared library by Michael Hudson-Doyle · 10 years ago
- c661cb0 net/http: don't send implicit Content-Length if Transfer-Encoding is set by Brad Fitzpatrick · 10 years ago
- 62fb472 text/template: check for malformed pipelines by Didier Spezia · 10 years ago
- de6d5b0 cmd/internal/ld: reserve space for package list note when -buildmode=shared by Michael Hudson-Doyle · 10 years ago
- a1858e9 cmd/go: rebuild stale shared objects before linking against them. by Michael Hudson-Doyle · 10 years ago
- 21cb062 cmd/go: fix linux-amd64-clang builder by Dave Cheney · 10 years ago
- 325642e fmt: prevent panic from %.[] by Fabrizio (Misto) Milo · 10 years ago
- e8c0d0f os: add LookupEnv, like Getenv but reports presence by Rob Pike · 10 years ago
- 97fd7b0 misc/ios: fix plist indentation and whitespace by Burcu Dogan · 10 years ago
- 8fb55f9 Revert "cmd/internal: disable OSQRT on GOARM=5" by Minux Ma · 10 years ago
- a63ba85 fmt: document that Scanf returns an error the same as Scan by Rob Pike · 10 years ago
- ceefebd runtime: rename ptrsize to ptrdata by Russ Cox · 10 years ago
- 92715d7 fmt: change the overflow test for large numbers in verbs by Rob Pike · 10 years ago
- 64c39a3 text/template: shut down lexing goroutine on error by Rob Pike · 10 years ago
- 5a828cf runtime: let freezetheworld work even when gomaxprocs=1 by Keith Randall · 10 years ago
- 055ecb7 net: fix inconsistent errors by Mikio Hara · 10 years ago
- 2708f19 net: add missing ReadFrom, WriteTo deadline tests by Mikio Hara · 10 years ago
- 102436e runtime: fix software FP regs corruption when emulating SQRT on ARM by Shenghou Ma · 10 years ago
- 62ea2c9 image/gif: be consistent wrt "color map" or "color table" names. by Nigel Tao · 10 years ago
- 3120adc cmd/internal: disable OSQRT on GOARM=5 by Joel Sing · 10 years ago
- 1eebb91 go/build: reserve GOARCH values for all common architectures by Shenghou Ma · 10 years ago
- 135389d cmd/internal/gc: Use shifts for powers-of-two indexing by Keith Randall · 10 years ago
- 71274e4 cmd/internal/ld: delete Biobuf by Dave Cheney · 10 years ago
- 5ffdf53 go/internal/gcimporter, go/types: also skip tests on nacl/arm by Shenghou Ma · 10 years ago
- 669d3da archive/tar: fix error message by David du Colombier · 10 years ago
- 98a9d36 runtime: add pointer size to type structure by Austin Clements · 10 years ago
- 91938fd cmd/internal/ld: put all type decoding in decodesym.go by Austin Clements · 10 years ago
- 660a682 fmt: catch overflow in width and prec calculations by Rob Pike · 10 years ago
- b86e71f runtime: Reduce calls to shouldtriggergc by Rick Hudson · 10 years ago
- b79db4f text/template: ensures code consistency in lexer by Aymerick · 10 years ago
- e2e322d time: Fix ordering of slots in AfterQueueing test by Keith Randall · 10 years ago
- 4ddd751 image/gif: don't encode local color tables if they're the same as the by Nigel Tao · 10 years ago
- 10f6d30 cmd/go: Update alldocs.go header to point to the correct shell script. by David Symonds · 10 years ago
- 169adec hash/crc32: move reverse representation docs to an example by Shenghou Ma · 10 years ago
- 6f42b61 test: fix nosplit test for noopt build by Keith Randall · 10 years ago
- e8057df doc/go1.5.txt: mention openbsd/arm port by Shenghou Ma · 10 years ago
- 62bc2e4 syscall: fix little-endian assumptions by Shenghou Ma · 10 years ago
- c573a9c doc/go1.5.txt: huge integers are parse errors in text/template by Rob Pike · 10 years ago
- 409420c text/template/parse: huge integers are not floats by Rob Pike · 10 years ago
- d5ff441 cmd/internal/gc,ld: use new flag syntax by Rob Pike · 10 years ago
- 931328b cmd/internal/gc: fix build on big endian systems by Shenghou Ma · 10 years ago
- 76ace94 text/template: check for literals in chain of terms by Didier Spezia · 10 years ago
- 172f276 go/ast: fix formatting of error message by Dmitry Vyukov · 10 years ago
- fbb4c74 nacltest.bash: remove syscall/fstest_nacl.go after test by Shenghou Ma · 10 years ago
- 031c3bc runtime: fix stackDebug comment by Alex Brainman · 10 years ago
- 8d16253 cmd/internal/obj: remove Biobuf unget by Dave Cheney · 10 years ago
- c723230 net/http: fix scheduling race resulting in flaky test by Brad Fitzpatrick · 10 years ago
- 80cedf3 text/template: detect unmatched else at parsing time by Didier Spezia · 10 years ago
- 8a072ad cmd/internal/gc,ld: use new flag argument syntax by Didier Spezia · 10 years ago
- dc870d5 runtime: detailed debug output of controller state by Austin Clements · 10 years ago
- 4fffc50 runtime: correct accounting of scan work and bytes marked by Russ Cox · 10 years ago
- 4d0f3a1 cmd/internal/gc, runtime: use 1-bit bitmap for stack frames, data, bss by Russ Cox · 10 years ago
- e9ab343 cmd/internal/obj: clean up Biobuf by Dave Cheney · 10 years ago
- bc44b81 cmd/internal/gc: Toughen escape analysis against some bugs. by David Chase · 10 years ago