2018-06-30 |
Alex Myasoedov | regexp: examples for Regexp.FindIndex and Regexp.FindAl... |
commit | commitdiff | tree |
2018-06-29 |
Ian Lance Taylor | cmd/cgo: handle GCC 8 change in errors about constant... |
commit | commitdiff | tree |
2018-06-29 |
Caleb Martinez | net/url: correct the documentation for PathUnescape |
commit | commitdiff | tree |
2018-06-29 |
Brad Fitzpatrick | time: clarify Unix, UnixNano, and In a bit |
commit | commitdiff | tree |
2018-06-29 |
Brad Fitzpatrick | net/http: update bundled http2 |
commit | commitdiff | tree |
2018-06-29 |
Ian Lance Taylor | runtime: throw if the runtime panics with out of bounds... |
commit | commitdiff | tree |
2018-06-29 |
Austin Clements | runtime: remap stack spans with MAP_STACK on OpenBSD |
commit | commitdiff | tree |
2018-06-29 |
Daniel Martí | os: treat "${}" in Expand like in Go 1.10 |
commit | commitdiff | tree |
2018-06-29 |
bill_ofarrell | bytes, strings: fix comparison of long byte slices... |
commit | commitdiff | tree |
2018-06-29 |
David Chase | Revert "cmd/compile: make OpAddr depend on VarDef in... |
commit | commitdiff | tree |
2018-06-29 |
Brad Fitzpatrick | net/http: update docs on Transport.DisableKeepAlives |
commit | commitdiff | tree |
2018-06-29 |
Brad Fitzpatrick | net/http: remove a flag accidentally submitted in CL... |
commit | commitdiff | tree |
2018-06-29 |
Daniel Martí | strings: add note for new Go developers to TrimLeft... |
commit | commitdiff | tree |
2018-06-29 |
Stephen L | src/testing/cover: document the CoverBlock struct fields |
commit | commitdiff | tree |
2018-06-29 |
David Chase | cmd/compile: make OpAddr depend on VarDef in storeOrder |
commit | commitdiff | tree |
2018-06-29 |
Cherry Zhang | cmd/compile: check SSAability in handling of INDEX... |
commit | commitdiff | tree |
2018-06-29 |
Daniel Martí | cmd/vet: don't run buildtag check when in vetxonly... |
commit | commitdiff | tree |
2018-06-28 |
Ian Lance Taylor | reflect: remove struct tags from unexported types |
commit | commitdiff | tree |
2018-06-28 |
Robert Griesemer | cmd/compile: don't crash in untyped expr to interface... |
commit | commitdiff | tree |
2018-06-28 |
Brad Fitzpatrick | net/http: make Server.Shutdown treat new connections... |
commit | commitdiff | tree |
2018-06-28 |
Russ Cox | cmd/vet: fix ironic misuse of fmt.Sprintf |
commit | commitdiff | tree |
2018-06-28 |
Andrew Braunstein | text/template/parse: fix a comment around the assign... |
commit | commitdiff | tree |
2018-06-28 |
Ilya Tocar | cmd/compile: mark CMOVLEQF, CMOVWEQF as cloberring AX |
commit | commitdiff | tree |
2018-06-28 |
Richard Musiol | syscall/js: rename Callback.Close to Release and expose... |
commit | commitdiff | tree |
2018-06-28 |
Dmitri Shuralyov | internal/syscall/unix: add build constraint to nonblock... |
commit | commitdiff | tree |
2018-06-28 |
Adam Shannon | crypto/x509: better debug output for verify-cert calls |
commit | commitdiff | tree |
2018-06-28 |
Andrew Bonventre | Revert "crypto/elliptic: implement P256 for arm64" |
commit | commitdiff | tree |
2018-06-27 |
Hiroshi Ioka | go/doc: make examples that depend on top-level decls... |
commit | commitdiff | tree |
2018-06-27 |
Peter Wu | crypto/tls: add RSASSA-PSS support for handshake messages |
commit | commitdiff | tree |
2018-06-27 |
Ian Lance Taylor | os: when looping in RemoveAll, close and re-open directory |
commit | commitdiff | tree |
2018-06-27 |
Ian Lance Taylor | reflect: prevent additional StructOf embedded method... |
commit | commitdiff | tree |
2018-06-27 |
Michael Fraenkel | net: parse IPv6 address with zone using DefaultResolver... |
commit | commitdiff | tree |
2018-06-27 |
Richard Musiol | syscall/js: add TypedArrayOf |
commit | commitdiff | tree |
2018-06-27 |
Grégoire Delattre | net: make concurrent resolver lookups independent |
commit | commitdiff | tree |
2018-06-27 |
Vlad Krasnov | crypto/elliptic: implement P256 for arm64 |
commit | commitdiff | tree |
2018-06-27 |
Brad Fitzpatrick | net/http/httptrace: add clarification never added to... |
commit | commitdiff | tree |
2018-06-27 |
Ian Lance Taylor | mime/quotedprintable: accept bytes >= 0x80 |
commit | commitdiff | tree |
2018-06-27 |
Ian Lance Taylor | net: limit concurrent threads to limit on file descriptors |
commit | commitdiff | tree |
2018-06-27 |
Meir Fischer | net/http/httptrace: expose request headers for http/1.1 |
commit | commitdiff | tree |
2018-06-27 |
Cherry Zhang | cmd/compile: fold offset into address on Wasm |
commit | commitdiff | tree |
2018-06-27 |
Ian Lance Taylor | misc/cgo/test: add retry loop around pthread_create... |
commit | commitdiff | tree |
2018-06-27 |
Ian Lance Taylor | misc/cgo/test: skip Test18146 in short mode |
commit | commitdiff | tree |
2018-06-27 |
LE Manh Cuong | cmd/link: document limitation of -X |
commit | commitdiff | tree |
2018-06-26 |
Ian Lance Taylor | mime/multipart: restore 1.9 handling of missing/empty... |
commit | commitdiff | tree |
2018-06-26 |
Mikio Hara | net: improve ExampleUDPConn_WriteTo docs |
commit | commitdiff | tree |
2018-06-26 |
David Chase | cmd/compile: improve escape analysis explanation go1.11beta1 |
commit | commitdiff | tree |
2018-06-26 |
Rowan Marshall | ast: refer to "embedded" rather than "anonymous" fields in |
commit | commitdiff | tree |
2018-06-26 |
Robert Griesemer | go/types: rename NewInterface2 to NewInterfaceType |
commit | commitdiff | tree |
2018-06-26 |
Richard Musiol | syscall/js: use stable references to JavaScript values |
commit | commitdiff | tree |
2018-06-26 |
Xargin | syscall: fix typo in RawSyscall6 comment |
commit | commitdiff | tree |
2018-06-26 |
Ian Lance Taylor | cmd/cgo: mention character restrictions on #cgo lines |
commit | commitdiff | tree |
2018-06-26 |
Alberto Donizetti | time: run genzabbrs.go to update zoneinfo_abbrs_windows.go |
commit | commitdiff | tree |
2018-06-26 |
Vladimir Kuzmin | cmd/compile: map delete should clear value always |
commit | commitdiff | tree |
2018-06-25 |
Andrew | cmd/dist: increase timeout scale to 3 for windows |
commit | commitdiff | tree |
2018-06-25 |
David Chase | cmd/compile: avoid remainder in loopbce when increment=0 |
commit | commitdiff | tree |
2018-06-25 |
Brad Fitzpatrick | cmd/dist: enable more tests on js/wasm |
commit | commitdiff | tree |
2018-06-25 |
Guilherme Goncalves | net/http: document and test behavior of ServeMux with... |
commit | commitdiff | tree |
2018-06-25 |
Jeremy Jackins | runtime/trace: reword the trace package summary |
commit | commitdiff | tree |
2018-06-25 |
Andrew Bonventre | os: have UserCacheDir return an error on failure |
commit | commitdiff | tree |
2018-06-25 |
Andrew Bonventre | doc/go1.11: add note about package versioning |
commit | commitdiff | tree |
2018-06-25 |
Richard Musiol | syscall/js: turn constant package vars into functions |
commit | commitdiff | tree |
2018-06-25 |
Richard Musiol | syscall.js: add Value.InstanceOf |
commit | commitdiff | tree |
2018-06-25 |
Nikhil Benesch | runtime: respect timeout in semasleep on Darwin |
commit | commitdiff | tree |
2018-06-24 |
Alberto Donizetti | doc/contribute: fix typo and reword a few sentences |
commit | commitdiff | tree |
2018-06-23 |
Michael Hudson... | cmd/link: never coalesce type descriptors when dynamica... |
commit | commitdiff | tree |
2018-06-22 |
Andrew Bonventre | api: promote next to go1.11 |
commit | commitdiff | tree |
2018-06-22 |
Heschi Kreinick | cmd/link: support DWARF compression on Darwin |
commit | commitdiff | tree |
2018-06-22 |
Brad Fitzpatrick | syscall, internal/poll: fix build on js/wasm |
commit | commitdiff | tree |
2018-06-22 |
Brad Fitzpatrick | cmd/dist: skip non-std tests on js/wasm |
commit | commitdiff | tree |
2018-06-22 |
Matthew Dempsky | cmd/compile: fix compile failure for lazily resolved... |
commit | commitdiff | tree |
2018-06-22 |
Cherry Zhang | cmd/compile: convert uint32 to int32 in ARM constant... |
commit | commitdiff | tree |
2018-06-22 |
Dmitri Shuralyov | doc/go1.11: clarify GOOS/GOARCH pair of WebAssembly... |
commit | commitdiff | tree |
2018-06-22 |
Dmitry Vyukov | sync: fix deficiency in RWMutex race annotations |
commit | commitdiff | tree |
2018-06-22 |
Ian Lance Taylor | os, net: avoid races between dup, set-blocking-mode... |
commit | commitdiff | tree |
2018-06-22 |
Thomas Bruyelle | net/http: fix test assertion |
commit | commitdiff | tree |
2018-06-22 |
Zhou Peng | runtime: fix comments style typo |
commit | commitdiff | tree |
2018-06-22 |
Daniel Theophanes | text/template/parse: undo breaking API changes |
commit | commitdiff | tree |
2018-06-22 |
Austin Clements | runtime: avoid recursive panic on bad lock count |
commit | commitdiff | tree |
2018-06-21 |
Matthew Dempsky | cmd/compile: fix recursive inimport handling |
commit | commitdiff | tree |
2018-06-21 |
Terin Stock | flag: add a Value example |
commit | commitdiff | tree |
2018-06-21 |
Paul Jolly | misc/wasm: fix permissions on wasm_exec.js |
commit | commitdiff | tree |
2018-06-21 |
Andrei Tudor... | internal/poll: use more fine-grained locking in Splice |
commit | commitdiff | tree |
2018-06-21 |
Ian Lance Taylor | cmd/go: re-enable a couple of tests of gccgo |
commit | commitdiff | tree |
2018-06-21 |
Wei Xiao | cmd/compile: improve atomic add intrinsics with ARMv8... |
commit | commitdiff | tree |
2018-06-21 |
Emmanuel T... | net/http: avoid deferred unlock in ServeMux.shouldRedirect |
commit | commitdiff | tree |
2018-06-21 |
Tobias Klauser | syscall: check faccessat flags parameter on Linux |
commit | commitdiff | tree |
2018-06-20 |
Brad Fitzpatrick | mime: change *.js mime type to application/javascript... |
commit | commitdiff | tree |
2018-06-20 |
Agniva De Sarker | cmd/go/internal: add a note about GOCACHE=off |
commit | commitdiff | tree |
2018-06-20 |
Stephen Lewis | doc: fix spelling of G Suite |
commit | commitdiff | tree |
2018-06-20 |
Wayne Ashley... | doc: change git clone url |
commit | commitdiff | tree |
2018-06-20 |
Peter Wu | crypto/tls: consolidate signatures handling in SKE... |
commit | commitdiff | tree |
2018-06-20 |
Ian Lance Taylor | internal/poll: better panic message for lock overflow |
commit | commitdiff | tree |
2018-06-20 |
LE Manh Cuong | make.bash: don't pass GOOS and GOARCH to cmd/go when... |
commit | commitdiff | tree |
2018-06-20 |
Brad Fitzpatrick | crypto/rand: make documentation consistent between... |
commit | commitdiff | tree |
2018-06-20 |
Agniva De Sarker | cmd/go: remove inadvertent comment for vgo |
commit | commitdiff | tree |
2018-06-20 |
Ian Lance Taylor | go/internal/gccgoimporter: read export data from archives |
commit | commitdiff | tree |
2018-06-20 |
Ian Lance Taylor | misc/cgo/test: avoid duplicate definition with gccgo |
commit | commitdiff | tree |
2018-06-19 |
David Carlier | runtime: fix FreeBSDNumCPU test |
commit | commitdiff | tree |
2018-06-19 |
Heschi Kreinick | debug/elf,macho,pe: support compressed DWARF |
commit | commitdiff | tree |
2018-06-19 |
Heschi Kreinick | cmd/link: enable DWARF compression on Windows |
commit | commitdiff | tree |
next |