2017-09-15 |
isharipo | cmd/internal/obj: change Prog.From3 to RestArgs ([... |
commit | commitdiff | tree |
2017-09-15 |
Alessandro... | cmd/compile: fix lexical block of captured variables |
commit | commitdiff | tree |
2017-09-15 |
Emmanuel Odeke | runtime: return deltimer early if timer.timersBucket... |
commit | commitdiff | tree |
2017-09-15 |
Matthew Dempsky | cmd/internal/objabi: remove unused flag funcs |
commit | commitdiff | tree |
2017-09-15 |
Matthew Dempsky | cmd/link: replace unrolled Cput loops with Cwrite/Cwrit... |
commit | commitdiff | tree |
2017-09-15 |
Ian Lance Taylor | runtime: change lockedg/lockedm to guintptr/muintptr |
commit | commitdiff | tree |
2017-09-15 |
David Crawshaw | cmd/compile: replace GOROOT in //line directives |
commit | commitdiff | tree |
2017-09-15 |
Todd Neal | cmd/compile: fix typo in floating point rule |
commit | commitdiff | tree |
2017-09-15 |
Kunpei Sakai | all: fix article typos |
commit | commitdiff | tree |
2017-09-15 |
Emmanuel Odeke | cmd/go: correctly report that -msan needs CGO_ENABLED=1 |
commit | commitdiff | tree |
2017-09-14 |
Michael Munday | cmd/compile: improve floating point constant propagation |
commit | commitdiff | tree |
2017-09-14 |
Lynn Boger | cmd/compile,math: improve int<->float conversions on... |
commit | commitdiff | tree |
2017-09-14 |
Daniel Martí | cmd/compile: expand inlining test to multiple pkgs |
commit | commitdiff | tree |
2017-09-14 |
zhongtao.chen | cmd/compile: limit the number of simultaneously opened... |
commit | commitdiff | tree |
2017-09-14 |
Ian Lance Taylor | misc/cgo/errors: don't pass -C to compiler |
commit | commitdiff | tree |
2017-09-14 |
Burak Guven | math/rand: fix comment for Shuffle |
commit | commitdiff | tree |
2017-09-14 |
Bryan C. Mills | misc/cgo/errors: test that the Go rune type is not... |
commit | commitdiff | tree |
2017-09-14 |
Bryan C. Mills | misc/cgo/errors: fix erroneous regexp detection |
commit | commitdiff | tree |
2017-09-13 |
Ian Lance Taylor | os: avoid crashing with a thundering herd in TestPipeTh... |
commit | commitdiff | tree |
2017-09-13 |
Matthew Dempsky | cmd/compile: simplify exporting ONAME nodes |
commit | commitdiff | tree |
2017-09-13 |
Tobias Klauser | archive/tar: populate Devmajor and Devminor in FileInfo... |
commit | commitdiff | tree |
2017-09-13 |
Matthew Dempsky | cmd/compile: simplify exporting OTYPE nodes |
commit | commitdiff | tree |
2017-09-13 |
Daniel Martí | cmd/compile: add TestIntendedInlining from runtime |
commit | commitdiff | tree |
2017-09-13 |
Bryan C. Mills | misc/cgo/errors: port test.bash to Go |
commit | commitdiff | tree |
2017-09-13 |
Sam Whited | encoding/xml: add decode wrapper |
commit | commitdiff | tree |
2017-09-13 |
Tyler Bui-Palsulich | container/heap: call t.Helper() in verify() |
commit | commitdiff | tree |
2017-09-13 |
Daniel Martí | text/template: check ignored error in a test |
commit | commitdiff | tree |
2017-09-13 |
Michael Munday | doc: mention s390x in environment section of install... |
commit | commitdiff | tree |
2017-09-13 |
Martin Möhrmann | runtime: refactor hmap.extra.overflow array into two... |
commit | commitdiff | tree |
2017-09-13 |
Martin Möhrmann | runtime: move evacuateX evacuateY relation check from... |
commit | commitdiff | tree |
2017-09-13 |
Wei Xiao | cmd/vet: fix go vet on parentheses of assembly function... |
commit | commitdiff | tree |
2017-09-13 |
Bryan C. Mills | misc/cgo/test: set the traceback level instead of faili... |
commit | commitdiff | tree |
2017-09-12 |
Ilya Tocar | unicode: speed-up is16/is32 |
commit | commitdiff | tree |
2017-09-12 |
Ilya Tocar | unicode/utf8: make FullRune inlinable |
commit | commitdiff | tree |
2017-09-12 |
Daniel Martí | cmd/compile: remove redundant switch label |
commit | commitdiff | tree |
2017-09-12 |
tbunyk | encoding/json: update documentation for MarshalIndent |
commit | commitdiff | tree |
2017-09-12 |
Ilya Tocar | crypto: simplify amd64 asm for sha{1,256,512} a bit |
commit | commitdiff | tree |
2017-09-12 |
Tobias Klauser | doc: unify colons and spacing in diagnostics guide |
commit | commitdiff | tree |
2017-09-12 |
Aliaksandr... | runtime: optimize siftupTimer and siftdownTimer a bit |
commit | commitdiff | tree |
2017-09-12 |
Michael Matloob | runtime: in cpuProfile.addExtra, set p.lostExtra to... |
commit | commitdiff | tree |
2017-09-12 |
Aliaksandr... | runtime: improve timers scalability on multi-CPU systems |
commit | commitdiff | tree |
2017-09-12 |
Daniel Martí | go/*: use sort.Slice to simplify some code |
commit | commitdiff | tree |
2017-09-12 |
Daniel Martí | all: remove strings.Contains check around Replace |
commit | commitdiff | tree |
2017-09-12 |
Martin Möhrmann | cmd/compile: improve single blank variable handling... |
commit | commitdiff | tree |
2017-09-11 |
Luan Santos | net/http: allow reuse of http.Request objects |
commit | commitdiff | tree |
2017-09-11 |
Bryan C. Mills | expvar: make (*Map).Init clear existing keys |
commit | commitdiff | tree |
2017-09-11 |
Lynn Boger | cmd/link: enable -buildmode=plugin for ppc64le |
commit | commitdiff | tree |
2017-09-11 |
Ilya Tocar | crypto/sha1: speed up sha1 for very small blocks |
commit | commitdiff | tree |
2017-09-11 |
Daniel Martí | cmd/compile: simplify a few early var declarations |
commit | commitdiff | tree |
2017-09-11 |
Lynn Boger | cmd/compile, math/bits: add rotate rules to PPC64.rules |
commit | commitdiff | tree |
2017-09-11 |
Joe Tsai | cmd/go: fix regexp |
commit | commitdiff | tree |
2017-09-11 |
Adam Langley | crypto/elliptic: fix incomplete addition used in Combin... |
commit | commitdiff | tree |
2017-09-11 |
Alan Donovan | cmd/vet: print: permit '#' flag in %e, %f, and %g |
commit | commitdiff | tree |
2017-09-11 |
Lynn Boger | cmd/compile: request r12 for indirect calls on ppc64le |
commit | commitdiff | tree |
2017-09-11 |
Michael Munday | crypto/elliptic: temporarily disable s390x assembly |
commit | commitdiff | tree |
2017-09-11 |
Andrew Bonventre | doc: hide content blocked by GFW when served in CN |
commit | commitdiff | tree |
2017-09-11 |
Ben Shi | cmd/internal/obj/arm: support more ARM VFP instructions |
commit | commitdiff | tree |
2017-09-11 |
Ben Shi | cmd/compile: optimize ARM code with NMULF/NMULD |
commit | commitdiff | tree |
2017-09-11 |
Alex Brainman | misc/cgo/testcshared: actually run test executable... |
commit | commitdiff | tree |
2017-09-11 |
Jaana Burcu... | doc: fix typo in the diagnostics guide |
commit | commitdiff | tree |
2017-09-11 |
Alex Brainman | misc/cgo/testcshared: simlpify cshared_test.go |
commit | commitdiff | tree |
2017-09-11 |
Anthony Sottile | cmd/cgo: treat simple C typedefs as go aliases |
commit | commitdiff | tree |
2017-09-11 |
Ian Lance Taylor | test: add test case that gccgo crashed on |
commit | commitdiff | tree |
2017-09-11 |
Martin Möhrmann | cmd/compile: preserve escape information for map literals |
commit | commitdiff | tree |
2017-09-11 |
Martin Möhrmann | internal/cpu: add support for x86 FMA cpu feature detection |
commit | commitdiff | tree |
2017-09-11 |
Hiroshi Ioka | cmd/link: don't generate runtime.text twice for buildmo... |
commit | commitdiff | tree |
2017-09-10 |
Alex Brainman | misc/cgo/testcshared: run tests in parallel |
commit | commitdiff | tree |
2017-09-10 |
Hiroshi Ioka | cmd/link: remove windows-specific kludges from Adddynrel |
commit | commitdiff | tree |
2017-09-10 |
Hiroshi Ioka | syscall: fix TestCloneNEWUSERAndRemapRootEnableSetgroup... |
commit | commitdiff | tree |
2017-09-10 |
David Crawshaw | misc/cgo/testplugin: pass GO_GCFLAGS |
commit | commitdiff | tree |
2017-09-10 |
Hiroshi Ioka | cmd/go, cmd/link, cmd/dist: re-enable plugin mode on... |
commit | commitdiff | tree |
2017-09-10 |
Hiroshi Ioka | cmd/internal/goobj: parse native objects in the archive |
commit | commitdiff | tree |
2017-09-10 |
Hiroshi Ioka | cmd/go: check compiler flags per compilers in gccSuppor... |
commit | commitdiff | tree |
2017-09-10 |
Hiroshi Ioka | cmd/internal/goobj: skip tests on some $GOOS/arm |
commit | commitdiff | tree |
2017-09-10 |
Will Faught | log: move Ldate doc to general declaration |
commit | commitdiff | tree |
2017-09-10 |
Alex Brainman | misc/cgo/testcshared: use TestMain |
commit | commitdiff | tree |
2017-09-09 |
Adrian Hesketh | time: add a number of new examples |
commit | commitdiff | tree |
2017-09-09 |
Adam Langley | crypto/x509: store names in signatureAlgorithmDetails. |
commit | commitdiff | tree |
2017-09-09 |
Adam Langley | crypto/x509: get hash information from signatureAlgorit... |
commit | commitdiff | tree |
2017-09-09 |
EKR | crypto/tls: fix clientHelloMsg fuzzer not to generate... |
commit | commitdiff | tree |
2017-09-09 |
Filippo Valsorda | crypto/tls: fix and expand TestVerifyPeerCertificate... |
commit | commitdiff | tree |
2017-09-09 |
David Crawshaw | cmd/go: put computed GOROOT in built binaries |
commit | commitdiff | tree |
2017-09-09 |
Michael Munday | math: fix Abs, Copysign and Signbit benchmarks |
commit | commitdiff | tree |
2017-09-09 |
David Crawshaw | runtime, plugin: error not throw on duplicate open |
commit | commitdiff | tree |
2017-09-09 |
David Crawshaw | cmd/go: add source file contents to plugin hash |
commit | commitdiff | tree |
2017-09-09 |
Matthew Dempsky | cmd/pack: fix export data truncation bug |
commit | commitdiff | tree |
2017-09-09 |
Than McIntosh | test: add test that caused gccgo incorrect compilation |
commit | commitdiff | tree |
2017-09-09 |
Juan Carlos | time: change wording in duration hours example |
commit | commitdiff | tree |
2017-09-09 |
Marvin Stenger | cmd/dist: move functions for the better |
commit | commitdiff | tree |
2017-09-09 |
Marvin Stenger | cmd/dist: remove trivial variables + functions |
commit | commitdiff | tree |
2017-09-09 |
Marvin Stenger | cmd/dist: use standard generated code header |
commit | commitdiff | tree |
2017-09-09 |
Marvin Stenger | cmd/dist: unleash bootstrap optimization for windows |
commit | commitdiff | tree |
2017-09-09 |
Marvin Stenger | cmd/dist: restore behavior of branchtag |
commit | commitdiff | tree |
2017-09-09 |
Marvin Stenger | cmd/dist: apply minor fixes |
commit | commitdiff | tree |
2017-09-09 |
Hiroshi Ioka | cmd/link: extract windows-specific code from dynrelocsym |
commit | commitdiff | tree |
2017-09-09 |
Elbert Fliek | time: add an example to the NewTicker function |
commit | commitdiff | tree |
2017-09-08 |
Matthew Dempsky | cmd/compile: slightly more idiomatic println code |
commit | commitdiff | tree |
2017-09-08 |
Sylvain Zimmer | regexp: Remove duplicated function wordRune() |
commit | commitdiff | tree |
2017-09-08 |
Ian Lance Taylor | math/rand: change http to https in comment |
commit | commitdiff | tree |
2017-09-08 |
Jaana Burcu... | doc: add a diagnostics guide |
commit | commitdiff | tree |
next |