]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-03-31 Robert Griesemermath/big: remove NaN support - just not worth it
2015-03-31 Michael Hudson... runtime, cmd/internal/ld: change runtime to use a singl...
2015-03-31 Michael Hudson... cmd/internal/gc: directly produce importpath of package...
2015-03-31 Robert Griesemermath/big: fixed Float.Float64, implemented Float.Float32
2015-03-31 Brad Fitzpatrickdoc: add another go1.5.txt performance item, sort gc...
2015-03-31 Alex Brainmancrypto/x509: use syscall.GetVersion instead of internal...
2015-03-31 Austin Clementsruntime: improve comment about non-preemption during...
2015-03-31 Austin Clementsruntime: fix another out of date comment in GC
2015-03-31 John Potocnystrings: Add benchmark test for trim function
2015-03-30 Lee Packhamruntime: allow pointers to strings to be printed
2015-03-30 Rob Pikecmd/internal/obj/arm64: delete needless closure in...
2015-03-30 Shenghou Matest: add testcase for gccgo-specific issue 10284
2015-03-30 Michael Hudson... runtime: rename ·main·f to ·mainPC to avoid duplicate...
2015-03-30 Michael Hudson... cmd/internal/ld: handle TLS and imported symbols more...
2015-03-30 David Crawshawmisc/ios: retry loop to handle builder flakiness
2015-03-30 David Crawshawiostest.bash: build script for iOS
2015-03-30 David Chasecmd/internal/gc: convert some comment text from C to...
2015-03-30 David Chasecmd/gc: allocate backing storage for non-escaping inter...
2015-03-30 Daniel Theophanescrypto/x509: skip SHA2 system verify test if not supported.
2015-03-30 Austin Clementsruntime: make "write barriers are not allowed" comments...
2015-03-30 Alexandre Cesaromime/quotedprintable: add binary mode to the writer
2015-03-30 Dmitry Vyukovtest: add tests for escape analysis of function parameters
2015-03-30 Aaron Jacobsio: clarify the behavior of PipeWriter.CloseWithError...
2015-03-30 Brad Fitzpatrickmime: tighten up and simplify tests
2015-03-30 Daniel Theophanesruntime: do not use AddVectoredContinueHandler on Windo...
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
next