aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-11mime/multipart: fix ReadForm always return (nil,io.EOF)ms-fix-multipart-readformShulhan
2023-05-11runtime: redefine _type to abi.Type; add rtype for methods.David Chase
2023-05-11internal/bisect: copy parser changes from CL 494177Russ Cox
2023-05-11reflect: change rtype so that it (not *rtype) implements TypeDavid Chase
2023-05-11reflect: replacing almost all use of *rtype with *abi.TypeDavid Chase
2023-05-10reflect: move funcType to abi/type.goDavid Chase
2023-05-10reflect: prepare fieldnames for moving to abi/type.goDavid Chase
2023-05-10internal/abi,reflectlite,reflect,runtime: common up chan typeDavid Chase
2023-05-10reflect: move more types, constants, functions into internal/abiDavid Chase
2023-05-10internal/reflectlite, runtime: move more constants and types into internal/abiDavid Chase
2023-05-10internal/abi: common up ArrayTypeDavid Chase
2023-05-10internal/abi: common up some offset/size functionsDavid Chase
2023-05-10cmd/link: clean up per-binary slice creation in ldDavid Chase
2023-05-10internal/abi: common up Method, Imethod, UncommonType typesDavid Chase
2023-05-10internal/godebug: make test godebug calls not varyDavid Chase
2023-05-10html: convert fuzz test to native Go fuzzingTobias Klauser
2023-05-10cmd/compile: add ability to print extra information in bisect outputRuss Cox
2023-05-10net/http: let ErrNotSupported match errors.ErrUnsupportedIan Lance Taylor
2023-05-10go/types, types2: move xlist next to targs in Checker.arguments signatureRobert Griesemer
2023-05-10cmd/compile: add De Morgan's rewrite ruleStefan
2023-05-10go/types, types2: control type inference in Checker.funcInst via infer argumentRobert Griesemer
2023-05-10cmd/go/internal: update documentation of go test and go generateShogo Hida
2023-05-10cmd/go/internal/modload: skip reading go.mod files for imports in 'go mod tid...Bryan C. Mills
2023-05-10cmd/internal/obj/riscv: regenerate instruction encoding tableMeng Zhuo
2023-05-10go/types, types2: explicitly look for nil type arguments in inferRobert Griesemer
2023-05-10encoding/csv: update doc comment of Read methodIvoGoman
2023-05-10all: fix a lot of commentscui fliter
2023-05-10log/slog: test built-in handlers with slogtestJonathan Amsterdam
2023-05-10log/slog: add json struct tags to SourceJonathan Amsterdam
2023-05-10cmd: use slices.Equal to simplify codecui fliter
2023-05-10runtime: fix misaligned SP for libfuzzer entryKeith Randall
2023-05-09syscall,internal/poll: move pipe check from syscall.Seek to callersqmuntal
2023-05-09internal/bisect: adjust stack PCs relative to Callers[2]David Chase
2023-05-09cmd/go: fix cgo prefix mapping for non-vendored modulesqmuntal
2023-05-09runtime: exclude extra M's from debug.SetMaxThreadsMichael Pratt
2023-05-09misc/wasm: add wasmer to wasip1 scriptJohan Brandhorst-Satzkorn
2023-05-09cmd/compile: remove FS debug hash formRuss Cox
2023-05-09cmd/compile: use more of internal/bisect in HashDebugRuss Cox
2023-05-09cmd/compile: standardize on outer-to-inner for pos listsRuss Cox
2023-05-09internal/godebug: add bisect supportRuss Cox
2023-05-09runtime: calculate nanoseconds in usleep on linux/loong64Guoqi Chen
2023-05-09net: correct Dialer.ControlContext documentationJabar Asadi
2023-05-09cmd/link/internal/ppc64: fix export of R_DWARFSECREF to ELF on ppc64Paul E. Murphy
2023-05-09net/http: regenerate h2_bundle.goBryan C. Mills
2023-05-09cmd/compile/loopvar: adjust logging messagesDavid Chase
2023-05-09cmd: vendor golang.org/x/tools/cmd/bisectRuss Cox
2023-05-09cmd: go get golang.org/x/tools@8f7fb01dd429 and revendorRuss Cox
2023-05-08go/types, types2: infer minimum default type for untyped argumentsRobert Griesemer
2023-05-08go/types, types2: move functions for untyped constants into const.goRobert Griesemer
2023-05-08cmd/compile/internal/types2: pass pos argument to Checker.overflowRobert Griesemer