2015-05-18 |
Austin Clements | runtime: use separate count and note for forEachP |
commit | commitdiff | tree |
2015-05-18 |
Austin Clements | runtime: hold worldsema while starting the world |
commit | commitdiff | tree |
2015-05-18 |
Austin Clements | runtime: disallow preemption during startTheWorld |
commit | commitdiff | tree |
2015-05-18 |
Austin Clements | runtime: factor stoptheworld/starttheworld pattern |
commit | commitdiff | tree |
2015-05-18 |
Austin Clements | runtime: don't start GC if preemptoff is set |
commit | commitdiff | tree |
2015-05-18 |
Alex Brainman | runtime: correct exception stack trace output |
commit | commitdiff | tree |
2015-05-17 |
Shenghou Ma | buildall.bash: exit 1 when make.bash fails |
commit | commitdiff | tree |
2015-05-17 |
Austin Clements | runtime: eliminate runqvictims and a copy from runqsteal |
commit | commitdiff | tree |
2015-05-17 |
Shenghou Ma | cmd/dist: add -k to "dist test" to keep going after... |
commit | commitdiff | tree |
2015-05-16 |
Russ Cox | cmd/internal/gc: refine ginscmp comment |
commit | commitdiff | tree |
2015-05-16 |
Russ Cox | reflect: make PtrTo(FuncOf(...)) not crash |
commit | commitdiff | tree |
2015-05-16 |
Russ Cox | runtime: replace GC programs with simpler encoding... |
commit | commitdiff | tree |
2015-05-16 |
Didier Spezia | text/template: fix race condition on function maps |
commit | commitdiff | tree |
2015-05-15 |
Russ Cox | runtime: make mapzero not crash on arm |
commit | commitdiff | tree |
2015-05-15 |
Michael Hudson... | cmd/internal/ld: prevent creation of .dynamic and ... |
commit | commitdiff | tree |
2015-05-15 |
Michael Hudson... | cmd/5l, etc, cmd/internal/ld: consolidate implementatio... |
commit | commitdiff | tree |
2015-05-15 |
Michael Hudson... | cmd/5l, etc, cmd/internal/ld: consolidate implementatio... |
commit | commitdiff | tree |
2015-05-15 |
Russ Cox | runtime: test and fix heap bitmap for 1-pointer allocat... |
commit | commitdiff | tree |
2015-05-15 |
Josh Bleecher... | cmd/internal/gc: unembed Name field |
commit | commitdiff | tree |
2015-05-15 |
Alex A Skinner | net: redo resolv.conf recheck implementation |
commit | commitdiff | tree |
2015-05-15 |
Robert Griesemer | go/parser: better error message for missing ',' in... |
commit | commitdiff | tree |
2015-05-15 |
Matthew Dempsky | cmd/internal/obj: update callers to Linkline{fmt,hist... |
commit | commitdiff | tree |
2015-05-15 |
Matthew Dempsky | cmd/internal/gc, cmd/yacc: merge yaccerrors.go into... |
commit | commitdiff | tree |
2015-05-15 |
Brad Fitzpatrick | syscall: don't run fcntl child process test on iOS |
commit | commitdiff | tree |
2015-05-15 |
Brad Fitzpatrick | Revert "cmd/internal/gc: ignore declarations of types... |
commit | commitdiff | tree |
2015-05-15 |
HÃ¥vard Haugen | encoding/json: fix decoding of types with '[]byte'... |
commit | commitdiff | tree |
2015-05-15 |
Daniel Morsing | cmd/internal/gc: ignore declarations of types for goto... |
commit | commitdiff | tree |
2015-05-15 |
Josh Bleecher... | cmd/internal/gc: separate Name-only Node fields |
commit | commitdiff | tree |
2015-05-15 |
Josh Bleecher... | cmd/internal/gc: convert Val.U to interface{} |
commit | commitdiff | tree |
2015-05-15 |
Josh Bleecher... | cmd/internal/gc: explicitly set zero bool Val |
commit | commitdiff | tree |
2015-05-15 |
Josh Bleecher... | cmd/5g, etc: prepare Node.Val to be unexported |
commit | commitdiff | tree |
2015-05-15 |
Josh Bleecher... | cmd/5g, etc: prepare to unexport gc.Mp* |
commit | commitdiff | tree |
2015-05-15 |
Russ Cox | runtime: allocate map element zero values for reflect... |
commit | commitdiff | tree |
2015-05-15 |
Russ Cox | runtime: optimize heapBitsBulkBarrier a tiny amount |
commit | commitdiff | tree |
2015-05-15 |
Russ Cox | runtime: use memmove during slice append |
commit | commitdiff | tree |
2015-05-15 |
David Symonds | cmd/go: fix count of number of reserved names (doc... |
commit | commitdiff | tree |
2015-05-15 |
Patrick Mezard | internal/syscall/windows/registry: fix read overrun... |
commit | commitdiff | tree |
2015-05-15 |
Shenghou Ma | syscall: add test for Flock_t roundtrip |
commit | commitdiff | tree |
2015-05-15 |
Shenghou Ma | syscall: add explicit build tags |
commit | commitdiff | tree |
2015-05-15 |
Mikio Hara | cmd/doc: fix build |
commit | commitdiff | tree |
2015-05-15 |
Shenghou Ma | syscall: fix F_SETLK{,W} on linux/ppc64 |
commit | commitdiff | tree |
2015-05-14 |
Rob Pike | cmd/doc: trim unexported methods from interfaces |
commit | commitdiff | tree |
2015-05-14 |
Brad Fitzpatrick | doc: update go1.5.txt |
commit | commitdiff | tree |
2015-05-14 |
Robert Griesemer | go/types: remove "vendoring" script - not useful anymore |
commit | commitdiff | tree |
2015-05-14 |
Russ Cox | api: refresh next.txt |
commit | commitdiff | tree |
2015-05-14 |
Brad Fitzpatrick | cmd/dist: support test filtering via repurposed env... |
commit | commitdiff | tree |
2015-05-14 |
Shenghou Ma | go/build: introduce go1.5 build tag |
commit | commitdiff | tree |
2015-05-14 |
Russ Cox | runtime: add Node128, Node130 benchmarks |
commit | commitdiff | tree |
2015-05-14 |
Robert Griesemer | go/types: remove _ imports that are not needed anymore |
commit | commitdiff | tree |
2015-05-14 |
Robert Griesemer | go/scanner: don't return previous comment as literal... |
commit | commitdiff | tree |
2015-05-14 |
Rob Pike | text/template: need to validate type when an argument... |
commit | commitdiff | tree |
2015-05-14 |
Russ Cox | runtime: keep pointer bits set always in 1-word spans |
commit | commitdiff | tree |
2015-05-14 |
Russ Cox | runtime: rewrite addb/subtractb to be simpler to compil... |
commit | commitdiff | tree |
2015-05-14 |
Russ Cox | runtime: skip atomics in heapBitsSetType when GC is... |
commit | commitdiff | tree |
2015-05-14 |
Mikio Hara | net: fix vet missed format error in test |
commit | commitdiff | tree |
2015-05-14 |
Shenghou Ma | math/big, cmd/internal/gc/big: fix vet detected printf... |
commit | commitdiff | tree |
2015-05-14 |
Shenghou Ma | cmd/internal/gc: fix vet detected printf problems |
commit | commitdiff | tree |
2015-05-14 |
Josh Bleecher... | encoding/json: make BenchmarkSkipValue more stable |
commit | commitdiff | tree |
2015-05-14 |
Mikio Hara | net: simplify sync.Once calls in tests |
commit | commitdiff | tree |
2015-05-14 |
Brad Fitzpatrick | net/http: flush request body chunks in Transport |
commit | commitdiff | tree |
2015-05-13 |
Brad Fitzpatrick | cmd/internal/obj: validate GOARM environment variable... |
commit | commitdiff | tree |
2015-05-13 |
Robert Griesemer | text/scanner: avoid further reads after EOF |
commit | commitdiff | tree |
2015-05-13 |
Brad Fitzpatrick | math/rand: shorten Float32 test for GOARM=5 |
commit | commitdiff | tree |
2015-05-13 |
Mikio Hara | doc: mention net.SocketConn, net.SocketPacketConn in... |
commit | commitdiff | tree |
2015-05-13 |
Mikio Hara | net/internal/socktest: fix data race |
commit | commitdiff | tree |
2015-05-13 |
Hyang-Ah (Hana... | misc/cgo/testcshared: remove use of 'env'. |
commit | commitdiff | tree |
2015-05-13 |
Rob Pike | cmd/doc: print BUGs after package docs |
commit | commitdiff | tree |
2015-05-13 |
Brad Fitzpatrick | runtime: add check for malloc in a signal handler |
commit | commitdiff | tree |
2015-05-13 |
Russ Cox | cmd/internal/gc: optimize slice + write barrier |
commit | commitdiff | tree |
2015-05-13 |
Matthew Dempsky | spec: fix binary expression grammar rule |
commit | commitdiff | tree |
2015-05-13 |
Robert Griesemer | cmd/internal/gc: avoid spurious div-zero errors |
commit | commitdiff | tree |
2015-05-13 |
Rick Hudson | runtime: reduce thrashing of gs between ps |
commit | commitdiff | tree |
2015-05-13 |
Mikio Hara | net: don't run IP stack required tests on IP stack... |
commit | commitdiff | tree |
2015-05-13 |
Mikio Hara | net, internal/syscall/unix: add SocketConn, SocketPacke... |
commit | commitdiff | tree |
2015-05-13 |
Ian Lance Taylor | syscall: mkerrors.sh: don't define _FILE_OFFSET_BITS... |
commit | commitdiff | tree |
2015-05-12 |
Hyang-Ah (Hana... | misc/cgo/testcshared: fix test for android. |
commit | commitdiff | tree |
2015-05-12 |
Shenghou Ma | testing: fix typo |
commit | commitdiff | tree |
2015-05-12 |
Ian Lance Taylor | syscall: mksysnum_linux.pl: run syscall numbers through GCC |
commit | commitdiff | tree |
2015-05-12 |
Austin Clements | runtime: don't run runq tests on the system stack |
commit | commitdiff | tree |
2015-05-12 |
Russ Cox | cmd/5g: fix build |
commit | commitdiff | tree |
2015-05-12 |
Andrew Williams | syscall: relocate linux death signal code |
commit | commitdiff | tree |
2015-05-12 |
Russ Cox | cmd/internal/gc: optimize append + write barrier |
commit | commitdiff | tree |
2015-05-12 |
Russ Cox | cmd/internal/gc: add backend ginscmp function to emit... |
commit | commitdiff | tree |
2015-05-12 |
Rob Pike | encoding/gob: add "too big" check when writing a message |
commit | commitdiff | tree |
2015-05-12 |
David du Colombier | runtime: terminate exit status buffer on Plan 9 |
commit | commitdiff | tree |
2015-05-12 |
David du Colombier | runtime: fix signal handling on Plan 9 |
commit | commitdiff | tree |
2015-05-12 |
Russ Cox | cmd/internal/gc: avoid turning 'x = f()' into 'tmp... |
commit | commitdiff | tree |
2015-05-12 |
Russ Cox | cmd/internal/gc: detect bad append(f()) during type... |
commit | commitdiff | tree |
2015-05-12 |
Jens Frederich | cmd/go: "go get" don't ignore git default branch |
commit | commitdiff | tree |
2015-05-12 |
Patrick Mezard | time: fix registry zone info lookup on Windows |
commit | commitdiff | tree |
2015-05-12 |
Alex Brainman | net: relax error checking in TestAcceptIgnoreSomeErrors |
commit | commitdiff | tree |
2015-05-12 |
Shenghou Ma | syscall: fix running mkall.sh on linux/{ppc64,ppc64le} |
commit | commitdiff | tree |
2015-05-12 |
Michael Hudson... | cmd/internal/ld, runtime: abort on shared library ABI... |
commit | commitdiff | tree |
2015-05-12 |
Michael Hudson... | runtime: fix addmoduledata to follow the platform ABI |
commit | commitdiff | tree |
2015-05-11 |
Mikio Hara | net: drop unnecessary cast |
commit | commitdiff | tree |
2015-05-11 |
Rahul Chaudhry | cmd/dist: de-dup iOS detection |
commit | commitdiff | tree |
2015-05-11 |
Alan Donovan | go/constant: rename go/constants |
commit | commitdiff | tree |
2015-05-11 |
Alexandre Cesaro | mime: Export RFC 2047 code |
commit | commitdiff | tree |
2015-05-11 |
Rob Pike | fmt: allow for space and plus flags when computing... |
commit | commitdiff | tree |
2015-05-11 |
Josh Bleecher... | fmt: skip malloc test under race detector |
commit | commitdiff | tree |
next |