]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-07-07 Austin Clementsdoc/go1.9: discuss runtime.Callers
2017-07-07 Austin Clementsruntime: document FuncForPC behavior with inlining
2017-07-07 Brad Fitzpatrickdoc: note that Go 1.9 is last release to support FreeBS...
2017-07-06 Brad Fitzpatrickcmd/doc: print Go syntax when printing struct.field...
2017-07-06 Gustav Westlingencoding/base32: make NoPadding Encoding's DecodedLen...
2017-07-06 Brad Fitzpatrickos/exec: clarify Cmd.Wait documentation a bit more...
2017-07-06 Gustav Westlingencoding/base32: support custom and disabled padding...
2017-07-06 Austin Clementsruntime: prevent descheduling while holding rwmutex...
2017-07-06 Mikio Haranet: clarify the length limit for service name
2017-07-06 Brad Fitzpatricknet: don't return IPv4 unspecified addr for Resolve...
2017-07-06 Brad Fitzpatrickdoc: complete remaining Go 1.9 documentation TODOs
2017-07-06 Russ Coxcmd/go: fix docs for -timeout
2017-07-06 Emmanuel Odekereflect: match MakeMapWithSize docs about initial capac...
2017-07-06 Brad Fitzpatricktime: document the Time.String is meant for debugging
2017-07-06 Brad Fitzpatrickos/exec: document lack of implicit shell usage or globbing
2017-07-06 Russ CoxRevert "bufio: make Reader.Peek invalidate Unreads"
2017-07-05 Fabian Wickbornruntime/pprof: Fix type name in function comment
2017-07-04 Kale Blankenshipgo/printer: fix typo
2017-07-03 Austin Clementsruntime: clean up mheap.allocLarge
2017-06-30 Joe Tsainet/http/httptest: allow creation of Server manually
2017-06-30 Joe Tsairuntime: allow calling Func.Name on nil pointer
2017-06-30 Martin Gartondatabase/sql: fix outdated package name in doc.txt
2017-06-30 Ben Shicmd/internal/obj/arm: check illegal base registers...
2017-06-30 Shawn Walker... net: fix sendfile for Solaris
2017-06-30 fanzha02cmd/internal/obj/arm64: fix assemble LDXP bug
2017-06-30 Brad Fitzpatricktesting: revert CL 36791's conditional ReadMemStats
2017-06-30 Lucas Clementedoc: note quoted cookie value change in Go 1.9 relnotes
2017-06-30 Brad Fitzpatrickos: add documentation for Windows users
2017-06-29 Robert Griesemercmd/vet/all: in case of vet panic, don't filter stacktrace
2017-06-29 smasher164io: clarify documentation for io.ByteReader on error...
2017-06-29 Brad Fitzpatrickdoc: update binary requirements
2017-06-29 Brad FitzpatrickRevert "encoding/json: reduce unmarshal mallocs for...
2017-06-29 Alberto Donizettitesting: clarify rules for concurrent t.Run calls
2017-06-29 Egon Elbrenet: fix Windows TestInterfaceHardwareAddrWithGetmac
2017-06-29 Ian Lance Taylorreflect: document that value.NumMethod counts exported...
2017-06-29 Dmitri Shuralyovcrypto/x509: improve internal comment
2017-06-29 Brad Fitzpatrickdoc, api: add syscall.SysProcAttr.AmbientCaps change...
2017-06-29 Brad Fitzpatricktime: warn that RFC3339Nano does not guarantee a natura...
2017-06-29 Brad Fitzpatrickencoding/binary: clarify the repercussions for not...
2017-06-29 Brad Fitzpatricknet/http: update bundled http2
2017-06-29 Brad Fitzpatrickencoding/gob: warn about decoding data from untrusted...
2017-06-28 Michael Stapelbergsyscall: add AmbientCaps to linux SysProcAttr
2017-06-28 Robert Griesemergo/importer: don't return packages that are not fully...
2017-06-28 Austin Clementsruntime: use rwmutex for execLock
2017-06-28 Austin Clementsruntime: make rwmutex work on Ms instead of Gs
2017-06-28 Aliaksandr... sync: deflake TestPool and TestPoolNew
2017-06-28 Alan Donovango/ast: improve comment on FuncDecl.Body
2017-06-28 Meir Fischertesting: always ReadMemStats before first benchmark run
2017-06-28 Brad Fitzpatrickdoc: document the state of NetBSD in the Go 1.9 release...
2017-06-28 Robert Griesemercmd/vet/all: fix print statement, add platform information
2017-06-28 Ian Lance Taylordoc: mention gccgo status in 1.9 release notes
2017-06-28 Shawn Walker... syscall: fix Exec on solaris
2017-06-28 Ibrahim AshShohailos: fix passing long paths to Chmod on Windows
2017-06-28 Kevin Burketime: show how to get midnight on the current day
2017-06-28 Robert Griesemerspec: minor grammar fix
2017-06-28 Cherry Zhangcmd/compile: fix slice-in-bound check on amd64p32
2017-06-28 Russ Coxtime: fix example in monotonic time comment
2017-06-28 Gabriel Nicolas... doc: Proper default value for the $GOPATH.
2017-06-28 Shawn Walker... runtime: temporarily skip gdb python-related tests...
2017-06-28 Joe Tsaiarchive/tar: use best effort at writing USTAR header
2017-06-27 Hiroshi Iokacmd/cgo: unwrap typedef-chains before type checking
2017-06-27 Brad Fitzpatrickdoc: mention testing/quick RNG seeding change in Go...
2017-06-27 Brad Fitzpatricknet/http: whitelist another non-http goroutine in leak...
2017-06-27 Matthew Dempskycmd/compile: suppress errors after "cannot assign to X"
2017-06-27 Martin Gartonbufio: make Reader.Peek invalidate Unreads
2017-06-27 Brad Fitzpatrickcmd/go: skip broken TestExecutableGOROOT/RelocatedExe
2017-06-27 Dong-hee Nacmd/go: update helpdoc.go about '-buildmode'
2017-06-27 Dmitri Shuralyovencoding/binary: improve comment formatting consistency
2017-06-27 Dmitri Shuralyovcrypto/x509: fix panic in TestEnvVars, improve style
2017-06-27 Ian Lance Taylorruntime: get more info for TestCgoSignalDeadlock failures
2017-06-27 Gabríel Arthúr... test/fixedbugs: Close opening parenthesis in comment...
2017-06-26 Hana (Hyang... net/http/pprof: mention mutex profile in doc
2017-06-26 Brad Fitzpatrickdoc: add FMA mention to Go 1.9 release notes
2017-06-26 Matt Hardennet/http: fix double-close of req.Body
2017-06-26 Brad Fitzpatrickcmd/go: add more info in t.Fatal message go1.9beta2
2017-06-26 Brad Fitzpatricknet/http/httputil: always deep copy the Request.Header...
2017-06-26 Austin Clementsruntime: drain local runq when dedicated mark worker...
2017-06-26 Robert Griesemercmd/compile: use correct variable when setting up dummy...
2017-06-26 Yasha Bubnovnet/http/httptest: close client connections in separate...
2017-06-25 Ian Lance Tayloros/signal: check MustHaveExec in TestAtomicStop
2017-06-24 Ian Lance Tayloros/signal: avoid race between Stop and receiving on...
2017-06-23 Ben Shicmd/internal/obj/arm: fix wrong encoding of MULBB
2017-06-23 Ian Lance Tayloros: align siginfo argument to waitid
2017-06-23 Russ Coxcmd/go: fix TestExecutableGOROOT when GOROOT_FINAL...
2017-06-23 Russ Coxcmd/go: be more precise when a directory cannot be...
2017-06-23 Russ Coxcmd/go: report possibly-relevant ignored symlinks durin...
2017-06-23 Russ Coxcmd/go: detect case-insensitive import path collision
2017-06-23 Ben Shicmd/internal/obj/arm: fix setting U bit in shifted...
2017-06-23 Mark Ryanencoding/ascii85: make bigtest big again
2017-06-23 Kevin Burkenet/http: document that Dir can serve sensitive directories
2017-06-23 Qiuxuan Zhunet/http: Update server idleTimeout documentation
2017-06-23 Russ Coxcmd/go: detect Go assembly before assembling with gcc
2017-06-23 Russ Coxcmd/go: require -buildmode=c-shared to take one main...
2017-06-23 Robert Griesemergo/types: prevent crash in type cycles involving non...
2017-06-23 Mikio Haranet: update documentation on IP.IsUnspecified
2017-06-22 Robert Griesemercmd/compile: fix array slice expression bounds check
2017-06-22 Mikio Haranet: update documentation on methods of UnixConn
2017-06-22 Mikio Haranet: update documentation on methods of IPConn
2017-06-22 Mikio Haranet: update documentation on methods of UDPConn
2017-06-22 Russ Coxcmd/go: read URL not Repository Root from svn info
next