aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
23 hoursinternal/runtime/atomic: fix missing linknamesAustin Clements
24 hoursinternal/trace: move v2 tracer into trace directoryCarlos Amedee
24 hoursinternal/trace: remove remnanats of v1 tracerCarlos Amedee
26 hoursall: add push linknames to allow legacy pull linknamesCherry Mui
41 hoursos: make use of pidfd on linuxKir Kolyshkin
48 hoursgo/types, types2: report error for floating-point iteration variableRobert Griesemer
3 dayscmd/link: disallow pull-only linknamesCherry Mui
4 daysinternal/poll: use internal/byteorderTobias Klauser
5 daysinternal/chacha8rand: use internal/byteorderMateusz Poliwczak
5 daysfmt, internal/fmtsort: refactor SortedMap to use slice of structs for map sor...aimuz
5 daysall: delete loong64 non-register ABI fallback pathGuoqi Chen
7 daysruntime/internal/atomic: add mips operators for And/OrMauri de Souza Meneguzzo
8 dayscmd/trace: pkg import only onceguoguangwu
8 daysinternal/byteorder: new packageMateusz Poliwczak
10 daysinternal/fuzz: fix names of noCopy methodsOleksandr Redko
10 daysinternal/trace/v2: correctly handle a broken spilled batchMichael Anthony Knyszek
10 daysruntime: delete pagetrace GOEXPERIMENTMichael Anthony Knyszek
10 daysinternal/trace/v2: add gotraceeventstats utilityMichael Anthony Knyszek
10 daysruntime: add traceallocfree GODEBUG for alloc/free events in tracesMichael Anthony Knyszek
11 daysinternal/sysinfo: rename osCpuInfoName to osCPUInfoNameTobias Klauser
11 daysinternal/sysinfo: use strings.Cut in osCpuInfoNameTobias Klauser
11 daysinternal/reflectlite: remove redundent ifaceIndirapocelipes
12 daysall: make use of stringslite.{HasPrefix, HasSuffix}Jes Cok
2024-05-04cmd/dist,internal/platform: temporarily disable race detector on openbsd/amd64Joel Sing
2024-05-04strings: move Clone to stringsliteqiulaidongfeng
2024-05-03internal/bisect: use f.Function instead of f.Func.Name in stack traceRuss Cox
2024-05-03strings: move TrimPrefix and TrimSuffix to stringsliteapocelipes
2024-05-03internal/sysinfo: use sync.OnceValue for CPUNameTobias Klauser
2024-05-03hash/maphash: parallel run testqiulaidongfeng
2024-05-03runtime,reflect: move zeroVal to internal/abiqiulaidongfeng
2024-04-27internal/runtime/atomic: fix TestAnd64 and TestOr64Egon Elbre
2024-04-26path/filepath, internal/filepathlite: move parts of filepath to filepathliteDamien Neil
2024-04-26all: rename internal/safefilepath to internal/filepathliteDamien Neil
2024-04-26strings, internal/stringslite: lite version of strings packageDamien Neil
2024-04-26testing: use QueryPerformanceCounter on WindowsEgon Elbre
2024-04-26internal/weak: remove unnecessary conversion, fix typoDmitriy Matrenichev
2024-04-26net, os, internal/poll: test for use of sendfileDamien Neil
2024-04-23all: fix some typos in commentsracequite
2024-04-22internal/intern: delete unused packageMichael Anthony Knyszek
2024-04-22runtime: move zeroVal out of map.goMichael Pratt
2024-04-19internal/reflectlite: remove unused mapTypeMichael Pratt
2024-04-19internal/concurrent: handle boundary case for hash bits in HashTrieMapMichael Anthony Knyszek
2024-04-19internal/goexperiment: remove unused range experimentMichael Pratt
2024-04-19internal/syscall/unix: implement Eaccess on darwinTobias Klauser
2024-04-18internal/weak: add package implementing weak pointersMichael Anthony Knyszek
2024-04-18internal/concurrent: add HashTrieMapMichael Anthony Knyszek
2024-04-18go/types, types2: use correct predicate when asserting comma-ok typesRobert Griesemer
2024-04-18go/types: track gotypesalias non-default behaviorRobert Griesemer
2024-04-17internal/abi: define EmptyInterface, TypeOf, and NoEscapeMichael Anthony Knyszek
2024-04-17Revert "go/types, types2: track gotypesalias non-default behavior"Lasse Folger