Skip to content
Snippets Groups Projects
Commit 8bd4ed6c authored by Cherry Mui's avatar Cherry Mui
Browse files

[release-branch.go1.23] all: merge master (8f1ec59b) into release-branch.go1.23

Merge List:

+ 2024-07-15 8f1ec59b strings: re-introduce noescape wrapper
+ 2024-07-15 5d36bc18 net/http: document io.Seeker requirement for fs.FS arguments
+ 2024-07-12 071b8d51 cmd: vendor golang.org/x/telemetry@268b4a8ec2d7
+ 2024-07-12 4e77872d go/types: fix assertion failure when range over int is not permitted
+ 2024-07-12 8bc32ab6 os: clean up after TestIssue60181
+ 2024-07-11 b31e9a63 unsafe: say "functions like syscall.Syscall", not only Syscall
+ 2024-07-11 a71bb570 all: make struct comments match struct names
+ 2024-07-11 611f18c4 strings: more cross-references in docstrings
+ 2024-07-11 08a6e080 database/sql/driver: fix name in comment
+ 2024-07-11 dfaaa91f os: clarify that IsNotExist, IsExist, IsPermission and IsTimeout work with nil errors
+ 2024-07-10 5881d857 crypto/tls: add support for -expect-no-hrr to bogo_shim_test
+ 2024-07-10 b3040679 math: remove riscv64 assembly implementations of rounding
+ 2024-07-10 70e453b4 context: handle nil values for valueCtx.String()
+ 2024-07-09 183a40db runtime: avoid multiple records with identical stacks from MutexProfile
+ 2024-07-09 e89e880e crypto/tls: add support for -reject-alpn and -decline-alpn flags to bogo_shim_test
+ 2024-07-09 73186ba0 crypto/internal/cryptotest: add common tests for the hash.Hash interface
+ 2024-07-08 87ec2c95 testing: remove call to os.Exit in documentation for TestMain
+ 2024-07-08 6d89b38e unsafe: clarify when String bytes can be modified
+ 2024-07-07 5565462a cmd/dist: remove iter,slices,maps test on GOEXPERIMENT=rangefunc
+ 2024-07-07 b43d6c57 io: add test for Pipe constructor allocations
+ 2024-07-07 d0146bd8 os/exec: only use cachedLookExtensions if Cmd.Path is unmodified
+ 2024-07-05 ad77cefe cmd/compile: correct RewriteMultiValueCall fatal message
+ 2024-07-05 be152920 cmd/compile: fix ICE when compiling global a, b = f()
+ 2024-07-03 82c14346 cmd/link: don't disable memory profiling when pprof.WriteHeapProfile is used
+ 2024-07-03 7d19d508 cmd/cgo: read CGO_LDFLAGS environment variable
+ 2024-07-03 5f50b1e3 cmd/compile: fix mis-compilation when switching over channels
+ 2024-07-03 71f9dbb1 cmd/compile: emit error message on mismatch import path
+ 2024-07-03 148755a2 cmd/link: document -checklinkname option
+ 2024-07-02 f12ac5be time: fix time zone parsing when format includes time zone seconds
+ 2024-07-02 09aeb6e3 os: add TODO about removing test exception
+ 2024-07-01 94982a07 cmd/go/internal/workcmd: remove a potentially confusing statement
+ 2024-07-01 f71c00b6 cmd/link: align .reloc block starts by 32 bits for PE target
+ 2024-07-01 d3c93f2f cmd/go: update go clean help message
+ 2024-07-01 cdbf5f2f sync: refer to Locker interface methods in RWMutex.RLocker doc
+ 2024-07-01 c33144c4 runtime: fix nil pointer in TestGoroutineParallelism2 when offline
+ 2024-06-28 82c371a3 cmd/compile: drop internal range-over-func vars from DWARF output
+ 2024-06-28 773767de net/http: avoid appending an existing trailing slash to path again
+ 2024-06-28 7f90b960 cmd/compile: don't elide zero extension on top of signed values
+ 2024-06-27 ea537cca cmd/go/internal/help: add documentation for language version downgrading
+ 2024-06-27 b0927fdd slices: update docs for All, Backward, Values
+ 2024-06-26 5a18e796 cmd/link: don't skip code sign even if dsymutil didn't generate a file
+ 2024-06-26 5f319b75 cmd/link: don't let dsymutil delete our temp directory
+ 2024-06-26 a2e90be9 os: rewrite TestChtimesWithZeroTimes
+ 2024-06-25 90bcc552 crypto/tls: apply QUIC session event flag to QUICResumeSession events
+ 2024-06-25 b1fd0475 cmd/internal/obj/arm64: fix return with register
+ 2024-06-25 b3b4556c cmd/compile: update README to reflect dead code elimination changes
+ 2024-06-24 68315bc8 cmd: run go mod tidy after CL 593684
+ 2024-06-24 f214a760 cmd/vendor: vendor x/telemetry@38a4430
+ 2024-06-24 29b1a676 net/http: document that Request.Clone does not deep copy Body
+ 2024-06-24 cf54a3d1 crypto/tls: replay test recordings without network
+ 2024-06-24 b98803e8 os: TestChtimes: separate hasNoatime
+ 2024-06-24 0def9d5c cmd/internal/obj/arm64: Enable arm64 assembler tests for cross-compiler builds
+ 2024-06-24 085cf0fc net/netip: add test that Compare and reflect.DeepEqual match
+ 2024-06-24 740043f5 net/netip: unexport fields of addrDetail
+ 2024-06-23 e8ee1dc4 cmd/link/internal/ld: handle "\r" in MinGW "--print-prog-name" output
+ 2024-06-22 44f18706 cmd/link: handle dynamic import variables on Darwin in plugin mode
+ 2024-06-21 0af2148f cmd: vendor golang.org/x/telemetry@a740542
+ 2024-06-21 cb3b3434 doc/next: delete
+ 2024-06-21 d79c3509 cmd/internal: separate counter package from telemetry package
+ 2024-06-21 52ce25b4 cmd/vendor: pull in golang.org/x/telemetry@b4de734
+ 2024-06-21 fed2c11d iter: minor doc comment updates
+ 2024-06-21 d73a8a20 cmd/cgo: fail on v, err := C.fn when fn is a builtin function
+ 2024-06-21 1b4f1dc9 os: improve newFile, rm newDir
+ 2024-06-21 72e2220b encoding/json: clarify the map's key type for Unmarshal
+ 2024-06-21 e9a306e0 types2, go/types: correct NewTypeParam documentation
+ 2024-06-21 6fea4094 text/template/parse: fix handling of assignment/declaration in PipeNode.String
+ 2024-06-21 d67839f5 crypto/tls: add support for -expect-version to bogo_shim_test
+ 2024-06-21 20112941 sync/atomic: correct result names for Or methods
+ 2024-06-21 20b79fd5 time: provide non-default metric for asynctimerchan
+ 2024-06-20 9d339565 internal/godebugs: fix old value for httpservecontentkeepheaders
+ 2024-06-20 477ad7dd cmd/compile: support generic alias type
+ 2024-06-18 4f77a835 internal/syscall/unix: fix UTIME_OMIT for dragonfly

Change-Id: I3864b03b8c377e8fe82014eee96dc7b77aea64e2
parents 7dff7439 8f1ec59b
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 275 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment