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 |
2015-05-11 |
Didier Spezia | cmd/gc: do not display ~b identifiers in error messages |
commit | commitdiff | tree |
2015-05-11 |
Michael Hudson... | cmd/internal/ld: change Cpos to not flush the output... |
commit | commitdiff | tree |
2015-05-11 |
Daniel Morsing | net/http: silence race detector on client header timeou... |
commit | commitdiff | tree |
2015-05-11 |
Russ Cox | runtime: use heap bitmap for typedmemmove |
commit | commitdiff | tree |
2015-05-11 |
Russ Cox | runtime: zero entire bitmap for object, even past dead... |
commit | commitdiff | tree |
2015-05-11 |
Russ Cox | runtime: reorder bits in heap bitmap bytes |
commit | commitdiff | tree |
2015-05-11 |
Russ Cox | runtime: move a few atomic fields up |
commit | commitdiff | tree |
2015-05-11 |
Russ Cox | cmd/internal/gc: mark panicindex calls as not returning |
commit | commitdiff | tree |
2015-05-11 |
Russ Cox | cmd/internal/gc: drop unused Reslice field from Node |
commit | commitdiff | tree |
2015-05-11 |
Russ Cox | cmd/internal/gc: show register dump before crashing... |
commit | commitdiff | tree |
2015-05-11 |
Russ Cox | runtime: fix TestLFStack on 386 |
commit | commitdiff | tree |
2015-05-11 |
Russ Cox | cmd/internal/gc: emit branches in -g mode |
commit | commitdiff | tree |
2015-05-11 |
Russ Cox | runtime: remove wbshadow mode |
commit | commitdiff | tree |
2015-05-11 |
Russ Cox | runtime: reintroduce ``dead'' space during GC scan |
commit | commitdiff | tree |
2015-05-11 |
Russ Cox | runtime: optimize heapBitsSetType |
commit | commitdiff | tree |
2015-05-11 |
Russ Cox | runtime: use 2-bit heap bitmap (in place of 4-bit) |
commit | commitdiff | tree |
2015-05-11 |
Russ Cox | runtime: use 1-bit pointer bitmaps in type representation |
commit | commitdiff | tree |
2015-05-11 |
Russ Cox | runtime: add benchmark of heapBitsSetType |
commit | commitdiff | tree |
2015-05-11 |
Daniel Morsing | runtime: enable profiling on g0 |
commit | commitdiff | tree |
2015-05-11 |
Patrick Mezard | internal/syscall/windows/registry: handle invalid integ... |
commit | commitdiff | tree |
2015-05-11 |
Shenghou Ma | misc/trace: add license for the trace-viewer |
commit | commitdiff | tree |
2015-05-11 |
Mikio Hara | net: increase timeout in TestWriteTimeoutFluctuation... |
commit | commitdiff | tree |
2015-05-10 |
Shenghou Ma | go/build: fix typo |
commit | commitdiff | tree |
2015-05-10 |
Patrick Mezard | internal/syscall/windows: increase registry.ExpandStrin... |
commit | commitdiff | tree |
2015-05-09 |
Shenghou Ma | syscall: fix InotifyInit on linux/arm64 |
commit | commitdiff | tree |
2015-05-09 |
Rahul Chaudhry | build: correct quoting of args in run.bash |
commit | commitdiff | tree |
2015-05-09 |
Mikio Hara | net: enable cgo test on solaris |
commit | commitdiff | tree |
next |