]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-09-28 jiahua wangio: add examples for (*SectionReader) Read/Size
2021-09-28 Lynn Bogerreflect,runtime: add reflect support for regabi on...
2021-09-28 Leonard Wangruntime: add mp parameter for getMCache
2021-09-28 Robert Griesemercmd/compile/internal/types2: add Interface.IsMethodSet...
2021-09-28 Jay Conrodcmd/go: add release note for 'go get' changes
2021-09-28 Jay Conrodcmd/go: change 'go get -d' to 'go get' in tests
2021-09-28 Jay Conrodcmd/go: make 'go get' fail with an error when outside...
2021-09-28 Jay Conrodcmd/go: 'go get' no longer builds or installs packages
2021-09-28 Bryan C. Millsio: update ByteScanner and RuneScanner docs to match...
2021-09-28 Robert Griesemercmd/compile/internal/types2: add a NewSignatureType...
2021-09-28 Robert Griesemercmd/compile/internal/types2: record all instances,...
2021-09-28 Cherry Muicmd/internal/objfile: use aux symbol for pcdata references
2021-09-28 Cherry Muicmd/internal/obj: index pcdata symbols in NumberSyms
2021-09-28 Robert Findleygo/types: add the Interface.IsMethodSet method
2021-09-28 Robert Findleygo/types: add a NewSignatureType constructor accepting...
2021-09-28 Josh Bleecher... cmd/internal/obj: refactor code to separate content...
2021-09-28 Cherry Muicmd/internal/goobj: remove Pcdata from object file
2021-09-27 Ian Lance Taylorio: avoid integer overflow in NewSectionReader
2021-09-27 Josh Bleecher... runtime: fix and simplify printing on bad ftab
2021-09-27 Josh Bleecher... cmd/link: put type descriptor method arginfo in the...
2021-09-27 Josh Bleecher... debug/gosym: add pcHeader parsing helpers
2021-09-27 Cherry Muiruntime/pprof: skip TestTimeVDSO on Android
2021-09-27 Fabio Falzoireflect: add Value.{CanInt, CanUint, CanFloat, CanComplex}
2021-09-27 Josh Bleecher... runtime, cmd/link: minor cleanup
2021-09-27 Josh Bleecher... runtime: move entry method from _func to funcInfo
2021-09-27 Josh Bleecher... runtime: convert _func.entry to a method
2021-09-27 Josh Bleecher... runtime: change funcinl sentinel value from 0 to ^0
2021-09-27 Josh Bleecher... runtime: look up funcInfo by func pointer
2021-09-27 Josh Bleecher... runtime: add Func method benchmarks
2021-09-27 Keith Randallruntime: make slice growth formula a bit smoother
2021-09-27 Keith Randallcmd/compile: keep methods on generic types from being...
2021-09-27 Dan Scalescmd/compile: allow methods on shape types (but no bodies)
2021-09-27 Zvonimir Pavlinoviccmd/go/testdata/script: fix incorrect comments
2021-09-27 Keith Randallcmd/compile: leave dictionary argument out of traceback...
2021-09-27 Keith Randallruntime: elide instantiated types in tracebacks
2021-09-27 Rhys Hiltnerruntime: use per-thread profiler for SetCgoTraceback...
2021-09-27 Rhys Hiltnerruntime: move sigprofNonGo
2021-09-27 Rhys Hiltnerruntime: profile with per-thread timers on Linux
2021-09-27 Rhys Hiltnerruntime: allow per-OS changes to unix profiler
2021-09-27 Rhys Hiltnerruntime: add timer_create syscalls for Linux
2021-09-27 Robert Griesemergo/types, types2: factor out some code, fix/add comment...
2021-09-27 Lynn Bogerruntime: mark race functions as ABIInternal
2021-09-27 nimelehincmd/compile: clean up remnants of amd64p32 in OnesCount
2021-09-27 jiahua wangencoding/base32: Add examples for Encode/Decode
2021-09-27 DQNEOcmd/internal/obj: fix wording in a comment
2021-09-27 jiahua wangbytes: add example for (*Buffer).Next
2021-09-27 Muhammad Falak... cmd/go: remove references to 'go help fuzz'
2021-09-27 Paul E. Murphycmd/internal/obj/ppc64: add a test for long branch...
2021-09-27 Lynn Bogerruntime: add runtime changes for register ABI on ppc64x
2021-09-27 Nigel Taoimage/draw: add RGBA64Image fast path for RGBA dst
2021-09-27 korzhaocmd/compile: fix stencil call expression
2021-09-27 Leonard Wangcmd/compile: print expression for invalid operation...
2021-09-25 korzhaotest/typeparam: add a test case for issue48617
2021-09-25 korzhaocmd/compile: add required CONVIFACE nodes when translat...
2021-09-25 Dan Scalescmd/compile: deal with blank nodes with typeparam type...
2021-09-24 Jay Conrodtesting: address feedback for dev.fuzz merge
2021-09-24 Daniel Martícmd/gofmt: format files in parallel
2021-09-24 Jay Conrodcmd/go: make 'go mod why -m' work in inconsistent,...
2021-09-24 Cuong Manh Lecmd/compile: fix delayTransform condition
2021-09-24 Cuong Manh Lecmd/compile: move all usage of delayTransform out of...
2021-09-24 Dan Scalescmd/compile: fix crawler for unexported fields with...
2021-09-24 Dan Scalescmd/compile: fix case in dictPass where OMETHVALUE...
2021-09-24 Jay Conrodcmd/go: refactor {Allow,Disallow}WriteGoMod to Explicit...
2021-09-24 Jay Conrodcmd/go: test that graph, verify, and why don't write...
2021-09-24 Jay Conrodcmd/go: adjust comments on why fuzzing instrumentation...
2021-09-24 Cherry Muiruntime: set vdsoSP to caller's SP consistently
2021-09-24 Joel Singcmd/compile: optimise immediate operands with constants...
2021-09-24 Joel Singtest/codegen: add shift tests for RISCV64
2021-09-24 Robert Griesemercmd/compile/internal/types2: assume generic code for...
2021-09-24 Cuong Manh Lecmd/go: move gc concurrency level computation near...
2021-09-24 Robert Griesemercmd/compile/internal/syntax: assume generic code for...
2021-09-24 Meng Zhuoruntime: using wyrand for fastrand
2021-09-24 Robert Griesemergo/types: delay union element checks
2021-09-24 Ian Lance Taylorconstraints: new package
2021-09-24 Robert Griesemercmd/compile/internal/types2: delay union element checks
2021-09-23 Daniel Martícmd/go: refer to the right package in a test
2021-09-23 Bryan C. Millscmd/compile/internal/ssa: remove workarounds for #43938
2021-09-23 Robert Griesemertest/fixedbugs: adjust test case (fix longtest builders)
2021-09-23 Robert Griesemercmd/compile/internal/types2: avoid "declared but not...
2021-09-23 Robert Griesemergo/types: avoid "declared but not used errors" for...
2021-09-23 Robert Griesemercmd/compile: restore original assignment error messages
2021-09-23 Cuong Manh LeRevert "cmd/go: insert goroot to the hash of build...
2021-09-23 Robert Findleygo/types,types2: disallow illegal cycles through Unions
2021-09-23 Joe Tsaicrypto: avoid escaping Hash.Sum on generic architectures
2021-09-23 Daniel Martícmd/go: fix indentation of -workfile help text
2021-09-23 Lynn Bogercmd/compile: enable reg args and add duffcopy support...
2021-09-23 zhouguangyuancmd/go: insert goroot to the hash of build cache when...
2021-09-23 Russ Coxhtml/template, text/template: implement break and conti...
2021-09-23 Matthew Dempskycmd/compile: fix unsafe.Add with small-size offsets...
2021-09-22 Dan Scalescmd/compile: break out constants for local and global...
2021-09-22 Zvonimir Pavlinoviccmd/go/internal/test: pass only analysis flags to vet
2021-09-22 Lynn Bogercmd/compile: update PPC64 CALL* ops for register ABI
2021-09-22 jiahua wangio: fix spelling in documentation
2021-09-22 Robert Griesemercmd/compile/internal/types2: don't panic if targs don...
2021-09-22 Cherry Muicmd/compile: update comments with ABI aliases/wrappers
2021-09-22 Robert Griesemercmd/compile, go/types: allow `any` anywhere (as a type)
2021-09-22 Roland Shoemakerinternal/fuzz,cmd/compile: don't add race instrumentati...
2021-09-22 Cherry Muicmd/compile: check out-of-range shifts on ARM and ARM64
2021-09-22 Elias Naurcmd/cgo: add go:notinheap annotation to Windows handle...
2021-09-22 Archana Rhash/crc32: improve performance of ppc64SlicingUpdateBy...
next