]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-02-14 Russ Coxencoding/xml: fix incorrect indirect code in chardata...
2017-02-14 Bryan C. Millsmime: add benchmarks for TypeByExtension and Extensions...
2017-02-14 Kirill Smelkovcmd/compile/internal/ssa: combine 2 byte loads + shifts...
2017-02-14 Bryan C. Millsexpvar: add benchmarks for steady-state Map Add calls
2017-02-14 Michael Mundaymath/big: fix s390x test build tags
2017-02-14 Cherry Zhangcmd/compile: undo special handling of zero-valued STRUCTLIT
2017-02-14 Kirill Smelkovcmd/compile/internal/ssa: generate bswap/store for...
2017-02-14 Kale Blankenshipnet/http: document ErrServerClosed
2017-02-14 Austin Clementsruntime: remove g.stackAlloc
2017-02-14 Austin Clementsruntime: remove stack barriers
2017-02-14 Austin Clementsruntime: remove rescan list
2017-02-14 Austin Clementsruntime: remove unused debug.wbshadow
2017-02-14 Nathan Cazanet/http: handle absolute paths in mapDirOpenError
2017-02-14 Josh Bleecher... runtime: fix some assembly offset names
2017-02-14 Josh Bleecher... all: fix some printf format strings
2017-02-14 Josh Bleecher... all: use keyed composite literals
2017-02-14 Dave Cheneyinternal/poll: only build str.go on plan9
2017-02-14 Dave Cheneyinternal/poll: remove named return values and naked...
2017-02-14 Caleb Sparetime: add Duration.Truncate and Duration.Round
2017-02-14 Josh Bleecher... runtime: speed up fastrand() % n
2017-02-13 Ian Lance Taylorinternal/poll: return error if WriteConsole fails
2017-02-13 Ian Lance Taylorruntime: if runtime is stale while testing, show StaleR...
2017-02-13 Robert Griesemercmd/compile/internal/syntax: generalize error about...
2017-02-13 Robert Griesemercmd/compile/internal/syntax: better error for malformed...
2017-02-13 Matthew Dempskycmd/internal/obj: add AddrName type and cleanup AddrTyp...
2017-02-13 Kirill Smelkovcmd/compile: Show arch/os when something in TestAssembl...
2017-02-13 Sameer Ajmanicmd/go: add "syscall" to the set of packages that run...
2017-02-13 Sokolov Yuraruntime: make fastrand to generate 32bit values
2017-02-13 Sameer Ajmaninet/http: document Response.Header values that are...
2017-02-13 Michael Mundaycmd/compile: fix s390x load-combining rules
2017-02-13 Ian Lance Taylorruntime: if runtime is stale while testing, show cmd...
2017-02-13 Sameer Ajmanisyscall: delete the "use" function and calls in non...
2017-02-13 Chris Manghanecmd/go: respect group sticky bit on install.
2017-02-13 Ian Lance Taylornet: use internal/poll for DragonFly setKeepAlivePeriod
2017-02-13 Ian Lance Taylorinternal/poll: only export FD.eofError for testing...
2017-02-13 Daniel Theophanesdatabase/sql: convert test timeouts to explicit waits...
2017-02-13 Ian Lance Taylornet: refactor poller into new internal/poll package
2017-02-13 Keith Randallcmd/compile: fix load-combining rules
2017-02-13 Jaana Burcu... cmd/trace: document the final step to use pprof-like...
2017-02-13 Josh Bleecher... cmd/compile: cull some dead arch-specific Ops
2017-02-13 Keith Randallcmd/compile: optimize non-empty-interface type conversions
2017-02-13 Robert Griesemercmd/compile/internal/parser: don't crash after unexpect...
2017-02-13 Josh Bleecher... runtime: add Frames example
2017-02-13 Erik Dubbelboernet: use bytes.Equal instead of bytesEqual
2017-02-12 Alex Brainmanpath/filepath: add test for directory junction walk
2017-02-12 Russ Coxruntime: use two-level list for semaphore address searc...
2017-02-12 Cezar Sa Espinolaimage/png: reduce memory allocs encoding images by...
2017-02-11 Josh Bleecher... cmd/internal/obj/x86: add comments to wrapper prologue...
2017-02-11 Josh Bleecher... cmd/compile: make panicwrap argument-free
2017-02-11 Josh Bleecher... testing: fix copy/paste in docs
2017-02-11 Dhananjay Nakranicmd/compile: Ensure left-to-right assignment
2017-02-11 Paul Jollydoc: improve issue template and contribution guidelines
2017-02-11 Alberto Donizettistrings: make parameters names less confusing
2017-02-11 Remi Gilligpath/filepath: fix TestWinSplitListTestsAreValid on...
2017-02-11 Jaana Burcu... cmd/nm: extend help text to document the flags
2017-02-11 Josh Bleecher... testing: only call ReadMemStats if necessary when bench...
2017-02-10 Nigel Taoimage/color: tweak the YCbCr to RGBA conversion formula...
2017-02-10 Matthew Dempskycmd/compile: eliminate OASWB
2017-02-10 Ian Lance Taylorcmd/go: copy FFLAGS from build.Package
2017-02-10 Bryan C. Millsexpvar: make BenchmarkAdd{Same,Different} comparable...
2017-02-10 Mark Adamscmd/go: use Bitbucket v2 REST API when determining VCS
2017-02-10 Alan Donovango/types: unsafe.Pointer is not an alias
2017-02-10 Sokolov Yuraruntime: implement fastrand in go
2017-02-10 Brad Fitzpatrickruntime/debug: don't run a GC when setting SetGCPercent...
2017-02-10 Heschi Kreinickcmd/trace: Record mark assists in execution traces
2017-02-10 Hajime Hoshicmd/compile/internal/gc: unexport or remove global...
2017-02-10 Bryan C. Millsexpvar: parallelize BenchmarkMapAdd{Same,Different}
2017-02-10 Michael Hudson... reflect: clear ptrToThis in Ptr when allocating result...
2017-02-10 David R. Jennisort: optimize average calculation in symMerge and...
2017-02-10 Ilya Tocarcrypto/sha512: Add AVX2 version for AMD64
2017-02-10 Adam Langleycrypto/x509: ignore CN if SAN extension present.
2017-02-10 Michael Mundaycmd/{asm,internal/obj/s390x}, math: remove emulated...
2017-02-10 Alberto Donizettimath: check overflow in amd64 Exp implementation
2017-02-10 Tuo Shanencoding/json: clarify documention for Unmarshal into...
2017-02-10 Daniel Theophanesdatabase/sql: ensure driverConns are closed if not...
2017-02-10 Russ Coxruntime/pprof: merge internal/protopprof into pprof...
2017-02-10 Nigel Taoimage: fix the overlap check in Rectangle.Intersect.
2017-02-10 Josh Bleecher... cmd/compile: use constants directly for fast map access...
2017-02-10 Nigel Taoimage/gif: fix frame-inside-image bounds checking.
2017-02-10 Nathan Cazanet/http: improve handling of errors in Dir.Open
2017-02-10 Robert Griesemerspec: refer to "not defined type" rather than "unnamed...
2017-02-10 Robert Griesemercmd/compile/internal/syntax: removed gcCompat code...
2017-02-09 Adam Langleycrypto/dsa: also use fromHex in TestSignAndVerify.
2017-02-09 Austin Clementscmd/compile: disallow combining nosplit and systemstack
2017-02-09 Paulo Flabiano... crypto/aes: fix build failure by changing VORL to VOR
2017-02-09 Bryan C. Millsnet/rpc: fix aliasing in TestAcceptExitAfterListenerClose
2017-02-09 Josh Bleecher... cmd/compile: remove some allocs from CSE
2017-02-09 Paulo Flabiano... crypto/aes: improve performance for aes on ppc64le
2017-02-09 Adam Langleycrypto/tls: don't hold lock when closing underlying...
2017-02-09 Lynn Bogercmd/compile: rules change to use ANDN more effectively...
2017-02-09 Ian Lance Taylorruntime: enable/disable SIGPROF if needed when profiling
2017-02-09 Adam Langleycrypto/x509: sort the list of fields used by CreateCert...
2017-02-09 Adam Langleycrypto/x509: CreateCertificateRequest reads ExtraExtens...
2017-02-09 Adam Langleycrypto/x509: sort the list of fields used by CreateCert...
2017-02-09 Adam Langleycrypto/x509: document AuthorityKeyId and don't mutate it.
2017-02-09 Francesc Campoyplugin: remove unnecessary import "C" from example
2017-02-09 Sameer Ajmanisyscall: remove "use" function and calls from generated...
2017-02-09 Carlos Eduardo Seocmd/asm, cmd/internal/obj/ppc64: Add ISA 2.05, 2.06...
2017-02-09 Russ Coxtext/template: fix method lookup on addressable nil...
2017-02-09 Russ Coxtime: optimize Now on darwin, windows
next