]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2015-04-01 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-04-01 Robert Griesemermath/big: faster Int.Binomial(n, k) for k > n/2
2015-04-01 Josh Bleecher... cmd/internal/gc: unembed Node.Func
2015-04-01 Josh Bleecher... cmd/internal/gc: separate func-only Node fields
2015-04-01 Jan Merclgo/scanner: Stabilize (*ErrorList).Sort
2015-04-01 Sebastien Binetcmd/gofmt, go/format: refactor common pieces into inter...
2015-04-01 Josh Bleecher... cmd/5g etc: merge simple case expressions onto fewer...
2015-04-01 Preetam Jinkacompress/flate: fix typo in comment
2015-04-01 Josh Bleecher... cmd/gc: teach componentgen about string constants
2015-04-01 Andrei Korzhevskiidatabase/sql: provide stats on number of open connectio...
2015-04-01 Dave Cheneycmd/go: always link external test packages first when...
2015-04-01 Evan Phoenixtext/scanner: Fix EOF reporting on strange Readers
2015-04-01 Martin Möhrmannfmt: improve test coverage of %x and %X format variatio...
2015-03-31 Keith Randall[dev.ssa] cmd/internal/ssa: fix typo
2015-03-31 Mikio Haranet: add socket system call hooks for testing
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 Keith Randall[dev.ssa] cmd/internal/ssa: add CSE pass
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 Keith Randall[dev.ssa] cmd/internal/ssa: SSA cleanups
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 Keith Randall[dev.ssa] cmd/internal/ssa: implement more compiler...
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
next