]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2023-11-21 Than McIntoshcmd/compile/internal/ir: add batch-mode reassignment...
2023-11-21 Jes Cokreflect: tweak logic for 'case Array' in IsZero
2023-11-21 Cherry Muiruntime: disable crash stack on Windows
2023-11-21 Jorroponet/http: use pointers to array for copyBufPool
2023-11-21 Anton Telyshevcmd/vet: add lost checks in doc
2023-11-20 Bryan C. Millscmd/go: don't warn about GOROOT equal to GOPATH when...
2023-11-20 Tim Kingcmd: go get golang.org/x/tools@8966034e and revendor
2023-11-20 Mauri de Souza... runtime: add crash stack support for wasm
2023-11-20 Matthew Dempskycmd/compile/internal/devirtualize: use CallExpr.GoDefer...
2023-11-20 Michael KnyszekRevert "math/rand/v2: add ChaCha8"
2023-11-20 Matthew Dempskycmd/compile: interleave devirtualization and inlining
2023-11-20 Ludi Rehakall: add floating point option for ARM targets
2023-11-20 Andrei Mateissa: clarify semantics of ID-to-PC translation function
2023-11-20 Jes Coksyscall: support O_SYNC flag for os.OpenFile on windows
2023-11-20 Ville Skyttäsrc: a/an grammar fixes
2023-11-20 Cherry Muiruntime/race: update race syso for PPC64LE
2023-11-20 Matthew Dempskycmd/compile/internal/inline: remove useless code
next