]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-06-16 Heschi Kreinickdoc: fix description of Duration.Round
2017-06-16 Brad Fitzpatricknet/http: update bundled http2
2017-06-16 Ian Lance Taylornet: don't forget about ongoing DNS lookup if context...
2017-06-16 Brad FitzpatrickA+C: add a missing name
2017-06-16 Alberto Donizettidoc: note that Time.String changed in go1.9
2017-06-16 Russ Coxcmd/go: clarify test -run and -bench pattern matching
2017-06-16 Mark Ryanencoding: fix endless loop in TestDecoderBuffering
2017-06-16 Jed Denleaimage/gif: fix writeImageBlock with SubImages
2017-06-16 Brad FitzpatrickA+C: automated update
2017-06-15 Ian Lance Taylornet: handle spurious netpoll wakeups in connect
2017-06-15 Robert Griesemercmd/compile: fix crash in importer when running in...
2017-06-15 Matthew Dempskycmd/compile: add regress test for #20682
2017-06-15 Dominik Honnefpath/filepath: fix TestGlobError
2017-06-15 Matthew Dempskycmd/compile: better error for malformed packages
2017-06-15 Marko Mudriniccmd/go: improve documentation on defaults for get
2017-06-15 Brad Fitzpatricknet/http: add a known goroutine, don't check goroutine...
2017-06-15 Matthew DempskyRevert "cmd/compile: skip reexporting types in reexportdep"
2017-06-15 Alberto Donizettidoc: fix typo in go1.9 release notes
2017-06-15 Ian Lance Taylordoc: mention that os package now uses poller
2017-06-15 Kale Blankenshipnet/http: document SOCKS5 proxy support
2017-06-15 Mark Ryanencoding: report correct line numbers in tests
2017-06-15 Vladimir Stefanovicruntime: enable GDB tests on mips64 (except TestGdbPyth...
2017-06-15 Kale Blankenshiptesting: clarify -timeout flag
2017-06-15 Brad Fitzpatrickdoc: fix typo in Go 1.9 release notes
2017-06-15 Matthew Dempskycmd/compile: fix exporting of function bodies
2017-06-15 Keith Randallruntime: restore arm assembly stubs for div/mod
2017-06-15 Kale Blankenshipcmd/pprof: restore printing descriptive errors from...
2017-06-15 Brad Fitzpatrickdoc: flesh out tools section in Go 1.9 release notes
2017-06-15 Russ Coxunicode: move scripts from FoldCategories to FoldScripts
2017-06-14 Brad Fitzpatrickdoc: add more Go 1.9 release notes
2017-06-14 Brad Fitzpatricknet, doc: document JoinHostPort change in release notes...
2017-06-14 Brad Fitzpatricktime: remove some redundant equality comparison documen...
2017-06-14 Robert Griesemercmd/compile: fix detection of calls to reflect.Method
2017-06-14 Brad Fitzpatrickcmd/go: disable tool version check during bootstrap go1.9beta1
2017-06-14 Brad Fitzpatricknet/http: update bundled http2
2017-06-14 Chris Broadfootapi: promote next to go1.9
2017-06-14 Chris Broadfootapi: update next.txt
2017-06-14 Brad FitzpatrickA+C: automated update
2017-06-14 Brad Fitzpatrickos: clarify behavior of TempDir
2017-06-14 Brad Fitzpatricknet: clarify Listen on 0.0.0.0 behavior
2017-06-14 thoeniencoding/json: don't marshal unexported embedded fields...
2017-06-14 Brad Fitzpatricksync: make another attempt at clarifying RWMutex double...
2017-06-14 Heschi Kreinickdoc: list cmd/compile's DWARF changes in 1.9 relnotes
2017-06-14 Keith Randallruntime: remove unused arm assembly for div/mod
2017-06-14 Ian Lance Taylorruntime: don't run TestCgoNumGoroutine on Windows or...
2017-06-14 Brad Fitzpatricktime: unify the Time.Equals vs == pitfall documentation
2017-06-14 Ian Lance Taylorcmd/cgo: match note following error in compiler errors
2017-06-14 Brad Fitzpatrickdoc: add go-contrib-init mention to contributing docs
2017-06-14 Samuel Tanhtml/template: only search identifier nodes for predefi...
2017-06-14 Alberto Donizettidoc: list html/template and text/template changes in...
2017-06-14 Austin Clementsruntime: record mutex event before readying
2017-06-14 Lynn Bogercmd/link: implement trampolines for ppc64le with ext...
2017-06-14 Ian Lance Taylorruntime, syscall: reset signal handlers to default...
2017-06-14 Alan Donovango/token: use fine-grained locking in FileSet
2017-06-14 Brad Fitzpatrickdoc: add more Go 1.9 notes
2017-06-14 Josh Bleecher... runtime: speed up stack copying
2017-06-14 Brad Fitzpatrickpath, path/filepath: clarify and cross-reference packages
2017-06-14 Austin Clementsruntime: move pdesc into p
2017-06-14 Hiroshi Iokago/printer: handle associated comments for CommentedNode
2017-06-13 Ian Lance Taylorcmd/go: fix TestIssue7573 for absolute paths in -L...
2017-06-13 Austin Clementsruntime: increase MaxGomaxprocs to 1024
2017-06-13 Pravendra Singhreflect: prevent structs with invalid field name
2017-06-13 Emmanuel Odekenet/http: fix application/ogg sniff signature
2017-06-13 Daniel Theophanesdoc: add go1.9 release notes for database/sql changes
2017-06-13 Robert Griesemercmd/go: adjust regexp that cleans cgo-related errors
2017-06-13 Brad Fitzpatrickdoc: flesh out some more Go 1.9 package notes
2017-06-13 Daniel Theophanesdatabase/sql: ensure a Stmt from a Conn executes on...
2017-06-13 Austin Clementsruntime: clean up some silly allp loops
2017-06-13 Ian Lance Taylorgo/build: make -I/-L options in cgo flags absolute
2017-06-13 Adam Langleycrypto/x509: support excluded domains in name constraints.
2017-06-13 Alberto Donizettidoc: add encoding changes to 1.9 release notes
2017-06-13 Ian Lance Taylorcmd/go: initialize in get before loading packages
2017-06-13 Ben Shicmd/internal/obj/arm: fix MOVW to/from FPSR
2017-06-13 Alex Brainmantime: run genzabbrs.go to update zoneinfo_abbrs_windows.go
2017-06-13 Brad Fitzpatrickruntime, unicode: use consistent banner for generated...
2017-06-12 Daniel Theophanesdatabase/sql: correct level of write to same var for...
2017-06-12 Kale Blankenshipdoc: add net/http changes to go1.9.html
2017-06-12 Sarah Adamsdatabase/sql: properly document QueryRow
2017-06-12 Hiroshi Iokago/parser: handle last line comments
2017-06-12 Daniel Theophanesdatabase/sql: prevent race on Rows close with Tx Rollback
2017-06-12 Daniel TheophanesRevert "database/sql: Use Tx.ctx in Tx non-context...
2017-06-11 Alex Brainmandoc: explain Windows DWARF linker changes in go1.9...
2017-06-09 Brad Fitzpatricknet: don't run TestDialListenerAddr in short mode on...
2017-06-09 Austin Clementsruntime: YIELD in procyield on ARM
2017-06-09 Brad Fitzpatrickall: single space after period
2017-06-09 Brad Fitzpatrickos/exec: remove BUG for old and unsupported OS
2017-06-09 Austin Clementsruntime: print pc with fp/sp in traceback
2017-06-09 Alberto Donizettidoc: list image changes in 1.9 release notes
2017-06-09 Daniel Martícmd/compile: don't use ."" as a pkg prefix
2017-06-09 Brad Fitzpatricknet/http: regenerate http2 bundle with bundle fixes...
2017-06-09 Austin Clementsdoc/go1.9: runtime release notes
2017-06-09 Austin Clementsdoc/go1.9: GC performance release notes
2017-06-09 Ben Shicmd/internal/obj/arm: fix encoding of move register...
2017-06-09 Meir Fischertesting: show in-progress tests upon SIGINT
2017-06-08 Brad Fitzpatrickcmd/go: ignore dot and underscore files in fmt, fix...
2017-06-08 Brad Fitzpatricknet/http: remove invalid checks of Request.Proto* for...
2017-06-08 Alex Brainmansyscall: make windows Exit call runtime.exit
2017-06-08 Brad Fitzpatricknet: make Dial("tcp", ln.Addr().String()) work even...
2017-06-08 Ben Burkertnet: support all PacketConn and Conn returned by Resolv...
2017-06-08 Brad Fitzpatricknet/http: simplify recently added TestServeTLS
next