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 |
2015-05-01 |
Rob Pike | text/template: allow newlines in raw quotes |
commit | commitdiff | tree |
2015-05-01 |
Rob Pike | doc/go1.5.txt: cover has moved |
commit | commitdiff | tree |
2015-05-01 |
Rob Pike | cmd/cover: copy to standard repository from golang... |
commit | commitdiff | tree |
2015-04-30 |
Matthew Dempsky | doc/progs: remove flaky timing-sensitive test |
commit | commitdiff | tree |
2015-04-30 |
Ian Lance Taylor | cmd/go: support -buildmode=c-shared for gccgo |
commit | commitdiff | tree |
2015-04-30 |
Brad Fitzpatrick | net/http: document ServeFile and FileServer index.html... |
commit | commitdiff | tree |
2015-04-30 |
Alex A Skinner | net: make go DNS use localhost if resolv.conf is missin... |
commit | commitdiff | tree |
2015-04-30 |
Michael Hudson... | cmd/internal/ld: put the list of packages built into... |
commit | commitdiff | tree |
2015-04-30 |
Dave Cheney | misc/cgo/testcshared, misc/cgo/testshared: fix clang... |
commit | commitdiff | tree |
2015-04-30 |
Ian Lance Taylor | cmd/go, cmd/cgo: support -buildmode=c-archive for gccgo |
commit | commitdiff | tree |
2015-04-30 |
Didier Spezia | html/template: fix quadratic performance with special... |
commit | commitdiff | tree |
2015-04-30 |
Russ Cox | runtime: schedule GC work more aggressively |
commit | commitdiff | tree |
2015-04-30 |
Josh Bleecher... | doc/go1.5.txt: add Jacobi and Int.ModSqrt to math/big |
commit | commitdiff | tree |
2015-04-30 |
Austin Clements | runtime: fix gcDumpObject on non-heap pointers |
commit | commitdiff | tree |
2015-04-30 |
Dmitry Vyukov | strings: use LastIndexByte in LastIndex |
commit | commitdiff | tree |
2015-04-30 |
Dmitry Vyukov | doc/go1.5.txt: bytes, strings: add LastIndexByte |
commit | commitdiff | tree |
2015-04-30 |
Dmitry Vyukov | bytes, strings: add LastIndexByte |
commit | commitdiff | tree |
2015-04-30 |
Alex Brainman | mime, time, internal/syscall/windows/registry: use... |
commit | commitdiff | tree |
2015-04-30 |
Bryan Ford | math/big: add modular square-root and Jacobi functions |
commit | commitdiff | tree |
2015-04-30 |
Adam Langley | crypto/x509: be strict about trailing data. |
commit | commitdiff | tree |
2015-04-30 |
Adam Langley | crypto/tls: update the supported signature algorithms. |
commit | commitdiff | tree |
2015-04-30 |
Adam Langley | crypto/tls: decouple handshake signatures from the... |
commit | commitdiff | tree |
2015-04-30 |
Ian Lance Taylor | cmd/dist: rename buildmode method to supportedBuildmode |
commit | commitdiff | tree |
2015-04-30 |
Mikio Hara | doc: mention net.OpError in go1.5.txt |
commit | commitdiff | tree |
2015-04-30 |
Josh Bleecher... | src: build cmd in buildall.bash |
commit | commitdiff | tree |
2015-04-29 |
Brad Fitzpatrick | net/http: handle "close" amongst multiple Connection... |
commit | commitdiff | tree |
2015-04-29 |
Michael Hudson... | misc/cgo/testshared: add basic test for -buildmode... |
commit | commitdiff | tree |
2015-04-29 |
Mikio Hara | net: deflake timeout, deadline tests |
commit | commitdiff | tree |
2015-04-29 |
Josh Bleecher... | cmd/internal/gc: cache commonly used Ptrto types |
commit | commitdiff | tree |
2015-04-29 |
Mikio Hara | net: consolidate listener test files |
commit | commitdiff | tree |
2015-04-29 |
Mikio Hara | net: add missing Close tests |
commit | commitdiff | tree |
2015-04-29 |
Rob Pike | cmd/doc: show the true import path rather than "." |
commit | commitdiff | tree |
2015-04-29 |
Peter Waldschmidt | net/http: Don't set Content-Length: -1 when responding... |
commit | commitdiff | tree |
2015-04-29 |
Mikio Hara | net: add Source field to OpError |
commit | commitdiff | tree |
2015-04-29 |
Brad Fitzpatrick | src: update buildall.bash comment with renamed trybot... |
commit | commitdiff | tree |
2015-04-29 |
Brad Fitzpatrick | src: don't assume go is in PATH in buildall.bash |
commit | commitdiff | tree |
2015-04-29 |
tnt | net: allow a dns TXT record to contain more than one... |
commit | commitdiff | tree |
2015-04-29 |
Matthew Dempsky | time: use longer delta duration for TestAfterQueueing... |
commit | commitdiff | tree |
2015-04-29 |
Brad Fitzpatrick | src: add buildall.bash |
commit | commitdiff | tree |
2015-04-29 |
Benny Siegert | os/exec: Document the fact that Cmd cannot be reused. |
commit | commitdiff | tree |
2015-04-29 |
Keith Randall | runtime: print stack of G during a signal |
commit | commitdiff | tree |
2015-04-29 |
Shenghou Ma | runtime: re-enable TestNewProc0 on android/arm and... |
commit | commitdiff | tree |
2015-04-29 |
Rob Pike | cmd/go: better UI for go doc |
commit | commitdiff | tree |
2015-04-29 |
Russ Cox | runtime/pprof: write heap statistics to heap profile... |
commit | commitdiff | tree |
2015-04-29 |
David Crawshaw | cmd/internal/ld: use a simpler cout writer |
commit | commitdiff | tree |
2015-04-29 |
Ian Lance Taylor | misc/cgo/test/issue9400: fix to build with gccgo |
commit | commitdiff | tree |
2015-04-29 |
Joel Sing | cmd/objdump: disable external linking test on openbsd/arm |
commit | commitdiff | tree |
2015-04-29 |
Shenghou Ma | cmd/internal/obj: do not generate data for $f32. and... |
commit | commitdiff | tree |
2015-04-29 |
Keith Randall | runtime: tail call into memeq/cmp body implementations |
commit | commitdiff | tree |
2015-04-29 |
Shenghou Ma | runtime: skip gdb goroutine backtrace test on non-x86 |
commit | commitdiff | tree |
2015-04-29 |
Nigel Tao | image/gif: check that individual frame's bounds are... |
commit | commitdiff | tree |
2015-04-29 |
Mikio Hara | net: remove dead code in Write |
commit | commitdiff | tree |
2015-04-29 |
Michael Hudson... | cmd/internal/obj: Delete Link.Symmorestack |
commit | commitdiff | tree |
2015-04-29 |
Shenghou Ma | cmd/internal/ld, runtime: unify stack reservation in... |
commit | commitdiff | tree |
2015-04-29 |
Mikio Hara | net: rename dialgoogle_test.go to external_test.go |
commit | commitdiff | tree |
2015-04-29 |
Shenghou Ma | cmd/internal/gc: fix write barrier fast path on RISC... |
commit | commitdiff | tree |
2015-04-29 |
Shenghou Ma | cmd/internal/gc, cmd/[56789]g: rename stackcopy to... |
commit | commitdiff | tree |
2015-04-28 |
Nigel Tao | image/gif: encode disposal, bg index and Config. |
commit | commitdiff | tree |
2015-04-28 |
Ian Lance Taylor | runtime/cgo: use PTHREAD_{MUTEX,COND}_INITIALIZER |
commit | commitdiff | tree |
2015-04-28 |
Brad Fitzpatrick | net/http: documentation updates |
commit | commitdiff | tree |
2015-04-28 |
Rob Pike | doc/go1.5.txt: snow leopard not maintained |
commit | commitdiff | tree |
2015-04-28 |
Brad Fitzpatrick | net/http: test and document suppressing implicit Conten... |
commit | commitdiff | tree |
2015-04-28 |
Rob Pike | cmd/doc: print documentation for all matches in a packa... |
commit | commitdiff | tree |
2015-04-28 |
Rob Pike | cmd/asm: add comments back for aliases on jumps for x86 |
commit | commitdiff | tree |
2015-04-28 |
Adam Langley | doc: mention several recent crypto changes in go1.5.txt |
commit | commitdiff | tree |
2015-04-28 |
Richard Barnes | encoding/asn1: Improved control of flags and times |
commit | commitdiff | tree |
2015-04-28 |
Adam Langley | crypto/x509: allow parsing of certificates with unknown... |
commit | commitdiff | tree |
2015-04-28 |
Austin Clements | runtime: eliminate one heapBitsForObject from scanobject |
commit | commitdiff | tree |
2015-04-28 |
David Crawshaw | cmd/internal/ld: remove Biobuf unget |
commit | commitdiff | tree |
2015-04-28 |
Russ Cox | doc/go1.5.txt: mention goroutine scheduling change |
commit | commitdiff | tree |
2015-04-28 |
Josh Bleecher... | Revert "Revert "cmd/dist: consolidate runtime CPU tests"" |
commit | commitdiff | tree |
2015-04-28 |
Russ Cox | cmd/internal/gc: emit typedmemmove write barrier from... |
commit | commitdiff | tree |
2015-04-28 |
Russ Cox | cmd/internal/gc: inline writeBarrierEnabled check befor... |
commit | commitdiff | tree |
2015-04-28 |
Russ Cox | runtime: replace needwb() with writeBarrierEnabled |
commit | commitdiff | tree |
2015-04-28 |
Russ Cox | runtime: change unused argument in fat write barriers... |
commit | commitdiff | tree |
2015-04-28 |
Russ Cox | cmd/internal/gc: accept comma-separated list of name... |
commit | commitdiff | tree |
2015-04-28 |
Russ Cox | cmd/internal/gc: use MOV R0, R1 instead of LEA 0(R0... |
commit | commitdiff | tree |
2015-04-28 |
Russ Cox | cmd/internal/gc: emit write barriers at lower level |
commit | commitdiff | tree |
2015-04-28 |
Josh Bleecher... | test: gofmt run.go |
commit | commitdiff | tree |
2015-04-28 |
Josh Bleecher... | test: set GOMAXPROCS=1 in fixedbugs/issue9110 |
commit | commitdiff | tree |
2015-04-28 |
Mikio Hara | net: don't miss testing server teardowns when test... |
commit | commitdiff | tree |
2015-04-27 |
Matthew Dempsky | test: reenable syntax tests |
commit | commitdiff | tree |
2015-04-27 |
Rob Pike | doc/go1.5.txt: go doc |
commit | commitdiff | tree |
2015-04-27 |
Rob Pike | cmd/go,cmd/doc: add "go doc" |
commit | commitdiff | tree |
2015-04-27 |
Austin Clements | runtime/race: fix failing tests |
commit | commitdiff | tree |
2015-04-27 |
Russ Cox | runtime/race: stop listening to external network addresses |
commit | commitdiff | tree |
2015-04-27 |
Austin Clements | runtime: fix stack use accounting |
commit | commitdiff | tree |
2015-04-27 |
David Crawshaw | runtime: remove unnecessary noescape to fix netbsd |
commit | commitdiff | tree |
next |