summaryrefslogtreecommitdiff
path: root/src/internal
Commit message (Expand)AuthorAgeFilesLines
* os: if descriptor is non-blocking, retain that in Fd methodIan Lance Taylor2023-05-174-0/+16
* cmd/link, internal/abi: minor follow-up cleanupsDavid Chase2023-05-171-2/+2
* internal/abi: update type name in commentIan Lance Taylor2023-05-171-1/+1
* go/types, types2: permit partially instantiated functions as function argumentsRobert Griesemer2023-05-162-0/+32
* go/types, types2: remove superfluous argument test in Checker.argumentsRobert Griesemer2023-05-162-2/+2
* net: use and assert correct res state size at compile time when cgo available...Mateusz Poliwczak2023-05-161-1/+1
* os, syscall: support ill-formed UTF-16 strings on Windowsqmuntal2023-05-153-9/+3
* internal/testdir: move to cmd/internal/testdirDmitri Shuralyov2023-05-121-1939/+0
* go/types, types2: be sure to type-check wrong methods in missingMethodRob Findley2023-05-121-0/+10
* cmd/dist,internal/testdir: more cooperative host test mechanismAustin Clements2023-05-121-2/+17
* test,internal/testdir: don't set GOOS/GOARCHAustin Clements2023-05-121-8/+0
* syscall: implement wasip1 SetNonblock and IsNonblockChris O'Hara2023-05-111-1/+17
* os: make Chtimes accept empty time values to skip file time modificationConstantin Konstantinidis2023-05-1110-0/+41
* internal/reflectlite: common up types, remove codeDavid Chase2023-05-114-261/+160
* internal/bisect: copy parser changes from CL 494177Russ Cox2023-05-111-2/+21
* reflect: replacing almost all use of *rtype with *abi.TypeDavid Chase2023-05-111-2/+2
* reflect: prepare fieldnames for moving to abi/type.goDavid Chase2023-05-101-0/+2
* internal/abi,reflectlite,reflect,runtime: common up chan typeDavid Chase2023-05-101-7/+3
* internal/reflectlite, runtime: move more constants and types into internal/abiDavid Chase2023-05-104-193/+76
* internal/abi: common up ArrayTypeDavid Chase2023-05-102-9/+4
* internal/abi: common up Method, Imethod, UncommonType typesDavid Chase2023-05-102-51/+17
* internal/godebug: make test godebug calls not varyDavid Chase2023-05-101-5/+13
* all: fix a lot of commentscui fliter2023-05-101-1/+1
* syscall,internal/poll: move pipe check from syscall.Seek to callersqmuntal2023-05-092-0/+14
* internal/bisect: adjust stack PCs relative to Callers[2]David Chase2023-05-091-3/+14
* internal/godebug: add bisect supportRuss Cox2023-05-094-77/+395
* go/types, types2: infer minimum default type for untyped argumentsRobert Griesemer2023-05-081-0/+22
* internal/testenv: reduce init-time work for MustHaveExecBryan C. Mills2023-05-051-20/+15
* go/types, types2: better error message for bad assignmentRobert Griesemer2023-05-051-0/+13
* internal/coverage/encodecounter: followup changes from code reviewThan McIntosh2023-05-051-6/+12
* internal/bisect: copy from golang.org/x/tools/bisectRuss Cox2023-05-052-0/+538
* internal/abi: refactor (basic) type struct into one definitionDavid Chase2023-05-057-76/+952
* testenv: allow HasGoBuild to be false on -noopt buildersBryan C. Mills2023-05-041-0/+8
* internal/testenv: remove HasExec and simplify other support checks againBryan C. Mills2023-05-043-89/+183
* go/types, types2: remove Config.EnableReverseTypeInference flagRobert Griesemer2023-05-047-11/+5
* go/types, types2: consider generic functions in inference simplify stepRobert Griesemer2023-05-041-0/+11
* go/types, types2: rename generic function argumentsRobert Griesemer2023-05-042-3/+50
* go/types, types2: combine version check with version error reportingRobert Griesemer2023-05-031-2/+2
* go/types, types2: implement reverse type inference for function argumentsRobert Griesemer2023-05-033-5/+68
* cmd/compile,cmd/link: skip tests that require DWARF symbols on iosBryan C. Mills2023-05-031-1/+11
* cmd/link: generate .xdata PE sectionqmuntal2023-05-022-0/+8
* cmd/link: generate .pdata PE sectionqmuntal2023-05-022-0/+9
* internal/testenv: probe for symlink on wasip1Johan Brandhorst-Satzkorn2023-05-023-3/+30
* go/types, types2: isParameterized must be able to handle tuplesRobert Griesemer2023-05-011-0/+17
* internal/testenv: allow 'go build' on android when supportedBryan C. Mills2023-04-281-5/+58
* cmd/dist,internal: enable buildmode=c-archive for linux/loong64Guoqi Chen2023-04-271-1/+1
* all: remove repeated definite articlescui fliter2023-04-272-2/+2
* coverage: fix count vs emit discrepancy in coverage counter data writingThan McIntosh2023-04-262-35/+38
* internal/coverage/slicewriter: fix off-by-1 error in seek utilitiesThan McIntosh2023-04-262-7/+10
* internal/cpu: add a detection for Neoverse(N2, V2) coresfanzha022023-04-253-23/+23