aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-03-28encoding/asn1: simplify appendFourDigitsapocelipes
2024-03-28internal/sysinfo: implement CPUName on bsd systemsRuss Cox
2024-03-27cmd/go: replace reflect.DeepEqual with slices.Equal and maps.EqualDaniel Martí
2024-03-27cmd/compile: rename cmd/compile/internal/pgo to cmd/compile/internal/pgoirMichael Pratt
2024-03-27cmd/compile,cmd/preprofile: move logic to shared common packageMichael Pratt
2024-03-27os: make readdir more robust on Windowsqmuntal
2024-03-27all: make use of builtin clearJes Cok
2024-03-27cmd/preprofile: drop output directory checkMichael Pratt
2024-03-27cmd/preprofile: clean up error handlingMichael Pratt
2024-03-26crypto/internal/boring: don't shadow named returnsRoland Shoemaker
2024-03-26runtime,hash/maphash: reuse hashSets to save memory pressureKeith Randall
2024-03-26crypto/aes: fix regression for ppc64xLynn Boger
2024-03-26all: fix a large number of commentscui fliter
2024-03-26cmd/internal/ssa: fix typo in commentguoguangwu
2024-03-26cmd/link: close memory profileguoguangwu
2024-03-26regexp/syntax: simplify the codeapocelipes
2024-03-26runtime,hash/maphash: make tests use less memoryKeith Randall
2024-03-26net/http: fix typo in log messageDamien Neil
2024-03-26slices: add examplesJes Cok
2024-03-26net/http: panic early in do when Client is nilKevin Burke
2024-03-26runtime: don't call lockOSThread for every syscall call on Windowsqmuntal
2024-03-26cmd/internal/obj/riscv: use native rotation instructions for rva22u64Joel Sing
2024-03-26runtime: fix the failures from longtest buildersAndy Pan
2024-03-25internal/trace/v2: fix reader version for dumping text outputMichael Anthony Knyszek
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-03-25cmd/go/internal/modget: remove duplicate exitZxilly
2024-03-25regexp: use slices to simplify the codeapocelipes
2024-03-25crypto/rand: close /dev/random on plan9 after seedingguoguangwu
2024-03-25os: reuse buffer pool more aggressively in readdirqmuntal
2024-03-25net/http: also log TLS errors which look like HTTP sent to an HTTPS portDamien Neil
2024-03-25log/slog: use plain string concatenation for Attr.StringKevin Burke
2024-03-25os: fix typo in testguoguangwu
2024-03-25crypto/aes: speed up AES by reducing allocationsMarten Seemann
2024-03-25net/http: eliminate the needless idle timeout for TestServerNoReadTimeoutAndy Pan
2024-03-25net/http: update bundled x/net/http2Andy Pan
2024-03-25internal/poll: use sync.OnceValue to determine kernel version ≥ 5.3 in Copy...Tobias Klauser
2024-03-23cmd/link: remove objIdx structureJeremy Quirke
2024-03-23cmd/dist: avoid CPU underutilization starting from GOMAXPROCS=2 runtimeqiulaidongfeng
2024-03-22net/http: ensure server handler is done in TestServerNoWriteTimeoutDamien Neil
2024-03-22encoding/gob: close files used in dump.go and encgen.goguoguangwu
2024-03-22path/filepath: use slices to simplify the test codeapocelipes
2024-03-22runtime: add fast path for (*timers).adjustIan Lance Taylor
2024-03-22internal/trace/v2: break up ordering.Advance into dispatched methodsMichael Anthony Knyszek
2024-03-22runtime: add tracing for iter.PullMichael Anthony Knyszek
2024-03-22Revert "testing: add TB.SetGOMAXPROCS function"Ian Lance Taylor
2024-03-22database/sql: fix typo in commentguoguangwu
2024-03-22cmd/internal/obj/riscv: improve register MOVB/MOVH/MOVBU/MOVHU for rva22u64Joel Sing
2024-03-22syscall: export Tc{get,set}pgrp for testingJoel Sing
2024-03-21net/http: use slices to simplify the codeapocelipes
2024-03-21cmd/go: close debug trace fileguoguangwu