]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-04-20 Cherry Zhangcmd/compile: guard partially live arg spilling with...
2021-04-20 Cherry Zhangcmd/compile: disable name preservation on copies in...
2021-04-20 Michael Prattruntime: refactor work stealing to dedicated function
2021-04-20 Austin Clementsinternal/buildcfg: enable regabiargs by default
2021-04-20 Rob Findleycmd/compile/internal/types2: fix some typos in rawLooku...
2021-04-20 Rob Findleygo/types: support type parameters in NewMethodSet
2021-04-20 Austin Clementsinternal/buildcfg: enable regabidefer by default
2021-04-20 Cherry Zhangcmd/compile: preserve pointerness when creating map...
2021-04-20 Ian Lance Taylornet: use syscall.fcntl on libc systems
2021-04-20 Cherry Zhangruntime: crash the GC when clobberdead pointer is seen
2021-04-20 Yury Smolskyall: remove redundant spaces before . and ,
2021-04-20 Rob Findleygo/types: fix panic when using multiple type arguments
2021-04-19 Cherry Zhangcmd/compile: do not clobber arguments for reflect.callR...
2021-04-19 Rob Findleygo/types: remove the concept of finals
2021-04-19 Rob Findleygo/types: remove stale commented-out testdata
2021-04-19 Michael Hudson... cmd/link: convert -I foo to -Wl,--dynamic-linker,foo...
2021-04-19 Austin Clementsinternal/buildcfg: enable regabireflect by default
2021-04-19 Michael Fraenkeltesting: remove data races so that parallel benchmarks...
2021-04-19 HowJMaynet: pass MSG_CMSG_CLOEXEC flag in ReadMsgUnix
2021-04-19 Austin Clementsinternal/buildcfg: enable regabig by default
2021-04-19 Cherry Zhangruntime: open up space for callee's arg spill slot...
2021-04-19 Ariel Mashrakitext/template/parse: add a mode to skip func-check...
2021-04-19 Cherry Zhangcmd/compile: reduce redundant register moves for regabi...
2021-04-19 Cherry Zhangtest: add test for CL 310589
2021-04-19 Cherry Zhangtest: add liveness test for regabi
2021-04-19 Cuong Manh Lecmd/compile: skip "_" function in reflectdata.MarkUsedI...
2021-04-19 Austin Clementscmd/go: drop GOEXPERIMENT in script tests
2021-04-18 Paschalis Tsiliasarchive/zip: fix imports block of biggestZipBytes generator
2021-04-17 Austin Clementsinternal/buildcfg: enable regabiwrappers by default
2021-04-16 Austin Clementsinternal/buildcfg: make regabi enable regabiargs
2021-04-16 Austin Clementsruntime: update stale comment
2021-04-16 Austin Clementsinternal/buildcfg: make regabi an alias for regabi...
2021-04-16 Leonard Wangruntime: remove useless nFlushCacheRoots
2021-04-16 Austin Clementscmd/link: fix defaultGOROOT package
2021-04-16 Russ Coxcmd/dist: defend self against misc/reboot test
2021-04-16 Rob Findleygo/parser: add a SkipObjectResolution mode to bypass...
2021-04-16 Rob Findleygo/scanner: fix a typo in scanner_test.go
2021-04-16 Rob Findleygo/parser: move type params in scope for the function...
2021-04-16 Michael Prattruntime: clarify which work needs spinning coordination
2021-04-16 Michael Prattruntime: remove redudant tryWakeP component
2021-04-16 Michael Prattruntime: move findrunnable timer delay computation...
2021-04-16 Cherry Zhangcmd/compile: in clobberdead mode, don't clobber slots...
2021-04-16 Cherry Zhangreflect: preserve ctxt across moveMakeFuncArgPtrs
2021-04-16 David Chasecmd/compile: spill all the parameters around morestack
2021-04-16 Hilko Bengennet/http/fcgi: eliminate race, keep request id until...
2021-04-16 Johan Brandhorstcrypto/tls: fix flaky handshake cancellation tests
2021-04-16 Russ Coxcmd/go, go/build: add ToolTags to build.Default
2021-04-16 Russ Coxinternal/buildcfg: move build configuration out of...
2021-04-16 Bryan C. Millscmd/go/internal/modload: when outside a module, set...
2021-04-16 HowJMaynet/http/cgi: Remove hard-coded ServeHTTP timeout
2021-04-16 Jay Conrodcmd/go: fix mod_install_pkg_version
2021-04-16 Austin Clementscmd/link: fix file-local checks in xcoff
2021-04-16 ian woolfnet/http: make ReadRequest return an error when request...
2021-04-16 Peng Gaonet/http: using errors.Is in fs error detection
2021-04-16 Cherry Zhangcmd/compile: don't insert VarDef for already-initialize...
2021-04-16 Jay Conrodcmd/go: support 'go run cmd@version'
2021-04-16 Austin Clementsruntime: mark stdcallN functions cgo_unsafe_args
2021-04-16 Jay Conrodcmd/go: move 'go install cmd@version' code into interna...
2021-04-16 Jay Conrodcmd/go/internal/load: convert two global flags to an...
2021-04-16 Jay Conroddoc: add release note for module deprecation
2021-04-16 David Chasetest/abi: reenable test on windows
2021-04-16 Tobias Klausercmd/link/internal/ld: re-enable tests on darwin
2021-04-16 Tobias Klausercmd/link/internal/ld: fix GOARCH in TestAbstractOriginS...
2021-04-16 Austin Clementscmd/internal/objabi,test: use correct GOEXPERIMENT...
2021-04-16 Austin Clementsinternal/goexperiment: move baseline configuration...
2021-04-16 Joshua Harshmannet/http: add to deadlines only when positive
2021-04-16 Austin Clementsruntime: improve synchronization in TestFinalizerRegist...
2021-04-15 Paul E. Murphycmd/compile: fix ANDI/SRWI merge on ppc64
2021-04-15 Aofei Shengcmd/go/internal/modconv: involve GOPROXY in ConvertLega...
2021-04-15 Robert Griesemercmd/compile/internal/types2: add sizeof test
2021-04-15 Robert Griesemercmd/compile/internal/syntax: fix error message for...
2021-04-15 Paul E. Murphycmd/internal/obj: consolidate AMOVW and AMOVWZ optab...
2021-04-15 Lynn Bogerbytes: add asm implementation for index on ppc64x
2021-04-15 Michael Fraenkelnet/http: allow multiple dials in TestTransportMaxConns...
2021-04-15 Austin Clementsmath: avoid assembly stubs
2021-04-15 Paul E. Murphycmd/link: issue error if elf header overruns
2021-04-15 Austin Clementsruntime: unify C->Go ABI transitions
2021-04-15 Austin Clementsruntime,runtime/cgo: save all necessary registers on...
2021-04-15 Austin Clementsruntime: minor refactoring of _rt0_amd64_lib
2021-04-15 Tobias Klausermime: keep builtinTypesLower sorted alphabetically
2021-04-15 Rémy Oudomphengstrconv: Implement Ryū algorithm for ftoa shortest...
2021-04-15 Rémy Oudomphengstrconv: implement Ryū-like algorithm for fixed precisi...
2021-04-15 Austin Clementsinternal/bytealg: port more performance-critical functi...
2021-04-15 eric fangcmd/internal/obj/arm64: fix the wrong sp dst register...
2021-04-15 Damien Neiltime: add missing "os" import to zoneinfo_test.go
2021-04-15 Keith Randallcmd/compile: propagate pragmas from generic function...
2021-04-15 Dan Scalescmd/compile: look for function in instantiations in...
2021-04-14 Amit Kumarmime: add mime type for avif image file format
2021-04-14 Manlio Perillogo/build: replace os.Setenv with T.Setenv
2021-04-14 Manlio Perillotime: replace os.Setenv with T.Setenv
2021-04-14 ian woolfnet/http/httptest: panic on non-3 digit (XXX) status...
2021-04-14 Bryan C. Millscmd/go: add a Go source file in TestScript/mod_sumdb
2021-04-14 Cherry Zhangcmd/compile: rework/reduce partially lived argument...
2021-04-14 Than McIntoshruntime: fix data race in abi finalizer test
2021-04-14 Michael Anthony... runtime: update debug call protocol for register ABI
2021-04-14 Manlio Perillogo/internal/gccgoimporter: replace os.MkdirTemp with...
2021-04-14 Martin Suchatime: move slim test tzdata to testdata directory
2021-04-14 Manlio Perillogo/build: replace os.MkdirTemp with T.TempDir
2021-04-14 Robert Griesemercmd/compile/internal/types2: add Named.SetTParams and...
2021-04-14 Rob Findleycmd/dist: add tests using the typeparams build tag
next