summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cmd/asm: remove unsupported opcodes MOVNP and STLP for arm64HEADmastererifan012023-05-183-468/+442
* cmd/compile: enable more lenient type inference for untyped argumentsRobert Griesemer2023-05-184-4/+26
* doc/go1.21: document that -pgo=auto enabled by defaultCherry Mui2023-05-171-2/+7
* runtime/cgo: store M for C-created thread in pthread keyCherry Mui2023-05-1746-69/+1018
* cmd/gofmt: try to write original data on rewrite failureIan Lance Taylor2023-05-172-26/+166
* cmd/compile: build compiler with PGOCherry Mui2023-05-173-0/+25
* os: if descriptor is non-blocking, retain that in Fd methodIan Lance Taylor2023-05-176-5/+78
* crypto/x509: fix certificate validation with FQDN on WindowsPatryk Chelmecki2023-05-173-1/+24
* runtime: publish netpoll info after incrementing fdseqIan Lance Taylor2023-05-171-0/+8
* cmd/link, internal/abi: minor follow-up cleanupsDavid Chase2023-05-172-4/+4
* cmd/dist: add -json flagAustin Clements2023-05-173-14/+344
* cmd/dist: refactor rtPreFunc to print skips in only one placeAustin Clements2023-05-171-21/+22
* cmd/dist: make it possible to filter output of background commandsAustin Clements2023-05-171-18/+24
* cmd/dist: simplify work list functionsAustin Clements2023-05-171-27/+6
* cmd: update vendored golang.org/x/modDmitri Shuralyov2023-05-175-5/+63
* doc/go1.21: document wasip1 portCherry Mui2023-05-171-1/+14
* encoding/xml: wrap charsetReader errorsThuy Linh Luu2023-05-171-1/+4
* runtime: replace sysBlockTraced with tracedSyscallEnterMichael Anthony Knyszek2023-05-172-9/+21
* runtime: hide sysExitTicks a little betterMichael Anthony Knyszek2023-05-172-9/+10
* cmd/compile: don't inline from norace packages in race modeCherry Mui2023-05-172-1/+26
* crypto/ed25519,crypto/rsa: make Equal methods constant timeFilippo Valsorda2023-05-172-5/+12
* runtime: capture per-p trace state in a typeMichael Anthony Knyszek2023-05-173-25/+31
* runtime: capture per-m trace state in a typeMichael Anthony Knyszek2023-05-172-10/+19
* runtime: capture per-g trace state in a typeMichael Anthony Knyszek2023-05-174-58/+65
* hash/maphash: weaken avalanche test a bitKeith Randall2023-05-172-2/+2
* runtime: factor our oneNewExtraM trace codeMichael Anthony Knyszek2023-05-172-6/+14
* internal/abi: update type name in commentIan Lance Taylor2023-05-171-1/+1
* cmd/go: prune more dependencies in 'go get'Bryan C. Mills2023-05-1713-537/+1100
* cmd/go: add a test that reproduces the root cause of issue #56494Bryan C. Mills2023-05-172-1/+137
* crypto/rsa: use BoringCrypto for 4096 bit keysFilippo Valsorda2023-05-171-1/+2
* runtime: consistently define fcntlIan Lance Taylor2023-05-1734-86/+209
* slices: for Insert and Replace, grow slices like append doesKeith Randall2023-05-162-4/+38
* slices: handle aliasing cases in Insert/ReplaceKeith Randall2023-05-163-22/+320
* go/types, types2: permit partially instantiated functions as function argumentsRobert Griesemer2023-05-168-102/+328
* go/types, types2: remove superfluous argument test in Checker.argumentsRobert Griesemer2023-05-164-24/+2
* cmd/compile: call phiElimValue from removePhiArgJakub Ciolek2023-05-164-8/+2
* doc/go1.21: document reflect.Value escape improvementsCherry Mui2023-05-161-0/+12
* cmd/compile/internal/noder: suppress unionType consistency checkMatthew Dempsky2023-05-162-13/+22
* 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-162-24/+43
* 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