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 |
2023-11-19 |
apocelipes | hash: simplify binary operations |
commit | commitdiff | tree |
2023-11-19 |
go101 | slices: optimize Delete |
commit | commitdiff | tree |
2023-11-19 |
Joel Sing | runtime: add support for crash stack on ppc64/ppc64le |
commit | commitdiff | tree |
2023-11-17 |
Jes Cok | all: add missing copyright header |
commit | commitdiff | tree |
2023-11-17 |
Andy Pan | net,os: arrange zero-copy of os.File and net.TCPConn... |
commit | commitdiff | tree |
2023-11-17 |
Michael Anthony... | runtime: use span.elemsize for accounting in mallocgc |
commit | commitdiff | tree |
2023-11-17 |
Rhys Hiltner | runtime: profile contended lock calls |
commit | commitdiff | tree |
2023-11-17 |
Jes Cok | slices: add cases for TestInsertPanics when there are... |
commit | commitdiff | tree |
2023-11-17 |
Michael Anthony... | runtime: put allocation headers back at the start the... |
commit | commitdiff | tree |
2023-11-17 |
Bryan C. Mills | cmd/go: use a nil *Origin to represent "uncheckable" |
commit | commitdiff | tree |
2023-11-17 |
Bryan C. Mills | cmd/go: check that expected Origin fields are present... |
commit | commitdiff | tree |
2023-11-17 |
Paul E. Murphy | cmd/internal/obj/ppc64: cleanup and remove usage of... |
commit | commitdiff | tree |
2023-11-17 |
Mateusz Poliwczak | net: document IsNotFound field |
commit | commitdiff | tree |
2023-11-17 |
Paul E. Murphy | cmd/internal/obj/ppc64: remove unused C_XER optab class |
commit | commitdiff | tree |
next |