aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-07[dev.inline] merge with master at 894d24d617dev.inlineThan McIntosh
2023-07-07src/database/sql: run gofmtThan McIntosh
2023-07-07go/types, types2: do not mutate arguments in NewCheckerRobert Findley
2023-07-07math: add test that covers riscv64 fnm{add,sub} codegenMichael Munday
2023-07-07log/slog: handle recursively empty groupsJonathan Amsterdam
2023-07-06os: do not skip directory entries with zero inodes on wasip1Achille Roussel
2023-07-06runtime: print output on failure in TestMemPprofCherry Mui
2023-07-06net: only build cgo_stub.go on unix or wasip1Ian Lance Taylor
2023-07-06cmd/go: pass GoVersion in vet configRuss Cox
2023-07-06go/types: record Config.GoVersion for reporting in Package.GoVersion methodRuss Cox
2023-07-06log/slog: fix faulty testMerrick Clay
2023-07-05cmd/compile: fix FMA negative commutativity of riscv64Meng Zhuo
2023-07-05math: fix portable FMA when x*y < 0 and x*y == -zMichael Munday
2023-07-05database/sql: prevent internal context error from being returned from Rows.Err()zikaeroh
2023-07-05runtime,runtime/metrics: clarify OS stack metricsMichael Anthony Knyszek
2023-07-04runtime: have ReadMemStats do a nil check before switching stacksKeith Randall
2023-07-04os, syscall: update unreachable link about =C: envsOleksandr Redko
2023-07-04test/codegen: enable Mul2 DivPow2 test for riscv64Meng Zhuo
2023-06-30runtime: check GOFLAGS not GCFLAGSMichael Pratt
2023-06-29net: enable pure Go resolver for wasip1Chris O'Hara
2023-06-29syscall: stub Getrlimit on wasip1Chris O'Hara
2023-06-29cmd/asm/internal/lex: fix comment, remove the first "has"Jes Cok
2023-06-29cmd/compile/internal/types2: make TestIssue43124 match the go/types versionRobert Griesemer
2023-06-29[dev.inline] add back in codereview.cfgThan McIntosh
2023-06-29net/http: validate Host header before sendingDamien Neil
2023-06-29cmd/{go,compile}: run gofmtThan McIntosh
2023-06-29runtime: run wasip1 tests with wazeroChris O'Hara
2023-06-29slices, maps: add examples; doc comment fixesBen Hoyt
2023-06-29internal/bytealg: fix alignment code in equal_riscv64.sMark Ryan
2023-06-28cmd/compile: handle min/max correctly in mayCallCuong Manh Le
2023-06-28cmd/compile/internal/ssagen: fix min/max codegen, againMatthew Dempsky
2023-06-28cmd/go: enable slog vet check during 'go test'Russ Cox
2023-06-27cmd/dist, internal/abi: support bootstrapping with gccgoIan Lance Taylor
2023-06-27runtime: fix trace.Stop deadlock when built with faketimeHiro
2023-06-27cmd/compile: fix bad order of evaluation for min/max builtinCuong Manh Le
2023-06-27encoding: document that base32 and base64 do not use UTF-8Joe Tsai
2023-06-27syscall: clarify which handles are affected by SysProcAttr.NoInheritHandlesqmuntal
2023-06-27syscall: try non-blocking stdio on wasip1Chris O'Hara
2023-06-26go/types, types2: replace TODO with clarifying commentRobert Griesemer
2023-06-26slices: add godoc linksTobias Klauser
2023-06-26go/types, types2: fix interface unificationRobert Griesemer
2023-06-26types2, go/types: record final type for min/max argumentsCuong Manh Le
2023-06-26go/types, types2: more readable inference traceRobert Griesemer
2023-06-26doc/go1.21: document changes in crypto/x509Kota
2023-06-26doc/go1.21: context.Background and TODO may now appear equalIan Lance Taylor
2023-06-24cmd/compile: fix min/max builtin code generationKeith Randall
2023-06-24slices: clarify MinFunc/MaxFunc result for equal elementsIan Lance Taylor
2023-06-23crypto/x509: rename duplicated testRoland Shoemaker
2023-06-23runtime: set raceignore to zero when starting a new goroutineJelle van den Hooff
2023-06-23crypto: document non-determinism of GenerateKeyFilippo Valsorda