]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2021-09-30 180909README.md: update contribute URL
2021-09-30 fanzha02cmd/asm: add error check for move constant instructions...
2021-09-29 Josh Bleecher... cmd/link: make funcSize a constant
2021-09-29 Josh Bleecher... cmd/link, runtime: use offset for _func.entry
2021-09-29 Josh Bleecher... runtime: extract text address calculation into a separa...
2021-09-29 Josh Bleecher... debug/gosym: refactor handling of funcdata
2021-09-29 citizen233cmd/go/internal/modcmd: fix "go mod editwork" error...
2021-09-29 Josh Bleecher... debug/gosym: add benchmark
2021-09-29 Katie Hockmaninternal/fuzz: disconnect stdout and stderr from the...
2021-09-29 Ian Lance Taylortext/template: check final value for short-circuit...
2021-09-29 Robert Findleycmd/compile: rename some types2.Context variables from...
2021-09-29 Josh Bleecher... runtime: use unsafe.Slice in getStackMap
2021-09-29 Lynn Bogertest: update test/codegen/noextend.go to work with...
2021-09-29 Katie Hockmancmd/go: prevent necessary GCFlag from being removed
2021-09-29 Robert Findleygo/types, types2: rename Environment to Context
2021-09-29 Archana Rcmd/compile: add PPC64-specific inlining for runtime...
2021-09-29 Josh Bleecher... debug/gosym: adjust go12* method comments
2021-09-29 Josh Bleecher... debug/gosym: add hook to disable recovers
2021-09-29 Dan Scalescmd/compile: make sure shapes have proper indexes for...
2021-09-29 Michael Prattruntime: drop nowritebarrier from gcParkAssist
2021-09-29 Robert Griesemergo/types: avoid infinite recursion in unification
2021-09-29 Cherry Muicmd/internal/goobj, cmd/link: remove funcdataoff
2021-09-29 Cherry Muicmd/link: access pcdata via aux symbols
2021-09-28 Robert Griesemercmd/compile/internal/types2: avoid infinite recursion...
2021-09-28 Lynn Bogerinternal/bytealg: port bytealg functions to reg ABI...
2021-09-28 Lynn Bogerruntime: port memmove, memclr to register ABI on ppc64x
2021-09-28 jiahua wangcompress/gzip: add missing license
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
next