]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-12-01 Hana Kimcmd/trace: exclude threads in syscall on behalf of...
2017-12-01 Brad Fitzpatrickruntime: skip gdb tests earlier before blocking gorouti...
2017-12-01 Austin Clementsruntime: even more TestStackGrowth timeout debugging
2017-12-01 Robert Griesemercmd/compile: permit indices of certain non-constant...
2017-12-01 Austin Clementsruntime: improve sigsend documentation
2017-12-01 Austin Clementsruntime: restore the Go-allocated signal stack in unminit
2017-12-01 Russ Coxcmd/go: apply same per-package flags to test and xtest...
2017-12-01 Russ Coxcmd/go: fix -x output for test build failure
2017-12-01 Russ Coxcmd/go: fix -outputdir -coverprofile interaction
2017-12-01 Than McIntoshcmd/compile: fix DWARF type symbol buglet
2017-12-01 Russ Coxsync/atomic: remove noCopy from Value
2017-12-01 Tobias Klauseros: drop unused return value in TestLookupEnv
2017-12-01 Russ Coxreflect: fix interface to interface conversion in Call
2017-12-01 David Chasecmd/compile: use src.NoXPos for entry-block constants
2017-12-01 Brad Fitzpatrickos: ignore Chtimes test failure on NetBSD if fs mounted...
2017-12-01 Brad Fitzpatricknet/http: update bundled http2
2017-12-01 Joe TsaiRevert "go/printer: forbid empty line before first...
2017-12-01 Brad Fitzpatrickruntime: use monotonic time on NetBSD
2017-12-01 Matthew Dempskycmd/compile: fix GOEXPERIMENT checks
2017-12-01 Russ Coxtesting: remove claim that b.Run is safe for concurrent use
2017-12-01 Russ Coxruntime/pprof: read memstats earlier in profile handler
2017-12-01 Russ Coxarchive/zip: add test for Modified vs ModTime behavior
2017-11-30 Tobias Klauseros: remove redundant GOOS checks in chown tests
2017-11-30 Ian Lance Taylorruntime: don't block signals that will kill the program
2017-11-30 Hiroshi Iokadebug/gosym: update docs for changes in Go 1.3
2017-11-30 Ilya Tocarcrypto/elliptic: reduce allocations on amd64
2017-11-30 Ilya Tocarmath: remove asm version of Dim
2017-11-30 Austin Clementsruntime: more specific reason for skipping GDB tests...
2017-11-30 Alberto Donizettimath/big: protect against aliasing in nat.divLarge
2017-11-30 Hana (Hyang... cmd/trace: compute pprof-style output per goroutine...
2017-11-30 Vladimir Stefanoviccmd/compile: use soft-float routines for soft-float...
2017-11-30 Brad Fitzpatrickbuild: add alternate output format for bootstrap.bash...
2017-11-30 Vladimir Stefanovicruntime/cgo, math: don't use FP instructions for soft...
2017-11-30 Vladimir Stefanovicruntime: implement some soft-float routines (used by...
2017-11-30 Vladimir Stefanoviccmd/go, cmd/dist: introduce GOMIPS environment variable
2017-11-30 Tobias Klausercmd/go: fix typo in link action ID hash input string
2017-11-30 Than McIntoshcompiler,linker: support for DWARF inlined instances
2017-11-30 Cherry Zhangcmd/compile: fix loop depth of range expression in...
2017-11-30 Brad FitzpatrickRevert "os: remove skipped test on netbsd"
2017-11-30 Brad Fitzpatrickbytes: mention strings.Builder in Buffer.String docs
2017-11-30 Brad Fitzpatrickos: remove skipped test on netbsd
2017-11-29 Robert Griesemergo/types: report error when recognizing issue #18395.
2017-11-29 Robert Griesemergo/ast: improve documentation for channel directions
2017-11-29 Cherry Zhangcmd/vendor/golang.org/x/arch: revendor at commit dda8112
2017-11-29 Cherry Zhangcmd/internal/objfile: make lookupFunc an alias type
2017-11-29 Matthew Dempskycmd/compile: make -asmhdr work with type aliases
2017-11-29 Leigh McCullochdoc: move single change workflow note in contribution...
2017-11-29 Brad Fitzpatrickvendor: update golang.org/x/net/nettest from upstream
2017-11-29 Brad Fitzpatricknet: skip unixpacket tests on netbsd/386
2017-11-29 Joe Tsaiarchive/tar: use placeholder name for global PAX records
2017-11-29 Robert Griesemergo/format: document use of Source better
2017-11-29 Sebastien Binetruntime: fix documentation typo for gostartcall
2017-11-29 Jess Frazellecmd/go: ensure pkgsFilter is run before build
2017-11-29 Joe Tsaiarchive/zip: preserve old FileHeader.ModTime behavior
2017-11-29 Russ Coxarchive/zip: replace Writer.Comment field with SetComme...
2017-11-29 Russ Coxnet/rpc: wait for responses to be written before closin...
2017-11-29 Brad Fitzpatrickruntime: fix sysctl calling convention on netbsd/386
2017-11-29 Inanc Gumustesting: add -failfast to go test
2017-11-29 Jess Frazellecmd/cgo: fix for function taking pointer typedef
2017-11-29 Tobias Klauseros: correct err check in TestChdirAndGetwd
2017-11-29 Tobias Klausersyscall: add missing err check in test
2017-11-29 Rob Pikedoc/faq: tweak the wording in the new section on gorout...
2017-11-29 Rob Pikedoc/faq: explain why goroutines are anonymous
2017-11-28 David Chasecmd/compile: adjust lineno during import to get Pos...
2017-11-28 Matthew Dempskycmd/compile: fix infinite recursion in isdirectiface
2017-11-28 Matthew Dempskycmd/compile: use NoXPos instead of lineno in typenod
2017-11-28 Mikio Haraall: drop support for FreeBSD 9 or below
2017-11-28 Brad Fitzpatrickcmd/go/internal/get: consistently have trailing slashes...
2017-11-28 Brad Fitzpatricknet/http: document streaming nature of Response.Body
2017-11-28 Russ Coxnet: accept 64 kB lines in /etc/hosts
2017-11-28 Brad Fitzpatricknet/http: update bundled http2
2017-11-28 Ian Lance Taylorruntime: skip GDB tests on NetBSD
2017-11-27 Brad Fitzpatricknet/http: panic on invalid WriteHeader status code
2017-11-27 Tom Bergannet/textproto: reject all headers with a leading space
2017-11-27 rajenderencoding/json: remove the word "text" in "JSON text...
2017-11-27 rajenderencoding/json: update RFC number
2017-11-27 Keith Randallcmd/compile: remove unused code
2017-11-27 Robert Griesemergo/types: add debugging code to detect use of incomplet...
2017-11-27 Andrew Bonventredoc: update URL of the go1.4 source snapshot to use...
2017-11-27 Brian Kesslermath/cmplx: use signed zero to correct branch cuts
2017-11-26 Travis Clinecrypto/x509: add ParsePKCS1PublicKey and MarshalPKCS1Pu...
2017-11-26 Alex Brainmaninternal/poll: do not use Windows TransmitFile with...
2017-11-25 Adam Langleycrypto/x509: document specifically that only v3 certifi...
2017-11-25 Mansour Rahimiencoding/asn1: support Unmarshaling NumericString
2017-11-25 Ryuji Iwatadoc: fix a sentence position.
2017-11-24 Austin Clementsruntime: fix final stack split in exitsyscall
2017-11-24 Emmanuel Odekeruntime: tweak doc for Goexit
2017-11-23 Tom Lanyonos/exec: Stdout/Stderr doc cleanup.
2017-11-23 Tobias Klausersyscall: remove dragonfly/386 from mkall.sh
2017-11-23 Tobias Klausercmd/dist: omit dragonfly/386 GOOS/GOARCH pair
2017-11-23 David du Colombiernet: skip TestLookupLongTXT on Plan 9
2017-11-23 Tom Levydoc: fix typo in Effective Go: s/ReaderWriter/ReadWriter/
2017-11-23 Austin Clementsruntime: document sigtrampgo better
2017-11-23 Russ Coxnet: fix LookupTXT of long records on Windows
2017-11-23 Ian Lance Tayloros/signal: don't run TestTerminalSignal on Android
2017-11-22 Alex Brainmancmd/go: add TestACL
2017-11-22 Tom Lanyonos/exec: update docs for cmd.Std{out,err} and cmd.Wait...
2017-11-22 Robert Griesemergo/types: fix type in Interface.Complete method
2017-11-22 Austin Clementsruntime: print runtime frames in throwsplit trace
2017-11-22 Austin Clementsruntime: call throw on systemstack in exitsyscall
next