]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2017-02-09 Mikio Haradatabase/sql: replace the expr of timeunit * N with...
2017-02-09 Mikio Haradatabase/sql: fix nits in test
2017-02-09 Robert Griesemercmd/compile/internal/parser: improved syntax error...
2017-02-09 Caleb Sparetime: format negative monotonic times correctly in...
2017-02-09 Robert Griesemercmd/compile/internal/syntax: differentiate between...
2017-02-09 Daniel Theophanesdatabase/sql: do not exhaust connection pool on conn...
2017-02-09 Kevin Burkedatabase/sql: fix typo
2017-02-08 Ian Lance Taylornet: merge FreeBSD and DragonFly sendfile support
2017-02-08 David du Colombiercmd/gofmt: fix diff on Plan 9
2017-02-08 Dmitri Shuralyovnet/http: don't modify Request in StripPrefix
2017-02-08 Cherry Zhangcmd/compile: handle DOT STRUCTLIT for zero-valued struc...
2017-02-08 David Lazarcmd/compile: include linknames in export data
2017-02-08 Kale Blankenshipnet/http/pprof: return error when requested profile...
2017-02-08 Максим Федосеевcrypto/tls: fix link to more info about channel bindings
2017-02-08 Jaana Burcu... doc: remove the confusing use of CL
2017-02-08 Michael Mundaycmd/compile: remove unnecessary type conversions on...
2017-02-08 Robert Griesemergo/constant: use new math/big.IsInt and isUint predicates
2017-02-08 haya14busacmd/gofmt: use actual filename in gofmt -d output
2017-02-08 Aliaksandr... bytes, strings: optimize Split*
2017-02-08 Daniel Theophanesdatabase/sql: record the context error in Rows if canceled
2017-02-08 Adam Langleycrypto/tls: document that only tickets are supported.
2017-02-08 Ilya Tocarbytes: use Index in Count
2017-02-08 Russ Coxhash/crc32: use sub-benchmarks
2017-02-08 Brad Fitzpatricktime: bound file reads and validate LoadLocation argument
2017-02-08 Matthew Dempskycmd/gofmt: clear pattern match map at the correct time
2017-02-08 Ian Lance Taylorruntime: use atomic ops for fwdSig, make sigtable immutable
2017-02-08 David Crawshawruntime: update android time_now call
next