aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
2024-01-25all: prealloc slice with possible minimum capabilitiesShulhan
2024-01-24runtime: short path for equal pointers in arm64 memequalMauri de Souza Meneguzzo
2024-01-24cmd/go: add GORISCV64 environment variableMark Ryan
2024-01-23net,internal/poll: load ws2_32.dll only when net is importedqmuntal
2024-01-23internal/reflectlite: delete TODO pass safe to packEface don't need to copy i...qiulaidongfeng
2024-01-23runtime,internal/poll: move websocket handling out of the runtime on Windowsqmuntal
2024-01-23cmd/compile/internal/ssagen,runtime: merge trace consts into internal/abiqiulaidongfeng
2024-01-22Revert "cmd/preprofile: Add preprocess tool to pre-parse the profile file."Michael Pratt
2024-01-22runtime: use the correct M ID for syscalling goroutines in tracesMichael Anthony Knyszek
2024-01-22cmd/preprofile: Add preprocess tool to pre-parse the profile file.Jin Lin
2024-01-22cmd/link,runtime: merge minfunc const info internal/abiqiulaidongfeng
2024-01-19internal/goversion: update Version to 1.23Carlos Amedee
2024-01-18go/types, types2: fix range clause checks for constant range expressionsRobert Griesemer
2024-01-13internal/trace/v2: reject events for goroutines with unknown statesDominik Honnef
2024-01-12internal/trace/v2: avoid several panics for malformed tracesDominik Honnef
2024-01-11runtime: ensure we free unrolled GC bitmapsKeith Randall
2023-12-18internal/syscall/windows: fix the signature of SetFileInformationByHandleBryan C. Mills
2023-12-15runtime: add race annotations in IncNonDefaultDavid Chase
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-12-13go/types, types2: report error for range over int if Go version < 1.22Robert Griesemer
2023-12-13go/types, types2: avoid confusing error message "have m(T), want m(T)"Robert Griesemer
2023-12-12go/types, types2: flip message contents for reverse type inference errorsRobert Griesemer
2023-12-12go/types, types2: better error message for cases of reverse type inferenceRobert Griesemer
2023-12-11crypto/x509: gate Policies marshaling with GODEBUGRoland Shoemaker
2023-12-08cmd/compile: fix error message for mismatch between the number of type params...Raghvender
2023-12-07internal/profile: fully decode proto even if there are no samplesMichael Pratt
2023-12-06iter, runtime: add coroutine supportRuss Cox
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-12-05math/rand/v2: add ChaCha8Russ Cox
2023-12-05internal/trace/v2: handle thread ID reuse correctlyMichael Anthony Knyszek
2023-12-01go/types, types2: add testcase for alias issueRobert Griesemer
2023-11-29types2, go/types: fix type checking of ~[]E passing to unsafe builtinsCuong Manh Le
2023-11-28internal/trace/v2: tolerate having a P in GoCreateSyscallMichael Anthony Knyszek
2023-11-22internal/abi, runtime, reflect, cmd: merge maxZero const into internal/abiqiulaidongfeng
2023-11-22cmd/asm: fix the KMCTR instruction encoding and argument passingSrinivas Pokala
2023-11-22internal/bytealg: optimize Count with PCALIGN in riscv64Meng Zhuo
2023-11-21internal/trace/v2: dump text trace on failure only if it fits in the logMichael Anthony Knyszek
2023-11-21runtime: emit a ProcSteal from entersyscall_gcwaitMichael Anthony Knyszek
2023-11-21internal/syscall/unix: add PidFDSendSignal for LinuxKir Kolyshkin
2023-11-21runtime: enable the exectracer2 experiment by defaultMichael Anthony Knyszek
2023-11-21cmd/trace/v2: emit regions in the goroutine-oriented task viewMichael Anthony Knyszek
2023-11-21cmd/trace/v2: add thread-oriented mode for v2 tracesMichael Anthony Knyszek
2023-11-21cmd/trace/v2: add support for a task-oriented procs-based viewMichael Anthony Knyszek
2023-11-21cmd/trace/v2: add support for goroutine filteringMichael Anthony Knyszek
2023-11-21cmd/trace/v2: add support for task and region endpointsMichael Anthony Knyszek
2023-11-21cmd/trace: factor out durationHistogramMichael Anthony Knyszek
2023-11-21internal/trace: add task analysis for v2 tracesMichael Anthony Knyszek
2023-11-21internal/trace/v2: redefine NoTask and add BackgroundTaskMichael Anthony Knyszek
2023-11-21cmd/trace/v2: add support for pprof endpointsMichael Anthony Knyszek
2023-11-21cmd/trace: refactor pprof HTTP SVG serving into traceviewerMichael Anthony Knyszek