2016-06-30 |
Ian Lance Taylor | syscall: accept more variants of id output when testing... |
commit | commitdiff | tree |
2016-06-30 |
Brad Fitzpatrick | net/http: update bundled http2 |
commit | commitdiff | tree |
2016-06-29 |
Brad Fitzpatrick | net/http: be consistent about spelling of HTTP/1.x |
commit | commitdiff | tree |
2016-06-29 |
Nick Harper | crypto/ecdsa: Update documentation for Sign |
commit | commitdiff | tree |
2016-06-29 |
Tom Bergan | crypto/tls: Use the same buffer size in the client... |
commit | commitdiff | tree |
2016-06-29 |
Dmitry Vyukov | runtime: fix race atomic operations on external memory |
commit | commitdiff | tree |
2016-06-29 |
Ian Lance Taylor | runtime: correct printing of blocked field in scheduler... |
commit | commitdiff | tree |
2016-06-29 |
Ian Lance Taylor | runtime: better error message for newosproc failure |
commit | commitdiff | tree |
2016-06-29 |
Brad Fitzpatrick | net/http: update bundled http2 |
commit | commitdiff | tree |
2016-06-28 |
Konstantin... | cmd/vet: make checking example names in _test packages... |
commit | commitdiff | tree |
2016-06-28 |
Brad Fitzpatrick | database/sql: deflake TestPendingConnsAfterErr and... |
commit | commitdiff | tree |
2016-06-28 |
Andrew Gerrand | cmd/go: restore support for git submodules and update... |
commit | commitdiff | tree |
2016-06-28 |
Justyn Temme | strconv: clarify doc for Atoi return type |
commit | commitdiff | tree |
2016-06-28 |
Brad Fitzpatrick | net/http: conditionally configure HTTP/2 in Server... |
commit | commitdiff | tree |
2016-06-28 |
Marcel van... | doc: update 1.7 release notes on Unicode upgrade |
commit | commitdiff | tree |
2016-06-28 |
Joe Tsai | doc/go1.7.html: mention recent changes to Rand.Read |
commit | commitdiff | tree |
2016-06-28 |
Marcel van... | unicode: upgrade to version 9.0.0 |
commit | commitdiff | tree |
2016-06-28 |
David Crawshaw | reflect, runtime: optimize Name method |
commit | commitdiff | tree |
2016-06-28 |
Lynn Boger | runtime/internal/atomic: Use power5 compatible instruct... |
commit | commitdiff | tree |
2016-06-28 |
Raul Silvera | net/http/pprof: remove comments pointing to gperftools |
commit | commitdiff | tree |
2016-06-28 |
David Crawshaw | encoding/gob: avoid allocating string for map key |
commit | commitdiff | tree |
2016-06-27 |
Dmitri Popov | math/rand: fix io.Reader implementation |
commit | commitdiff | tree |
2016-06-27 |
Vladimir Mihailenco | compress/flate: don't ignore dict in Reader.Reset |
commit | commitdiff | tree |
2016-06-27 |
Ian Lance Taylor | crypto/tls: don't copy Mutex or Once values |
commit | commitdiff | tree |
2016-06-27 |
Konstantin... | net/http/httptest: show usage of httptest.NewRequest... |
commit | commitdiff | tree |
2016-06-27 |
Brad Fitzpatrick | net/http: reject faux HTTP/0.9 and HTTP/2+ requests |
commit | commitdiff | tree |
2016-06-27 |
Ian Lance Taylor | cmd/compile: avoid function literal name collision... |
commit | commitdiff | tree |
2016-06-27 |
Raul Silvera | runtime/pprof: update comments to point to new pprof |
commit | commitdiff | tree |
2016-06-27 |
Keith Randall | cmd/compile: keep heap pointer for escaping output... |
commit | commitdiff | tree |
2016-06-27 |
Konstantin... | cmd/vet: fix name check for examples in _test package |
commit | commitdiff | tree |
2016-06-27 |
David Crawshaw | encoding/json: copy-on-write cacheTypeFields |
commit | commitdiff | tree |
2016-06-26 |
Konstantin... | math/rand: fix comment about bits of seed used by the... |
commit | commitdiff | tree |
2016-06-25 |
Ian Lance Taylor | cmd/pprof: don't use local symbolization for remote... |
commit | commitdiff | tree |
2016-06-24 |
Ian Lance Taylor | cmd/pprof: ignore symbols with address 0 and size 0 |
commit | commitdiff | tree |
2016-06-24 |
Nathan VanBenschoten | math/big: special-case a 0 mantissa during Rat parsing |
commit | commitdiff | tree |
2016-06-24 |
David Crawshaw | cmd/compile, etc: use tflag to optimize Name()=="" |
commit | commitdiff | tree |
2016-06-24 |
Rob Pike | time: update documentation for Duration.String regardin... |
commit | commitdiff | tree |
2016-06-24 |
Sameer Ajmani | context: update documentation on cancelation and go... |
commit | commitdiff | tree |
2016-06-24 |
David Crawshaw | reflect: avoid lock for some NumMethod()==0 cases |
commit | commitdiff | tree |
2016-06-24 |
Brad Fitzpatrick | A+C: automated updates |
commit | commitdiff | tree |
2016-06-23 |
David Crawshaw | reflect: optimize (reflect.Type).Name |
commit | commitdiff | tree |
2016-06-23 |
David Crawshaw | cmd/compile, etc: bring back ptrToThis |
commit | commitdiff | tree |
2016-06-23 |
Ian Lance Taylor | testing: document that logs are dumped to standard... |
commit | commitdiff | tree |
2016-06-23 |
Ian Lance Taylor | html/template: update security model link |
commit | commitdiff | tree |
2016-06-23 |
Ian Lance Taylor | cmd/yacc: error rather than panic when TEMPSIZE is... |
commit | commitdiff | tree |
2016-06-23 |
Keith Randall | cmd/objdump: fix disassembly suffixes |
commit | commitdiff | tree |
2016-06-22 |
Michael Munday | CONTRIBUTORS: add people who contributed to s390x port... |
commit | commitdiff | tree |
2016-06-22 |
Alan Donovan | cmd/vet/internal/cfg: don't crash on malformed goto... |
commit | commitdiff | tree |
2016-06-22 |
Alan Donovan | cmd/vet: fix a crash in lostcancel check |
commit | commitdiff | tree |
2016-06-22 |
Robert Griesemer | cmd/compile: fix error msg mentioning different package... |
commit | commitdiff | tree |
2016-06-22 |
Robert Griesemer | test: add -s flag to commands understood by run.go |
commit | commitdiff | tree |
2016-06-21 |
Alan Donovan | doc: describe vet -lostcancel in go1.7 release notes |
commit | commitdiff | tree |
2016-06-21 |
Alan Donovan | cmd/vet: -lostcancel: check for discarded result of... |
commit | commitdiff | tree |
2016-06-21 |
qeed | cmd/cgo: error, not panic, if not enough arguments... |
commit | commitdiff | tree |
2016-06-21 |
Rob Pike | text/template: clarify the default formatting used... |
commit | commitdiff | tree |
2016-06-21 |
Ian Lance Taylor | cmd/pprof: don't use offset if we don't have a start... |
commit | commitdiff | tree |
2016-06-21 |
Ian Lance Taylor | runtime: panic with the right error on iface conversion |
commit | commitdiff | tree |
2016-06-20 |
Ian Lance Taylor | runtime: set PPROF_TMPDIR before running pprof |
commit | commitdiff | tree |
2016-06-20 |
Andrew Gerrand | cmd/go: for generate, use build context values for... |
commit | commitdiff | tree |
2016-06-20 |
Ian Lance Taylor | test: add missing copyright notice |
commit | commitdiff | tree |
2016-06-20 |
Andrew Gerrand | doc: update architectures on source install instructions |
commit | commitdiff | tree |
2016-06-20 |
Mikio Hara | doc/go1.7.html: don't mention obsolete RFC |
commit | commitdiff | tree |
2016-06-20 |
Emmanuel Odeke | doc/go1.7.html: net/http RFC 2616 conformation + timeou... |
commit | commitdiff | tree |
2016-06-19 |
Alex Brainman | debug/pe: handle files with no string table |
commit | commitdiff | tree |
2016-06-17 |
Michael Munday | cmd/compile: use power5 instructions for uint64 to... |
commit | commitdiff | tree |
2016-06-17 |
Austin Clements | runtime: eliminate poisonStack checks |
commit | commitdiff | tree |
2016-06-16 |
Austin Clements | runtime: fix stale comment in lfstack go1.7beta2 |
commit | commitdiff | tree |
2016-06-16 |
Austin Clements | cmd/dist: make zosarch.go deterministic |
commit | commitdiff | tree |
2016-06-16 |
Hana Kim | internal/trace: err if binary is not supplied for old... |
commit | commitdiff | tree |
2016-06-16 |
Ian Lance Taylor | runtime: remove useless loop from CgoCCodeSIGPROF test... |
commit | commitdiff | tree |
2016-06-15 |
Matthew Dempsky | go/ast: fix comments misinterpreted as documentation |
commit | commitdiff | tree |
2016-06-15 |
Ian Lance Taylor | runtime: if the test program hangs, try to get a stack... |
commit | commitdiff | tree |
2016-06-15 |
Cherry Zhang | syscall: skip TestUnshare if kernel does not support... |
commit | commitdiff | tree |
2016-06-15 |
Andrew Gerrand | net/http: pass through server side Transfer-Encoding... |
commit | commitdiff | tree |
2016-06-15 |
Sameer Ajmani | context: document how to release resources associated... |
commit | commitdiff | tree |
2016-06-14 |
Ian Lance Taylor | net: don't run TestLookupDotsWithLocalSource in short... |
commit | commitdiff | tree |
2016-06-14 |
Mikio Hara | os: fix blockUntilWaitable on freebsd/{386,arm} |
commit | commitdiff | tree |
2016-06-14 |
David Crawshaw | cmd/compile, etc: handle many struct fields |
commit | commitdiff | tree |
2016-06-14 |
Ian Lance Taylor | crypto/x509: don't ignore asn1.Marshal error |
commit | commitdiff | tree |
2016-06-14 |
Ian Lance Taylor | cmd/go: include .syso files even if CGO_ENABLED=0 |
commit | commitdiff | tree |
2016-06-14 |
Ian Lance Taylor | cmd/go: remove obsolete comment referring to deleted... |
commit | commitdiff | tree |
2016-06-14 |
Mikio Hara | os: fix build on freebsd/arm |
commit | commitdiff | tree |
2016-06-13 |
Mikio Hara | os: use wait6 to avoid wait/kill race on freebsd |
commit | commitdiff | tree |
2016-06-13 |
Mikio Hara | os: use waitid to avoid wait/kill race on darwin |
commit | commitdiff | tree |
2016-06-13 |
Ian Lance Taylor | runtime: collect stack trace if SIGPROF arrives on... |
commit | commitdiff | tree |
2016-06-13 |
Keith Randall | cmd/link: put padding between functions, not at the... |
commit | commitdiff | tree |
2016-06-12 |
David Chase | cmd/compile: fix OASWB rewriting in racewalk |
commit | commitdiff | tree |
2016-06-12 |
Dmitri Shuralyov | cmd/go: remove invalid space in import comment docs |
commit | commitdiff | tree |
2016-06-11 |
Keith Randall | runtime: aeshash, xor seed in earlier |
commit | commitdiff | tree |
2016-06-10 |
Ian Lance Taylor | os: on GNU/Linux use waitid to avoid wait/kill race |
commit | commitdiff | tree |
2016-06-10 |
Robert Griesemer | go/parser: document that parse functions need valid... |
commit | commitdiff | tree |
2016-06-10 |
Ian Lance Taylor | cmd/go: clarify go get documentation |
commit | commitdiff | tree |
2016-06-10 |
Michael Munday | syscall: add a padding field to EpollEvent on s390x |
commit | commitdiff | tree |
2016-06-10 |
Jess Frazelle | encoding/csv: update doc about comments whitespace |
commit | commitdiff | tree |
2016-06-09 |
Cherry Zhang | runtime: set $sp before $pc in gdb python script |
commit | commitdiff | tree |
2016-06-09 |
Keith Randall | cmd/compile: for tail calls in stubs, ensure args are... |
commit | commitdiff | tree |
2016-06-09 |
Ian Lance Taylor | cmd/cgo: fix use of unsafe argument in new deferred... |
commit | commitdiff | tree |
2016-06-09 |
Ian Lance Taylor | cmd/cgo: use function arg type for _cgoCheckPointerN... |
commit | commitdiff | tree |
2016-06-09 |
Ian Lance Taylor | time: document that RFC822/1123 don't parse all RFC... |
commit | commitdiff | tree |
2016-06-09 |
Kenny Grant | time: genzabbrs.go skips Feb when checking months |
commit | commitdiff | tree |
next |