]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-06-19 Ian Lance Taylorcmd/go: format temporary Go files in testsuite
2015-06-19 Andrey Petrovdoc: clarify duplicate symbol condition in cgo
2015-06-19 Mikio Haraos: fix nits found by vet
2015-06-19 Mikio Haraos: skip TestStartProcess and TestHostname on android
2015-06-18 Jeff R. Allenimage/gif: return an error on missing palette
2015-06-18 Nigel Taoimage/gif: (temporarily) disable broken tests.
2015-06-18 Nigel Taocompress/lzw: reject writing bytes that don't fit into...
2015-06-18 Andrew Gerrandmath/big: refine Fibonacci example
2015-06-18 Jeff R. Allencompress/lzw: mention relation between litWidth and...
2015-06-18 Rick Hudsonruntime: reduce latency by aggressively ending mark...
2015-06-18 Andrew Gerrandinternal/testenv: skip network tests only when -short...
2015-06-18 ALTreemath/big: Add small complete example of big.Float usage
2015-06-18 Robert Griesemergo/parser: document that parser accepts a wider languag...
2015-06-18 Michael Matloobcmd/compile: provide better error when method called...
2015-06-18 Shenghou Maall: switch to the new deprecation convention
2015-06-18 Shenghou Matime: correct unrepresentable Unix time comment
2015-06-18 Davies Liuhash/crc32: speedup crc32 of IEEE using slicingBy8
2015-06-18 Josh Bleecher... log: fix flaky test
2015-06-18 Giulio Iottixml: add check of version in document declaration
2015-06-18 Peter Waldschmidtencoding/json: Remove extra allocation in scanner.
2015-06-18 Egon Elbrecmd/go: suggest running 'go help gopath' with problemat...
2015-06-18 Shenghou Mabuild: fix clean scripts
2015-06-18 Michael Gehringarchive/tar: add missing error checks
2015-06-18 Dmitry Vyukovcmd/trace: gracefully handle empty profiles
2015-06-18 Dmitry Vyukovruntime: fix tracing of syscallexit
2015-06-18 Nigel Taocompress/lzw: be consistent with error message prefixes.
2015-06-18 Alex Brainmanruntime: remove cgocall and asmcgocall
2015-06-18 Mikio Haranet: fix build on android
2015-06-18 Robert Griesemergo/internal/gccgoimporter: enable tests on Plan9
2015-06-17 Robert Griesemergo/types: use testenv.MustHaveGoBuild to exclude some...
2015-06-17 Robert Griesemergo/importer: implement support for gccgo
2015-06-17 Robert Griesemergo/internal/gccgoimporter: adjust to std repo libraries...
2015-06-17 Robert Griesemergo/internal/gccgoimporter: unmodified copy of x/tools...
2015-06-17 Robert Griesemermath/big: incorporate feedback by josharian (Example_fi...
2015-06-17 Russ Coxruntime: fix race in scanvalid assertion
2015-06-17 ALTreemath/big: Added small complete example of big.Int usage
2015-06-17 Mikio Haranet: fix build on netbsd
2015-06-17 Russ Coxruntime: fix races in stack scan
2015-06-17 Ian Lance Taylormisc/cgo/testshared: make sure rebuilds occur as expected
2015-06-17 Russ Coxcmd/addr2line: simplify windows test
2015-06-17 Russ Coxcmd/compile: introduce //go:systemstack annotation
2015-06-17 Yongjian Xuruntime: fix typos in os_linux_arm.go
2015-06-17 Mikio Haradoc/go1.5.txt: mention sequential and RFC 6555-complian...
2015-06-17 Jeremy Jackinsdoc: replace references to {5..9}{g,l} with go tool...
2015-06-17 Joe Tsaicompress/flate: make library RFC1951 compliant
2015-06-17 Alex Brainmandoc/articles/wiki: remove generated final-test.go after...
2015-06-17 David Chasecmd/compile: run escape analysis after method wrapper...
2015-06-17 Alex Brainmancmd/dist: add new misc/cgo/testsovar test
2015-06-17 Alex Brainmancmd/go: vary executable names in tests
2015-06-17 Mikio Haranet: allow LookupAddr to use getnameinfo when cgo is...
2015-06-17 Michael Hudson... doc: hints on how to cross-bootstrap
2015-06-16 Robert Griesemergo/types: don't export gcCompatibilityMode flag
2015-06-16 Michael Hudson... cmd/link: when reading symbols from a shared library...
2015-06-16 David du Colombieros: skip TestHostname on Plan 9
2015-06-16 Austin Clementsruntime: account for stack guard when shrinking the...
2015-06-16 Austin Clementsruntime: detect and print corrupted free lists
2015-06-16 Russ Coxruntime: implement GOTRACEBACK=crash for linux/386
2015-06-16 Mikio Haracmd/go: fix build
2015-06-16 Russ Coxall: extract "can I exec?" check from tests into intern...
2015-06-16 Mikio Haranet: remove obsolete TestLookupHost
2015-06-16 David Crawshawgo/types: disable example on darwin/arm
2015-06-16 Mikio Haranet: skip TestProtocolDialError on solaris
2015-06-16 Shenghou Macmd/compile: show compiler panics when -d panic=1
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
next