aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-02-10vendor, cmd/vendor: update standard library dependenciesDavid Chase
2023-02-10bufio: permit r.Reset(r) without infinite recursionIan Lance Taylor
2023-02-10cmd/internal/cov: fix misuse of bufio.Reader.Read in read helperThan McIntosh
2023-02-10Revert "math: add Compare and Compare32"Than McIntosh
2023-02-10cmd/go: remove tests that assume lack of new versions of external modulesBryan C. Mills
2023-02-10math/rand: fix typo in Seed deprecation commentValentin Deleplace
2023-02-10Revert "io: allocate copy buffers from a pool"Damien Neil
2023-02-10context: reduce init-time allocationsCarlo Alberto Ferraris
2023-02-10runtime: skip darwin osinit_hack on iosRuss Cox
2023-02-10cmd/dist: remove windows-amd64-2008 code pathqmuntal
2023-02-10cmd/link: try libssp_nonshared.a when looking for "__stack_chk_fail_local"Than McIntosh
2023-02-10cmd/cgo: add -fno-stack-protector to CFLAGS (again)Than McIntosh
2023-02-10cmd/link: improve error for missing SDYNIMPORT support on mips/mips64Than McIntosh
2023-02-09math/rand: rewrite the math/rand package comment to say what it's good forRob Pike
2023-02-09go/types, types2: remove need to store type parameter list in unifierRobert Griesemer
2023-02-09go/types, types2: simplify unify.inferred signatureRobert Griesemer
2023-02-09net: remove unused cname return from cgoLookupIPCNAMEMateusz Poliwczak
2023-02-09math: add Compare and Compare32Akhil Indurti
2023-02-09net/http: improve js fetch errorsJohan Brandhorst-Satzkorn
2023-02-09runtime: skip trailing wrappers in runtime_expandFinalInlineFrameTolyan Korniltsev
2023-02-09cmd/compile: disable inline static init optimizationCuong Manh Le
2023-02-09cmd/compile: remove reflectdata.AfterGlobalEscapeAnalysisCuong Manh Le
2023-02-09cmd/compile/internal/staticinit: fix panic in interface conversionSung Yoon Whang
2023-02-09cmd/go/internal/test: rewrite generate tests using the new maps packageBryan C. Mills
2023-02-09cmd/compile: remove constant arithmetic overflows during typecheckCuong Manh Le
2023-02-09runtime: fix signature for linked functionsAdin Scannell
2023-02-08cmd/go/internal/test: refresh flagdefs.go and fix testBryan C. Mills
2023-02-08cmd/compile: use MakeResult in empty MakeSlice eliminationJorropo
2023-02-08internal/xcoff: use unsigned integers in file structs to avoid negative valuesAlexander Yastrebov
2023-02-08Revert "cmd/compile/internal/pgo: fix hard-coded PGO sample data position"Michael Pratt
2023-02-08cmd/cover: add newline to fix -covermode=atomic build errorThan McIntosh
2023-02-08cmd/compile/internal/pgo: fix hard-coded PGO sample data positionFrederic Branczyk
2023-02-08runtime: correct typosOleksandr Redko
2023-02-08runtime/internal/sys: remove Bswap{32|64} assembly for 386Wayne Zuo
2023-02-08cmd/compile: intrinsify math/bits/ReverseBytes{32|64} for 386Wayne Zuo
2023-02-08cmd/compile: fix inline static init arguments substitued treeCuong Manh Le
2023-02-07math/rand: use fastrand64 if possibleIan Lance Taylor
2023-02-07cmd/go: honor user-specified -c=NXiangdong Ji
2023-02-07runtime: use explicit NOFRAME on darwin/amd64qmuntal
2023-02-07cmd/compile: remove unused ISELB PPC64 ssa opcodePaul E. Murphy
2023-02-07go/token: delete a blank linesslime336
2023-02-07encoding/hex: fix Decode output check regressionJoe Tsai
2023-02-06runtime: fix cpu sample commentMaksim Meshkov
2023-02-06crypto/ecdh: explicitly reject mismatched curves in ECDHRoland Shoemaker
2023-02-06cmd/link: linker portion of dead map removalThan McIntosh
2023-02-06cmd/compile: enable deadcode of unreferenced large global mapsThan McIntosh
2023-02-06cmd/compile: ensure first instruction in a function is not inlinedKeith Randall
2023-02-06cmd/internal/obj: flag init functions in object fileThan McIntosh
2023-02-06go/types, types2: eliminate need to sort arguments for type inferenceRobert Griesemer
2023-02-06log: fix and cleanup trailing newline logicJoe Tsai