]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-06-16 Paul Marksnet: add sequential and RFC 6555-compliant TCP dialing.
2015-06-16 Michael Hudson... cmd/go: support -buildmode=shared with gccgo
2015-06-16 Michael Hudson... doc: update install-source.html to cover new architectures
2015-06-15 Robert Griesemergo/types: fix Eval to use correct file set when evaluat...
2015-06-15 Robert Griesemergo/types: port recent x/tools/go/types fixes
2015-06-15 Brad Fitzpatrickcmd/go: fix typo
2015-06-15 Ian Lance Taylorsyscall: fix TestCloneNEWUSERAndRemapNoRootDisableSetgr...
2015-06-15 Russ Coxcmd/go: make -a apply to the standard library, like...
2015-06-15 Russ Coxcmd/go: include Go toolchain information in build ID
2015-06-15 Russ Coxruntime: raise maxmem to 512 GB
2015-06-15 Srdjan Petroviccmd/go: force-overwrite destination files when installi...
2015-06-15 Rob Piketesting: don't print CPU count for tests, only benchmarks
2015-06-15 Russ Coxcmd/cgo: make sure pointers passed to C escape to heap
2015-06-15 Russ Coxruntime: gofmt
2015-06-15 Russ Coxruntime: add GODEBUG gcshrinkstackoff, gcstackbarrierof...
2015-06-15 Russ Coxruntime: use type-based write barrier for remote stack...
2015-06-15 Andrew Gerrandcmd/go: stop early in disallowInternal on erroneous...
2015-06-15 Andrew Gerranddoc/articles/wiki: don't run tests when 'patch' command...
2015-06-15 Ian Lance Taylorsyscall: correct comment on where compileCallback is...
2015-06-14 Alex Schroederwiki article: remove "flag" import from the code
2015-06-14 Dmitry Vyukovcmd/trace: fix panic in goroutine profile
2015-06-14 Dmitry Vyukovmisc/trace: update trace viewer
2015-06-14 Michael Gehringarchive/zip: fix returned error on truncated data descr...
2015-06-14 Adam Langleycrypto/tls: fix parsing of SNI extension.
2015-06-14 Michael Matloobregexp: small correction to test comment
2015-06-14 Ian Lance Taylorsyscall: skip TestCloneNEWUSERAndRemapNoRootDisableSetg...
2015-06-14 Robert Griesemergo/types: exclude some example tests for arm64, nacl...
2015-06-13 Mikio Haranet: don't return non-nil interface values as Source...
2015-06-13 Kyle Isomencoding/asn1: check bounds when parsing tag and length
2015-06-13 Rob Pikefmt: scanning widths apply after leading spaces
2015-06-13 Josh Bleecher... cmd/vet: extend copylocks to anonymous functions
2015-06-12 Robert Griesemergo/parser: add ParseExprFrom function
2015-06-12 Ian Lance Taylordoc/go1.5.txt: mention GidMappingsEnableSetgroups in...
2015-06-12 Alexander Morozovsyscall: add GidMappingsEnableSetgroups to Linux SysPro...
2015-06-12 Alan Donovango/types: add Example of API usage
2015-06-12 Michael Gehringarchive/tar: fix slice bounds out of range
2015-06-12 Brandon Gilmoredoc/effective_go: fix grammatical error
2015-06-12 Rob Pikefmt: require newlines to match when scanning with a...
2015-06-12 Damien Neilencoding/csv: skip blank lines when FieldsPerRecord...
2015-06-12 Michael Gehringmime: add mime.types paths for BSDs
2015-06-12 Alexandre Cesarocmd/go: fix documentation
2015-06-12 Alex Brainmancmd/dist: convert testso test into Go
2015-06-12 Alex Brainmancmd/go: clean up after 'go build' even on windows
2015-06-11 Robert Griesemerspec: clarify meaning of x op= y
2015-06-11 Ian Lance Taylorcmd/go: add some parallelism to the testsuite
2015-06-11 Ian Lance Taylorcmd/go: in testsuite, sleep for less than one second...
2015-06-11 Russ Coxruntime: wait to update arena_used until after mapping...
2015-06-11 Brad Fitzpatrickcmd/vet: skip another test on Android
2015-06-11 Chris Broadfootcmd/go: reject relative paths that don't start with...
2015-06-11 Brad Fitzpatrickcmd/go, cmd/vet: skip tests on Android
2015-06-11 Ainar Garipovall: fix misprints in comments
2015-06-11 David du Colombiercmd/go: remove Stat workaround for Plan 9
2015-06-11 David du Colombieros: fix error returned by dirstat on Plan 9
2015-06-11 Patrick Mezardos: fix a race between Process.signal() and wait()...
2015-06-10 Ian Lance Taylorcmd/go: rewrite testsuite from bash to Go
2015-06-10 Brad Fitzpatrickarchive/zip: clarify that CreateHeader takes ownership...
2015-06-10 Ainar Garipovencoding/csv: fix comment in parseRecord
2015-06-10 Alex Brainmancmd/link: stop linker crashing with -s flag on windows
2015-06-10 Yongjian Xuruntime: correct a drifted comment in referencing m...
2015-06-10 Josh Bleecher... .gitignore: ignore y.output
2015-06-09 Burcu Doganmisc/ios: document the external binary and the required...
2015-06-09 Josh Bleecher... cmd/compile: fix builtin generation
2015-06-09 Adam Langleydoc/go1.5.txt: mention that 1.5 supports non-standard...
2015-06-09 Carl Jacksoncrypto/cipher: Support unusual GCM nonce lengths
2015-06-09 Dmitry Savintsevdoc: updated language about the AUTHORS/CONTRIBUTORS...
2015-06-09 Josh Bleecher... cmd/compile: use generated temps in bool codegen
2015-06-09 Adam Langleycrypto/tls: don't require an explicit client-auth EKU.
2015-06-09 Shenghou Mago/build: add big endian variant of arm and arm64 to...
2015-06-09 Mikio Haranet: disable dualstack listener tests on dragonfly
2015-06-09 Brad Fitzpatrickcmd/dist: move guts of race.bash into dist
2015-06-09 Hyang-Ah (Hana... cmd/link/internal/ld: include table of contents of...
2015-06-09 Josh Bleecher... cmd/compile: early typecheck top level OAS2 nodes
2015-06-09 Adam Langleydoc/go1.5.txt: mention that testing/quick now generates...
2015-06-08 HÃ¥vard Haugentesting/quick: probabilistically generate nil pointers
2015-06-08 Robert Griesemercmd/vet: remove dependency on types.New
2015-06-08 Russ Coxruntime: avoid fault in heapBitsBulkBarrier
2015-06-08 Alex Brainmancmd/vet: fix tests on windows
2015-06-08 Austin Clementsruntime: fix write-barrier-enabled phase list in gcmarkwb_m
2015-06-07 Austin Clementsruntime: unwind stack barriers when writing above the...
2015-06-07 Austin Clementsruntime: enable write barriers during concurrent scan
2015-06-07 Austin Clementsruntime: fix checkmarks to rescan stacks
2015-06-07 Dominik Honnefdoc/go1.5.txt: correct CL for LookupEnv addition
2015-06-06 Shenghou Matest: fix build on GOARCH=ppc64/ppc64le
2015-06-06 Alex Brainmandatabase/sql: refer correct issue in TestErrBadConnReco...
2015-06-06 Austin Clementscmd/asm: drop legacy RETURN mnemonic on ppc64
2015-06-06 Austin Clementscmd/compile: use obj.ARET instead of ppc64.ARETURN
2015-06-06 Austin Clementsall: use RET instead of RETURN on ppc64
2015-06-05 Robert Griesemercmd/go: update documentation: use 'go doc' rather than...
2015-06-05 Robert Griesemercmd/go: use new vet location
2015-06-05 Robert Griesemergo/types: remove unused return value
2015-06-05 Alan Donovanruntime: add blank assignment to defeat "declared but...
2015-06-05 Robert Griesemergo/types: remove MethodSetCache - not needed
2015-06-05 Austin Clementsruntime: use correct SP when installing stack barriers
2015-06-05 Brad Fitzpatrickcmd/dist: add more logging details when go list std...
2015-06-05 Russ Coxcmd/vet: skip exec tests on systems that can't exec
2015-06-05 Alexis Imperial... debug/gosym: avoid calling the shell in test
2015-06-05 Russ Coxcmd/go: fix detection of ELF binaries
2015-06-05 Aaron Jacobsflag: Describe the ErrorHandling enum values.
2015-06-05 Rob Pikecmd/go: add -tags option to go vet
2015-06-05 Russ Coxdoc/go1.5.txt: mention go test -count
next