summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile/internal/noder: suppress unionType consistency checkMatthew Dempsky2023-05-161-12/+17
* Revert "cmd/compile: build compiler with PGO"Cherry Mui2023-05-163-25/+0
* cmd/compile: build compiler with PGOCherry Mui2023-05-163-0/+25
* cmd/compile: add more information to the bisect-verbose reportDavid Chase2023-05-162-5/+26
* cmd/link/internal/ppc64: link ELFv2 objects built with -mcpu=power10Paul E. Murphy2023-05-161-51/+253
* cmd/compile: make memcombine pass a bit more robust to reassociation of exprsKeith Randall2023-05-161-24/+17
* log/slog: create prefix buffer earlierJonathan Amsterdam2023-05-162-18/+34
* cmd/compile/internal/walk: delete statement that don't needcuiweixie2023-05-161-1/+0
* runtime: improve ppc64x memclr for tail bytesLynn Boger2023-05-161-5/+15
* net: use and assert correct res state size at compile time when cgo available...Mateusz Poliwczak2023-05-162-1/+22
* cmd/dist: introduce test variantsAustin Clements2023-05-161-33/+79
* cmd/dist: put cgo tests under a "Testing cgo" headingAustin Clements2023-05-161-26/+24
* cmd/dist: refactor adding to the test list into a methodAustin Clements2023-05-161-103/+92
* cmd/compile: enhance tighten pass for memory valueseric fang2023-05-162-7/+105
* 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-153-141/+159
* 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
* 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
* 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-126-120/+168
* 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-122-2/+2
* 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-122-6/+0
* misc/reboot: move to cmd/internal/bootstrap_testAustin Clements2023-05-124-7/+285