]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2023-12-05 Keith Randallmaps: fix aliasing problems with Clone
2023-12-04 Michael Prattruntime: require cgo for cgo gdb test
2023-12-04 Michael Prattdoc: add release notes for PGO improvements
2023-12-04 Cherry Muicmd/compile: update PGO profile
2023-12-04 Michael Anthony... doc: add release notes for runtime/pprof changes
2023-12-04 Michael Anthony... doc: add release notes for the new execution tracer
2023-12-02 zzkcoderuntime: let the fault thread to crash the process
2023-12-01 Bryan C. Millsnet/http: avoid leaking io.Copy goroutines (and hijacke...
2023-12-01 Michael Anthony... doc: add release notes for allocation headers
2023-12-01 Michael Anthony... runtime: check if mp.curg is nil before readgstatus...
2023-12-01 Bryan C. Millstesting: add regression tests for reentrant calls to...
2023-12-01 Keith Randalldoc: document changes to slices package
2023-12-01 Keith Randalldoc: remove encoding/binary.NativeEndian release note...
2023-12-01 Robert Griesemergo/types, types2: add testcase for alias issue
2023-12-01 Cherry Muicmd/link: update flag doc
2023-12-01 Joel Singcmd/compile: correct code generation for right shifts...
2023-12-01 Michael Anthony... runtime: emit the correct P status from a safepoint...
2023-12-01 Michael Anthony... doc: add release notes about bootstrap toolchain version
2023-12-01 Cuong Manh Lecmd/compile: fix typecheck range over rune literal
2023-11-30 Keith Randallbytes: add a boundary test for Count of 1 byte
2023-11-30 Keith Randallcmd/compile: fix memcombine pass for big endian, >...
2023-11-30 Bryan C. Millstesting: remove tests from the running log while they...
2023-11-30 Jes Cokdebug/elf: return error in DynValue for invalid dynamic...
2023-11-30 Alan Donovango/types: set correct Var.scopePos for parameters/results
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
next