]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-01-17 Keith Randallcmd/fix: extend typechecker to use cgo types
2018-01-17 Keith Randallcmd/cgo: rewrite CFTypeRef and subytes on Darwin to...
2018-01-16 Brad Fitzpatricksync: consistently use article "a" for RWMutex
2018-01-16 Giovanni Bajoruntime: fix time.Now on Sierra and older
2018-01-16 Tobias Klauserruntime: update URL of the Linux vDSO parser tool
2018-01-16 Alberto Donizettidoc: specify which pprof version was vendored in go1.10
2018-01-15 Ian Lance Taylorruntime: don't issue cgocheck error for timer bucket...
2018-01-15 Rob Pikecmd/go: clarify and simplify (a little) the description...
2018-01-15 Kunpei Sakainet/rpc: improve error report messages
2018-01-14 Brad Fitzpatrickcmd/go: use Windows %AppData% for build cache if %Local...
2018-01-12 Ian Lance Taylorcmd/go: make gccgo -buildmode=shared and -linkshared...
2018-01-12 Robert Griesemercmd/compile: document reserved import paths
2018-01-11 Robert Griesemerspec: remove example explaining that type B0 and B0...
2018-01-11 Ian Lance Taylormisc/cgo/test: avoid endless loop when we can't parse...
2018-01-11 Ian Lance Taylorcmd/go: correct buildmode test (from "c-header" to...
2018-01-11 Andrew Bonventredoc, api: add type Srcset string change to go1.10 notes... go1.10beta2
2018-01-11 Adam Langleycrypto/x509: parse multiple URLs in a single CRLDP.
2018-01-11 Kunpei Sakainet/http: avoid for-loop if possible
2018-01-11 Robert Griesemercmd/compile/internal/syntax: don't record semi position...
2018-01-11 Ian Lance Taylorcrypto: clarify that some files come from CRYPTOGAMS
2018-01-11 Terin Stocknet/http: redirect host-based patterns to trailing...
2018-01-10 Brad Fitzpatricknet/http: fix "http2: no cached connection..." error...
2018-01-10 Ian Lance Taylorcmd/cgo: support niladic macros for gccgo
2018-01-10 Ian Lance Taylorcmd/go: check for another GCC error message
2018-01-10 Russ Coxcmd/go: limit test input file change detection to local...
2018-01-10 Daniel Martígo/importer,os/exec: use testenv.GoToolPath
2018-01-10 Brad Fitzpatrickos/exec: skip TestContextCancel on the Windows XP builder
2018-01-10 Russ Coxdoc/go1.10: document that Go 1.11 will remove Windows...
2018-01-10 Robert Griesemergo/internal/gccgoimporter: parse optional escape info...
2018-01-10 Than McIntoshcmd/compile: workaround for inconsistent receiver param...
2018-01-10 Samuel Tanhtml/template: check for duplicates when inserting...
2018-01-10 kim yongbindoc/go1.10: fix typo of "preserves"
2018-01-10 Ian Lance Taylorcmd/go: run the real test binary if the test link was...
2018-01-10 Brad Fitzpatricknet/url: reject invalid userinfo values when parsing...
2018-01-10 Kunpei Sakaiall: use Fatalf instead of Fatal if format is given
2018-01-10 Russ Coxdoc/go1.10: fix more TODOs
2018-01-09 Russ Coxos: fix grammar nit
2018-01-09 Robert Griesemerspec: use consistent quoting style in prose
2018-01-09 Keith Randallcmd/compile: fix path for go tool in test
2018-01-09 Brad Fitzpatrickstrings: prevent copyCheck from forcing Builder to...
2018-01-09 Russ Coxreflect: fix doc nit
2018-01-09 Russ Coxdoc: remove interior <code> spaces in debugging, diagno...
2018-01-09 Russ Coxdoc/debugging_with_gdb: soften text about disabling...
2018-01-09 Russ Coxdoc: s/tool chain/toolchain/
2018-01-09 Russ Coxcmd/go: adjust import config debugging flag
2018-01-09 Russ Coxcmd/link: set runtime.GOROOT default during link
2018-01-09 Russ Coxcmd/link: apply -X options after loading symbols
2018-01-09 Samuel TanRevert "html/template: prevent aliasing of parse Trees...
2018-01-09 Russ Coxcmd/test2json: emit Benchmark name output early
2018-01-08 Brad Fitzpatrickcontainer/list: document nil values more
2018-01-06 Brad FitzpatrickA+C: update late Go 1.10 contributors
2018-01-06 Giovanni Bajocrypto/x509: update iOS root certs.
2018-01-06 Brad Fitzpatrickdoc/go1.10: remove ReverseProxy TODO
2018-01-06 Brad FitzpatrickRevert "net/http/httputil: allow ReverseProxy to call...
2018-01-06 Brad Fitzpatricknet/http: document cloning of Server.TLSConfig
2018-01-05 Ian Lance Taylorcmd/go: add support for build IDs with gccgo
2018-01-05 Russ Coxcmd/test2json: fix processing of --- BENCH: output
2018-01-05 Hana Kimdoc/debugging_with_gdb: mention delve as an alternative.
2018-01-05 Russ Coxgo/constant: make string addition compute actual string...
2018-01-05 Russ Coxcmd/go: skip long tests in -short mode
2018-01-05 Brad Fitzpatricknet/http: document internal error errServerClosedIdle...
2018-01-05 Brad Fitzpatricknet/http: don't validate WriteHeader code if header...
2018-01-05 Brad Fitzpatricknet/http: document CONNECT more
2018-01-05 Brad Fitzpatricknet/http: soften wording around when the Transport...
2018-01-04 Russ Coxcmd/go: fix build failure in -x test
2018-01-04 Brad Burchcrypto/tls: optional "certificate_status" with OCSP
2018-01-04 Paul PISCUCmath/rand: typo fixed in documentation of seedPos
2018-01-04 Robert Griesemerspec: consistently use "element" rather than "value...
2018-01-04 Russ Coxsync: document when and when not to use Map
2018-01-04 Russ Coxcmd/test2json: fix test log output containing test...
2018-01-04 Russ Coxcmd/go: fix caching of test -json outputs
2018-01-04 Russ Coxcmd/go: fix coverage rebuild corner case
2018-01-04 Russ Coxcmd/go: fix compile -p flag for building test of main...
2018-01-04 Austin Clementsruntime: avoid race on allp in findrunnable
2018-01-04 Agniva De Sarkercmd/go: add -v option in the usage section for get
2018-01-04 Hiroshi Iokacmd/buildid: fix rewrite algorithm
2018-01-04 Hana Kimdoc/diagnostics: update gc flags recommended for debugging
2018-01-04 Ian Lance Taylorencoding/gob: avoid race on idToType
2018-01-04 Ian Lance Taylorcmd/go, testing: test names don't have to be alphanumeric
2018-01-03 Ian Lance Taylornet: set CLOEXEC on sockets used for capability probes
2018-01-03 Ian Lance Taylortime: revert CL 78735 (was: space padding using underscore)
2018-01-03 Ian Lance Taylornet: ignore TestDialerLocalAddr timeout failures on...
2018-01-03 Ian Lance Taylornet: report connect error as coming from "connect"
2018-01-03 Ian Lance Taylorcmd/go: on Windows, disable cache if LocalAppData is...
2018-01-03 Austin Clementsruntime: always use 1MB stacks on 32-bit Windows
2018-01-03 Daniel Theophanesdatabase/sql: fix nil pointer use within withLock
2018-01-03 Ian Lance Taylordoc/go1.10: mention new os.IsTimeout function
2018-01-02 Cherry Zhangcmd/compile: disable "redundant zeroextensions" optimiz...
2018-01-02 Caio Marcelo... net/http: relax the matching of strace output in test
2018-01-02 Brian Kesslermath: correct result for Pow(x, ±.5)
2018-01-02 Tim Cooperreflect: explicitly state that Type values can be used...
2018-01-01 Brad Fitzpatrickdoc: 2018 is the Year of the Gopher
2017-12-31 Filippo Valsordacrypto/tls: document VerifyPeerCertificate behavior...
2017-12-31 Igor Vashystencoding/xml: remove duplicate test of element presence
2017-12-30 Brad Fitzpatrickos: document that StartProcess's argv starts with the...
2017-12-27 Cherry Zhangcmd/vendor/golang.org/x/arch: revendor at commit 98fd8d9
2017-12-25 Jeff Johnsonnet: revert CL 82975
2017-12-22 Robert Griesemerspec: provide some (minimal) intuition for the notion...
2017-12-21 David Chasecmd/compile: additional test cleanup
2017-12-21 Ben Shicmd/internal/obj/arm: fix wrong encoding of NMULAF...
next