]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-03-28 Ian Lance Taylorflag: document use of FlagSet name parameter
2018-03-28 Hana Kiminternal/trace: fix double counting in span analysis
2018-03-28 Josh Bleecher... cmd/compile: prefer rematerialization to copying
2018-03-28 Josh Bleecher... cmd/compile: strength reduce more x86 constant multipli...
2018-03-28 Agniva De Sarkeros: keep the $ if a variable is not detected
2018-03-28 Josh Bleecher... cmd/compile/internal/gc: speed up arith const tests
2018-03-28 Alberto Donizetticmd/compile: print accurate escape reason for non-const...
2018-03-28 Ilya Tocarinternal/bytealg: remove dependency on runtime·support_avx2
2018-03-28 Ian Lance Taylorcmd/go: add more C compiler/linker options to whitelist
2018-03-28 Jakob Weisblatcrypto/x509: improve error when parsing bad ECDSA cert
2018-03-28 Diogo Pinelaregexp: document behavior of FindAll* functions when...
2018-03-27 Ian Lance Taylorcmd/go: if -race, don't run coverage on runtime packages
2018-03-27 Filippo Valsordacrypto/tls: parse certificate first in X509KeyPair...
2018-03-27 Filippo Valsordacrypto/x509: cache the result of SystemCertPool
2018-03-27 Ian Lance Taylorcmd/go: with -x, don't report removing a non-existent...
2018-03-27 erifan01math: optimize Exp and Exp2 on arm64
2018-03-27 Yuval Pavel... cmd/internal/obj/arm: add DMB instruction
2018-03-27 Ben Shicmd/internal/obj/arm64: add LDPW/LDPSW/STPW to arm64...
2018-03-27 Hana Kimcmd/trace: assign a unique span id for slice representation
2018-03-27 Michael Mundaycmd/compile: simplify Neg lowering on s390x
2018-03-27 Matthew Dempskycmd/compile: fix method set computation for shadowed...
2018-03-27 Daniel Theophanesdatabase/sql: check to see if ctx is cancelable before...
2018-03-27 Alberto Donizetticmd/compile: reduce allocations in regAllocState.regalloc
2018-03-27 Tobias Klauserruntime: parse auxv for page size on netbsd
2018-03-27 Carlos Eduardo Seomath/big: improve performance of addVW/subVW for ppc64x
2018-03-27 HaraldNordgrencmd/go: print each import error only once
2018-03-27 Meng Zhuoruntime: use vDSO for clock_gettime on linux/arm64
2018-03-27 Alberto Donizetticmd/compile: allocate less in regalloc's liveValues
2018-03-27 Alberto Donizetticmd/compile: use more ORs in generic.rules
2018-03-27 David du Colombieros: fix TestDevNullFile on Plan 9
2018-03-27 Tim Wrightcmd/go, cmd/link, runtime: enable PIE build mode, cgo...
2018-03-26 Andrew Bonventredatabase/sql: fix docs to correctly refer to time.RFC33...
2018-03-26 Brad Fitzpatrickall: use strings.Builder instead of bytes.Buffer where...
2018-03-26 Hana Kimcmd/trace: add /userspans, /userspan pages
2018-03-26 Adam Langleycrypto/x509: matching any requested EKU should be suffi...
2018-03-26 Austin Clementscmd/compile: clarify unsigned interpretation of AuxInt
2018-03-26 Tobias Klausercmd/cgo: add support for GOARCH=sparc64
2018-03-26 David Chasecmd/compile: invoke gdb more carefully in ssa/debug_test.go
2018-03-26 Ilya Tocarcmd/internal/obj/x86: use PutOpBytesLit in more places
2018-03-26 David Chasecmd/compile: finish GOEXPERIMENT=preemptibleloops repair
2018-03-26 Michael Mundaycmd/compile: use 32-bit comparisons where possible...
2018-03-26 Zhou Pengruntime: fix comment typo
2018-03-26 Erwin Oegemapath/filepath: change example to print the correct...
2018-03-26 Agniva De Sarkerio: document that ReadAtLeast and ReadFull can drop...
2018-03-26 Hana Kiminternal/trace: compute span stats as computing gorouti...
2018-03-26 Ilya Tocarcmd/compile/internal/ssa: optimize away double NEG...
2018-03-26 Hana (Hyang... cmd/trace: beautify goroutine page
2018-03-26 Alex Brainmanos: do not test Lstat in TestDevNullFile
2018-03-25 Alberto Donizetticmd/compile: avoid some allocations in regalloc
2018-03-25 Agniva De Sarkernet/http: use top-level font media type
2018-03-25 Alex Brainmanos: treat "nul" as DevNull file on windows
2018-03-25 Josh Bleecher... net: deflake lookup tests
2018-03-25 Kevin Burkedatabase/sql: add more examples
2018-03-25 Alex Brainmanos: document DevNull on windows
2018-03-24 Daniel Martíall: remove some unused return parameters
2018-03-24 Daniel Martícmd/compile/internal/gc: various cleanups
2018-03-24 Agniva De Sarkernet/http: add sniffing support for woff2
2018-03-24 Daniel Nephincmd/test2json: document missing "skip" action
2018-03-24 Alberto Donizettitest/codegen: port tbz/tbnz arm64 tests
2018-03-24 Tobias Klauserruntime: adjust GOARM floating point compatibility...
2018-03-24 Giovanni Bajocmd/compile: in prove, shortcircuit self-facts
2018-03-24 Giovanni Bajocmd/compile: in prove, fail fast when unsat is found
2018-03-24 Giovanni Bajocmd/compile: add patterns for bit set/clear/complement...
2018-03-24 isharipocmd/compile/internal/gc: properly initialize ssa.Func...
2018-03-24 Matthew Dempskycmd/compile: always write pack files
2018-03-24 Matthew Dempskycmd/link: skip __.PKGDEF in archives
2018-03-23 Matthew Dempskycmd/link: make sure we're hashing __.PKGDEF in genhash
2018-03-23 Yuval Pavel... runtime: fix AT_HWCAP auxv parsing on freebsd
2018-03-23 Michael Mundaycrypto/rc4: optimize generic implementation slightly
2018-03-23 Hyang-Ah Hana KimRevert "cmd/vendor/.../pprof: refresh from upstream...
2018-03-23 Hana (Hyang... cmd/vendor/.../pprof: refresh from upstream@a74ae6f
2018-03-22 Matthew Dempskycmd/compile: change unsafeUintptrTag from var to const
2018-03-22 Adam Langleycrypto/x509: follow OpenSSL and emit Extension structur...
2018-03-22 Mike Danesecrypto/tls: support keying material export
2018-03-22 Daniel Martícmd/compile: use more range fors in gc
2018-03-22 Austin Clementscmd/compile: fix GOEXPERIMENT=preemptibleloops type...
2018-03-22 Travis Bischelcmd/compile: specialize Move up to 79B on amd64
2018-03-22 Alberto Donizettitest/codegen: port direct comparisons with memory tests
2018-03-22 Carlos Eduardo Seocmd/compile/internal/ppc64, runtime internal/atomic...
2018-03-22 Giovanni Bajodoc: first version of new contribute guide
2018-03-21 Ilya Tocarcompress/bzip2: remove bit-tricks
2018-03-21 Tim Wrightall: enable c-shared/c-archive support for freebsd...
2018-03-21 ishariporuntime,sync/atomic: replace asm BYTEs with insts for x86
2018-03-21 Ross Lightnet/url: fix contradiction in PathUnescape docs
2018-03-21 Tobias Klauserruntime: parse auxv on freebsd
2018-03-21 Daniel Martícmd/doc: use empty GOPATH when running the tests
2018-03-21 Alberto Donizetticmd/trace: remove unused variable in tests
2018-03-20 Hiroshi Iokago/internal/srcimporter: simplify and fix package file...
2018-03-20 Paul Quernanet/http: remove extraneous call to VerifyHostname
2018-03-20 Adam Langleycrypto/x509: support the PSS certificates that OpenSSL...
2018-03-20 Ilya Tocarcmd/compile/internal/ssa: update regalloc in loops
2018-03-20 Alberto Donizettitest/codegen: port comparisons tests to codegen
2018-03-20 Than McIntoshcmd/compile: fix regression in DWARF inlined routine...
2018-03-20 Michael Mundaycmd/compile: mark LAA and LAAG as clobbering flags...
2018-03-20 Fangming.Fangcmd/asm: fix bug about VMOV instruction (move a vector...
2018-03-20 Fangming.Fangcmd/asm: fix bug about VMOV instruction (move register...
2018-03-20 Vladimir Kuzmincmd/compile: avoid mapaccess at m[k]=append(m[k]..
2018-03-20 Cherry ZhangRevert "bytes: add optimized Compare for arm64"
2018-03-20 fanzha02bytes: add optimized Compare for arm64
2018-03-19 fanzha02cmd/asm: add ARM64 assembler check for incorrect input
next