]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2017-02-16 Chris Broadfoot[release-branch.go1.8] go1.8 go1.8
2017-02-16 Chris Broadfoot[release-branch.go1.8] doc: document go1.8
2017-02-16 Russ Cox[release-branch.go1.8] runtime: do not call wakep from...
2017-02-15 Sarah Adams[release-branch.go1.8] doc: update Code of Conduct...
2017-02-15 Russ Cox[release-branch.go1.8] encoding/xml: fix incorrect...
2017-02-13 Daniel Theophanes[release-branch.go1.8] database/sql: convert test timeo...
2017-02-10 Michael Hudson... [release-branch.go1.8] reflect: clear ptrToThis in...
2017-02-10 Daniel Theophanes[release-branch.go1.8] database/sql: ensure driverConns...
2017-02-10 Daniel Theophanes[release-branch.go1.8] database/sql: do not exhaust...
2017-02-09 Daniel Theophanes[release-branch.go1.8] database/sql: record the context...
2017-02-08 Russ Cox[release-branch.go1.8] crypto/x509: check for new tls...
2017-02-07 Russ Cox[release-branch.go1.8] cmd/go, go/build: better defense...
2017-02-07 Cherry Zhang[release-branch.go1.8] cmd/compile: do not use "oaslit...
2017-02-07 Robert Griesemer[release-branch.go1.8] cmd/compile/internal/syntax...
2017-02-07 Robert Griesemer[release-branch.go1.8] cmd/compile/internal/syntax...
2017-02-07 David Crawshaw[release-branch.go1.8] cmd/link: use external linking...
2017-02-07 Andrew Gerrand[release-branch.go1.8] doc: remove inactive members...
2017-02-06 Russ Cox[release-branch.go1.8] vendor/golang.org/x/crypto/curve...
2017-02-06 Cherry Zhang[release-branch.go1.8] cmd/compile: do not fold large...
2017-02-06 Michael Munday[release-branch.go1.8] cmd/compile: fix type propagatio...
2017-02-02 Alberto Donizetti[release-branch.go1.8] testing: stop timeout-timer...
2017-02-01 Filippo Valsorda[release-branch.go1.8] doc: mention SHA-256 CBC suites...
2017-01-31 Russ Cox[release-branch.go1.8] all: final merge of master into...
2017-01-30 Elias Naurcmd/dist: really skip the testsanitizers tests on Android
2017-01-30 Ian Lance Taylorruntime: add explicit (void) in C to avoid GCC 7 problem
2017-01-29 Elias Naurcmd/dist: use the target GOOS to skip the test for...
2017-01-29 Daniel Theophanesdoc: update go1.8 release notes after TxOptions change
2017-01-28 Alberto Donizetticmd/go: update alldocs after CL 35150
2017-01-27 Michael Mundaycmd/compile: use CMPWU for 32-bit or smaller unsigned...
2017-01-26 Chris Broadfoot[release-branch.go1.8] go1.8rc3 go1.8rc3
2017-01-26 Chris Broadfootdoc: document go1.7.5
2017-01-26 Chris Broadfoot[release-branch.go1.8] all: merge master into release...
2017-01-26 Ian Lance Taylorcmd/go: don't reject ./... matching top-level file...
2017-01-26 Daniel Theophanesdatabase/sql: fix race when canceling queries immediately
2017-01-26 Robert Griesemergo/printer: fix format with leading comments in composi...
2017-01-25 David Crawshawruntime: reorder modules so main.main comes first
2017-01-25 Daniel Theophanesdatabase/sql: let tests wait for db pool to come to...
2017-01-24 Ian Lance Taylordoc: update gccgo docs
2017-01-24 Ian Lance Taylordoc: clarify what to do with Go 1.4 when installing...
2017-01-24 Brad Fitzpatrickdoc: note that plugins are not fully baked
2017-01-24 Brad Fitzpatricknet/http: don't send body on redirects for 301, 302...
2017-01-24 Mikio Haranet/http: fix a nit
2017-01-24 Ian Lance Taylorcmd/link: mark DWARF function symbols as reachable
2017-01-24 Brad Fitzpatrickdoc: mention testing.MainStart signature change
2017-01-23 Keith Randallruntime: amd64, use 4-byte ops for memmove of 4 bytes
2017-01-21 Michael Mundaycmd/compile: fix constant propagation through s390x...
2017-01-20 Ian Lance Taylormisc/cgo/test: pass current environment to syscall...
2017-01-20 Ian Lance Taylormisc/cgo/test: fix test when using GCC 7
2017-01-20 Keith Randallcmd/compile: don't use nilcheck information until the...
2017-01-20 Josh Bleecher... cmd/compile: fix compilebench -alloc
2017-01-19 Bryan C. Millsruntime: check for nil g and m in msanread
2017-01-19 Chris Broadfoot[release-branch.go1.8] go1.8rc2 go1.8rc2
2017-01-19 Chris Broadfoot[release-branch.go1.8] all: merge master into release...
2017-01-19 Hironao OTSUBOgo/ast: fix Object's doc comment about Data
2017-01-18 Austin Clementsruntime: force workers out before checking mark roots
2017-01-18 Russ Coxtesting: make parallel t.Run safe again
2017-01-18 Brad Fitzpatrickcrypto/x509: revert SystemCertPool implementation for...
2017-01-18 David du Colombierdoc/go1.8: document Plan 9 requirements
2017-01-17 Keith Randallruntime: for plugins, don't add duplicate itabs
2017-01-17 Alberto DonizettiREADME.md: update and simplify
2017-01-17 gulyasmcmd/go: fix bug help message
2017-01-17 Filippo Valsordacrypto/tls: disable CBC cipher suites with SHA-256...
2017-01-16 Cherry Zhangcmd/compile: add ZeroWB case in writebarrier
2017-01-16 Brad Fitzpatrickdoc: 2017 is the Year of the Gopher
2017-01-16 Josh Bleecher... cmd/compile: lvalues are only required for == when...
2017-01-16 Shenghou Mavendor/golang_org/x/crypto/poly1305: revendor to pick...
2017-01-14 David du Colombiernet/http: skip TestServerHijackGetsBackgroundByte on...
2017-01-14 David du Colombiernet/http: skip TestServerHijackGetsBackgroundByte_big...
2017-01-14 Brad Fitzpatricknet/http: add another hijack-after-background-read...
2017-01-14 David Crawshawall: test adjustments for the iOS builder
2017-01-13 Brad Fitzpatricknet/http: make sure Hijack's bufio.Reader includes...
2017-01-13 David Crawshawcmd/go, misc: rework cwd handling for iOS tests
2017-01-13 Michael Mundaysyscall: export Fsid.X__val on s390x
2017-01-13 Alberto Donizettidoc/gdb: mention GOTRACEBACK=crash
2017-01-13 Keith Randallmisc/cgo/testplugin: test that types and itabs are...
2017-01-13 Austin Clementsreflect: keep makeFuncImpl live across makeFuncStub
2017-01-12 David Crawshawcmd/link: only exclude C-only symbols on darwin
2017-01-12 Joe Tsaicompress/flate: avoid large stack growth in fillDeflate
2017-01-12 David Crawshawcmd/go: add comment about SIGUSR2 on iOS
2017-01-12 David Crawshawcmd/go, misc: switch from breakpoint to SIGUSR2
2017-01-12 Shenghou Madoc/go1.8: update timezone database version
2017-01-12 Keith Randallmisc/cgo/testshared: test that types and itabs are...
2017-01-12 Bryan C. Millsruntime: avoid clobbering C callee-save register in...
2017-01-11 Josh Bleecher... cmd/compile: hide testdclstack behind debug flag
2017-01-11 Joe Tsaicompress/gzip: skip TestGZIPFilesHaveZeroMTimes on...
2017-01-11 Austin Clementscrypto/dsa: gofmt
2017-01-11 Brad Fitzpatricknet/http: deflake TestRetryIdempotentRequestsOnError
2017-01-10 Jaana Burcu... doc: remove inline styles
2017-01-10 Chris Broadfoot[release-branch.go1.8] go1.8rc1 go1.8rc1
2017-01-10 David Chasecmd/compile: disable flaky test
2017-01-10 Austin Clementsruntime: debug prints for spanBytesAlloc underflow
2017-01-09 David Chasecmd/compile: insert scheduling checks on loop backedges
2017-01-09 Robert Griesemercmd/compile: file line number for //go:xxx directives
2017-01-09 Joe Tsainet/http: preserve original HTTP method when possible
2017-01-08 Austin Clementsruntime: add table of size classes in a comment
2017-01-07 gulyasmgo/types: fix typo
2017-01-07 Kevin Burkeos/user: document the difference between Username and...
2017-01-07 shawnpsall: fix misspellings
2017-01-07 Ian Lance Taylornet/http: don't do a background read if we've already...
2017-01-07 Jaana Burcu... cmd/go: add link to env varible guide to set custom...
next