]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-02-02 Emmanuel Odekecmd/compile: fix conversion error message for printed...
2017-02-02 Josh Bleecher... test: add extra test for issue18661
2017-02-02 Matthew Dempskycmd/compile: skip reexporting types in reexportdep
2017-02-02 Matthew Dempskycmd/compile/internal/gc: add comment and test for ...
2017-02-02 Alex Brainmancmd/link: assume that runtime.epclntab lives in .text...
2017-02-02 Ian Lance Taylorcmd/compile: update maxPtrmaskBytes comment for larger...
2017-02-01 Kale Blankenshipnet/http: detect Comcast et al DNS and auto-skip DNS...
2017-02-01 Matthew Dempskycmd/compile/internal/gc: inline typedcl0 and typedcl1
2017-02-01 Michael Fraenkelnet/http: make Server validate HTTP method
2017-02-01 Elias Naurmisc/ios: use the default go test timeout
2017-02-01 Elias Naursyscall: regenerate zsyscall_darwin_arm64.go with mksys...
2017-02-01 Elias Naurmisc/ios: include the bundle id in the GOIOS_APP_ID...
2017-02-01 Elias Naurmisc/ios: ignore stderr from iOS tools
2017-02-01 Adam Langleycrypto/tls: reject SNI values with a trailing dot.
2017-02-01 Adam Langleycrypto/x509: add test for v1 intermediates.
2017-02-01 Anmol Sethicrypto/tls: document ConnectionState.NegotiatedProtocol...
2017-02-01 Blake Mizeranynet/http/httputil: eliminate duplicate alloc/copy in...
2017-02-01 Thomas Bonfortimage/jpeg: improve performance when encoding *image...
2017-02-01 Filippo Valsordadoc: mention SHA-256 CBC suites are off by default
2017-02-01 Brad FitzpatrickRevert "testing: delete unused stopAlarm()"
2017-02-01 Alberto Donizetticmd/compile: never report "truncated to real" for toint...
2017-02-01 Anmol Sethinet/http: remove check for null bytes in Dir.Open()
2017-02-01 Jeff Johnsontime: defer loading ZONEINFO until first time.LoadLocat...
2017-02-01 Kyrylo Silintesting: delete unused stopAlarm()
2017-02-01 Ibrahim AshShohailarchive/zip: update the ZIP spec link
2017-02-01 Ibrahim AshShohailcmd/pprof: remove redundant URLs from error messages...
2017-02-01 Patrick Pelletiermime/multipart: allow boundary len <= 70
2017-02-01 Kevin Burkedatabase/sql: fix spelling mistake
2017-02-01 Josh Bleecher... cmd/compile: report more non-inlineable functions
2017-02-01 Michael Mundaycmd/compile: fix generic.rules
2017-02-01 Matthew Dempskycmd/compile: allocate Nodes together with Name/Param...
2017-02-01 Matthew Dempskycmd/compile: simplify noding const declarations
2017-02-01 Josh Bleecher... cmd/compile: insertVarPhis micro-optimization
2017-02-01 Josh Bleecher... cmd/compile: disable memory profiling when not in use
2017-02-01 Matthew Dempskycmd/compile: eliminate iota_
2017-02-01 Josh Bleecher... context: lazily initialize cancelCtx done channel
2017-02-01 Michael Mundaycmd/asm, cmd/internal/obj/s390x: fix encoding of VREPI...
2017-02-01 Joe Tsaitesting: synchronize writes to the root's Writer
2017-02-01 Joe Tsaireflect: adjust documentation on Value
2017-02-01 Russ Coxall: merge dev.inline into master
2017-01-31 Russ Coxall: merge dev.typealias into master
2017-01-31 Alberto Donizettitesting: stop timeout-timer after running tests
2017-01-31 Robert Griesemer[dev.typealias] spec: use term 'embedded field' rather...
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 Matthew Dempsky[dev.typealias] cmd/compile: avoid false positive cycle...
2017-01-26 Chris Broadfootdoc: document go1.7.5
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-25 Russ Cox[dev.typealias] reflect: add test for type aliases
2017-01-25 Russ Cox[dev.typealias] cmd/compile, reflect: fix struct field...
2017-01-25 Russ Cox[dev.typealias] reflect: fix StructOf use of StructFiel...
2017-01-25 Russ Cox[dev.typealias] cmd/doc: update for type alias
2017-01-25 Matthew Dempsky[dev.typealias] cmd/compile: declare methods after...
2017-01-24 Ian Lance Taylor[dev.typealias] test: match gccgo error messages on...
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 Matthew Dempsky[dev.typealias] cmd/compile: change Func.Shortname...
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-20 Robert Griesemer[dev.typealias] go/internal/gccgoimporter: support...
2017-01-20 Robert Griesemer[dev.typealias] cmd/compile: export/import test cases...
2017-01-19 Bryan C. Millsruntime: check for nil g and m in msanread
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 Robert Griesemer[dev.typealias] go/types: clarified doc string
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 Matthew Dempsky[dev.inline] cmd/compile: parse source files concurrently
2017-01-13 Matthew Dempsky[dev.inline] cmd/compile: reorganize file parsing logic
next