]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-06-23 Robert Griesemergo/types: better error message for certain unary/binary...
2015-06-23 Austin Clementsruntime: fix heap bitmap repeating with large scalar...
2015-06-23 Austin Clementsruntime: document memory ordering for h_spans
2015-06-23 Robert Griesemergo/types: add missing test for constant shifts
2015-06-23 Rob Pikecmd/asm: fix shifts again, this time for sure
2015-06-23 Andrew Bonventreimage/gif: set default loop count to 0 when app ext...
2015-06-23 Rob Piketext/template: explain better the semantics of ParseFiles
2015-06-22 Todd Nealnet/http: Remove unused code
2015-06-22 Rob Pikecmd/doc: fix copy/paste error in test
2015-06-22 Rob Pikecmd/asm: fix handling of negative shifts.
2015-06-22 Rob Pikecmd/vet: refer info about -printfuncs to the -printf...
2015-06-22 Rick Hudsonruntime: remove race and increase precision in pointer...
2015-06-22 Russ Coxnet/http: fix tests for recent URL.RawPath addition
2015-06-22 Austin Clementsruntime: one more Map{Bits,Spans} before arena_used...
2015-06-22 Austin Clementsruntime: document relaxed access to arena_used
2015-06-22 Russ Coxnet/url: add RawPath field, a hint at the desired encod...
2015-06-22 Russ Coxcmd/go: fix test for issue 8181
2015-06-22 Carlos Cencoding/csv: add examples for package
2015-06-22 Rob Pikecmd/asm: remove needless check for negative right shift
2015-06-22 Jeff R. Allennet/textproto: skip zero-length keys
2015-06-21 Rob Pikecmd/asm: remove pointless check for negative uint
2015-06-20 Rob Pikecmd/doc: add test for constructor, fix build
2015-06-20 Ian Lance Taylorsyscall: skip non-root user namespace test if kernel...
2015-06-19 Rob Pikecmd/doc: fix test on nacl
2015-06-19 Rob Pikecmd/doc: add test
2015-06-19 Josh Bleecher... doc: mention moderation delay in contributing docs
2015-06-19 Srdjan Petroviccmd/link/internal/ld, cmd/go: -buildmode=c-shared suppo...
2015-06-19 Russ Coxcmd/go: fix build
2015-06-19 Robert Griesemermath/big: fix GCD in presence of aliasing
2015-06-19 Rob Pikedoc/go1.5.txt: cmd/go: add vendoring support
2015-06-19 Russ Coxcmd/go: add preliminary support for vendor directories
2015-06-19 Russ Coxcmd/compile: add -importmap option
2015-06-19 Austin Clementsruntime: ensure GC sees type-safe memory on weak machines
2015-06-19 Nigel Taoimage/gif: re-enable some invalid-palette tests.
2015-06-19 Carlos Chtml: add examples to the functions
2015-06-19 Alex Brainmanruntime: rename cgocall_errno and asmcgocall_errno...
2015-06-19 Ian Lance Taylorcmd/cgo: static variables in the preamble may not be...
2015-06-19 Ian Lance Taylorcmd/go: do not permit importing a main package
2015-06-19 Ian Lance Taylordoc: update gccgo docs for move of gofrontend to 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
next