aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
2023-02-16runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENTKeith Randall
2023-02-13cmd/dist: use a copy of platform.BuildModeSupportedIan Lance Taylor
2023-02-11internal/bytealg: simplify and improve compare on riscv64Joel Sing
2023-02-09runtime: fix signature for linked functionsAdin Scannell
2023-02-08internal/xcoff: use unsigned integers in file structs to avoid negative valuesAlexander Yastrebov
2023-02-06runtime: fix cpu sample commentMaksim Meshkov
2023-02-06go/types, types2: eliminate need to sort arguments for type inferenceRobert Griesemer
2023-02-02internal/testenv: avoid rebuilding all of std in WriteImportcfgBryan C. Mills
2023-02-02internal/poll: use atomic.Bool in DupCloseOnExecTobias Klauser
2023-02-01go/types, types2: better error when trying to use ~ as bitwise operationRobert Griesemer
2023-02-01cmd/dist,internal/platform: reenable the c-archive build mode on iosBryan C. Mills
2023-02-01cmd/dist, internal/platform: remove some target modes that failIan Lance Taylor
2023-01-31cmd/link, cmd/dist, internal/platform: consolidate c-archive supportIan Lance Taylor
2023-01-30internal/syscall/windows: regenerate zsyscall_windows.goqmuntal
2023-01-30internal/poll: don't queue port completion entry for udp on windowsqmuntal
2023-01-28os: use GetTempPath2 on Windows if availableThanonchai W
2023-01-26internal/syscall/unix: use atomic.Bool for getrandomUnsupportedTobias Klauser
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