1
0
mirror of https://github.com/golang/go synced 2024-11-24 13:10:11 -07:00

Commit Graph

  • 13ab724acf Test default behavior for other column types Jack Christensen 2024-11-16 08:43:17 -0600
  • 0a38201765 Remove superfluous comment Jack Christensen 2024-11-16 08:25:12 -0600
  • 20cc6f7de0 Run go fmt Jack Christensen 2024-11-16 08:24:14 -0600
  • ca63101df4 runtime/pprof: reduce label overhead Felix Geisendörfer 2024-03-26 20:23:42 +0100
  • 69a6fb558e md/go: fail go clean command when failed to find go cache directory Max Neverov 2024-11-16 14:36:46 +0100
  • 95c71fa44e bufio: reduce pointer size in structs for better memory alignment and efficiency bernoussama 2024-11-16 13:15:12 +0100
  • d652010597
    Merge 1d0f274cc3 into ff2376dbe3 codeimmortal 2024-11-16 03:24:39 -0500
  • ff2376dbe3 os: add and use ignoringEINTR2 Tobias Klauser 2024-11-15 20:41:33 +0100
  • eea5e13de4 fmt: document nil receiver handling for GoStringer Sean Liao 2024-11-13 15:04:37 +0000
  • 437a754654 cmd/internal/goobj: manually update Magic const Jes Cok 2024-11-14 01:30:41 +0800
  • 72a770d128
    Merge 3325c868c1 into 6a2fb15475 codeimmortal 2024-11-16 04:38:11 +0000
  • 3325c868c1
    Merge pull request #1 from codeimmortal/fmt_doc_hexa_notation_correction codeimmortal 2024-11-16 10:05:17 +0530
  • 1d0f274cc3
    Merge branch 'golang:master' into fmt_doc_hexa_notation_correction codeimmortal 2024-11-16 10:00:55 +0530
  • 1808939af7 corrected fmt doc for hexadecimal notation Himanshu Sharma 2024-11-16 09:52:34 +0530
  • 6a2fb15475 runtime: implement Stop for AddCleanup Carlos Amedee 2024-11-14 09:56:49 -0500
  • 0531768b30 runtime: implement AddCleanup Carlos Amedee 2024-11-13 15:25:41 -0500
  • 8ac0a7c512 runtime/pprof: continued attempt to deflake the VMInfo test. Cosmos Nicolaou 2024-02-02 17:12:27 -0800
  • ac6e99f737
    encoding/json: return JSON field with all marshal errors Mike McRill 2024-11-15 19:42:34 -0600
  • 992f63583a runtime: improve CALLFN macro for loong64 Xiaolin Zhao 2024-11-12 15:50:03 +0800
  • 137328f92d runtime: use ABIInternal for calls to sigtrampgo on linux/loong64 Guoqi Chen 2024-05-17 18:05:11 +0800
  • fd050b3c6d runtime: unify lock2, allow deeper sleep Rhys Hiltner 2024-10-11 15:31:18 -0700
  • 18c2461af3 runtime: allow futex OSes to use sema-based mutex Rhys Hiltner 2024-10-28 14:01:54 -0700
  • 252e9def65 runtime: validate all calls to SetFinalizer Carlos Amedee 2024-11-04 11:45:05 -0500
  • 09f9b5e361 runtime: add race detector tips to reportZombies func Lin Lin 2024-11-15 12:08:29 +0000
  • 18125f4618
    Merge 9f136f5b3b into a9afea969a Lin Lin 2024-11-15 10:19:40 -0700
  • a9afea969a crypto/internal/bigmod: add comparison test for addMulVVW Cherry Mui 2024-11-14 18:40:42 -0500
  • 5c534ef546 crypto/internal/bigmod: apply wasm-specific implementation for only sized addMulVVW Cherry Mui 2024-11-14 18:36:20 -0500
  • e30ce3c498 sync/atomic: make intrinsics noescape except 64bits op on 32bits arch and unsafe.Pointer Jorropo 2023-01-18 18:03:30 +0100
  • 956d4bb9cf cmd/go: add user provided auth mode for GOAUTH Sam Thanawalla 2024-08-13 17:40:46 +0000
  • 5030146cfd cmd/go: add bzr based version stamping for binaries Sam Thanawalla 2024-11-12 17:23:36 +0000
  • 400433af36 doc/next: pre-announce dropping macOS 11 support Cherry Mui 2024-11-13 14:45:46 -0500
  • 60d66e6a86 os/user: support built-in service user accounts on Windows qmuntal 2024-11-07 12:22:20 +0100
  • dea12628e6 cmd/compile/internal/staticinit: remove FIPS debugging Russ Cox 2024-11-15 09:34:04 -0500
  • ad6bc88e07 crypto/internal/fips: make linknames path-independent Russ Cox 2024-11-14 08:26:32 +0100
  • 534551d55a crypto/internal/fips/check: fix for ASAN builds Russ Cox 2024-11-14 12:56:46 +0100
  • 102d031a58 internal/fuzz: add benchmarks for byte slice mutators Jakub Ciolek 2024-10-31 10:24:30 +0100
  • f61c2603e9 crypto/internal/fips/check: enable windows/arm64 Filippo Valsorda 2024-11-14 22:05:50 +0100
  • 9f136f5b3b runtime: add race detector tips to reportZombies func Lin Lin 2024-11-14 11:22:29 +0800
  • 3204c91d3b add test case wineandchord 2024-11-15 18:32:33 +0800
  • 35c8f700a7 use single reflect wineandchord 2024-11-15 18:06:46 +0800
  • 3a8a7cac38 os/signal: check int type of signal using reflection to fix windows notification wineandchord 2024-11-15 17:34:27 +0800
  • f23afb4bad
    Merge 88d346a7ca into f99f5da18f Xiangyang 2024-11-14 17:34:50 -0500
  • f99f5da18f cmd/internal/obj/fips: mark R_ADDRPOWR_GOT as a pcrel relocation Paul E. Murphy 2024-11-14 15:25:33 -0600
  • 19ffc9fa76
    Merge 0a611174ee into cd35323be9 Carlana Johnson 2024-11-14 17:27:16 -0500
  • 3d61de41a2 log/slog: add DiscardHandler Carlana Johnson 2024-11-14 19:43:57 +0000
  • cd35323be9 internal/exportdata: introduce shared library for exportdata Tim King 2024-11-08 15:53:42 -0800
  • 9fe70bcd65 runtime: add test for mutex starvation Rhys Hiltner 2024-10-28 12:21:33 -0700
  • c79a486be2 cmd/compile/internal/importer: minimize Import differences Tim King 2024-11-08 15:07:51 -0800
  • c9ac589853 cmd/compile/internal/types2: enable disabled part of an example test (cleanup) Robert Griesemer 2024-11-14 12:19:32 -0800
  • 4003ee79d0 go/internal/gcimporter,cmd/compile/internal/importer: reuse archive.ReadHeader Tim King 2024-11-08 14:49:56 -0800
  • 0a611174ee doc fix Carlana Johnson 2024-11-14 14:37:07 -0500
  • 672a53def7 strconv: cleanup old compiler bits.TrailingZeros workaround Jorropo 2024-10-09 01:00:36 +0200
  • a763084ed2 make.rc: correct test for undefined GOROOT_BOOTSTRAP Richard Miller 2024-11-14 16:00:22 +0000
  • a0bc2071cd
    Merge 8ef7cf59d0 into cce90c1eeb qiulaidongfeng 2024-11-14 12:26:28 -0500
  • cce90c1eeb cmd/go: print not-defaults arch-env qiulaidongfeng 2024-07-03 13:58:29 +0000
  • 3f0b293e70 runtime/cgo: report a meaningful error message when using Cygwin qmuntal 2024-11-14 13:06:55 +0100
  • 88d346a7ca text/template: avoid index-out-of-range panic when accessing args[0] Jes Cok 2024-11-15 00:30:23 +0800
  • 57806dfe46
    Merge ae479155d6 into 8e714281e4 Lukas Nakamura 2024-11-15 01:09:32 +0900
  • 8e714281e4 embed: remove incorrect slash in comment lugen4ro 2024-11-14 09:24:52 +0000
  • 942d87239c
    Merge c1a20aee0e into 8b0ac33da8 Flavio Castelli 2024-11-14 11:06:20 -0500
  • 8b0ac33da8 syscall: define EBADFD for wasip1 target Flavio Castelli 2024-11-14 09:47:36 +0000
  • eb1e505f3f runtime: make Frames example produce documented output Jes Cok 2024-11-12 14:53:50 +0000
  • 9e58308269
    Merge db4863c05e into d31d77a263 Xiangyang 2024-11-14 10:25:09 -0500
  • d31d77a263 cmd/go: remove confusing TrimPrefix(str, "\n") Austin Clements 2024-01-26 15:06:14 -0500
  • c1a20aee0e
    syscall: define EBADFD for wasip1 target Flavio Castelli 2023-06-26 10:32:09 +0200
  • 673a539170 cmd/go: code cleanups and go env output sorting Russ Cox 2024-11-13 00:08:49 +0100
  • 6c841e4640 all: enable FIPS verification code Russ Cox 2024-11-06 11:30:25 -0500
  • ae479155d6 embed: fix FS sort explanation example lugen4ro 2024-11-14 11:42:09 +0900
  • 2eac154b1c cmd/compile: better error message when offending/missing token is a keyword Robert Griesemer 2024-10-31 11:19:28 -0700
  • 6e9546e4a8
    Simplify function literals Teodor Maxim 2024-11-14 02:10:43 +0100
  • 3730814f2f crypto/internal/bigmod: optimize addMulVVW on Wasm Cherry Mui 2024-11-11 10:04:17 -0500
  • 4ffa2aecc1 cmd/internal/obj/wasm: correct return PC for frameless wasmexport wrappers Cherry Mui 2024-11-01 12:04:49 -0400
  • 26e1010372 cmd/dist: add more pie tests, fips tests Russ Cox 2024-11-06 11:29:54 -0500
  • 66b6b174b6 go/types, types2: avoid errors due to missing methods for invalid types Robert Griesemer 2024-11-11 13:40:45 -0800
  • 83a7626687 cmd/go: enable GOCACHEPROG by default, without GOEXPERIMENT Brad Fitzpatrick 2024-11-06 10:14:17 -0800
  • 4310502385 testing/slogtest: reuse results obtained from previous call Sean Liao 2024-07-20 00:09:13 +0100
  • d7ea9ff50b runtime/pprof: note different between go test -memprofile and WriteHeapProfile Sean Liao 2024-07-12 21:13:20 +0100
  • 80d306da50 runtime: prevent weak->strong conversions during mark termination Michael Anthony Knyszek 2024-11-01 21:54:07 +0000
  • f1add18530 testing: replace CRLF by LF on windows before comparing to the expected output Constantin Konstantinidis 2024-11-10 16:57:06 +0100
  • d311cc95dc cmd/compile: change status of "bad iterator" panic David Chase 2024-11-04 16:40:09 -0500
  • 7c40544441 internal/runtime/maps: use match to skip non-full slots in iteration Michael Pratt 2024-11-08 16:29:27 -0500
  • 6e9c56e26b runtime: add benchmark of iteration over map with low load Michael Pratt 2024-11-11 16:07:58 -0500
  • 5e91059f8b go/types: adjust type-checking of pointer types Robert Griesemer 2024-11-12 14:14:19 -0800
  • c759ea7471 crypto/internal/fips/check: add new package Russ Cox 2024-11-05 13:52:13 -0500
  • 2bbc6a4512 cmd/asm: fix format string so vet doesn't complain Keith Randall 2024-11-12 22:22:11 -0800
  • 84e58c84fd cmd/internal/obj: add tool to generate Cnames string chenguoqi 2024-10-24 11:16:00 +0800
  • 239dbd7dba cmd/compile, cmd/link: add FIPS verification support Russ Cox 2024-11-05 13:51:32 -0500
  • 7eeb0a188e runtime: reserve 4kB for system stack on windows-386 Russ Cox 2024-11-12 23:23:12 +0100
  • ab55465098 cmd/compile: wire up math/bits.TrailingZeros intrinsics for loong64 Xiaolin Zhao 2024-11-01 16:09:32 +0800
  • 65ba6f94b3 cmd/internal/obj/loong64: add support of VMOVQ and XVMOVQ Guoqi Chen 2024-11-04 18:14:00 +0800
  • 0ff1d42507 cmd/compile/internal/importer: exportdata section ends with the last index of "\n$$\n" Tim King 2024-11-08 14:00:49 -0800
  • 1f8fa4941f runtime: fix iterator returns map entries after clear (pre-swissmap) Youlin Feng 2024-11-05 17:21:57 +0800
  • 3efbc30f3d cmd/compile/internal/noder,go/internal/gcimporter: return an error if not an archive file Tim King 2024-11-08 11:49:00 -0800
  • 95c729cf06 time: regenerate zoneinfo_abbrs_windows.go Ian Lance Taylor 2024-11-08 16:03:52 -0800
  • c697942cb6
    Merge 013584c016 into 70f6c139ec Bhautik Bavadiya 2024-11-12 13:37:56 -0500
  • bd7f4c1364
    Merge b8de0039fb into 70f6c139ec Nurzhan 2024-11-12 13:37:50 -0500
  • 70f6c139ec image/color/palette: add godoc link to generator program Ian Lance Taylor 2024-11-08 16:02:10 -0800
  • 3f05e6a99f Feedback Carlana Johnson 2024-11-12 12:59:05 -0500
  • 745ec75719 cmd/compile/internal/ssa: improve carry addition rules on PPC64 Paul E. Murphy 2024-11-08 16:07:58 -0600
  • 72dc416ac6
    Merge 33b142d6e8 into c969491ed7 shenleban tongying 2024-11-12 12:19:31 -0500