aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-02-06crypto/sha1: use math/bits.RotateLeft32Alexander Yastrebov
2023-02-06cmd/compile: replace os.MkdirTemp with T.TempDirOleksandr Redko
2023-02-06math/big: add warning about using Int for cryptographyFilippo Valsorda
2023-02-06crypto/rand: replace shift with constantJohan Brandhorst-Satzkorn
2023-02-06cmd/asm: add RDTIME{L,H}.W, RDTIME.D support for loong64Guoqi Chen
2023-02-06cmd/compile: add rules to emit SETBC/R instructions on power10Archana R
2023-02-06all: upgrade Unicode from 13.0.0 to 15.0.0weebney
2023-02-04log: make use of fmt.Append functionalityJoe Tsai
2023-02-04cmd/compile: use ONAME node directly from generated hash funcCuong Manh Le
2023-02-04cmd/compile: factor out code to generate hash funcCuong Manh Le
2023-02-04cmd/compile: use runtime hash func for known typesCuong Manh Le
2023-02-04cmd/compile: use memhash from package runtimeCuong Manh Le
2023-02-04cmd/compile: generate type equal func during walkCuong Manh Le
2023-02-04cmd/compile: factor out code to generate equal funcCuong Manh Le
2023-02-04net/http/httputil: fix syntax in ReverseProxy example commentEthan Lowman
2023-02-04time: add /etc/zoneinfo as valid path for tzdata for NixOSDavid Anderson
2023-02-03context: remove one allocation in timerCtxCarlo Alberto Ferraris
2023-02-03log: reduce lock contentionJoe Tsai
2023-02-03cmd/compile: intrinsify math/bits/ReverseBytes{16|32|64} for ppc64/power10Archana R
2023-02-03maps: new packageIan Lance Taylor
2023-02-03cmd/dist: do not include runtime/internal/sys in cmd staleness checksBryan C. Mills
2023-02-03cmd/go/internal/par: use generic CacheRoger Peppe
2023-02-03debug/elf: add DT_FLAGS_1 constantsFlorin Papa
2023-02-02go/types, types2: enable new type inferenceRobert Griesemer
2023-02-02go/types, types2: implement simpler type inference (infer2)Robert Griesemer
2023-02-02go/types, types2: simplify symmetric codeRobert Griesemer
2023-02-02go/types, types2: use a comparer struct to control the identical predicateRobert Griesemer
2023-02-02cmd/go/internal/test: scale the WaitDelay for test subprocessesBryan C. Mills
2023-02-02runtime: eliminate arbitrary timeout in TestCgoLockOSThreadExitBryan C. Mills
2023-02-02math/big: add Int.Float64 conversionAlan Donovan
2023-02-02internal/testenv: avoid rebuilding all of std in WriteImportcfgBryan C. Mills
2023-02-02go/token: add (*File).Lines methodAlan Donovan
2023-02-02src/cmd/compile: clarify //go:linkname documentationAlan Donovan
2023-02-02net/netip: fix invalid representation of PrefixJoe Tsai
2023-02-02internal/poll: use atomic.Bool in DupCloseOnExecTobias Klauser
2023-02-02cmd/link: remove special cases for relocations in .go.buildinfoRuss Cox
2023-02-02cmd/link: keep go.buildinfo even with --gc-sectionsRuss Cox
2023-02-02go/types, types2: avoid recursive invocation when unifying underlying typesRobert Griesemer
2023-02-02go/types, types2: remove (internal) exactUnification flagRobert Griesemer
2023-02-01cmd/compile/internal/types: remove misleading commentMatthew Dempsky
2023-02-01go/types, types2: use go.dev/issue/nnnnn when referring to an issue (cleanup)Robert Griesemer
2023-02-01go/types, types2: better error when trying to use ~ as bitwise operationRobert Griesemer
2023-02-01go/types, types2: unifier constructor to accept type parameters and argumentsRobert Griesemer
2023-02-01go/types, types2: further simplify unificationRobert Griesemer
2023-02-01go/types, types2: replace unifier type parameter list with a mapRobert Griesemer
2023-02-01cmd/go/internal/par: generic WorkRoger Peppe
2023-02-01cmd/dist,internal/platform: reenable the c-archive build mode on iosBryan C. Mills
2023-02-01cmd/compile: schedule values with no in-block uses laterKeith Randall
2023-02-01crypto/rand: batch large random reads on jsJohan Brandhorst-Satzkorn
2023-02-01net/http: remove another arbitrary timeout in TestTLSHandshakeTimeoutBryan C. Mills