summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* cmd/compile: enhance tighten pass for memory valueseric fang2023-05-163-7/+127
* os, syscall: permit setting mtime to Unix 0 on WindowsIan Lance Taylor2023-05-163-3/+33
* Revert "net/http: do not force the Content-Length header if nilled"Austin Clements2023-05-152-35/+1
* log/slog: document that NewRecord should be used to create a recordJonathan Amsterdam2023-05-151-0/+1
* cmd/compile: update rules to generate more prefixed instructionsLynn Boger2023-05-154-141/+230
* net/http: handle WriteHeader(101) as a non-informational headerDamien Neil2023-05-152-2/+74
* net/http: do not force the Content-Length header if nilledLaurent Senta2023-05-152-1/+35
* cmd/go/internal/modload: replace import error message from goroot to stdjchen0382023-05-159-16/+16
* misc: remove misc/arm/a scriptAustin Clements2023-05-151-58/+0
* cmd/cgo: enable test with non-sensible build tagAustin Clements2023-05-151-1/+1
* os, syscall: support ill-formed UTF-16 strings on Windowsqmuntal2023-05-1512-36/+402
* cmd/go/internal/modindex: update index_format.txtBryan C. Mills2023-05-132-8/+14
* cmd/link: fix checks for supported linker flags with relative paths.James Bartlett2023-05-121-2/+3
* cmd/dist: use registerStdTestSpecially for normal Go tests onlyDmitri Shuralyov2023-05-121-3/+0
* test: add escape test for reflect.Value operationsCherry Mui2023-05-121-0/+462
* os, runtime: remove unused implementations of os.sigpipeIan Lance Taylor2023-05-124-12/+2
* reflect: make Value.IsZero not escapeCherry Mui2023-05-121-2/+6
* reflect: do not escape Value.TypeCherry Mui2023-05-127-122/+170
* reflect: allow Value be stack allocatedCherry Mui2023-05-123-16/+69
* cmd/compile: remove post-inlining PGO graph dumpMichael Pratt2023-05-122-100/+0
* cmd/compile/internal/pgo: remove node weights from IRNodeMichael Pratt2023-05-121-66/+32
* time: update windows zoneinfo_abbrsCarlos Amedee2023-05-122-4/+4
* cmd/cgo/internal/testcarchive: build on all platformsAustin Clements2023-05-121-0/+5
* cmd/cgo/internal/testsanitizers: build on all platformsAustin Clements2023-05-128-5/+24
* net: add tests for forceGoDNS and forceCgoDNSMateusz Poliwczak2023-05-121-0/+21
* cmd/internal/bootstrap_test: update TestExperimentToolID for Go 1.21Dmitri Shuralyov2023-05-122-29/+33
* cmd/go: add a regression test for Git configurations with safe.bareRepository...Bryan C. Mills2023-05-121-0/+19
* cmd/go/internal/modload: reject the -modfile flag in workspace modeZeke Lu2023-05-127-14/+51
* strings: correct NewReader documentationJabar Asadi2023-05-121-1/+1
* internal/testdir: move to cmd/internal/testdirDmitri Shuralyov2023-05-124-5/+5
* go/types: minor refactoring of missingMethod following CL 494615Rob Findley2023-05-122-8/+14
* go/types, types2: call recordInstance in instantiateSignatureRobert Griesemer2023-05-122-38/+24
* go/types, types2: be sure to type-check wrong methods in missingMethodRob Findley2023-05-123-0/+18
* cmd/go: diff .so files quietly in TestScript/build_plugin_reproducibleDmitri Shuralyov2023-05-121-1/+1
* runtime: remove unused skip arg from fpTracebackPCsFelix Geisendörfer2023-05-123-7/+7
* Revert "reflect: change rtype so that it (not *rtype) implements Type"Austin Clements2023-05-126-146/+139
* cmd/dist: drop goTest.dirAustin Clements2023-05-121-29/+23
* test/bench: deleteAustin Clements2023-05-1225-3765/+0
* misc/reboot: move to cmd/internal/bootstrap_testAustin Clements2023-05-124-16/+12
* cmd/dist: drop host test supportAustin Clements2023-05-127-111/+42
* cmd/dist,internal/testdir: more cooperative host test mechanismAustin Clements2023-05-122-11/+43
* test,internal/testdir: don't set GOOS/GOARCHAustin Clements2023-05-122-13/+8
* misc: update go.mod commentAustin Clements2023-05-121-8/+3
* misc/swig: move tests to cmd/cgo/internalAustin Clements2023-05-129-18/+12
* misc/swig: restructure as a driverAustin Clements2023-05-1213-184/+266
* cmd/go: fix swigOne action with -nAustin Clements2023-05-121-2/+7
* misc/cgo: move registerCgoTests tests to cmd/cgo/internalAustin Clements2023-05-12131-39/+43
* misc/cgo/test: add cgo build constraintsAustin Clements2023-05-1220-7/+39
* misc/cgo/test: fix vet errorAustin Clements2023-05-121-1/+1
* misc/cgo: move easy tests to cmd/cgo/internalAustin Clements2023-05-12251-28/+42