0
1
mirror of https://github.com/golang/go synced 2025-09-24 12:42:32 +00:00

Commit Graph

  • 411c250d64 runtime: add specialized malloc functions for sizes up to 512 bytes master Michael Matloob 2025-03-17 11:45:52 -04:00
  • d7a38adf4c runtime: eliminate global span queue [green tea] Michael Anthony Knyszek 2025-08-15 17:09:05 +00:00
  • bf00f5dfd6 [dev.simd] simd, cmd/compile: added simd methods for VSHUFP[DS] dev.simd David Chase 2025-08-20 17:29:04 -04:00
  • 7bc1935db5 cmd/compile/internal: support new(expr) Alan Donovan 2025-09-18 14:04:43 -04:00
  • eb78f13c9f doc/go_spec.html: document new(expr) Alan Donovan 2025-09-17 22:24:57 -04:00
  • 74cc463f9e go/token: add TestRemovedFileFileReturnsNil test Mateusz Poliwczak 2025-09-22 10:54:29 +02:00
  • 902dc27ae9 go/token: clear cache after grabbing the mutex in RemoveFile Mateusz Poliwczak 2025-09-22 10:54:29 +02:00
  • a13d085a5b cmd/cgo: don't hardcode section name in TestNumberOfExportedFunctions qmuntal 2025-09-22 12:02:13 +02:00
  • 61bf26a9ee cmd/link: fix Macho-O X86_64_RELOC_SUBTRACTOR in internal linking qmuntal 2025-09-15 14:23:44 +02:00
  • 4b787c8c2b reflect: remove stale comment in unpackEface Mateusz Poliwczak 2025-09-20 08:14:49 +02:00
  • 3df27cd21a cmd/compile: fix typo in comment mohanson 2025-09-20 19:32:29 +08:00
  • 684e8d3363 reflect: allocate memory in TypeAssert[I] only when the assertion succeeds Mateusz Poliwczak 2025-09-18 20:41:46 +02:00
  • a5866ebe40 cmd/compile: prevent shapifying of pointer shape type Cuong Manh Le 2025-09-15 17:31:46 +07:00
  • a27261c42f go/types,types2: allow new(expr) Alan Donovan 2025-09-17 22:17:41 -04:00
  • 8e60feeb41 [dev.simd] cmd/compile: improve slicemask removal David Chase 2025-09-17 17:21:37 -04:00
  • e93f439ac4 runtime/cgo: retry when CreateThread fails with ERROR_ACCESS_DENIED qmuntal 2025-09-23 10:46:46 +02:00
  • 69e74b0aac runtime: deduplicate pMask resize code Michael Anthony Knyszek 2025-09-03 19:47:28 +00:00
  • fde10c4ce7 runtime: split gcMarkWorkAvailable into two separate conditions Michael Anthony Knyszek 2025-09-05 17:39:09 +00:00
  • 5d040df092 runtime: use scan kernels in scanSpan [green tea] Michael Anthony Knyszek 2025-04-10 16:36:04 +00:00
  • 7e0251bf58 runtime: don't report non-blocked goroutines as "(durable)" in stacks Damien Neil 2025-09-22 15:15:40 -07:00
  • 2b50ffe172 [dev.simd] cmd/compile: remove stores to unread parameters Cherry Mui 2025-09-22 10:57:29 -04:00
  • 22ac328856 cmd/link: make -w behavior consistent on Windows Cherry Mui 2025-09-15 22:50:51 -04:00
  • 2d8cb80d7c [dev.simd] all: merge master (9b2d39b) into dev.simd Cherry Mui 2025-09-23 10:32:03 -04:00
  • 63a09d6d3d [dev.simd] cmd/compile: fix SIMD const rematerialization condition Junyang Shao 2025-09-19 18:38:25 +00:00
  • 9b2d39b75b cmd/compile/internal/ssa: match style and formatting Will Faught 2025-09-20 00:39:03 +00:00
  • e23edf5e55 runtime: don't re-read metrics before check in TestReadMetricsSched Michael Anthony Knyszek 2025-09-22 17:36:03 +00:00
  • f75bcffa4a [release-branch.go1.25] os: set full name for Roots created with Root.OpenRoot release-branch.go1.25 Damien Neil 2025-08-22 10:47:01 -07:00
  • 177cd8d763 log/slog: use a pooled json encoder Sean Liao 2025-09-20 12:33:03 +01:00
  • 0e3c8891ba [release-branch.go1.24] os: skip TestOpenFileCreateExclDanglingSymlink when no symlinks release-branch.go1.24 Damien Neil 2025-05-20 17:02:11 -07:00
  • 2353c15785 cmd/cgo/internal/test: skip TestMultipleAssign when using UCRT on Windows qmuntal 2025-09-19 12:18:26 +02:00
  • 7d570090a9 [release-branch.go1.25] os: fix Root.MkdirAll to handle race of directory creation database64128 2025-08-22 01:03:42 +08:00
  • 32dfd69282 cmd/dist: disable FIPS 140-3 mode when testing maphash with purego qmuntal 2025-09-22 12:59:20 +02:00
  • 2ca96d218d [dev.simd] cmd/compile: enhance prove to infer bounds in slice len/cap calculations David Chase 2025-09-17 17:19:15 -04:00
  • 7f6ff5ec3e cmd/compile: fix doc word Will Faught 2025-09-19 21:59:21 +00:00
  • 9693b94be0 runtime: include stderr when objdump fails Michael Pratt 2025-09-16 15:07:08 -04:00
  • 8616981ce6 log/slog: optimize slog Level.String() to avoid fmt.Sprintf mohanson 2025-09-18 11:42:30 +08:00
  • b8af744360 testing: fix example for unexported identifier Sean Liao 2025-09-19 11:27:55 +01:00
  • 51dc5bfe6c Revert "cmd/go: disable cgo by default if CC unset and DefaultCC doesn't exist" Michael Matloob 2025-09-19 09:25:20 -07:00
  • ee7bf06cb3 time: improve ParseDuration performance for invalid input apocelipes 2025-09-19 10:34:09 +00:00
  • c0f031fcc3 [dev.simd] cmd/compile: spill the correct SIMD register for morestack Cherry Mui 2025-09-18 23:46:41 -04:00
  • 58fa1d023e [dev.simd] cmd/compile: enhance the chunked indexing case to include reslicing David Chase 2025-09-17 14:25:16 -04:00
  • f9e61a9a32 cmd/compile: duplicate nil check to two branches of write barrier Cherry Mui 2025-09-18 13:59:41 -04:00
  • 3cf1aaf8b9 runtime: use futexes with 64-bit time on Linux Daniel Maslowski 2025-09-18 15:43:42 +00:00
  • 0ab038af62 cmd/compile/internal/abi: use clear built-in Kir Kolyshkin 2025-09-17 18:00:10 -07:00
  • 00bf24fdca bytes: use clear in test Kir Kolyshkin 2025-09-17 17:59:32 -07:00
  • f9701d21d2 crypto: use clear built-in Kir Kolyshkin 2025-09-17 17:57:27 -07:00
  • a58afe44fa net: fix testHookCanceledDial race database64128 2025-09-17 04:25:53 +08:00
  • 3203a5da29 net/http: avoid connCount underflow race Damien Neil 2025-09-15 15:18:57 -07:00
  • 8ca209ec39 context: don't return a non-nil from Err before Done is closed Damien Neil 2025-09-18 11:15:47 -07:00
  • 7ae0eb2e80 [dev.simd] cmd/compile: remove Add32x4 generic op Cherry Mui 2025-09-18 16:08:06 -04:00
  • 31b664d40b [dev.simd] cmd/compile: widen index for simd intrinsics jumptable David Chase 2025-09-11 06:51:20 -04:00
  • e34ad6de42 [dev.simd] cmd/compile: optimize VPTEST for 2-operand cases Junyang Shao 2025-09-16 17:27:36 +00:00
  • f1e3651c33 [dev.simd] cmd/compile, simd: add VPTEST Junyang Shao 2025-09-09 16:29:38 +00:00
  • d9751166a6 [dev.simd] cmd/compile: handle rematerialized op for incompatible reg constraint Junyang Shao 2025-09-16 03:27:41 +00:00
  • 4eb5c6e07b [dev.simd] cmd/compile, simd/_gen: add rewrite for const load ops Junyang Shao 2025-09-17 14:44:49 +00:00
  • 443b7aeddb [dev.simd] cmd/compile, simd/_gen: make rewrite rules consistent on CPU Features Junyang Shao 2025-09-12 18:45:39 +00:00
  • 3032894e04 runtime: make explicit nil check in heapSetTypeSmallHeader Michael Pratt 2025-09-17 13:25:03 -04:00
  • ef05b66d61 cmd/internal/obj/riscv: add support for Zicond instructions lxq015 2025-09-17 04:10:13 +00:00
  • 78ef487a6f cmd/compile: fix the issue of shift amount exceeding the valid range Xiaolin Zhao 2025-09-16 15:27:42 +08:00
  • 77aac7bb75 runtime: don't enable heap randomization if MSAN or ASAN is enabled Roland Shoemaker 2025-09-17 21:10:11 +00:00
  • 465b85eb76 runtime: fix CheckScavengedBitsCleared with randomized heap base Roland Shoemaker 2025-09-17 21:04:56 +00:00
  • 909704b85e encoding/json/v2: fix typo in comment mohanson 2025-09-17 17:55:02 +08:00
  • a0811d4dc9 [release-branch.go1.24] cmd/link: fix cgo on riscv64 when building with gcc-15 Mark Ryan 2025-04-25 17:23:49 +02:00
  • 3db5979e8c testing: use reflect.TypeAssert and reflect.TypeFor apocelipes 2025-09-17 09:47:20 +00:00
  • 6a8dbbecbf path/filepath: fix EvalSymlinks to return ENOTDIR on plan9 Kir Kolyshkin 2025-09-03 12:48:44 -07:00
  • bffe7ad9f1 go/parser: Add TestBothLineAndLeadComment Mateusz Poliwczak 2025-09-15 19:37:04 +02:00
  • 02a888e820 go/ast: document that (*ast.File).Comments is sorted by position Mateusz Poliwczak 2025-09-15 21:14:25 +02:00
  • 594deca981 cmd/link: simplify PE relocations mapping qmuntal 2025-05-13 11:24:30 +02:00
  • 9df1a289ac go/parser: simplify expectSemi Mateusz Poliwczak 2025-09-15 19:37:04 +02:00
  • 72ba117bda internal/buildcfg: enable randomizedHeapBase64 by default Roland Shoemaker 2025-07-24 11:29:46 -07:00
  • 796ea3bc2e os/user: align test file name and build tags Kir Kolyshkin 2025-09-11 12:22:43 -07:00
  • a69395eab2 runtime/_mkmalloc: add a copy of cloneNode Michael Matloob 2025-03-17 11:45:52 -04:00
  • cbdad4fc3c cmd/go: check pattern for utf8 validity before call regexp.MustCompile Youlin Feng 2025-09-04 09:17:26 +08:00
  • c2d85eb999 cmd/go: disable cgo by default if CC unset and DefaultCC doesn't exist qiulaidongfeng 2025-09-14 02:32:24 +08:00
  • 8ac346df85 [release-branch.go1.24] os: set full name for Roots created with Root.OpenRoot Damien Neil 2025-08-22 10:47:01 -07:00
  • 6ab3a41c86 [release-branch.go1.24] net: skip TestIPv4WriteMsgUDPAddrPort on plan9 Richard Miller 2025-08-14 16:25:56 +01:00
  • be61132165 [release-branch.go1.25] cmd/compile: export to DWARF types only referenced through interfaces Alessandro Arzilli 2025-08-18 15:49:50 +02:00
  • a86792b169 [release-branch.go1.25] net: skip TestIPv4WriteMsgUDPAddrPort on plan9 Richard Miller 2025-08-14 16:25:56 +01:00
  • ac82fe68aa bytes,strings: remove reference to non-existent SplitFunc Sean Liao 2025-09-14 16:24:57 +01:00
  • 0b26678db2 cmd/compile: fix mips zerorange implementation Keith Randall 2025-09-15 19:59:22 -07:00
  • e2cfc1eb3a cmd/internal/obj/riscv: improve handling of float point moves Joel Sing 2025-09-12 20:54:49 +10:00
  • 281c632e6e crypto/x509/internal/macos: standardize package name Oleksandr Redko 2025-07-18 13:30:55 +03:00
  • 61dc7fe30d iter: document that calling yield after terminated range loop causes runtime panic Vladimir Varankin 2025-09-15 17:04:04 +00:00
  • bdd30e25ca [dev.simd] all: merge master (ca0e035) into dev.simd Cherry Mui 2025-09-16 10:22:34 -04:00
  • 0e590a505d [dev.simd] cmd/compile: use the right type for spill slot Cherry Mui 2025-09-15 21:27:19 -04:00
  • ca0e03560d cmd/link: remove support for windows/arm relocations qmuntal 2025-09-15 14:59:12 +02:00
  • 17a0fabc43 cmd/link: remove support for darwin/386 relocations qmuntal 2025-09-15 14:51:40 +02:00
  • eb7c67fdc9 cmd/internal/obj/loong64: use the MOVVP instruction to optimize prologue Xiaolin Zhao 2025-09-11 16:30:38 +08:00
  • 6b8d507508 cmd/internal/obj/riscv: implement vector segment load/store instructions wangboyao 2025-07-30 11:14:37 +08:00
  • 7ddbf4d820 cmd/asm: add double precision comparision testcases for riscv64 Meng Zhuo 2025-09-12 14:23:23 +08:00
  • c39abe0658 runtime: fix TestSehUnwind qmuntal 2025-09-15 16:02:22 +02:00
  • e3ed0fbe6a all: replace strings.Split with strings.SplitSeq 1911860538 2025-09-15 14:39:58 +00:00
  • 10bfddc91d all: remove redundant words in comment cuishuang 2025-09-14 11:13:55 +08:00
  • 2469e92d8c cmd/compile: combine doubling with shift on riscv64 Meng Zhuo 2025-09-11 17:21:02 +08:00
  • aa83aee7de net/http: clarify panic conditions in Handle, HandleFunc, AddInsecureBypassPattern Cole Garien 2025-09-13 17:54:40 +00:00
  • b9e2977f1d crypto/internal/cryptotest: use linux-amd64_avx512 builder for SHA-NI Filippo Valsorda 2025-08-08 00:16:27 +02:00
  • 8105d0ccc2 cmd/go,crypto/internal/fips140: prevent using FIPS 140-3 mode with purego tag Filippo Valsorda 2025-09-12 00:19:55 +02:00
  • 7f70ca8726 crypto/internal/cryptotest: add MustSupportFIPS140 Filippo Valsorda 2025-09-04 22:19:18 -04:00
  • 9e71d8a9f7 cmd/internal/testdir: re-enable default all codegen flag on linux-amd64 Michael Anthony Knyszek 2025-09-11 23:50:00 +00:00
  • 004858ccdd all: replace os.Getenv("GO_BUILDER_NAME") with testenv.Builder in tests Michael Anthony Knyszek 2025-09-11 23:48:04 +00:00