aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
2023-01-26crypto/rand, internal/syscall/unix: add support for getrandom on NetBSD ≥ 10.0json-isValidNumber-beforeTobias Klauser
2023-01-25cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky
2023-01-25internal/testpty: fix error handlingHeschi Kreinick
2023-01-24go/types, types2: refuse pointer to array as argument to "clear" builtinCuong Manh Le
2023-01-24os: use handle based APIs to read directories on windowsqmuntal
2023-01-23internal/abi: repair broken self-bootstrapDavid Chase
2023-01-23runtime: enable sha512 optimizations on arm64 via hwcaps.Matt Horsnell
2023-01-23internal/abi,runtime: refactor map constants into one placeDavid Chase
2023-01-20internal/coverage/decodemeta: fix coding error in func literal handlingThan McIntosh
2023-01-20internal/profile: use internal/lazyregexp for the legacy parserDaniel Martí
2023-01-20all: fix typos in go file commentsMarcel Meyer
2023-01-19internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox
2023-01-17cmd/go: do not confuse files for standard library packagesRuss Cox
2023-01-17cmd/compile: remove support for old comparable semanticsRobert Griesemer
2023-01-17go/types, types2: do not abort constraint type inference eagerlyRobert Griesemer
2023-01-17go/types, types2: distinguish between substring and regexp error patternsRobert Griesemer
2023-01-17internal/types: consistently use double quotes around ERROR patternsRobert Griesemer
2023-01-17cmd/compile/internal/syntax: rename ErrorMap to CommentMap, make more flexibleRobert Griesemer
2023-01-17internal/goversion: update Version to 1.21Cherry Mui
2023-01-11go/types, types2: don't look up fields or methods when expecting a typeRobert Findley
2023-01-11cmd/compile: better error message for when a type is in a constraint but not ...Robert Griesemer
2023-01-04cmd/compile: use "satisfies" (not "implements") for constraint errorsRobert Griesemer
2022-12-29go/types, types2: use strict comparability for type set intersectionRobert Griesemer
2022-12-16syscall, internal/poll: fall back to accept on linux-armIan Lance Taylor
2022-12-13go/types, types2: report type mismatch error when conversion is impossibleRobert Griesemer
2022-12-08go/types, types2: always rename type parameters during inferenceRobert Findley
2022-12-07internal/safefilepath: fix TestFromFS on Plan 9David du Colombier
2022-12-07os/user: fix buffer retry loop on macOSRuss Cox
2022-12-06os, net/http: avoid escapes from os.DirFS and http.Dir on WindowsDamien Neil
2022-12-06go/types, types2: better error message for invalid method expressionRobert Griesemer
2022-12-05go/types, types2: better error message for failing constraint type inferenceRobert Griesemer
2022-12-01go/internal/gcimporter: load cached export data for packages individuallyBryan C. Mills
2022-12-01go/types, types2: make the new comparable semantics the defaultRobert Griesemer
2022-12-01Revert "go/types, types2: make the new comparable semantics the default"Robert Griesemer
2022-12-01internal/coverage: use io.Seek* constantsTobias Klauser
2022-12-01go/types, types2: make the new comparable semantics the defaultRobert Griesemer
2022-11-21go/types, types2: report empty type sets in operand descriptionsRobert Griesemer
2022-11-21cmd/go,internal/platform: enable pie buildmode for windows/arm64qmuntal
2022-11-18all: add missing periods in commentscui fliter
2022-11-18runtime: add page tracerMichael Knyszek
2022-11-17go/types, types2: implement type checking of "clear" built-inRobert Griesemer
2022-11-17internal/profile: remove unused encodeStringOptTobias Klauser
2022-11-16cmd/go: make testterminal18153 a normal testAustin Clements
2022-11-16internal/testpty: move from os/signal/internal/ptyAustin Clements
2022-11-16go/types, types2: ensure invalid generic types are marked as invalidRobert Findley
2022-11-16internal/goroot: report PkgfileMap error on invalid lineTobias Klauser
2022-11-14os,syscall: File.Stat to use file handle for directories on Windowsqmuntal
2022-11-14internal/godebug: define more efficient APIRuss Cox
2022-11-11internal/syscall/unix: use runtime.gostring for GostringIan Lance Taylor
2022-11-11os/user: use libc (not cgo) on macOSRuss Cox