2023-11-22 |
Michael Anthony... | api: promote next to go1.22 |
commit | commitdiff | tree |
2023-11-22 |
Hiro | github: use forms for issue templates |
commit | commitdiff | tree |
2023-11-22 |
Michael Anthony... | runtime: hold sched.lock over traceThreadDestroy in... |
commit | commitdiff | tree |
2023-11-22 |
Michael Anthony... | runtime: move the wakeableSleep lock under sched in... |
commit | commitdiff | tree |
2023-11-22 |
Michael Anthony... | runtime: don't hold trace.lock over semrelease in readT... |
commit | commitdiff | tree |
2023-11-22 |
Michael Anthony... | runtime: don't hold the table lock in (*traceStackTable... |
commit | commitdiff | tree |
2023-11-22 |
Davis Goodin | cmd/link/internal/loadpe: fix .xdata unwind info parsing |
commit | commitdiff | tree |
2023-11-22 |
Than McIntosh | cmd/link/internal/ld: fix DWARF type DIE "go kind"... |
commit | commitdiff | tree |
2023-11-22 |
Mauri de Souza... | runtime/internal/atomic: deduplicate And/Or code on... |
commit | commitdiff | tree |
2023-11-22 |
qiulaidongfeng | internal/abi, runtime, reflect, cmd: merge maxZero... |
commit | commitdiff | tree |
2023-11-22 |
Srinivas Pokala | cmd/asm: fix the KMCTR instruction encoding and argumen... |
commit | commitdiff | tree |
2023-11-22 |
fanzha02 | runtime: change the name of variables in asan-related... |
commit | commitdiff | tree |
2023-11-22 |
Meng Zhuo | internal/bytealg: optimize Count with PCALIGN in riscv64 |
commit | commitdiff | tree |
2023-11-22 |
Meng Zhuo | cmd/internal/obj/riscv: add support of PCALIGN directive |
commit | commitdiff | tree |
2023-11-21 |
Filippo Valsorda | crypto/tls: mark RSA KEX cipher suites insecure |
commit | commitdiff | tree |
2023-11-21 |
Filippo Valsorda | crypto/tls: check and record godebugs more granularly |
commit | commitdiff | tree |
2023-11-21 |
Michael Anthony... | internal/trace/v2: dump text trace on failure only... |
commit | commitdiff | tree |
2023-11-21 |
Bryan C. Mills | testing: simplify concurrency and cleanup logic |
commit | commitdiff | tree |
2023-11-21 |
Marten Seemann | crypto/tls: check client's supported versions when... |
commit | commitdiff | tree |
2023-11-21 |
Michael Anthony... | runtime: disable trace v2 optimistic deadlock debugger |
commit | commitdiff | tree |
2023-11-21 |
Michael Anthony... | runtime: emit a ProcSteal from entersyscall_gcwait |
commit | commitdiff | tree |
2023-11-21 |
Kir Kolyshkin | internal/syscall/unix: add PidFDSendSignal for Linux |
commit | commitdiff | tree |
2023-11-21 |
Michael Anthony... | runtime: add lock partial order edge between wakeableSl... |
commit | commitdiff | tree |
2023-11-21 |
Olivier Mengué | errors: clarify references to Unwrap in doc |
commit | commitdiff | tree |
2023-11-21 |
Michael Pratt | syscall: check SyscallIsNotSupported in TestPidFDWithUserNS |
commit | commitdiff | tree |
2023-11-21 |
Michael Anthony... | runtime: enable the exectracer2 experiment by default |
commit | commitdiff | tree |
2023-11-21 |
Michael Anthony... | cmd/trace/v2: emit regions in the goroutine-oriented... |
commit | commitdiff | tree |
2023-11-21 |
Michael Anthony... | cmd/trace/v2: add support for the goroutine-oriented... |
commit | commitdiff | tree |
2023-11-21 |
Michael Anthony... | cmd/trace/v2: add thread-oriented mode for v2 traces |
commit | commitdiff | tree |
2023-11-21 |
Michael Anthony... | cmd/trace/v2: add support for a task-oriented procs... |
commit | commitdiff | tree |
2023-11-21 |
Michael Anthony... | cmd/trace/v2: add support for goroutine filtering |
commit | commitdiff | tree |
2023-11-21 |
Michael Anthony... | cmd/trace/v2: add support for task and region endpoints |
commit | commitdiff | tree |
2023-11-21 |
Michael Anthony... | cmd/trace: factor out durationHistogram |
commit | commitdiff | tree |
2023-11-21 |
Michael Anthony... | internal/trace: add task analysis for v2 traces |
commit | commitdiff | tree |
2023-11-21 |
Michael Anthony... | internal/trace/v2: redefine NoTask and add BackgroundTask |
commit | commitdiff | tree |
2023-11-21 |
Michael Anthony... | cmd/trace/v2: add support for pprof endpoints |
commit | commitdiff | tree |
2023-11-21 |
Michael Anthony... | cmd/trace: refactor pprof HTTP SVG serving into traceviewer |
commit | commitdiff | tree |
2023-11-21 |
Michael Anthony... | internal/trace/traceviewer: make the mmu handler more... |
commit | commitdiff | tree |
2023-11-21 |
Michael Anthony... | cmd/trace: common up the mmu page and add it to cmd... |
commit | commitdiff | tree |
2023-11-21 |
Michael Anthony... | cmd/trace/v2: add goroutine analysis pages |
commit | commitdiff | tree |
2023-11-21 |
Michael Anthony... | internal/trace: use the correct stack for goroutine... |
commit | commitdiff | tree |
2023-11-21 |
Rhys Hiltner | runtime: profile contended lock calls |
commit | commitdiff | tree |
2023-11-21 |
Michael Anthony... | internal/trace/v2: forward Event.Stack to StateTransiti... |
commit | commitdiff | tree |
2023-11-21 |
Michael Anthony... | cmd/trace: add almost full support for v2 traces in... |
commit | commitdiff | tree |
2023-11-21 |
Kir Kolyshkin | os: remove useless if from Wait on unix |
commit | commitdiff | tree |
2023-11-21 |
Matthew Dempsky | cmd/compile/internal/walk: copy SSA-able variables |
commit | commitdiff | tree |
2023-11-21 |
Guoqi Chen | cmd/compile, internal/buildcfg: enable regABI on loong6... |
commit | commitdiff | tree |
2023-11-21 |
Kir Kolyshkin | syscall: fix getting pidfd when using CLONE_NEWUSER |
commit | commitdiff | tree |
2023-11-21 |
Than McIntosh | cmd/compile/internal/inline: revise -m=2 status messages |
commit | commitdiff | tree |
2023-11-21 |
Guoqi Chen | runtime/internal/syscall: use ABIInternal for Syscall6... |
commit | commitdiff | tree |
2023-11-21 |
Guoqi Chen | cmd/compile: fix If lowering on loong64 |
commit | commitdiff | tree |
2023-11-21 |
Guoqi Chen | cmd/internal/obj: set morestack arg spilling and regabi... |
commit | commitdiff | tree |
2023-11-21 |
Guoqi Chen | runtime: add regABI support in memclr and memmove funct... |
commit | commitdiff | tree |
2023-11-21 |
Guoqi Chen | internal/bytealg: add regABI support in bytealg functio... |
commit | commitdiff | tree |
2023-11-21 |
Guoqi Chen | reflect, runtime: add reflect support for regABI on... |
commit | commitdiff | tree |
2023-11-21 |
Guoqi Chen | runtime: support regABI and add spill functions in... |
commit | commitdiff | tree |
2023-11-21 |
Guoqi Chen | runtime: make duff device as ABIInternal for loong64 |
commit | commitdiff | tree |
2023-11-21 |
Guoqi Chen | cmd/compile: update loong64 CALL* ops |
commit | commitdiff | tree |
2023-11-21 |
Guoqi Chen | cmd/compile/internal: add spill support for loong64... |
commit | commitdiff | tree |
2023-11-21 |
Guoqi Chen | cmd/compile/internal: add register info for loong64... |
commit | commitdiff | tree |
2023-11-21 |
Mauri de Souza... | runtime/internal/atomic: deduplicate And/Or code on arm |
commit | commitdiff | tree |
2023-11-21 |
WANG Xuerui | cmd/dist, cmd/link, internal, runtime: implement buildm... |
commit | commitdiff | tree |
2023-11-21 |
Guoqi Chen | internal/abi: define loong64 regABI constants |
commit | commitdiff | tree |
2023-11-21 |
Guoqi Chen | cmd/compile,cmd/internal,runtime: change registers... |
commit | commitdiff | tree |
2023-11-21 |
Guoqi Chen | cmd/compile: add ABI register definations for loong64 |
commit | commitdiff | tree |
2023-11-21 |
WANG Xuerui | cmd/compile: teach regalloc to rightly do nothing on... |
commit | commitdiff | tree |
2023-11-21 |
Guoqi Chen | cmd/internal/obj,cmd/link: access global data via GOT... |
commit | commitdiff | tree |
2023-11-21 |
Guoqi Chen | cmd/compile, cmd/internal, runtime: change the register... |
commit | commitdiff | tree |
2023-11-21 |
Carlo Alberto... | sync: do not unnecessarily keep alive functions wrapped... |
commit | commitdiff | tree |
2023-11-21 |
Than McIntosh | cmd/compile/internal/inline: minor compile time improve... |
commit | commitdiff | tree |
2023-11-21 |
Than McIntosh | cmd/compile/internal/inline: fix bug in param flags... |
commit | commitdiff | tree |
2023-11-21 |
Bryan C. Mills | testing: use subprocesses in TestTBHelper and TestTBHel... |
commit | commitdiff | tree |
2023-11-21 |
Than McIntosh | cmd/compile/internal/inline: rework use of ir.StaticValue |
commit | commitdiff | tree |
2023-11-21 |
Filippo Valsorda | crypto/tls: disable ExportKeyingMaterial without EMS |
commit | commitdiff | tree |
2023-11-21 |
qiulaidongfeng | os: avoid TestFileChdir fail when GOROOT is a symbolic... |
commit | commitdiff | tree |
2023-11-21 |
Than McIntosh | cmd/compile/internal/ir: add batch-mode reassignment... |
commit | commitdiff | tree |
2023-11-21 |
Jes Cok | reflect: tweak logic for 'case Array' in IsZero |
commit | commitdiff | tree |
2023-11-21 |
Cherry Mui | runtime: disable crash stack on Windows |
commit | commitdiff | tree |
2023-11-21 |
Jorropo | net/http: use pointers to array for copyBufPool |
commit | commitdiff | tree |
2023-11-21 |
Anton Telyshev | cmd/vet: add lost checks in doc |
commit | commitdiff | tree |
2023-11-20 |
Bryan C. Mills | cmd/go: don't warn about GOROOT equal to GOPATH when... |
commit | commitdiff | tree |
2023-11-20 |
Tim King | cmd: go get golang.org/x/tools@8966034e and revendor |
commit | commitdiff | tree |
2023-11-20 |
Mauri de Souza... | runtime: add crash stack support for wasm |
commit | commitdiff | tree |
2023-11-20 |
Matthew Dempsky | cmd/compile/internal/devirtualize: use CallExpr.GoDefer... |
commit | commitdiff | tree |
2023-11-20 |
Michael Knyszek | Revert "math/rand/v2: add ChaCha8" |
commit | commitdiff | tree |
2023-11-20 |
Matthew Dempsky | cmd/compile: interleave devirtualization and inlining |
commit | commitdiff | tree |
2023-11-20 |
Ludi Rehak | all: add floating point option for ARM targets |
commit | commitdiff | tree |
2023-11-20 |
Andrei Matei | ssa: clarify semantics of ID-to-PC translation function |
commit | commitdiff | tree |
2023-11-20 |
Jes Cok | syscall: support O_SYNC flag for os.OpenFile on windows |
commit | commitdiff | tree |
2023-11-20 |
Ville Skyttä | src: a/an grammar fixes |
commit | commitdiff | tree |
2023-11-20 |
Cherry Mui | runtime/race: update race syso for PPC64LE |
commit | commitdiff | tree |
2023-11-20 |
Matthew Dempsky | cmd/compile/internal/inline: remove useless code |
commit | commitdiff | tree |
2023-11-20 |
Matthew Dempsky | cmd/compile/internal/inline: allow inlining of checkptr... |
commit | commitdiff | tree |
2023-11-20 |
Matthew Dempsky | cmd/compile/internal/ir: add CallExpr.GoDefer |
commit | commitdiff | tree |
2023-11-20 |
Matthew Dempsky | Revert "runtime: profile contended lock calls" |
commit | commitdiff | tree |
2023-11-20 |
Mauri de Souza... | runtime/internal/atomic: add generic implementation... |
commit | commitdiff | tree |
2023-11-19 |
Russ Cox | math/rand/v2: add ChaCha8 |
commit | commitdiff | tree |
2023-11-19 |
Johan Brandhorst... | misc/wasm: support new wasmtime CLI |
commit | commitdiff | tree |
2023-11-19 |
qiulaidongfeng | reflect: optimize Value.IsZero for struct types |
commit | commitdiff | tree |
2023-11-19 |
go101 | slices: improve Insert panic message for index out... |
commit | commitdiff | tree |
next |