]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-11-03 Paul E. Murphycmd/compile/internal/ssa: re-adjust CarryChainTail...
2022-11-03 Bryan MillsRevert "cmd/go: update TestScripts/svn to not depend...
2022-11-03 Michael Matloobgo/build: don't add unparsable non-Go files to InvalidG...
2022-11-03 David Chasecmd/compile: if GOGC is not set, temporarily boost...
2022-11-03 Mateusz Poliwczaknet: do not modify shared test variable in TestDNSReadC...
2022-11-03 qmuntalruntime: support control flow guard on windows/amd64
2022-11-03 Alexander Scheelcrypto/x509: switch test to ParseRevocationList
2022-11-03 David Chasecmd/compile: add debug-hash flag for fused-multiply-add
2022-11-03 Cherry Muicmd/objdump: skip PIE test when cgo is disabled and...
2022-11-03 Cherry Muicmd/compile: use CDF to determine PGO inline threshold
2022-11-03 Lynn Bogermath/big: add PCALIGN to addMulVVW asm on ppc64x
2022-11-03 qmuntalcmd/go: update TestScripts/svn to not depend on TZ...
2022-11-03 Zeke Lucmd/go/internal/vcs: also check file mode when identify...
2022-11-03 qmuntalcmd/go/internal/script: Cmp() should not perform enviro...
2022-11-03 liu-xuewencmd/compile: remove issueSpill
2022-11-03 Alexander Scheelcrypto/x509: create CRLs with Issuer.RawSubject
2022-11-03 cui fliterall: fix a few function names on comments
2022-11-03 Filippo Valsordacrypto/ecdh: update ECDH docs and add tests for edge...
2022-11-03 Bryan C. Millsos/exec: allow open descriptors to be closed during...
2022-11-03 Russ Coxcmd/go: add -C flag
2022-11-02 Cherry Muicmd/compile: use edge weights to decide inlineability...
2022-11-02 Russ CoxREADME: update from CC-BY-3.0 to CC-BY-4.0
2022-11-02 Russ Coxcmd/api: make check pickier about api/*.txt
2022-11-02 Ian Lance Taylortext/template: correct assignment, not declaration...
2022-11-02 Zeke Lunet: store IPv4 returned from cgo resolver as 4-byte...
2022-11-02 ishwargowdago/parser: add missing parenthesis in a comment
2022-11-02 cuiweixieregexp: add ErrLarge error
2022-11-02 David Chasecmd/compile: renovate GOSSAHASH
2022-11-02 Russ Coxmath/big: use Montgomery for z.Exp(x, y, m) even for...
2022-11-02 Russ Coxmath/big: add benchmark of Exp with large modulus
2022-11-02 Russ Coxcmd/link: remove unnecessary use of sync.Once alongside...
2022-11-02 Russ Coxtesting: implement -cpu and -count for fuzz tests
2022-11-01 Mateusz Poliwczaknet: support no-reload option for unix go resolver
2022-11-01 Ian Lance Taylornet: drop unused _C_ai_addrlen function
2022-11-01 Michael Prattcmd/compile/internal/pgo: remove ListOfHotCallSites
2022-11-01 Bryan C. Millscmd/go/internal/vcweb: increase script WaitDelay by 30x
2022-11-01 Bryan C. Millsruntime: check for ErrWaitDelay in runBuiltTestProg
2022-11-01 Bryan C. Millsinternal/testenv: adjust timeout calculations in Comman...
2022-11-01 Michael Matloobcmd/dist: fix a variable scope bug:
2022-11-01 Ian Lance Taylorgo/build: ignore files by extension before matching...
2022-11-01 Austin Clementstest/bench/go1: eliminate start-up time
2022-11-01 Austin Clementsruntime: fix missing error print in TestCgoSigfwd
2022-11-01 Austin Clementsruntime: skip TestArenaCollision on failed reservation
2022-11-01 Damien Neilsyscall, os/exec: reject environment variables containi...
2022-11-01 Russ Coxtesting: print names of running tests on test timeout
2022-11-01 Than McIntoshcmd/cover: fix buglet causing differences in -m output
2022-11-01 Than McIntoshcmd/go: revamp and simplify logic in PrepareForCoverage...
2022-11-01 Than McIntoshcmd/compile: revise inliner coverage tweaks (again)
2022-11-01 Than McIntoshcmd/{go,cover}: fix for -coverprofile path capture...
2022-11-01 Russ Coxnet: use libc (not cgo) for DNS on macOS
2022-11-01 Bryan C. Millsinternal/testenv: move helpers related to os/exec to...
2022-10-31 David Chasecmd/compile: add ability to indicate 'concurrentOk...
2022-10-31 Michael Matloobcmd/go: add move test for goroot
2022-10-31 Keith Randallcmd/compile: add cache of sizeable objects so they...
2022-10-31 Keith Randallcmd/compile: separate out sparsemaps that need position
2022-10-31 Keith Randallcmd/compile: add rule for post-decomposed growslice...
2022-10-31 Michael Prattcmd/compile/internal/pgo: remove most global state
2022-10-31 Ian Lance Tayloros: in TestDirFS only check returned path for unexpecte...
2022-10-31 Michael Prattcmd/compile/internal/pgo: remove ConvertLine2Int
2022-10-31 Bryan C. Millsinternal/testenv: remove RunWithTimout
2022-10-31 Bryan C. Millsinternal/testenv: add CommandContext and Command
2022-10-31 Michael Prattcmd/internal/obj: cleanup linkgetlineFromPos
2022-10-31 Michael Prattcmd/compile/internal/test: clean up TestPGOIntendedInlining
2022-10-31 Zeke Lunet/http: deflake TestCancelRequestWhenSharingConnection
2022-10-31 Russ Coxencoding/xml: reduce depth limit on wasm
2022-10-31 Alan Donovango/types: avoid formatting unneeded causes
2022-10-31 Changkun Ousync: use atomic.Pointer for entry
2022-10-31 Bryan C. Millscmd/api: skip tests when 'os/exec' is supported but...
2022-10-31 Bryan C. Millscmd/compile/internal/types2: fix tests on js/wasm
2022-10-31 Archana Rinternal/bytealg: fix bug in index function for ppc64le...
2022-10-29 erifan01cmd/compile: enable address folding for global symbols...
2022-10-29 Guoqi Chencmd/compile: add missing tail calls flag for linux...
2022-10-29 Guoqi Chenruntime/internal/atomic: enable atomic 64bit types...
2022-10-29 Ian Lance Taylorcmd/go, cmd/cgo: support older versions of gccgo that...
2022-10-28 Riccardo Gerosamath/big: improve performance of Binomial
2022-10-28 Michael Matloobcmd/go: don't install most GOROOT .a files in pkg
2022-10-28 Ian Lance Taylortesting: change Error to Errorf in comment
2022-10-28 Ian Lance Tayloros: don't include DirFS argument in DirFS errors
2022-10-28 Alessandro... cmd/compile: emit DIEs for zero sized variables
2022-10-28 Michael Matloobcmd/go: don't substitute '$WORK' for work directory...
2022-10-28 Raj Barikcmd/compile: Enables PGO in Go and performs profile...
2022-10-28 eric fangcmd/internal/obj/arm64: optimize ADRP+ADD+LD/ST to...
2022-10-27 Michael Matloobcmd/dist: produce intermedate .a files in a temporary...
2022-10-27 Keith Randallcmd/compile: recognize when the result of append has...
2022-10-27 ruinanhash/crc64: use slicing by 8 when the size is greater...
2022-10-27 Garet Hallidayruntime: add wasm bulk memory operations
2022-10-27 hopehookmath/rand: deprecate Read
2022-10-27 erifan01cmd/internal/obj/arm64: remove AMOVBU from optab
2022-10-26 Zeke Ludebug/elf: guard access to File.gnuVersym
2022-10-26 Brad Fitzpatrickruntime: add missing closing curly brace in runtime...
2022-10-26 Russ Coxtesting: fix many test2json inaccuracies
2022-10-26 Paul E. Murphycmd/internal/obj/ppc64: generate big uint32 values...
2022-10-26 doujiang24cmd/compile: print readable function name in error...
2022-10-26 Zeke Luflag: clarify that the main func at pkg.go.dev is part...
2022-10-26 Russ Coxcrypto/x509: respect GODEBUG changes for allowing SHA1...
2022-10-26 Russ Coxall: remove uses of rand.Seed
2022-10-26 Robert Griesemergo/types, types2: use correct shift value when typechec...
2022-10-26 Bryan C. Millscmd/go/internal/script: use the Cancel and WaitDelay...
2022-10-26 Wayne Zuoruntime/internal/syscall: use ABIInternal for Syscall6...
2022-10-26 cui flitercmd: remove redundant _
next