2014-10-18 |
Rob Pike | encoding/gob: use simple append-only buffer for encoding |
commit | commitdiff | tree |
2014-10-17 |
Rob Pike | encoding/gob: custom array/slice decoders |
commit | commitdiff | tree |
2014-10-17 |
Dmitriy Vyukov | runtime/pprof: fix memory profiler test |
commit | commitdiff | tree |
2014-10-17 |
Russ Cox | cmd/gc: don't use static init to initialize small struc... |
commit | commitdiff | tree |
2014-10-17 |
Russ Cox | reflect: a few microoptimizations |
commit | commitdiff | tree |
2014-10-17 |
Rob Pike | encoding/gob: speed up encoding of arrays and slices |
commit | commitdiff | tree |
2014-10-17 |
Russ Cox | runtime/pprof: fix test |
commit | commitdiff | tree |
2014-10-17 |
Russ Cox | runtime: remove comment that leaked into CL 153710043 |
commit | commitdiff | tree |
2014-10-17 |
Brad Fitzpatrick | CONTRIBUTORS: add James Robinson (Google CLA) |
commit | commitdiff | tree |
2014-10-17 |
Russ Cox | undo CL 159990043 / 421fadcef39a |
commit | commitdiff | tree |
2014-10-16 |
Robert Griesemer | spec: define "variable" |
commit | commitdiff | tree |
2014-10-16 |
Damien Neil | reflect: fix struct size calculation to include termina... |
commit | commitdiff | tree |
2014-10-16 |
Damien Neil | CONTRIBUTORS: add Damien Neil |
commit | commitdiff | tree |
2014-10-16 |
David du Colombier | syscall: don't cache environment variables on Plan 9 |
commit | commitdiff | tree |
2014-10-16 |
Russ Cox | runtime/pprof: disable new memory test |
commit | commitdiff | tree |
2014-10-16 |
Russ Cox | runtime: make pprof a little nicer |
commit | commitdiff | tree |
2014-10-16 |
Dmitriy Vyukov | runtime: fix memory profiler |
commit | commitdiff | tree |
2014-10-16 |
Russ Cox | cmd/gc: elide write barrier for x = x[0:y] and x =... |
commit | commitdiff | tree |
2014-10-16 |
Adam Langley | crypto/tls: support TLS_FALLBACK_SCSV as a server. |
commit | commitdiff | tree |
2014-10-15 |
Russ Cox | cmd/gc: simplify compiled code for explicit zeroing |
commit | commitdiff | tree |
2014-10-15 |
Nigel Tao | unicode/utf8: fix docs for DecodeRune(empty) and friends. |
commit | commitdiff | tree |
2014-10-15 |
Chris Manghane | cmd/go: add '_go_' suffix to go files compiled by gccgo... |
commit | commitdiff | tree |
2014-10-15 |
Russ Cox | cmd/gc: do not copy via temporary for writebarrierfat... |
commit | commitdiff | tree |
2014-10-15 |
Russ Cox | reflect: shorten value to 3 words |
commit | commitdiff | tree |
2014-10-15 |
Russ Cox | reflect: add fast path for FieldByIndex with len(index... |
commit | commitdiff | tree |
2014-10-15 |
Russ Cox | runtime: remove hand-generated ptr bitmaps for reflectcall |
commit | commitdiff | tree |
2014-10-15 |
Russ Cox | database/sql: add Drivers, returning list of registered... |
commit | commitdiff | tree |
2014-10-15 |
Russ Cox | os/exec: document that Stdin goroutine must finish... |
commit | commitdiff | tree |
2014-10-15 |
Chris Manghane | cmd/gc: blank methods are not permitted in interface... |
commit | commitdiff | tree |
2014-10-15 |
Brad Fitzpatrick | net/http: don't send implicit gzip Accept-Encoding... |
commit | commitdiff | tree |
2014-10-15 |
Brad Fitzpatrick | net/http: don't reuse a server connection after any... |
commit | commitdiff | tree |
2014-10-15 |
Ian Lance Taylor | crypto/x509: correct field name in comment |
commit | commitdiff | tree |
2014-10-15 |
Russ Cox | liblink: require DATA lines to be ordered by offset... |
commit | commitdiff | tree |
2014-10-15 |
Jens Frederich | go/build: Return MultiplePackageError on importing... |
commit | commitdiff | tree |
2014-10-15 |
Russ Cox | cmd/gc, runtime: fix race, nacl for writebarrier changes |
commit | commitdiff | tree |
2014-10-15 |
Rob Pike | encoding/gob: make encoding structs a little faster |
commit | commitdiff | tree |
2014-10-15 |
Chris Manghane | cmd/gc: check for initialization cycles in method values |
commit | commitdiff | tree |
2014-10-15 |
Alex Brainman | runtime: handle all windows exception (second attempt) |
commit | commitdiff | tree |
2014-10-14 |
Keith Randall | math/big: Allow non-prime modulus for ModInverse |
commit | commitdiff | tree |
2014-10-14 |
Russ Cox | cmd/gc: add 2-, 3-, 4-word write barrier specializations |
commit | commitdiff | tree |
2014-10-14 |
Russ Cox | cmd/gc: fix 'make' in cmd/gc directory |
commit | commitdiff | tree |
2014-10-14 |
Keith Randall | runtime: a few optimizations of scanblock. |
commit | commitdiff | tree |
2014-10-14 |
Adam Langley | crypto/x509: continue to recognise MaxPathLen of zero... |
commit | commitdiff | tree |
2014-10-13 |
Casey Marshall | math/big: Fixes issue 8920 |
commit | commitdiff | tree |
2014-10-13 |
Chris Manghane | test: add test for gccgo-specific issue 8079 |
commit | commitdiff | tree |
2014-10-13 |
David du Colombier | os: handle 'no parent' error as IsNotExist on Plan 9 |
commit | commitdiff | tree |
2014-10-13 |
Rob Pike | net/rpc: fix mutex comment |
commit | commitdiff | tree |
2014-10-13 |
Ian Lance Taylor | reflect: generated unrolled GC bitmask directly |
commit | commitdiff | tree |
2014-10-12 |
Ian Lance Taylor | go1.4: add note about change to bufio.SplitFunc at EOF |
commit | commitdiff | tree |
2014-10-11 |
Alex Brainman | cmd/ld: do not assume that only pe section names start... |
commit | commitdiff | tree |
2014-10-11 |
Alex Brainman | cmd/ld: correct pe section names if longer then 8 chars |
commit | commitdiff | tree |
2014-10-11 |
Shenghou Ma | cmd/ld: fix off-by-one error when emitting symbol names |
commit | commitdiff | tree |
2014-10-10 |
Alex Brainman | net: link skipped TestReadFromUDP to the issue |
commit | commitdiff | tree |
2014-10-10 |
Adam Langley | encoding/asn1: fix explicitly tagged Times. |
commit | commitdiff | tree |
2014-10-09 |
Alex Brainman | net: skip new TestReadFromUDP on nacl and plan9 (fixes... |
commit | commitdiff | tree |
2014-10-09 |
Ron Hashimoto | net: disable SIO_UDP_CONNRESET behavior on windows. |
commit | commitdiff | tree |
2014-10-09 |
Ian Lance Taylor | debug/elf: add comments explaining applyRelocations... |
commit | commitdiff | tree |
2014-10-09 |
Dmitriy Vyukov | runtime: add comment to mgc0.h |
commit | commitdiff | tree |
2014-10-09 |
Brad Fitzpatrick | C: add Hana Kim (Google CLA) |
commit | commitdiff | tree |
2014-10-09 |
David du Colombier | net/rpc: fix build |
commit | commitdiff | tree |
2014-10-09 |
David du Colombier | net/rpc: skip TestGobError on Plan 9 |
commit | commitdiff | tree |
2014-10-09 |
Alex Brainman | undo CL 145150043 / 8b3d26697b8d |
commit | commitdiff | tree |
2014-10-09 |
Alex Brainman | runtime: handle all windows exception |
commit | commitdiff | tree |
2014-10-09 |
Alex Brainman | misc/cgo/test: add Test8517 |
commit | commitdiff | tree |
2014-10-09 |
Keith Randall | runtime: zero a few more dead pointers. |
commit | commitdiff | tree |
2014-10-08 |
Ian Lance Taylor | cmd/ld: don't add line number info for the final addres... |
commit | commitdiff | tree |
2014-10-08 |
Michael Hudson... | reflect: add direct call tests to TestMakeFuncVariadic |
commit | commitdiff | tree |
2014-10-08 |
Keith Randall | runtime: delay freeing of shrunk stacks until gc is... |
commit | commitdiff | tree |
2014-10-08 |
Ian Lance Taylor | reflect: add tests for variadic method calls |
commit | commitdiff | tree |
2014-10-08 |
Ian Lance Taylor | A+C: Ron Hashimoto (individual CLA) |
commit | commitdiff | tree |
2014-10-08 |
Dmitriy Vyukov | runtime: faster GC scan |
commit | commitdiff | tree |
2014-10-08 |
Russ Cox | runtime: clear Defer.fn before removing from the G... |
commit | commitdiff | tree |
2014-10-08 |
Russ Cox | runtime: fix windows/amd64 build |
commit | commitdiff | tree |
2014-10-08 |
Russ Cox | runtime: change Windows M.thread from void* to uintptr |
commit | commitdiff | tree |
2014-10-08 |
Russ Cox | runtime: clear Defer.panic before removing from G.defer... |
commit | commitdiff | tree |
2014-10-08 |
Russ Cox | net/rpc: listen on localhost, let kernel pick port |
commit | commitdiff | tree |
2014-10-08 |
Andrew Gerrand | doc: use "keyed" instead of "tagged" in Go 1 compatibil... |
commit | commitdiff | tree |
2014-10-08 |
Andrew Gerrand | cmd/go: add ImportComment to Package struct |
commit | commitdiff | tree |
2014-10-07 |
Keith Randall | runtime: zero pointer-looking scalararg values |
commit | commitdiff | tree |
2014-10-07 |
Keith Randall | runtime: update heap dump format for 1.4 |
commit | commitdiff | tree |
2014-10-07 |
Russ Cox | runtime: fix _cgo_allocate(0) |
commit | commitdiff | tree |
2014-10-07 |
Robert Griesemer | math/big: fix doc comments |
commit | commitdiff | tree |
2014-10-07 |
Rob Pike | net/rpc: add test for issue 7689 (gob error should... |
commit | commitdiff | tree |
2014-10-07 |
Russ Cox | cmd/5c, cmd/6c, cmd/8c: make failure to optimize fatal |
commit | commitdiff | tree |
2014-10-07 |
Russ Cox | cmd/gc: fix print format |
commit | commitdiff | tree |
2014-10-07 |
Russ Cox | runtime: crash if we see an invalid pointer into GC... |
commit | commitdiff | tree |
2014-10-07 |
Russ Cox | encoding/json: fix handling of null with ,string fields |
commit | commitdiff | tree |
2014-10-07 |
Russ Cox | runtime: remove type-punning for Type.gc[0], gc[1] |
commit | commitdiff | tree |
2014-10-07 |
Jens Frederich | net/http: fix authentication info leakage in Referer... |
commit | commitdiff | tree |
2014-10-07 |
Brad Fitzpatrick | doc/go1.4.txt: useless change to tickle builders |
commit | commitdiff | tree |
2014-10-07 |
Russ Cox | cmd/ld: ignore .Linfo_stringNN variables in clang ... |
commit | commitdiff | tree |
2014-10-06 |
Russ Cox | os, syscall: test Chtimes on directories, fix on Windows |
commit | commitdiff | tree |
2014-10-06 |
Brad Fitzpatrick | strings: use fast path for IndexRune |
commit | commitdiff | tree |
2014-10-06 |
Brad Fitzpatrick | go/build: update docs for GOOS.go change |
commit | commitdiff | tree |
2014-10-06 |
Rob Pike | doc/go1.4.txt: GOOS suffixes require underscores to... |
commit | commitdiff | tree |
2014-10-06 |
Rob Pike | go/build: do not consider "android.go" to be android... |
commit | commitdiff | tree |
2014-10-06 |
Evan Kroske | cmd/gc: prohibit short variable declarations containing... |
commit | commitdiff | tree |
2014-10-06 |
Russ Cox | os: recomment MkdirAll |
commit | commitdiff | tree |
2014-10-06 |
Russ Cox | os: make Process.Signal 'process finished' error consis... |
commit | commitdiff | tree |
2014-10-06 |
Russ Cox | net/url: document result of String |
commit | commitdiff | tree |
next |