]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-12-20 Kevin Burkecmd/cover: fix spelling mistake
2016-12-20 Joe Tsaidoc: remove archive/zip changes from go1.8.html
2016-12-20 Joe TsaiRevert: "archive/zip: handle mtime in NTFS/UNIX/Extende...
2016-12-20 Dhananjay Nakranicmd/cover: retain un-attached compiler directives
2016-12-19 Shenghou Maruntime: use mincore to detect physical page size as...
2016-12-19 Austin Clementsruntime: clean up and improve reflect.methodValue comments
2016-12-19 Keith Randallcmd/compile: test for correct zeroing
2016-12-19 Alberto Donizetticmd/go: fix doc about examples with empty Output
2016-12-19 Matthew Dempskycmd/compile: restore zero assignment optimization for...
2016-12-19 Mikio Haracrypto/tls: fix a typo
2016-12-19 Michael Hudson... cmd/compile, runtime: a different approach to duplicate...
2016-12-16 Joe Tsaipath/filepath: deprecate HasPrefix
2016-12-16 Austin Clementsruntime: cross-reference _func type better
2016-12-16 Kevin Burkeruntime/pprof: fix spelling in test
2016-12-16 Mikio Haranet: clarify IP.IsGlobalUnicast docs
2016-12-16 Ian Lance Taylorruntime/pprof: deflake tests for heavily loaded systems
2016-12-16 Ian Lance Taylormisc/cgo/testsanitizer: don't run msan tests if msan...
2016-12-15 Bryan C. Millsruntime: preserve callee-saved C registers in sigtramp
2016-12-15 Brad Fitzpatricknet/http: deflake TestServerTimeouts maybe
2016-12-15 Vladimir Stefanovictest: add mipsx case to nosplit.go
2016-12-15 Ian Lance Taylortest: add test gcc78763.go that caused a gccgo compiler...
2016-12-15 Chris Broadfootapi: add openbsd syscall constants go1.8beta2
2016-12-15 Chris Broadfootnet/http: update bundled http2
2016-12-15 Chris Broadfootdoc/help: tweak descriptions, make official channels...
2016-12-15 Vladimir Stefanovicmisc/cgo/test: add mipsx test case for #9400
2016-12-15 Vladimir Stefanovictest/fixedbugs: add mipsx case to issue11656
2016-12-15 Mikio Haranet: fix comment on IPv4bcast
2016-12-15 Raul Silveracmd/pprof: search for sample types in profile
2016-12-15 Mikio Haranet: fix ParseCIDR docs
2016-12-15 David Crawshawcmd/go, plugin: disable plugins on darwin
2016-12-15 Kevin Burkenet: fix typo
2016-12-15 Cherry Zhangruntime: fix mips assembly
2016-12-15 Ian Lance Taylornet: fix consecutive dialing docs
2016-12-15 Vladimir Stefanoviccmd/dist: enable cgo by default for GOARCH=mips{,le}
2016-12-15 Brad Fitzpatricknet/http/httptrace: clarify WroteRequest may be called...
2016-12-15 Vladimir Stefanovictest: enable fixedbugs/issue10607 test on GOARCH=mips...
2016-12-15 Vladimir Stefanoviccmd/objdump: disable objdump_test with external linking...
2016-12-14 Vladimir Stefanovicruntime: add cgo support for GOARCH=mips{,le}
2016-12-14 Vladimir Stefanoviccmd/link: add external linking support for GOARCH=mips...
2016-12-14 David Crawshawcmd/link: do not export plugin C symbols
2016-12-14 Brad Fitzpatricknet/http: deflake TestClientTimeout_Headers_h2 on Windows
2016-12-14 Robert Griesemergo/internal/gccgoimporter: accept missed portions of...
2016-12-14 Euan Kempruntime: correct writebarrier typos
2016-12-14 Daniel Theophanesdatabase/sql: do not store Tx options in Context
2016-12-14 Euan Kempcrypto/aes: correct 'noescape' typo in s390x
2016-12-14 Matt Layhernet: change "mask" to "prefix length" in ParseCIDR...
2016-12-14 Kavirajnet: document consecutive dialing in net.Dial
2016-12-14 Ian Lance Taylorcmd/link: improve -X doc wording
2016-12-14 Ian Lance Taylorcmd/cgo: don't strip qualifiers from C void* pointer
2016-12-14 Ian Lance Taylorcmd/link: explain how to find the name to use for -X
2016-12-13 Vladimir Stefanoviccmd/cgo: add required gcc flags for GOARCH=mips{,le}
2016-12-13 Vladimir Stefanovicmisc/cgo/test: skip test18146 on mips{,64}
2016-12-13 Vladimir Stefanovictest/bench/go1: reduce fasta data size for mips{,64}
2016-12-13 Russ Coxcmd/go: fix go get -t -u path/... containing vendor...
2016-12-13 Alex Brainmandoc: debug/pe.Section is not new, Section.Relocs field is
2016-12-13 Daniel Theophanesos: must fixup path when 248 bytes long
2016-12-13 Tilman Dilocmd/vet: fix panic and handling of XML in struct field...
2016-12-13 Ian Lance Tayloros/exec: fix race in TestStdinCloseRace
2016-12-13 Brad Fitzpatricknet/http: update some comments
2016-12-13 Brad FitzpatrickA+C: automated update
2016-12-13 Ian Lance Taylorcmd/go: don't assemble all .s files in a single cmd...
2016-12-12 Shenghou Macmd/internal/obj/mips: replace MOVD with MOVF on 32...
2016-12-12 Max Riveirotime: parse WITA timezone correctly
2016-12-12 Ian Lance Taylorruntime: don't crash if signal delivered on g0 stack
2016-12-12 Brad Fitzpatrickdoc: remove Reddit as an official space where Code...
2016-12-12 Shenghou Madoc: mention Go requires OpenBSD 5.9 or above in go1...
2016-12-12 Joel Singruntime, syscall: update openbsd for changes to syskill
2016-12-11 Martin Möhrmannfmt: undo clearflags in catchPanic after error message...
2016-12-10 David Crawshawcmd/link: limit darwin dynlink symbol exports
2016-12-10 Martin Kreichgauercrypto/x509: marshal certificate revocation times in...
2016-12-09 Joe Tsaiio: update documentation on LimitedReader
2016-12-09 Brad Fitzpatrickdatabase/sql: use complete sentences in new docs
2016-12-09 Joe Tsaidoc: update go1.8.html
2016-12-09 Raul Silveraruntime/pprof: track locations for goroutine profiles
2016-12-09 Brad Fitzpatrickapi: remove testing Context accessors from go1.8.txt
2016-12-09 Brad Fitzpatrickgo/build: clarify Context.HasSubdir docs
2016-12-09 Austin Clementsdoc/go1.8: mention trace tool changes
2016-12-09 Joe TsaiRevert "testing: add T.Context method"
2016-12-09 Daniel Theophanesdatabase/sql: document that drivers may not return...
2016-12-09 Brad Fitzpatrickdoc: add http.NoBody and Transport change to go1.8...
2016-12-09 Robert Griesemercmd/compile/internal/obj: remove superfluous addvarint...
2016-12-08 Brad Fitzpatrickall: make spelling consistent
2016-12-08 Brad Fitzpatrickdoc: remove pprof TODOs from go1.8.html
2016-12-08 Brad Fitzpatricknet/http: don't retry Transport requests if they have...
2016-12-08 Michael Hudson... cmd/link: do not mark go.plugin.tabs as reachable in...
2016-12-08 Joe Tsaiio: fix MultiReader panic on nil reader.
2016-12-08 Ian Lance Tayloros: document that Rename does not replace an existing...
2016-12-07 Brad Fitzpatrickdoc: misc go1.8.html fixes
2016-12-07 Ian Lance Taylortest: add bug501.go, a gccgo compiler crash
2016-12-07 Austin Clementsruntime: add number of forced GCs to MemStats
2016-12-07 David Crawshawcmd/internal/obj: regenerate relocation strings
2016-12-07 Lynn Bogercmd/link: fix sym sect when splitting text on ppc64le
2016-12-07 Brad Fitzpatrickcrypto/x509: reduce test's sought number of system...
2016-12-07 Keith Randallruntime: on stack copy, adjust BP
2016-12-07 Odin Ugedalfmt: remove unnecessary else statement
2016-12-07 Russ Coxcrypto/*: document use or non-use of constant-time...
2016-12-07 Adam Langleycrypto/dsa: don't allow signing with degenerate private...
2016-12-07 Brad Fitzpatricknet: use baked-in port numbers as fallback if cgo port...
2016-12-07 Ian Lance Taylormisc/cgo/test: skip test18146 on Darwin
2016-12-07 Brad Fitzpatrickcmd/go: ensure streaming test's stdout, stderr are...
next