2017-08-11 |
Alex Brainman | internal/poll: add tests for Windows file and serial... |
commit | commitdiff | tree |
2017-08-11 |
Joe Tsai | archive/tar: ensure input fits in octal field |
commit | commitdiff | tree |
2017-08-11 |
Joe Tsai | archive/tar: forbid NUL character in string fields |
commit | commitdiff | tree |
2017-08-11 |
Joe Tsai | archive/tar: expand TestPartialRead to cover sparse... |
commit | commitdiff | tree |
2017-08-11 |
Joe Tsai | archive/tar: simplify bytediff logic |
commit | commitdiff | tree |
2017-08-11 |
Joe Tsai | archive/tar: fallback to pre-Go1.8 behavior on certain... |
commit | commitdiff | tree |
2017-08-11 |
Joe Tsai | archive/tar: simplify Flush |
commit | commitdiff | tree |
2017-08-11 |
Hiroshi Ioka | cmd/link: check magic header |
commit | commitdiff | tree |
2017-08-11 |
molivier | time: add examples for Duration functions |
commit | commitdiff | tree |
2017-08-11 |
Tobias Klauser | test: add missing escape analysis test |
commit | commitdiff | tree |
2017-08-11 |
Josh Bleecher... | cmd/compile: unexport gc.Sysfunc |
commit | commitdiff | tree |
2017-08-10 |
Austin Clements | runtime: add "max waste" column to size class table... |
commit | commitdiff | tree |
2017-08-10 |
Joe Kyo | net/http: remove an unused variable in readCookies... |
commit | commitdiff | tree |
2017-08-10 |
Mat Byczkowski | doc/1.9: add CL 44074 for net/http to the release notes |
commit | commitdiff | tree |
2017-08-10 |
Daniel Martí | go/types: remove nil check around range |
commit | commitdiff | tree |
2017-08-10 |
Elias Naur | runtime: when dying from a signal use the previous... |
commit | commitdiff | tree |
2017-08-10 |
Elias Naur | runtime: allow crash() to raise SIGABRT on darwin/arm64 |
commit | commitdiff | tree |
2017-08-10 |
Kevin Burke | time: remove extra space in docstring |
commit | commitdiff | tree |
2017-08-10 |
Dave Cheney | Revert "cmd/compile: discard duplicate inline method... |
commit | commitdiff | tree |
2017-08-09 |
Mikio Hara | net, internal/poll: enable ListenMulticastUDP on solaris |
commit | commitdiff | tree |
2017-08-09 |
Daniel Martí | cmd/compile: remove some unused params in gc |
commit | commitdiff | tree |
2017-08-09 |
Sergey Frolov | crypto/tls: split clientHandshake into multiple methods |
commit | commitdiff | tree |
2017-08-09 |
Matthew Dempsky | cmd/compile: discard duplicate inline method bodies |
commit | commitdiff | tree |
2017-08-09 |
Matt Dee | database/sql: fail on unsupported options when context... |
commit | commitdiff | tree |
2017-08-09 |
Michael McLoughlin | crypto/rand: batch large calls to linux getrandom |
commit | commitdiff | tree |
2017-08-09 |
Brian Kessler | crypto/rsa: drop uneeded parameter in modInverse |
commit | commitdiff | tree |
2017-08-09 |
Wembley G.... | math/bits: Add examples for Reverse functions |
commit | commitdiff | tree |
2017-08-09 |
Dmitri Shuralyov | net/http: log Readdir error to Server.ErrorLog |
commit | commitdiff | tree |
2017-08-09 |
Lynn Boger | cmd/go,cmd/link: support buildmode c-shared on ppc64le |
commit | commitdiff | tree |
2017-08-09 |
Austin Clements | runtime: document concurrency of mheap.spans |
commit | commitdiff | tree |
2017-08-09 |
Joe Kyo | net/http: check If-Range header when request method... |
commit | commitdiff | tree |
2017-08-09 |
Than McIntosh | math: additional tests for Ldexp |
commit | commitdiff | tree |
2017-08-09 |
Christian Alexander | doc/contribute: improve wording of Gerrit description |
commit | commitdiff | tree |
2017-08-09 |
romanyx | math/bits: some regular examples for functions |
commit | commitdiff | tree |
2017-08-09 |
RaviTeja | doc/contribute.html: fix name of .gitcookies file |
commit | commitdiff | tree |
2017-08-09 |
Alberto Donizetti | testing: explain how SkipNow and FailNow stop execution |
commit | commitdiff | tree |
2017-08-09 |
Tom Bergan | net/http: update bundled http2 |
commit | commitdiff | tree |
2017-08-09 |
molivier | strings: add examples for Index functions |
commit | commitdiff | tree |
2017-08-09 |
Kevin Burke | strings: avoid unnecessary variable setting |
commit | commitdiff | tree |
2017-08-09 |
Wei Congrui | crypto/{aes,cipher,rc4}: fix out of bounds write in... |
commit | commitdiff | tree |
2017-08-09 |
Daniel Martí | cmd/vet: check that C receivers are cgo imports |
commit | commitdiff | tree |
2017-08-09 |
Josh Bleecher... | cmd/compile: use right shifts to eliminate bounds checks |
commit | commitdiff | tree |
2017-08-09 |
Josh Bleecher... | cmd/compile: remove gc.Sysfunc calls from 387 backend |
commit | commitdiff | tree |
2017-08-08 |
Josh Bleecher... | math/rand: use t.Helper in tests |
commit | commitdiff | tree |
2017-08-08 |
Josh Bleecher... | math/rand: fix uniform distribution stddev in tests |
commit | commitdiff | tree |
2017-08-08 |
Josh Bleecher... | runtime: simplify b.tophash[i] calculation |
commit | commitdiff | tree |
2017-08-08 |
Josh Bleecher... | runtime: use constants for map string key size |
commit | commitdiff | tree |
2017-08-08 |
Lyle Franklin | strings: add Examples for TrimFunc and variants during... |
commit | commitdiff | tree |
2017-08-08 |
Alberto Donizetti | cmd/compile: fix ADDSDmem comment and order in list |
commit | commitdiff | tree |
2017-08-08 |
Jelte Fennema | math: change oeis.org urls to https |
commit | commitdiff | tree |
2017-08-08 |
David du Colombier | net: fix LookupCNAME on Plan 9 |
commit | commitdiff | tree |
2017-08-08 |
Martin Möhrmann | runtime, internal/cpu: change cache line size for arm64... |
commit | commitdiff | tree |
2017-08-08 |
Martin Möhrmann | runtime: remove unused prefetch functions |
commit | commitdiff | tree |
2017-08-08 |
Dmitri Shuralyov | net/http: set Content-Type header in Redirect |
commit | commitdiff | tree |
2017-08-08 |
Ian Lance Taylor | cmd/cgo: document that structs and arrays don't work... |
commit | commitdiff | tree |
2017-08-08 |
Ian Lance Taylor | misc/cgo/errors: update ptr.go comment |
commit | commitdiff | tree |
2017-08-08 |
Dmitri Shuralyov | encoding/json: de-indent raw strings in remaining examples |
commit | commitdiff | tree |
2017-08-08 |
Seiji Takahashi | html: updated entity spec link |
commit | commitdiff | tree |
2017-08-08 |
Martin Möhrmann | internal/cpu: fix style nit in variable name |
commit | commitdiff | tree |
2017-08-08 |
Brad Fitzpatrick | flag: make default Usage prefer CommandLine's output... |
commit | commitdiff | tree |
2017-08-07 |
Keith Randall | runtime: mapassign_* should use typedmemmove to update... |
commit | commitdiff | tree |
2017-08-06 |
Josh Bleecher... | all: remove some manual hyphenation |
commit | commitdiff | tree |
2017-08-05 |
Ian Lance Taylor | runtime: mark activeModules nosplit/nowritebarrier |
commit | commitdiff | tree |
2017-08-05 |
Francesc Campoy... | math/bits: fix example for OnesCount64 |
commit | commitdiff | tree |
2017-08-04 |
Francesc Campoy | math/bits: add examples for OnesCount functions |
commit | commitdiff | tree |
2017-08-04 |
Ian Lance Taylor | misc/cgo/testsanitizers: also skip tsan11/tsan12 when... |
commit | commitdiff | tree |
2017-08-04 |
Ian Lance Taylor | reflect: document how DeepEqual handles cycles |
commit | commitdiff | tree |
2017-08-04 |
Ian Lance Taylor | doc: mention handling of moved GOROOT in 1.9 release... |
commit | commitdiff | tree |
2017-08-04 |
Jaana Burcu... | doc: use better wording to explain type-aware completion |
commit | commitdiff | tree |
2017-08-04 |
Jaana Burcu... | doc: replace paid with commercial |
commit | commitdiff | tree |
2017-08-04 |
Tristan Colgate | doc/1.9: add CL 43712, ReverseProxy of HTTP/2 trailers... |
commit | commitdiff | tree |
2017-08-04 |
Jaana Burcu... | doc: clarify that Gogland is for paid IntelliJ platform... |
commit | commitdiff | tree |
2017-08-04 |
Dmitry Savintsev | doc/1.9: fix broken html link in CL 53030/53210 |
commit | commitdiff | tree |
2017-08-04 |
Alberto Donizetti | doc: fix bad link in go1.9 release notes |
commit | commitdiff | tree |
2017-08-03 |
Dmitry Savintsev | doc/1.9: fix stray html in CL 53030 |
commit | commitdiff | tree |
2017-08-03 |
Axel Wagner | encoding/binary: add examples for varint functions |
commit | commitdiff | tree |
2017-08-03 |
Dmitry Savintsev | doc/1.9: add CL 36696 for crypto/x509 to the release... |
commit | commitdiff | tree |
2017-08-03 |
Andrew Bonventre | doc: hide blog content for golang.google.cn |
commit | commitdiff | tree |
2017-08-03 |
Ian Lance Taylor | internal/poll: don't add non-sockets to runtime poller |
commit | commitdiff | tree |
2017-08-03 |
Ian Lance Taylor | cmd/vet: don't exit with failure on type checking error |
commit | commitdiff | tree |
2017-08-02 |
Andrew Bonventre | doc: hide video and share if being served from CN |
commit | commitdiff | tree |
2017-08-02 |
Ian Lance Taylor | testsanitizers: check that tsan program runs, skip... |
commit | commitdiff | tree |
2017-08-02 |
Alberto Donizetti | time: skip ZoneAbbr test in timezones with no abbreviation |
commit | commitdiff | tree |
2017-08-02 |
Seiji Takahashi | cmd/go: show examples with empty output in go test... |
commit | commitdiff | tree |
2017-08-02 |
Cherry Zhang | cmd/compile: set/unset base register for better assembl... |
commit | commitdiff | tree |
2017-07-31 |
Austin Clements | runtime: map bitmap and spans during heap initialization |
commit | commitdiff | tree |
2017-07-31 |
Austin Clements | runtime: fall back to small mmaps if we fail to grow... |
commit | commitdiff | tree |
2017-07-30 |
Gustav Westling | .github: add .md extension to SUPPORT file |
commit | commitdiff | tree |
2017-07-28 |
Ian Lance Taylor | plugin: mention that there are known bugs with plugins |
commit | commitdiff | tree |
2017-07-27 |
Brad Fitzpatrick | cmd/dist: skip moved GOROOT on Go's Windows builders... |
commit | commitdiff | tree |
2017-07-26 |
Josh Bleecher... | test: add README |
commit | commitdiff | tree |
2017-07-26 |
Vladimir Stefanovic | runtime/pprof: prevent a deadlock that SIGPROF might... |
commit | commitdiff | tree |
2017-07-25 |
Jaana Burcu... | doc: list editor options by name, not plugin name |
commit | commitdiff | tree |
2017-07-25 |
Zac Bergquist | doc: cleanup editor page |
commit | commitdiff | tree |
2017-07-25 |
Zac Bergquist | doc: add Atom to editor guide |
commit | commitdiff | tree |
2017-07-24 |
Ian Lance Taylor | cmd/compile: consider exported flag in namedata |
commit | commitdiff | tree |
2017-07-24 |
Ian Lance Taylor | cmd/link: use full link, not compile, to test for ... |
commit | commitdiff | tree |
2017-07-24 |
Josh Bleecher... | .github: recommend 'go bug' when filing an issue |
commit | commitdiff | tree |
2017-07-24 |
Josh Bleecher... | .github: add SUPPORT file |
commit | commitdiff | tree |
2017-07-22 |
Joe Tsai | encoding/json: ignore embedded fields of pointers to... |
commit | commitdiff | tree |
next |