2015-05-06 |
Rob Pike | cmd/doc: add type-bound vars to global vars list |
commit | commitdiff | tree |
2015-05-06 |
Rob Pike | testing: document that Log and Logf always print in... |
commit | commitdiff | tree |
2015-05-06 |
Austin Clements | runtime: use heap scan size as estimate of GC scan... |
commit | commitdiff | tree |
2015-05-06 |
Austin Clements | runtime: track "scannable" bytes of heap |
commit | commitdiff | tree |
2015-05-06 |
Austin Clements | runtime: include scalar slots in GC scan work metric |
commit | commitdiff | tree |
2015-05-06 |
Austin Clements | runtime: dispose gcWork caches before updating controll... |
commit | commitdiff | tree |
2015-05-06 |
Brad Fitzpatrick | time: deflake TestAfterQueuing |
commit | commitdiff | tree |
2015-05-06 |
Brad Fitzpatrick | os: eradicate smallpox after test |
commit | commitdiff | tree |
2015-05-06 |
Brad Fitzpatrick | net: always use cgo for DNS on Android |
commit | commitdiff | tree |
2015-05-06 |
Rob Pike | doc/go1.5.txt: LookupEnv |
commit | commitdiff | tree |
2015-05-06 |
Rob Pike | cmd/doc: if no top-level symbols match, look for methods |
commit | commitdiff | tree |
2015-05-06 |
Burcu Dogan | CONTRIBUTORS: add Burcu Dogan's personal mail |
commit | commitdiff | tree |
2015-05-06 |
Rob Pike | os: rewrite LookupEnv's test |
commit | commitdiff | tree |
2015-05-06 |
Rick Hudson | runtime: remove unused GC times from api.next |
commit | commitdiff | tree |
2015-05-06 |
Rick Hudson | runtime: remove unused GC timers |
commit | commitdiff | tree |
2015-05-06 |
Mikio Hara | net: fix inconsistent error values on Read for solaris |
commit | commitdiff | tree |
2015-05-06 |
Aram Hăvărneanu | net: fix comment in sendFile |
commit | commitdiff | tree |
2015-05-06 |
Aram Hăvărneanu | net: link with networking libraries when net package... |
commit | commitdiff | tree |
2015-05-06 |
Aram Hăvărneanu | syscall, net: use sendfile on Solaris |
commit | commitdiff | tree |
2015-05-06 |
Aram Hăvărneanu | net: try to fix setKeepAlivePeriod on Solaris |
commit | commitdiff | tree |
2015-05-06 |
Aram Hăvărneanu | runtime, syscall: link Solaris binaries directly instea... |
commit | commitdiff | tree |
2015-05-06 |
Aram Hăvărneanu | go/build: enable cgo by default on solaris/amd64 |
commit | commitdiff | tree |
2015-05-06 |
Aram Hăvărneanu | doc/progs: disable cgo tests that use C.Stdout on Solaris |
commit | commitdiff | tree |
2015-05-06 |
Aram Hăvărneanu | misc/cgo: add various solaris build lines |
commit | commitdiff | tree |
2015-05-06 |
Aram Hăvărneanu | net: add cgo support for Solaris |
commit | commitdiff | tree |
2015-05-06 |
Aram Hăvărneanu | os/user: small fixes for Solaris |
commit | commitdiff | tree |
2015-05-06 |
Aram Hăvărneanu | runtime/cgo: add cgo support for solaris/amd64 |
commit | commitdiff | tree |
2015-05-06 |
Aram Hăvărneanu | cmd/ld: make .rela and .rela.plt sections contiguous |
commit | commitdiff | tree |
2015-05-06 |
Aram Hăvărneanu | runtime: always load address of libcFunc on Solaris |
commit | commitdiff | tree |
2015-05-06 |
Aram Hăvărneanu | cmd/6l: use .plt instead of .got on Solaris |
commit | commitdiff | tree |
2015-05-06 |
Mikio Hara | net: simplify error messages in tests |
commit | commitdiff | tree |
2015-05-06 |
Mikio Hara | net: deflake listener tests |
commit | commitdiff | tree |
2015-05-06 |
Shenghou Ma | doc/go1.5.txt: mention GOARCH reservation change |
commit | commitdiff | tree |
2015-05-06 |
Nigel Tao | image/gif: allow encoding a single-frame image whose... |
commit | commitdiff | tree |
2015-05-06 |
Michael Hudson... | cmd/internal/ld: recompute resoff after changing elfreserve |
commit | commitdiff | tree |
2015-05-06 |
Mikio Hara | net: enable unixpacket tests on openbsd |
commit | commitdiff | tree |
2015-05-06 |
Mikio Hara | syscall: fix TestSCMCredentials |
commit | commitdiff | tree |
2015-05-06 |
Michael Hudson... | cmd/6l, cmd/internal/ld: handle R_PCREL to function... |
commit | commitdiff | tree |
2015-05-06 |
Brad Fitzpatrick | net/http: don't send implicit Content-Length if Transfe... |
commit | commitdiff | tree |
2015-05-05 |
Didier Spezia | text/template: check for malformed pipelines |
commit | commitdiff | tree |
2015-05-05 |
Michael Hudson... | cmd/internal/ld: reserve space for package list note... |
commit | commitdiff | tree |
2015-05-05 |
Michael Hudson... | cmd/go: rebuild stale shared objects before linking... |
commit | commitdiff | tree |
2015-05-05 |
Dave Cheney | cmd/go: fix linux-amd64-clang builder |
commit | commitdiff | tree |
2015-05-05 |
Fabrizio (Misto... | fmt: prevent panic from %.[] |
commit | commitdiff | tree |
2015-05-05 |
Rob Pike | os: add LookupEnv, like Getenv but reports presence |
commit | commitdiff | tree |
2015-05-05 |
Burcu Dogan | misc/ios: fix plist indentation and whitespace |
commit | commitdiff | tree |
2015-05-05 |
Minux Ma | Revert "cmd/internal: disable OSQRT on GOARM=5" |
commit | commitdiff | tree |
2015-05-05 |
Rob Pike | fmt: document that Scanf returns an error the same... |
commit | commitdiff | tree |
2015-05-05 |
Russ Cox | runtime: rename ptrsize to ptrdata |
commit | commitdiff | tree |
2015-05-05 |
Rob Pike | fmt: change the overflow test for large numbers in... |
commit | commitdiff | tree |
2015-05-05 |
Rob Pike | text/template: shut down lexing goroutine on error |
commit | commitdiff | tree |
2015-05-05 |
Keith Randall | runtime: let freezetheworld work even when gomaxprocs=1 |
commit | commitdiff | tree |
2015-05-05 |
Mikio Hara | net: fix inconsistent errors |
commit | commitdiff | tree |
2015-05-05 |
Mikio Hara | net: add missing ReadFrom, WriteTo deadline tests |
commit | commitdiff | tree |
2015-05-05 |
Shenghou Ma | runtime: fix software FP regs corruption when emulating... |
commit | commitdiff | tree |
2015-05-05 |
Nigel Tao | image/gif: be consistent wrt "color map" or "color... |
commit | commitdiff | tree |
2015-05-05 |
Joel Sing | cmd/internal: disable OSQRT on GOARM=5 |
commit | commitdiff | tree |
2015-05-05 |
Shenghou Ma | go/build: reserve GOARCH values for all common architec... |
commit | commitdiff | tree |
2015-05-05 |
Keith Randall | cmd/internal/gc: Use shifts for powers-of-two indexing |
commit | commitdiff | tree |
2015-05-04 |
Dave Cheney | cmd/internal/ld: delete Biobuf |
commit | commitdiff | tree |
2015-05-04 |
Shenghou Ma | go/internal/gcimporter, go/types: also skip tests on... |
commit | commitdiff | tree |
2015-05-04 |
David du Colombier | archive/tar: fix error message |
commit | commitdiff | tree |
2015-05-04 |
Austin Clements | runtime: add pointer size to type structure |
commit | commitdiff | tree |
2015-05-04 |
Austin Clements | cmd/internal/ld: put all type decoding in decodesym.go |
commit | commitdiff | tree |
2015-05-04 |
Rob Pike | fmt: catch overflow in width and prec calculations |
commit | commitdiff | tree |
2015-05-04 |
Rick Hudson | runtime: Reduce calls to shouldtriggergc |
commit | commitdiff | tree |
2015-05-04 |
Aymerick | text/template: ensures code consistency in lexer |
commit | commitdiff | tree |
2015-05-04 |
Keith Randall | time: Fix ordering of slots in AfterQueueing test |
commit | commitdiff | tree |
2015-05-04 |
Nigel Tao | image/gif: don't encode local color tables if they... |
commit | commitdiff | tree |
2015-05-04 |
David Symonds | cmd/go: Update alldocs.go header to point to the correc... |
commit | commitdiff | tree |
2015-05-04 |
Shenghou Ma | hash/crc32: move reverse representation docs to an... |
commit | commitdiff | tree |
2015-05-03 |
Keith Randall | test: fix nosplit test for noopt build |
commit | commitdiff | tree |
2015-05-03 |
Shenghou Ma | doc/go1.5.txt: mention openbsd/arm port |
commit | commitdiff | tree |
2015-05-03 |
Shenghou Ma | syscall: fix little-endian assumptions |
commit | commitdiff | tree |
2015-05-03 |
Rob Pike | doc/go1.5.txt: huge integers are parse errors in text... |
commit | commitdiff | tree |
2015-05-03 |
Rob Pike | text/template/parse: huge integers are not floats |
commit | commitdiff | tree |
2015-05-03 |
Rob Pike | cmd/internal/gc,ld: use new flag syntax |
commit | commitdiff | tree |
2015-05-02 |
Shenghou Ma | cmd/internal/gc: fix build on big endian systems |
commit | commitdiff | tree |
2015-05-02 |
Didier Spezia | text/template: check for literals in chain of terms |
commit | commitdiff | tree |
2015-05-02 |
Dmitry Vyukov | go/ast: fix formatting of error message |
commit | commitdiff | tree |
2015-05-02 |
Shenghou Ma | nacltest.bash: remove syscall/fstest_nacl.go after... |
commit | commitdiff | tree |
2015-05-02 |
Alex Brainman | runtime: fix stackDebug comment |
commit | commitdiff | tree |
2015-05-01 |
Dave Cheney | cmd/internal/obj: remove Biobuf unget |
commit | commitdiff | tree |
2015-05-01 |
Brad Fitzpatrick | net/http: fix scheduling race resulting in flaky test |
commit | commitdiff | tree |
2015-05-01 |
Didier Spezia | text/template: detect unmatched else at parsing time |
commit | commitdiff | tree |
2015-05-01 |
Didier Spezia | cmd/internal/gc,ld: use new flag argument syntax |
commit | commitdiff | tree |
2015-05-01 |
Austin Clements | runtime: detailed debug output of controller state |
commit | commitdiff | tree |
2015-05-01 |
Russ Cox | runtime: correct accounting of scan work and bytes... |
commit | commitdiff | tree |
2015-05-01 |
Russ Cox | cmd/internal/gc, runtime: use 1-bit bitmap for stack... |
commit | commitdiff | tree |
2015-05-01 |
Dave Cheney | cmd/internal/obj: clean up Biobuf |
commit | commitdiff | tree |
2015-05-01 |
David Chase | cmd/internal/gc: Toughen escape analysis against some... |
commit | commitdiff | tree |
2015-05-01 |
Josh Bleecher... | Revert "runtime/pprof: write heap statistics to heap... |
commit | commitdiff | tree |
2015-05-01 |
Keith Randall | cmd/dist, runtime: Make stack guard larger for non... |
commit | commitdiff | tree |
2015-05-01 |
David Chase | cmd/internal/gc: improve flow of input params to output... |
commit | commitdiff | tree |
2015-05-01 |
David Crawshaw | runtime/cgo, cmd/dist: turn off exc_bad_access handler... |
commit | commitdiff | tree |
2015-05-01 |
Shenghou Ma | runtime: adjust traceTickDiv for non-x86 architectures |
commit | commitdiff | tree |
2015-05-01 |
Dave Cheney | cmd/cover: fix build |
commit | commitdiff | tree |
2015-05-01 |
Rob Pike | cmd/cover: try once again to fix the build |
commit | commitdiff | tree |
2015-05-01 |
Rob Pike | cmd/cover: fix build |
commit | commitdiff | tree |
2015-05-01 |
Dave Cheney | cmd/8g: don't call gc.Fatal during initalisation |
commit | commitdiff | tree |
next |