aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-08-17cmd/compile: enable zero-copy string->[]byte conversionsMatthew Dempsky
2023-08-17cmd/compile/internal/escape: cleanup go/defer normalization cruftMatthew Dempsky
2023-08-17cmd/compile/internal/typecheck: push ONEW into go/defer wrappersMatthew Dempsky
2023-08-17cmd/compile/internal/typecheck: normalize go/defer statements earlierMatthew Dempsky
2023-08-17cmd/compile/internal/noder: remove inlined closure naming hackMatthew Dempsky
2023-08-17cmd/compile: cleanup Func constructionMatthew Dempsky
2023-08-17cmd/compile: always construct typechecked closuresMatthew Dempsky
2023-08-17cmd/compile/internal/ir: add typ parameter to NewNameAtMatthew Dempsky
2023-08-17log/slog: simplify and optimize RFC3339 handlingJoe Tsai
2023-08-17math/big, math/rand: use the built-in max functionchanxuehong
2023-08-17cmd/compile/internal/ir: remove ODCLCONST and ODCLTYPEMatthew Dempsky
2023-08-17cmd/compile/internal/escape: optimize indirect closure callsMatthew Dempsky
2023-08-17fmt: amend comment for getFieldJes Cok
2023-08-17syscall: don't check non-existent return code in GetStartupInfoTobias Klauser
2023-08-17encoding: reject negative runes in Encoding.WithPaddingJoe Tsai
2023-08-17io: reduce allocations in Pipe constructorJoe Tsai
2023-08-17encoding: add AppendEncode and AppendDecodeJoe Tsai
2023-08-17fmt: fix receiver names are differentch3nnn
2023-08-17cmd: go get golang.org/x/tools@74c255b and revendorCuong Manh Le
2023-08-17cmd/compile/internal/escape: change escapes and persists into bitsetMatthew Dempsky
2023-08-17cmd/compile/internal/escape: flip transient to !persistsMatthew Dempsky
2023-08-17cmd/compile/internal/escape: mark blankLoc as transientMatthew Dempsky
2023-08-17strconv: rely on utf8.AppendRuneJoe Tsai
2023-08-17runtime: change mutex profile to count every blocked goroutineRuss Cox
2023-08-16cmd/compile: use types2.Sizes instead of compiler own implementationCuong Manh Le
2023-08-16go/types, types2: add Sizes computation to match gc behaviorCuong Manh Le
2023-08-16os: skip Chown tests for auxiliary groups that fail due to permission errorsBryan C. Mills
2023-08-16log/slog: remove redundant dot in docJes Cok
2023-08-16syscall: remove deprecation noticeIan Lance Taylor
2023-08-16cmd/link: suppress -bind_at_load deprecation warning for ld-primeCherry Mui
2023-08-16runtime: guard against runtime/sema* ops on Darwin signal stack.David Chase
2023-08-16go/types: update generate_test.go (cleanup)Robert Griesemer
2023-08-16runtime: add support for range-over-funcRuss Cox
2023-08-16runtime/testdata/testprog: use testenv.SyscallIsNotSupported to check syscall...Bryan C. Mills
2023-08-16cmd/go: skip gccgo_link_c when cross-compilingBryan C. Mills
2023-08-16cmd/compile, runtime: make room for rangefunc defersRuss Cox
2023-08-16cmd/compile: trim range typecheckingRuss Cox
2023-08-16runtime/internal/math: add Add64Russ Cox
2023-08-16regexp/syntax: use more compact Regexp.String outputRuss Cox
2023-08-16cmd/api: rename api.go to main_test.goRuss Cox
2023-08-16cmd/go: clean internal/vcs slightlyRuss Cox
2023-08-16cmd/compile: in expandCalls, move all arg marshalling into call blockDavid Chase
2023-08-16sync: document why copyChecker checks the condition twiceqiulaidongfeng
2023-08-16os: support file systems without file IDs when reading directories on windowsqmuntal
2023-08-16cmd/go: remove conversion of legacy pre-module dependency configsRuss Cox
2023-08-16cmd/go: delete GOPATH-mode getRuss Cox
2023-08-16errors: add a colon after Output to make the Example in the document display ...cui fliter
2023-08-16bufio: clarify the maximum token sizeqiulaidongfeng
2023-08-15go/types, types2: don't verify infer result if no Config.Error is givenRobert Griesemer
2023-08-15go/types, types2: use correct parameter list when checking argument passingRobert Griesemer