]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2023-11-29 Cosmos Nicolaouruntime/pprof: retry vmmap invocation if it failed...
2023-11-29 Dmitri Shuralyovall: update vendored dependencies
2023-11-29 Cuong Manh Letypes2, go/types: fix type checking of ~[]E passing...
2023-11-29 Keith Randalldoc: release notes for GOARM hardfloat/softfloat change
2023-11-29 Peter Feichtingerruntime: docfix countAlloc
2023-11-29 qmuntalcmd/cgo/internal/test: only test specific frames in...
2023-11-29 qiulaidongfengcmd/internal/moddeps: walk GOROOT when it is a symlink
2023-11-28 Alan Donovango/types: include AST in instantiatedIdent panic message
2023-11-28 Michael Anthony... internal/trace/v2: tolerate having a P in GoCreateSyscall
2023-11-28 Michael Anthony... runtime: put ReadMemStats debug assertions behind a...
2023-11-28 Mauri de Souza... doc: document PCALIGN directive
2023-11-28 cui flitersort: add available godoc link
2023-11-28 Rhys Hiltnerruntime: test for contention in both semaphore paths
2023-11-28 Keith Randallcmd/compile: use correct type for slice pointer
2023-11-27 Cherry Muisyscall: remove ptrace1 on darwin
2023-11-27 Michael Anthony... doc: update release notes from the relnote tool
2023-11-27 Olivier Menguétext/template: more godoc links
2023-11-27 Sean Liao.github: clean up issue forms
2023-11-27 Lasse FolgerRevert "testing: simplify concurrency and cleanup logic"
2023-11-27 Jes Cokio/fs, os: unify PathError.Path for dirFS.{ReadFile...
2023-11-27 cui fliterall: fix field names
2023-11-23 cui fliterpath: add available godoc link
2023-11-22 Dmitri Shuralyov.github: try "import/path: issue title" instead of...
2023-11-22 Dmitri Shuralyov.github: delete archived issue templates
2023-11-22 Michael Anthony... runtime: throw from the systemstack in wirep
2023-11-22 Michael Anthony... api: promote next to go1.22
2023-11-22 Hirogithub: use forms for issue templates
2023-11-22 Michael Anthony... runtime: hold sched.lock over traceThreadDestroy in...
2023-11-22 Michael Anthony... runtime: move the wakeableSleep lock under sched in...
2023-11-22 Michael Anthony... runtime: don't hold trace.lock over semrelease in readT...
2023-11-22 Michael Anthony... runtime: don't hold the table lock in (*traceStackTable...
2023-11-22 Davis Goodincmd/link/internal/loadpe: fix .xdata unwind info parsing
2023-11-22 Than McIntoshcmd/link/internal/ld: fix DWARF type DIE "go kind"...
2023-11-22 Mauri de Souza... runtime/internal/atomic: deduplicate And/Or code on...
2023-11-22 qiulaidongfenginternal/abi, runtime, reflect, cmd: merge maxZero...
2023-11-22 Srinivas Pokalacmd/asm: fix the KMCTR instruction encoding and argumen...
2023-11-22 fanzha02runtime: change the name of variables in asan-related...
2023-11-22 Meng Zhuointernal/bytealg: optimize Count with PCALIGN in riscv64
2023-11-22 Meng Zhuocmd/internal/obj/riscv: add support of PCALIGN directive
2023-11-21 Filippo Valsordacrypto/tls: mark RSA KEX cipher suites insecure
2023-11-21 Filippo Valsordacrypto/tls: check and record godebugs more granularly
2023-11-21 Michael Anthony... internal/trace/v2: dump text trace on failure only...
2023-11-21 Bryan C. Millstesting: simplify concurrency and cleanup logic
2023-11-21 Marten Seemanncrypto/tls: check client's supported versions when...
2023-11-21 Michael Anthony... runtime: disable trace v2 optimistic deadlock debugger
2023-11-21 Michael Anthony... runtime: emit a ProcSteal from entersyscall_gcwait
2023-11-21 Kir Kolyshkininternal/syscall/unix: add PidFDSendSignal for Linux
2023-11-21 Michael Anthony... runtime: add lock partial order edge between wakeableSl...
2023-11-21 Olivier Menguéerrors: clarify references to Unwrap in doc
2023-11-21 Michael Prattsyscall: check SyscallIsNotSupported in TestPidFDWithUserNS
2023-11-21 Michael Anthony... runtime: enable the exectracer2 experiment by default
2023-11-21 Michael Anthony... cmd/trace/v2: emit regions in the goroutine-oriented...
2023-11-21 Michael Anthony... cmd/trace/v2: add support for the goroutine-oriented...
2023-11-21 Michael Anthony... cmd/trace/v2: add thread-oriented mode for v2 traces
2023-11-21 Michael Anthony... cmd/trace/v2: add support for a task-oriented procs...
2023-11-21 Michael Anthony... cmd/trace/v2: add support for goroutine filtering
2023-11-21 Michael Anthony... cmd/trace/v2: add support for task and region endpoints
2023-11-21 Michael Anthony... cmd/trace: factor out durationHistogram
2023-11-21 Michael Anthony... internal/trace: add task analysis for v2 traces
2023-11-21 Michael Anthony... internal/trace/v2: redefine NoTask and add BackgroundTask
2023-11-21 Michael Anthony... cmd/trace/v2: add support for pprof endpoints
2023-11-21 Michael Anthony... cmd/trace: refactor pprof HTTP SVG serving into traceviewer
2023-11-21 Michael Anthony... internal/trace/traceviewer: make the mmu handler more...
2023-11-21 Michael Anthony... cmd/trace: common up the mmu page and add it to cmd...
2023-11-21 Michael Anthony... cmd/trace/v2: add goroutine analysis pages
2023-11-21 Michael Anthony... internal/trace: use the correct stack for goroutine...
2023-11-21 Rhys Hiltnerruntime: profile contended lock calls
2023-11-21 Michael Anthony... internal/trace/v2: forward Event.Stack to StateTransiti...
2023-11-21 Michael Anthony... cmd/trace: add almost full support for v2 traces in...
2023-11-21 Kir Kolyshkinos: remove useless if from Wait on unix
2023-11-21 Matthew Dempskycmd/compile/internal/walk: copy SSA-able variables
2023-11-21 Guoqi Chencmd/compile, internal/buildcfg: enable regABI on loong6...
2023-11-21 Kir Kolyshkinsyscall: fix getting pidfd when using CLONE_NEWUSER
2023-11-21 Than McIntoshcmd/compile/internal/inline: revise -m=2 status messages
2023-11-21 Guoqi Chenruntime/internal/syscall: use ABIInternal for Syscall6...
2023-11-21 Guoqi Chencmd/compile: fix If lowering on loong64
2023-11-21 Guoqi Chencmd/internal/obj: set morestack arg spilling and regabi...
2023-11-21 Guoqi Chenruntime: add regABI support in memclr and memmove funct...
2023-11-21 Guoqi Cheninternal/bytealg: add regABI support in bytealg functio...
2023-11-21 Guoqi Chenreflect, runtime: add reflect support for regABI on...
2023-11-21 Guoqi Chenruntime: support regABI and add spill functions in...
2023-11-21 Guoqi Chenruntime: make duff device as ABIInternal for loong64
2023-11-21 Guoqi Chencmd/compile: update loong64 CALL* ops
2023-11-21 Guoqi Chencmd/compile/internal: add spill support for loong64...
2023-11-21 Guoqi Chencmd/compile/internal: add register info for loong64...
2023-11-21 Mauri de Souza... runtime/internal/atomic: deduplicate And/Or code on arm
2023-11-21 WANG Xueruicmd/dist, cmd/link, internal, runtime: implement buildm...
2023-11-21 Guoqi Cheninternal/abi: define loong64 regABI constants
2023-11-21 Guoqi Chencmd/compile,cmd/internal,runtime: change registers...
2023-11-21 Guoqi Chencmd/compile: add ABI register definations for loong64
2023-11-21 WANG Xueruicmd/compile: teach regalloc to rightly do nothing on...
2023-11-21 Guoqi Chencmd/internal/obj,cmd/link: access global data via GOT...
2023-11-21 Guoqi Chencmd/compile, cmd/internal, runtime: change the register...
2023-11-21 Carlo Alberto... sync: do not unnecessarily keep alive functions wrapped...
2023-11-21 Than McIntoshcmd/compile/internal/inline: minor compile time improve...
2023-11-21 Than McIntoshcmd/compile/internal/inline: fix bug in param flags...
2023-11-21 Bryan C. Millstesting: use subprocesses in TestTBHelper and TestTBHel...
2023-11-21 Than McIntoshcmd/compile/internal/inline: rework use of ir.StaticValue
2023-11-21 Filippo Valsordacrypto/tls: disable ExportKeyingMaterial without EMS
2023-11-21 qiulaidongfengos: avoid TestFileChdir fail when GOROOT is a symbolic...
next