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 |
2017-07-21 |
Brad Fitzpatrick | sync: delete a sentence from the Map docs |
commit | commitdiff | tree |
2017-07-21 |
Brad Fitzpatrick | net/http: document that after Hijack, Request.Body... |
commit | commitdiff | tree |
2017-07-21 |
Michael Stapelberg | sync: update Map documentation with usage rule of thumb |
commit | commitdiff | tree |
2017-07-21 |
Jaana Burcu... | doc: minor fixes to the editor guide |
commit | commitdiff | tree |
2017-07-21 |
Austin Clements | runtime: improve out-of-memory message when VirtualAllo... |
commit | commitdiff | tree |
2017-07-20 |
Dmitri Shuralyov | net/http: improve signature of Redirect, NewRequest |
commit | commitdiff | tree |
2017-07-20 |
Ian Lance Taylor | cmd/go, cmd/link: if -no-pie doesn't work, try -nopie |
commit | commitdiff | tree |
2017-07-20 |
Bryan C. Mills | sync: release m.mu during (*RWMutexMap).Range callbacks... |
commit | commitdiff | tree |
2017-07-20 |
Bryan C. Mills | misc/cgo/testsanitizers: add regression test for change... |
commit | commitdiff | tree |
2017-07-20 |
Jess Frazelle | cmd/go: fix test when go source tree has POSIX ACL |
commit | commitdiff | tree |
2017-07-20 |
Austin Clements | runtime: use SIGKILL if SIGQUIT is blocked; skip tests... |
commit | commitdiff | tree |
2017-07-20 |
Ian Lance Taylor | runtime: don't call libc sigaction function in forked... |
commit | commitdiff | tree |
2017-07-20 |
Johnny Luo | os: remove duplicate check from windows os.Stat |
commit | commitdiff | tree |
2017-07-19 |
yansal | net/mail: Fix typo |
commit | commitdiff | tree |
2017-07-19 |
Jaana Burcu... | doc: add an editor guide |
commit | commitdiff | tree |
2017-07-19 |
Austin Clements | runtime: only trace mark assists that do work |
commit | commitdiff | tree |
2017-07-19 |
Michael Munday | cmd/compile: fix unaligned loads/stores to global varia... |
commit | commitdiff | tree |
2017-07-18 |
Ian Lance Taylor | net/http: fix parameter name in comment |
commit | commitdiff | tree |
2017-07-18 |
Austin Clements | runtime: move tSweepTerm capture closer to STW |
commit | commitdiff | tree |
2017-07-18 |
Austin Clements | runtime: always use 2MB stacks on 64-bit Windows |
commit | commitdiff | tree |
2017-07-18 |
Alexey Palazhchenko | database/sql: fix wrong method name in description |
commit | commitdiff | tree |
2017-07-18 |
Brad Fitzpatrick | A+C: final updates for Go 1.9 |
commit | commitdiff | tree |
next |