]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-03-29 Dmitry Vyukovruntime/pprof: fix data race in test
2015-03-28 Dmitry Vyukovtest: add tests for escape analysis of interface conver...
2015-03-28 Dmitry Vyukovtest: add tests for escape analysis of closure arguments
2015-03-28 Dmitry Vyukovtest: fix build
2015-03-28 Dmitry Vyukovtest: add tests for indirection level computation in...
2015-03-28 Dmitry Vyukovtest: add escape analysis tests form maps
2015-03-28 Dmitry Vyukovtest: add tests for escape analysis when assigning...
2015-03-28 Dmitry Vyukovtest: add escape analysis tests for fields
2015-03-28 Dmitry Vyukovtest: add tests for escape analysis of slices
2015-03-28 Dmitry Vyukovtest: add additional ... tests for escape analysis
2015-03-28 Dmitry Vyukovos: give race detector chance to override Exit(0)
2015-03-28 Mikio Haranet: simplify test helpers
2015-03-27 Srdjan Petroviccmd/go: add -asmflags build flag
2015-03-27 Srdjan Petroviccmd: linker changes for shared library initialization
2015-03-27 Jeremy Schlattermath/big: fix copy-paste mistake in int_test.go
2015-03-27 Jeremy Schlattercmd/go: small code reorganization
2015-03-27 Josh Bleecher... doc/go1.5.txt: add ExtensionByType to mime
2015-03-27 Hyang-Ah Hana Kimruntime/pprof: fix TestCPUProfileWithFork for GOOS...
2015-03-27 Brad Fitzpatricksyscall: apply the errno allocation fix to other operat...
2015-03-27 Nick Coopermime: add ExtensionByType method
2015-03-27 Brad Fitzpatricknet: reenable a previously skipped test
2015-03-27 Brad Fitzpatrickdoc: add more performance items to go1.5.txt
2015-03-27 Dmitry Vyukovtesting/quick: fix comment
2015-03-27 Damian Gryskidoc/go1.5.txt: fix URL for a CL
2015-03-27 Brad Fitzpatricksyscall: don't allocate when boxing common Errno values...
2015-03-27 Nigel Taoimage/draw: fix golden test for YCbCr.RGBA change.
2015-03-26 Nigel Taoimage/color: have YCbCr.RGBA work in 16-bit color,...
2015-03-26 Austin Clementsruntime: disallow write barriers in handoffp and callees
2015-03-26 Shenghou Maruntime: don't trigger write barrier in newosproc for...
2015-03-26 Rob Piketime: add a thorough example for time.Format
2015-03-26 Ian Lance Taylorsyscall: change Dup,Dup2,Dup3 to use Syscall, not RawSy...
2015-03-26 Austin Clementsruntime: use uintXX instead of *byte for si_addr on...
2015-03-26 Austin Clementsruntime: remove write barrier on G in sighandler
2015-03-26 Ian Lance Taylorsyscall: regenerate zsyscall_darwin_arm.go
2015-03-26 David Crawshawruntime, runtime/cgo: make needextram a bool
2015-03-26 Rob Pikedoc/go1.5.txt: add $DOLLAR to generate
2015-03-26 Rob Pikecmd/go: add $DOLLAR to the predefined variables for...
2015-03-25 Dave Cheneyruntime: add runtime.cmpstring and bytes.Compare
2015-03-25 Nigel Taoimage/internal/imageutil: inline the color.YCbCrToRGB...
2015-03-25 David Crawshawmisc/ios: simplify breakpoint timeout
2015-03-25 David Crawshawmisc/ios: timeout and continue waiting for getwd
2015-03-25 Matt Bostockcrypto/tls: Correct minimum version in comment
2015-03-25 Alex Brainmanruntime: remove obsolete comment
2015-03-25 Shenghou Madoc/go1.5: add nacl get_random_bytes change, pepper...
2015-03-25 Shenghou Maruntime, syscall: use the new get_random_bytes syscall...
2015-03-25 Hyang-Ah (Hana... os/exec: post-process lsof output on Android.
2015-03-25 Mikio Haranet/internal/socktest: new package
2015-03-24 Shenghou Manacltest.bash: reduce test time by using bootstrapping...
2015-03-24 Shenghou Macmd/6g: fix build for nacl/amd64p32
2015-03-24 Shenghou Manet/url: fix docs for URL.String
2015-03-24 Alexandre Cesaromime/quotedprintable: accept badly encoded bytes
2015-03-24 Dave Cheneycmd/8g, cmd/internal/gc: fix GO386=387 build
2015-03-24 Robert Griesemermath/big: fix known bug in Float.Float64
2015-03-24 Brad Fitzpatrickcmd/dist: add test to usage message's list of commands
2015-03-24 Aram Hăvărneanuruntime, syscall: fix Solaris exec tests
2015-03-24 Shenghou Macmd/7g: fix linux/arm64 build
2015-03-24 Shenghou Masyscall: use Getpgid to emulate Getpgrp on linux
2015-03-24 David Crawshawruntime: initialize extra M for cgo during mstart
2015-03-24 Shenghou Madoc/go1.4.html: fix typo
2015-03-24 Rick Hudsonruntime: Remove write barrier on g
2015-03-24 Alex Brainmanruntime: add TestCgoDLLImports
2015-03-24 Shenghou Madoc/go1.5: mention external linking support for windows
2015-03-24 Shenghou Macmd/go: update PE header magic for files generated...
2015-03-24 Shenghou Macmd/dist: enable external linking test for windows...
2015-03-24 Shenghou Macmd/internal/ld, cmd/6l: external linking for windows...
2015-03-24 Shenghou Macmd/dist: enable external linking test for windows/386
2015-03-24 Shenghou Macmd/internal/ld, cmd/8l: external linking for windows/386
2015-03-24 Shenghou Maruntime: use _main instead of main on windows/386
2015-03-24 Shenghou Macmd/internal/ld, runtime: record argument size for...
2015-03-24 Shenghou Maos/signal: skip TestCtrlBreak on windows/386 temporarily
2015-03-24 Nigel Taoimage/internal/imageutil: generate subsample-ratio...
2015-03-24 Matthew Dempskydebug/dwarf, encoding/asn1, go/ast: fix old comments
2015-03-24 Matthew Dempskycmd/internal/ld: edit into more idiomatic Go code
2015-03-23 Nigel Taoimage/internal/imageutil: new package, used by image...
2015-03-23 Sebastien Binetcmd/go: allow go get with local path
2015-03-23 Brad Fitzpatrickregexp: fix link to RE2 syntax
2015-03-23 Brad Fitzpatrickdoc: add cmd/trace to go1.5.txt
2015-03-23 Brad Fitzpatrickdoc: update go1.5.txt
2015-03-23 Robert Griesemerdoc/go1.5.txt: updated (composite literal lang. change...
2015-03-23 David Crawshawsyscall: disable test that forks on darwin/arm
2015-03-23 Joe Harrisonmime: add "image/svg+xml" type for extension ".svg"
2015-03-23 Michael Matloobregexp: port RE2's bitstate backtracker to the regexp...
2015-03-23 Michael MacInnissyscall: Add Foreground and Pgid to SysProcAttr
2015-03-23 David Crawshawnet/http: enable segfaulting test on darwin/arm
2015-03-23 Mikio Haranet: fix TestInterfaces, TestInterfaceAddrs on platform...
2015-03-23 Brad Fitzpatricknet/http: ignore the Unix epoch time in ServeContent
2015-03-21 Nigel Taoimage/color: add alpha-premultiplied comment.
2015-03-21 Joel Singruntime: fix return values for open/read/write/close...
2015-03-21 Dave Cheneyruntime: fix linux/amd64p32 build
2015-03-20 Robert Griesemerspec: extend type omission rules for composite literal...
2015-03-20 Jeremy Schlattercmd/go: Delete some unused code.
2015-03-20 Robert Griesemergo/parser: permit type elision from composite literal...
2015-03-20 Robert Griesemermath/big: enable pure Go (no assembly) build with build tag
2015-03-20 Russ Coxcmd/internal/gc: inline x := y.(*T) and x, ok := y...
2015-03-20 Russ Coxcmd/internal/gc: move cgen, regalloc, et al to portable...
2015-03-20 Rob Pikehtml/template: fix crash when escaping incomplete template
2015-03-20 areskibytes, os/exec, strings: fix a few BUG comments
2015-03-20 Kato Kazuyoshios: don't return Chmod's error from Mkdir and OpenFile
2015-03-20 Robert Griesemercmd/internal/gc: remove dead code
2015-03-20 Robert Griesemercmd/internal/gc: use big.Int to represent Mpint bits
next