2016-10-28 |
Michael Matloob | runtime/pprof: write profiles in protobuf format. |
commit | commitdiff | tree |
2016-10-28 |
Russ Cox | encoding/csv: document Read error behavior |
commit | commitdiff | tree |
2016-10-28 |
Russ Cox | cmd/go, go/build: document form of import paths |
commit | commitdiff | tree |
2016-10-28 |
Russ Cox | runtime/trace: deflake TestTraceSymbolize |
commit | commitdiff | tree |
2016-10-28 |
Russ Cox | os: adjust (*File).Read comment |
commit | commitdiff | tree |
2016-10-28 |
Quentin Smith | os/exec: document how Command fills in Cmd.Args |
commit | commitdiff | tree |
2016-10-28 |
Austin Clements | runtime: zero-initialize LR on new stacks |
commit | commitdiff | tree |
2016-10-28 |
Austin Clements | runtime: ensure finalizers are zero-initialized before... |
commit | commitdiff | tree |
2016-10-28 |
Austin Clements | runtime: avoid write barriers to uninitialized finalize... |
commit | commitdiff | tree |
2016-10-28 |
Austin Clements | runtime: document rules about unmanaged memory |
commit | commitdiff | tree |
2016-10-28 |
Austin Clements | cmd/compile: use typedmemclr for zeroing if there are... |
commit | commitdiff | tree |
2016-10-28 |
Austin Clements | cmd/compile: lower slice clears to memclrHasPointers |
commit | commitdiff | tree |
2016-10-28 |
Russ Cox | mime/multipart: simplify Part.Read |
commit | commitdiff | tree |
2016-10-28 |
Austin Clements | Revert "runtime/pprof: write profiles in protobuf format." |
commit | commitdiff | tree |
2016-10-28 |
Russ Cox | net: add (*UnixListener).SetUnlinkOnClose |
commit | commitdiff | tree |
2016-10-28 |
Russ Cox | net: only remove Unix domain socket file on the first... |
commit | commitdiff | tree |
2016-10-28 |
Austin Clements | runtime, cmd/compile: rename memclr -> memclrNoHeapPointers |
commit | commitdiff | tree |
2016-10-28 |
Austin Clements | runtime: make fixalloc zero allocations on reuse |
commit | commitdiff | tree |
2016-10-28 |
Austin Clements | runtime: make _MSpanDead be the zero state |
commit | commitdiff | tree |
2016-10-28 |
Austin Clements | runtime: use typedmemclr for typed memory |
commit | commitdiff | tree |
2016-10-28 |
Austin Clements | runtime: parallelize STW mcache flushing |
commit | commitdiff | tree |
2016-10-28 |
Josh Bleecher... | cmd/compile: don't alloc Name/Param for unresolved... |
commit | commitdiff | tree |
2016-10-28 |
unknown | runtime/pprof: write profiles in protobuf format. |
commit | commitdiff | tree |
2016-10-28 |
Austin Clements | runtime: fix preemption of root marking jobs |
commit | commitdiff | tree |
2016-10-28 |
Austin Clements | runtime/trace, internal/trace: script to collect canned... |
commit | commitdiff | tree |
2016-10-28 |
Joe Tsai | bytes, strings: optimize for ASCII sets |
commit | commitdiff | tree |
2016-10-28 |
Russ Cox | html/template, text/template: drop defined template... |
commit | commitdiff | tree |
2016-10-28 |
Russ Cox | runtime: skip TestMemmoveOverflow if mmap of needed... |
commit | commitdiff | tree |
2016-10-28 |
Robert Griesemer | spec: update operator and delimiter section |
commit | commitdiff | tree |
2016-10-28 |
Josh Chorlton | net/http: fix cookie Expires minimum year to 1601 inste... |
commit | commitdiff | tree |
2016-10-28 |
Russ Cox | mime/quotedprintable: accept = not followed by 2 hex... |
commit | commitdiff | tree |
2016-10-28 |
Jaana Burcu... | net/http/httptrace: refer http.Client users to the... |
commit | commitdiff | tree |
2016-10-28 |
Brad Fitzpatrick | doc: remove mention of Go 1.6.3 working on Sierra |
commit | commitdiff | tree |
2016-10-28 |
Austin Clements | runtime, cmd/trace: track goroutines blocked on GC... |
commit | commitdiff | tree |
2016-10-28 |
Austin Clements | cmd/trace: track each G's state explicitly |
commit | commitdiff | tree |
2016-10-28 |
Austin Clements | runtime, cmd/trace: annotate different mark worker... |
commit | commitdiff | tree |
2016-10-28 |
Cherry Zhang | cmd/compile: make LR allocatable in non-leaf functions... |
commit | commitdiff | tree |
2016-10-28 |
Cherry Zhang | cmd/internal/obj/mips: materialize float constant 0... |
commit | commitdiff | tree |
2016-10-28 |
Carlos Eduardo Seo | cmd/asm, cmd/internal/obj/ppc64: Add vector scalar... |
commit | commitdiff | tree |
2016-10-28 |
David Crawshaw | runtime: pass windows float syscall args via XMM |
commit | commitdiff | tree |
2016-10-28 |
Austin Clements | runtime: fix preemption of fractional and idle mark... |
commit | commitdiff | tree |
2016-10-28 |
Peter Weinberger | runtime: Profile goroutines holding contended mutexes. |
commit | commitdiff | tree |
2016-10-28 |
Martin Möhrmann | cmd/compile: move stringtoslicebytetmp to the backend |
commit | commitdiff | tree |
2016-10-28 |
Alex Brainman | runtime/cgo: do not link threads lib by default on... |
commit | commitdiff | tree |
2016-10-28 |
Josh Bleecher... | cmd/compile: eliminate more allocs in newblock |
commit | commitdiff | tree |
2016-10-28 |
Josh Bleecher... | cmd/compile: combine slice allocations in newblock |
commit | commitdiff | tree |
2016-10-28 |
Nigel Tao | image/png: implement grayscale transparency. |
commit | commitdiff | tree |
2016-10-27 |
Matthew Dempsky | cmd/compile: stop adding implicit OKEY nodes |
commit | commitdiff | tree |
2016-10-27 |
Nigel Tao | image/png: implement truecolor transparency. |
commit | commitdiff | tree |
2016-10-27 |
Cherry Zhang | math/big: flip long/short flag on TestFloat32Distribution |
commit | commitdiff | tree |
2016-10-27 |
Keith Randall | cmd/compile: combine some extensions with loads |
commit | commitdiff | tree |
2016-10-27 |
Josh Bleecher... | cmd/compile: eliminate Name.Inlvar |
commit | commitdiff | tree |
2016-10-27 |
Keith Randall | cmd/compile: remove redundant extension after shift |
commit | commitdiff | tree |
2016-10-27 |
Keith Randall | cmd/compile: use masks instead of branches for slicing |
commit | commitdiff | tree |
2016-10-27 |
Robert Griesemer | cmd/compile: disallow "init" as alias |
commit | commitdiff | tree |
2016-10-27 |
Robert Griesemer | cmd/compile, go/parser: disallow "type T = p.T" - must... |
commit | commitdiff | tree |
2016-10-27 |
Michael Hudson... | cmd/compile, runtime: make the go.itab.* symbols module... |
commit | commitdiff | tree |
2016-10-27 |
Adam Langley | vendor/golang_org/x/crypto/poly1305: sync to 1150b8bd09... |
commit | commitdiff | tree |
2016-10-27 |
Russ Cox | net: add examples to Addr definition |
commit | commitdiff | tree |
2016-10-27 |
Russ Cox | mime: preserve unnecessary backslash escapes as literals |
commit | commitdiff | tree |
2016-10-27 |
Russ Cox | net/mail: allow empty quoted string name in address... |
commit | commitdiff | tree |
2016-10-27 |
Brad Fitzpatrick | net/http: update bundled http2 |
commit | commitdiff | tree |
2016-10-27 |
Russ Cox | runtime: use clock_gettime(CLOCK_REALTIME) for nanoseco... |
commit | commitdiff | tree |
2016-10-27 |
Robert Griesemer | spec: add new language for alias declarations |
commit | commitdiff | tree |
2016-10-27 |
Russ Cox | runtime: print sigcode on signal crash |
commit | commitdiff | tree |
2016-10-27 |
Robert Griesemer | cmd/compile: import/export of alias declarations |
commit | commitdiff | tree |
2016-10-27 |
Adam Langley | crypto/tls: add GetClientCertificate callback |
commit | commitdiff | tree |
2016-10-27 |
Russ Cox | net/rpc: fix method requirement docs |
commit | commitdiff | tree |
2016-10-27 |
Adam Langley | crypto/tls: add a SignatureScheme type. |
commit | commitdiff | tree |
2016-10-27 |
Adam Langley | crypto/x509: don't accept a root that already appears... |
commit | commitdiff | tree |
2016-10-27 |
Keith Randall | cmd/compile: emit assignments after calls in the right... |
commit | commitdiff | tree |
2016-10-27 |
Josh Bleecher... | cmd/compile: change Func.FCurfn to IsHiddenClosure |
commit | commitdiff | tree |
2016-10-27 |
Cherry Zhang | cmd/compile: make LR allocatable in non-leaf functions... |
commit | commitdiff | tree |
2016-10-27 |
Cherry Zhang | cmd/compile: make LR allocatable in non-leaf functions... |
commit | commitdiff | tree |
2016-10-27 |
Cherry Zhang | cmd/compile: enable DUFFZERO in defframe on MIPS64 |
commit | commitdiff | tree |
2016-10-27 |
Vladimir Stefanovic | cmd/objdump: skip tests for GOARCH=mips{,le} |
commit | commitdiff | tree |
2016-10-27 |
Josh Bleecher... | cmd/compile: reuse sort helpers |
commit | commitdiff | tree |
2016-10-27 |
Nigel Tao | image/png: allow tRNS chunk without a PLTE chunk. |
commit | commitdiff | tree |
2016-10-27 |
Andrew Gerrand | doc: s/race/ethnicity/ in the Code of Conduct |
commit | commitdiff | tree |
2016-10-27 |
Chris McGee | net: add multicast UDP support for plan9 |
commit | commitdiff | tree |
2016-10-27 |
Josh Bleecher... | cmd/compile: remove Label type |
commit | commitdiff | tree |
2016-10-27 |
Josh Bleecher... | cmd/compile: use List instead of OKEY for OSLICE* |
commit | commitdiff | tree |
2016-10-27 |
Klaus Post | compress/flate: make compression level 0 consistent |
commit | commitdiff | tree |
2016-10-27 |
Klaus Post | compress/flate: level 1 (best speed) match across blocks |
commit | commitdiff | tree |
2016-10-27 |
Hiroshi Ioka | cmd/compile/internal/gc: remove EscScope |
commit | commitdiff | tree |
2016-10-26 |
Bill O'Farrell | math/big: uses SIMD for some math big functions on... |
commit | commitdiff | tree |
2016-10-26 |
Ben Burkert | crypto/tls: add CloseWrite method to Conn |
commit | commitdiff | tree |
2016-10-26 |
Joe Tsai | unicode/utf8: optimize ValidRune |
commit | commitdiff | tree |
2016-10-26 |
Robert Griesemer | go/scanner: recognize invalid floating-point constant... |
commit | commitdiff | tree |
2016-10-26 |
Joe Tsai | bytes, strings: fix regression in IndexRune |
commit | commitdiff | tree |
2016-10-26 |
Adam Langley | crypto/x509: use Certificate.Equals and CertPool.contains. |
commit | commitdiff | tree |
2016-10-26 |
Brad Fitzpatrick | net/http/httptest: doc tweaks |
commit | commitdiff | tree |
2016-10-26 |
Brad Fitzpatrick | net/http/httptest: add more docs on ResponseRecord... |
commit | commitdiff | tree |
2016-10-26 |
Jaana Burcu... | context: add comments to the WithCancel example, apply... |
commit | commitdiff | tree |
2016-10-26 |
Carl Johnson | net/http: Improve docs for Response.ParseForm |
commit | commitdiff | tree |
2016-10-26 |
Joe Tsai | bytes, strings: fix snake-case in variable name |
commit | commitdiff | tree |
2016-10-26 |
Than McIntosh | cmd/compile: avoid truncating fieldname var locations |
commit | commitdiff | tree |
2016-10-26 |
Brad Fitzpatrick | net/http: add Server.ReadHeaderTimeout, IdleTimeout... |
commit | commitdiff | tree |
2016-10-26 |
Brad Fitzpatrick | encoding/json: marshal the RawMessage value type the... |
commit | commitdiff | tree |
2016-10-26 |
Brad Fitzpatrick | api: update next.txt |
commit | commitdiff | tree |
next |