]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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
2017-02-08 Alberto Donizetticmd/go: clarify that tag lists are space-separated
2017-02-07 Alex Brainmanos: make Stdin.Stat() return ModeCharDevice if Stdin...
2017-02-07 Matt Layherencoding/json: add Valid for checking validity of input...
2017-02-07 Robert Griesemermath/big: add IsInt64/IsUint64 predicates
2017-02-07 Matthew Dempskycmd/internal/obj: remove ATYPE
2017-02-07 Sameer Ajmaniruntime/pprof: document that profile names should not...
2017-02-07 Cherry Zhangcmd/compile: do not use statictmp for zeroing
2017-02-07 Matthew Dempskycmd/compile/internal/ssa: use *obj.LSym in ExternSymbol
2017-02-07 Matthew Dempskycmd/internal/dwarf: use []*Var instead of linked lists
2017-02-07 Jaana Burcu... runtime/pprof: clarify CPU profile's captured during...
2017-02-07 Sameer Ajmanitime: delete incorrect docs about day-of-month checks.
2017-02-07 Russ Coxcmd/go, go/build: better defenses against GOPATH=GOROOT
2017-02-07 Austin Clementsruntime: fix confusion between _MaxMem and _MaxArena32
2017-02-07 Austin Clementsruntime: simplify and cleanup mallocinit
2017-02-07 Austin Clementsruntime: make _MaxMem an untyped constant
2017-02-07 Josh Bleecher... cmd/compile: cmd/internal/obj: cull dead code
2017-02-07 Cherry Zhangcmd/compile: do not use "oaslit" for global
2017-02-07 Russ Coxcrypto/x509: check for new tls-ca-bundle.pem last
2017-02-07 Daniel Martícmd/link, crypto/tls: don't use append loops
2017-02-07 Robert Griesemerspec: clarify alignment of arrays
2017-02-07 Daniel Martítesting: clarify T.Parallel() godoc wording
2017-02-07 Russ CoxRevert "image: fix the overlap check in Rectangle.Inter...
2017-02-07 Seth Vargotext/template: remove duplicate logic in conditional
2017-02-07 Cherry Zhangcmd/internal/obj: remove Follow pass
next