2014-05-16 |
Mikio Hara | doc/go1.3.html: add syscall.SendmsgN |
commit | commitdiff | tree |
2014-05-16 |
Anthony Martin | cmd/pack: buffer writes in TestLargeDefs |
commit | commitdiff | tree |
2014-05-15 |
Shenghou Ma | api: update next.txt |
commit | commitdiff | tree |
2014-05-15 |
Russ Cox | cmd/gc: fix two select temporary bugs |
commit | commitdiff | tree |
2014-05-15 |
Guillaume J... | archive/tar: Do not panic on Read if uninitialized |
commit | commitdiff | tree |
2014-05-15 |
Mikio Hara | api: update openbsd exceptions |
commit | commitdiff | tree |
2014-05-15 |
Mikio Hara | syscall: regenerate z-files for openbsd |
commit | commitdiff | tree |
2014-05-15 |
Robert Griesemer | container/heap: update example code |
commit | commitdiff | tree |
2014-05-15 |
Russ Cox | syscall: fix stack frame sizes in assembly |
commit | commitdiff | tree |
2014-05-15 |
Russ Cox | sync/atomic: fix unimportant assembly errors found... |
commit | commitdiff | tree |
2014-05-15 |
Russ Cox | doc/go1.3.html: add note about unsafe.Pointer strictness |
commit | commitdiff | tree |
2014-05-15 |
Russ Cox | runtime: make scan of pointer-in-interface same as... |
commit | commitdiff | tree |
2014-05-15 |
Mikio Hara | net/http: fix nits found by go tool vet |
commit | commitdiff | tree |
2014-05-15 |
Russ Cox | cmd/gc: correct handling of globals, func args, results |
commit | commitdiff | tree |
2014-05-15 |
Russ Cox | cmd/gc: fix duplicate map key check |
commit | commitdiff | tree |
2014-05-15 |
Russ Cox | crypto/sha256, crypto/sha512: fix argument size in... |
commit | commitdiff | tree |
2014-05-15 |
Alex Brainman | cmd/addr2line,cmd/objdump: test that commands accept... |
commit | commitdiff | tree |
2014-05-15 |
Alex Brainman | misc/pprof: always use go tool objdump on windows |
commit | commitdiff | tree |
2014-05-15 |
Alex Brainman | cmd/addr2line, cmd/objdump: fix pe text section startin... |
commit | commitdiff | tree |
2014-05-15 |
Russ Cox | cmd/nm, cmd/objdump: fix elf symbol types |
commit | commitdiff | tree |
2014-05-15 |
Guillaume J... | net: detect changes to /etc/resolv.conf. |
commit | commitdiff | tree |
2014-05-14 |
Russ Cox | objdump: implement disassembly |
commit | commitdiff | tree |
2014-05-14 |
Russ Cox | cmd/objdump: import x86 disassembler |
commit | commitdiff | tree |
2014-05-14 |
Andrew Gerrand | A+C: Cezar Sá Espinola (individual CLA) |
commit | commitdiff | tree |
2014-05-14 |
Mikio Hara | test: fix flakey test case for issue 4388 |
commit | commitdiff | tree |
2014-05-14 |
Rob Pike | doc/effective_go.html: a little more about errors |
commit | commitdiff | tree |
2014-05-14 |
Robert Griesemer | spec: more precise description of select statement |
commit | commitdiff | tree |
2014-05-14 |
Guillaume J... | archive/tar: Fix bug preventing untar |
commit | commitdiff | tree |
2014-05-14 |
Dmitriy Vyukov | cmd/gc: fix out of bounds access |
commit | commitdiff | tree |
2014-05-14 |
Mikio Hara | net: fix documentation for SetLinger |
commit | commitdiff | tree |
2014-05-13 |
Rob Pike | regexp/syntax: don't waste time checking for one pass... |
commit | commitdiff | tree |
2014-05-13 |
Dmitriy Vyukov | reflect: fix map type generation |
commit | commitdiff | tree |
2014-05-13 |
Dmitriy Vyukov | runtime: fix triggering of forced GC |
commit | commitdiff | tree |
2014-05-13 |
Russ Cox | cmd/go: fix go test again |
commit | commitdiff | tree |
2014-05-13 |
Russ Cox | runtime: handle decommit failure gracefully on Windows |
commit | commitdiff | tree |
2014-05-13 |
Russ Cox | cmd/cgo: omit misaligned struct fields, like we omit... |
commit | commitdiff | tree |
2014-05-13 |
Russ Cox | io: copy slice argument in MultiReader and MultiWriter |
commit | commitdiff | tree |
2014-05-13 |
Russ Cox | encoding/json: document what unmarshal of `null` into... |
commit | commitdiff | tree |
2014-05-13 |
Jason Del Ponte | encoding/xml: fix to allow xml declaration with EncodeToken |
commit | commitdiff | tree |
2014-05-13 |
Russ Cox | A+C: Jason Del Ponte (individual CLA) |
commit | commitdiff | tree |
2014-05-13 |
Brad Fitzpatrick | mime/multipart: add NewReader example |
commit | commitdiff | tree |
2014-05-13 |
Russ Cox | cmd/go: fix 'go test foo_test.go' |
commit | commitdiff | tree |
2014-05-12 |
Russ Cox | cmd/gc: fix liveness vs regopt mismatch for input variables |
commit | commitdiff | tree |
2014-05-12 |
Josh Bleecher... | cmd/gc: alias more variables during register allocation |
commit | commitdiff | tree |
2014-05-12 |
Russ Cox | cmd/go: detect import cycle caused by test code |
commit | commitdiff | tree |
2014-05-12 |
Ian Lance Taylor | cmd/go: link SWIG objects directly rather than using... |
commit | commitdiff | tree |
2014-05-12 |
Russ Cox | cmd/gc: fix escape analysis for slice of array |
commit | commitdiff | tree |
2014-05-12 |
Fabrizio Milo | net/http: fix flaky test |
commit | commitdiff | tree |
2014-05-12 |
Brad Fitzpatrick | A+C: Fabrizio Milo (individual CLA) |
commit | commitdiff | tree |
2014-05-12 |
Russ Cox | cmd/gc: record line number for auto-generated wrappers... |
commit | commitdiff | tree |
2014-05-12 |
Brad Fitzpatrick | undo CL 92210044 / 5cb21eee2d35 |
commit | commitdiff | tree |
2014-05-12 |
Mikio Hara | net: make use of SO_LINGER_SEC on darwin |
commit | commitdiff | tree |
2014-05-12 |
Russ Cox | cmd/go: better error for install of 'test-only' package |
commit | commitdiff | tree |
2014-05-12 |
Russ Cox | runtime: add copy of math.sqrt for use by arm softfloat |
commit | commitdiff | tree |
2014-05-12 |
Alex Brainman | cmd/objdump: works with windows pe executables now |
commit | commitdiff | tree |
2014-05-12 |
Péter Surányi | unicode: fix doc typo |
commit | commitdiff | tree |
2014-05-11 |
Alex Brainman | cmd/nm: do not write to GOROOT testdata directories... |
commit | commitdiff | tree |
2014-05-11 |
David Crawshaw | net/rpc: do not leak client socket on closed connection |
commit | commitdiff | tree |
2014-05-11 |
Brad Fitzpatrick | C: add another email address for David Crawshaw |
commit | commitdiff | tree |
2014-05-11 |
Dmitri Shuralyov | cmd/go: simplify code, reduce allocations. |
commit | commitdiff | tree |
2014-05-10 |
Robert Hencke | cmd/go: remove merge markers |
commit | commitdiff | tree |
2014-05-10 |
Shenghou Ma | cmd/addr2line: accept optional "0x" prefix for addresses. |
commit | commitdiff | tree |
2014-05-10 |
Brad Fitzpatrick | undo CL 100330043 / e4248ed0037c |
commit | commitdiff | tree |
2014-05-09 |
Bill Neubauer | runtime/race: fix the link for the race detector. |
commit | commitdiff | tree |
2014-05-09 |
Keith Randall | runtime: be a lot more lenient on smhasher avalanche... |
commit | commitdiff | tree |
2014-05-09 |
Ian Lance Taylor | net/url: correct documentation of Values.Add |
commit | commitdiff | tree |
2014-05-09 |
Rui Ueyama | bytes: fix typos |
commit | commitdiff | tree |
2014-05-09 |
ChaiShushan | test/bench/shootout: support windows |
commit | commitdiff | tree |
2014-05-09 |
Ian Lance Taylor | encoding/binary: document that Read requires exported... |
commit | commitdiff | tree |
2014-05-09 |
Russ Cox | cmd/go: accept build flags in clean and list |
commit | commitdiff | tree |
2014-05-09 |
Russ Cox | math/cmplx: specify which square root Sqrt returns |
commit | commitdiff | tree |
2014-05-09 |
Russ Cox | cmd/gc: disable link-time copying of un-Go-initialized... |
commit | commitdiff | tree |
2014-05-09 |
Russ Cox | crypto/aes: fix overrun in assembly encrypt/decrypt |
commit | commitdiff | tree |
2014-05-09 |
Russ Cox | cmd/gc: fix ... escape analysis bug |
commit | commitdiff | tree |
2014-05-09 |
Josh Bleecher... | cmd/gc: don't give credit for NOPs during register... |
commit | commitdiff | tree |
2014-05-09 |
Robert Hencke | cmd/go: mark regexp as dependency of testmain |
commit | commitdiff | tree |
2014-05-09 |
Russ Cox | testing: write profiles on failure |
commit | commitdiff | tree |
2014-05-09 |
Mikio Hara | net: drop flakey TestDialFailPDLeak |
commit | commitdiff | tree |
2014-05-08 |
Keith Randall | runtime: write memory profile statistics to the heap... |
commit | commitdiff | tree |
2014-05-08 |
Stephen McQuay | encoding/json: add example for Indent, clarify the... |
commit | commitdiff | tree |
2014-05-08 |
Shenghou Ma | cmd/objdump: actually accept hex address without "0x... |
commit | commitdiff | tree |
2014-05-08 |
Shenghou Ma | doc/install.html: update wrt to OS and compiler support. |
commit | commitdiff | tree |
2014-05-07 |
Keith Randall | runtime: use duff zero and copy to initialize memory |
commit | commitdiff | tree |
2014-05-07 |
Brad Fitzpatrick | database/sql: fix accounting of open connections |
commit | commitdiff | tree |
2014-05-07 |
Robert Griesemer | spec: several clarifications to language on channels |
commit | commitdiff | tree |
2014-05-07 |
Robert Griesemer | spec: remove evaluation order inconsistency |
commit | commitdiff | tree |
2014-05-07 |
Robert Griesemer | spec: clarify type properties |
commit | commitdiff | tree |
2014-05-07 |
Dmitriy Vyukov | runtime: optimize markspan |
commit | commitdiff | tree |
2014-05-07 |
Dmitriy Vyukov | doc: replace absolute links to golang.org with relative... |
commit | commitdiff | tree |
2014-05-07 |
Dmitriy Vyukov | runtime: fix bug in cpu profiler |
commit | commitdiff | tree |
2014-05-07 |
David Crawshaw | net/mail: propagate unsupported charset error |
commit | commitdiff | tree |
2014-05-07 |
Alex Brainman | race.bash,race.bat: unset GOROOT_FINAL during tests |
commit | commitdiff | tree |
2014-05-07 |
Nigel Tao | C: Patrick Riley (Google CLA) |
commit | commitdiff | tree |
2014-05-07 |
Alex Brainman | cmd/addr2line: skip broken TestAddr2Line on plan9 ... |
commit | commitdiff | tree |
2014-05-07 |
David Crawshaw | doc/go1.3.html: mention go build -i |
commit | commitdiff | tree |
2014-05-07 |
Alex Brainman | cmd/addr2line: works with windows pe executables now |
commit | commitdiff | tree |
2014-05-06 |
David Crawshaw | cmd/go: add go build -i |
commit | commitdiff | tree |
2014-05-06 |
Ian Lance Taylor | test: add test that gccgo compiled incorrectly |
commit | commitdiff | tree |
2014-05-06 |
Alex Brainman | cmd/ld: correct pe section number in symbol table |
commit | commitdiff | tree |
2014-05-05 |
Mikio Hara | syscall: add missing TIOCGSID for openbsd/386 |
commit | commitdiff | tree |
next |