0
1
mirror of https://github.com/golang/go synced 2025-05-05 03:21:36 +00:00

Commit Graph

  • 9489a2c9a7 crypto/internal/impl: use base package name Filippo Valsorda 2024-11-03 13:05:57 +01:00
  • e689a7c8e8 crypto/internal/fips/subtle: move constant time functions from crypto/subtle Filippo Valsorda 2024-11-03 13:44:20 +01:00
  • 15b7046309 crypto/internal/alias: move to crypto/internal/fips/alias Filippo Valsorda 2024-10-24 16:10:53 +02:00
  • 44b2ba721b cmd/go: fix TestScript/build_json on Windows Austin Clements 2024-11-17 22:18:02 -05:00
  • 1fba1f6062 text/template: don't crash piping to call with no arguments Ian Lance Taylor 2024-11-14 09:17:15 -08:00
  • 2779e3a453 internal/poll: use ignoringEINTR2 in copyFileRange Tobias Klauser 2024-11-15 11:17:37 +01:00
  • 42e2abd110 os: use ignoringEINTR in (*Process).blockUntilWaitable Tobias Klauser 2024-11-15 16:34:13 +01:00
  • 3ca78afb3b cmd/go: temporarily disable build JSON in test output Austin Clements 2024-11-17 22:41:03 -05:00
  • 90b1dc0192 internal/runtime/maps: fix noswiss builder khr@golang.org 2024-11-17 13:24:43 -08:00
  • d1180dbd5e runtime: relax TestWindowsStackMemory from 100kB to 128kB Russ Cox 2024-11-17 10:20:18 -05:00
  • 01e1e5c204 runtime/internal/maps: remove entryMask Keith Randall 2024-11-04 15:52:02 -08:00
  • a867e5e5a6 internal/runtime/maps: simplify small group lookup Keith Randall 2024-11-14 17:42:26 -08:00
  • 63f762bcde internal/runtime/maps: eliminate a load from the hot path Keith Randall 2024-11-14 16:58:07 -08:00
  • 04807d3acf runtime/internal/maps: optimize long string keys for small maps Keith Randall 2024-11-09 09:49:40 -08:00
  • 44d4b69942 cmd/go: change Printer.Output -> Printer.Printf for consistency Austin Clements 2024-11-13 19:50:44 -05:00
  • f9a95b1bdc cmd/go: print build errors during go test -json in JSON Austin Clements 2023-10-17 17:27:00 -04:00
  • 9060fa5afd cmd/go: track root failing Action Austin Clements 2023-10-17 17:21:47 -04:00
  • 49b3ab0d81 cmd/go: report all loading errors in tests as "setup failed" Austin Clements 2024-01-26 14:45:30 -05:00
  • 7020759859 cmd/go: implement "go build -json" Austin Clements 2023-08-24 13:29:39 -04:00
  • 47da5a303f cmd/go: add Printer interface and use for error reporting Austin Clements 2023-10-17 16:30:36 -04:00
  • 5ebb4e282e crypto/internal/fips/check: remove unreachable return Tim King 2024-11-15 15:53:13 -08:00
  • 493edb2973 crypto/sha512: improve performance of riscv64 assembly Joel Sing 2024-08-15 00:39:59 +10:00
  • ca63101df4 runtime/pprof: reduce label overhead Felix Geisendörfer 2024-03-26 20:23:42 +01:00
  • ff2376dbe3 os: add and use ignoringEINTR2 Tobias Klauser 2024-11-15 20:41:33 +01:00
  • eea5e13de4 fmt: document nil receiver handling for GoStringer Sean Liao 2024-11-13 15:04:37 +00:00
  • 6a2fb15475 runtime: implement Stop for AddCleanup Carlos Amedee 2024-11-14 09:56:49 -05:00
  • 0531768b30 runtime: implement AddCleanup Carlos Amedee 2024-11-13 15:25:41 -05:00
  • 8ac0a7c512 runtime/pprof: continued attempt to deflake the VMInfo test. Cosmos Nicolaou 2024-02-02 17:12:27 -08:00
  • 992f63583a runtime: improve CALLFN macro for loong64 Xiaolin Zhao 2024-11-12 15:50:03 +08:00
  • 137328f92d runtime: use ABIInternal for calls to sigtrampgo on linux/loong64 Guoqi Chen 2024-05-17 18:05:11 +08:00
  • fd050b3c6d runtime: unify lock2, allow deeper sleep Rhys Hiltner 2024-10-11 15:31:18 -07:00
  • 18c2461af3 runtime: allow futex OSes to use sema-based mutex Rhys Hiltner 2024-10-28 14:01:54 -07:00
  • 252e9def65 runtime: validate all calls to SetFinalizer Carlos Amedee 2024-11-04 11:45:05 -05:00
  • 09f9b5e361 runtime: add race detector tips to reportZombies func Lin Lin 2024-11-15 12:08:29 +00:00
  • a9afea969a crypto/internal/bigmod: add comparison test for addMulVVW Cherry Mui 2024-11-14 18:40:42 -05:00
  • 5c534ef546 crypto/internal/bigmod: apply wasm-specific implementation for only sized addMulVVW Cherry Mui 2024-11-14 18:36:20 -05:00
  • e30ce3c498 sync/atomic: make intrinsics noescape except 64bits op on 32bits arch and unsafe.Pointer Jorropo 2023-01-18 18:03:30 +01:00
  • 956d4bb9cf cmd/go: add user provided auth mode for GOAUTH Sam Thanawalla 2024-08-13 17:40:46 +00:00
  • 5030146cfd cmd/go: add bzr based version stamping for binaries Sam Thanawalla 2024-11-12 17:23:36 +00:00
  • 400433af36 doc/next: pre-announce dropping macOS 11 support Cherry Mui 2024-11-13 14:45:46 -05:00
  • 60d66e6a86 os/user: support built-in service user accounts on Windows qmuntal 2024-11-07 12:22:20 +01:00
  • dea12628e6 cmd/compile/internal/staticinit: remove FIPS debugging Russ Cox 2024-11-15 09:34:04 -05:00
  • ad6bc88e07 crypto/internal/fips: make linknames path-independent Russ Cox 2024-11-14 08:26:32 +01:00
  • 534551d55a crypto/internal/fips/check: fix for ASAN builds Russ Cox 2024-11-14 12:56:46 +01:00
  • 102d031a58 internal/fuzz: add benchmarks for byte slice mutators Jakub Ciolek 2024-10-31 10:24:30 +01:00
  • f61c2603e9 crypto/internal/fips/check: enable windows/arm64 Filippo Valsorda 2024-11-14 22:05:50 +01:00
  • f99f5da18f cmd/internal/obj/fips: mark R_ADDRPOWR_GOT as a pcrel relocation Paul E. Murphy 2024-11-14 15:25:33 -06:00
  • 3d61de41a2 log/slog: add DiscardHandler Carlana Johnson 2024-11-14 19:43:57 +00:00
  • cd35323be9 internal/exportdata: introduce shared library for exportdata Tim King 2024-11-08 15:53:42 -08:00
  • 9fe70bcd65 runtime: add test for mutex starvation Rhys Hiltner 2024-10-28 12:21:33 -07:00
  • c79a486be2 cmd/compile/internal/importer: minimize Import differences Tim King 2024-11-08 15:07:51 -08:00
  • c9ac589853 cmd/compile/internal/types2: enable disabled part of an example test (cleanup) Robert Griesemer 2024-11-14 12:19:32 -08:00
  • 4003ee79d0 go/internal/gcimporter,cmd/compile/internal/importer: reuse archive.ReadHeader Tim King 2024-11-08 14:49:56 -08:00
  • 672a53def7 strconv: cleanup old compiler bits.TrailingZeros workaround Jorropo 2024-10-09 01:00:36 +02:00
  • a763084ed2 make.rc: correct test for undefined GOROOT_BOOTSTRAP Richard Miller 2024-11-14 16:00:22 +00:00
  • cce90c1eeb cmd/go: print not-defaults arch-env qiulaidongfeng 2024-07-03 13:58:29 +00:00
  • 3f0b293e70 runtime/cgo: report a meaningful error message when using Cygwin qmuntal 2024-11-14 13:06:55 +01:00
  • 8e714281e4 embed: remove incorrect slash in comment lugen4ro 2024-11-14 09:24:52 +00:00
  • 8b0ac33da8 syscall: define EBADFD for wasip1 target Flavio Castelli 2024-11-14 09:47:36 +00:00
  • eb1e505f3f runtime: make Frames example produce documented output Jes Cok 2024-11-12 14:53:50 +00:00
  • d31d77a263 cmd/go: remove confusing TrimPrefix(str, "\n") Austin Clements 2024-01-26 15:06:14 -05:00
  • 673a539170 cmd/go: code cleanups and go env output sorting Russ Cox 2024-11-13 00:08:49 +01:00
  • 6c841e4640 all: enable FIPS verification code Russ Cox 2024-11-06 11:30:25 -05:00
  • 2eac154b1c cmd/compile: better error message when offending/missing token is a keyword Robert Griesemer 2024-10-31 11:19:28 -07:00
  • 3730814f2f crypto/internal/bigmod: optimize addMulVVW on Wasm Cherry Mui 2024-11-11 10:04:17 -05:00
  • 4ffa2aecc1 cmd/internal/obj/wasm: correct return PC for frameless wasmexport wrappers Cherry Mui 2024-11-01 12:04:49 -04:00
  • 26e1010372 cmd/dist: add more pie tests, fips tests Russ Cox 2024-11-06 11:29:54 -05:00
  • 66b6b174b6 go/types, types2: avoid errors due to missing methods for invalid types Robert Griesemer 2024-11-11 13:40:45 -08:00
  • 83a7626687 cmd/go: enable GOCACHEPROG by default, without GOEXPERIMENT Brad Fitzpatrick 2024-11-06 10:14:17 -08:00
  • 4310502385 testing/slogtest: reuse results obtained from previous call Sean Liao 2024-07-20 00:09:13 +01:00
  • d7ea9ff50b runtime/pprof: note different between go test -memprofile and WriteHeapProfile Sean Liao 2024-07-12 21:13:20 +01:00
  • 80d306da50 runtime: prevent weak->strong conversions during mark termination Michael Anthony Knyszek 2024-11-01 21:54:07 +00:00
  • f1add18530 testing: replace CRLF by LF on windows before comparing to the expected output Constantin Konstantinidis 2024-11-10 16:57:06 +01:00
  • d311cc95dc cmd/compile: change status of "bad iterator" panic David Chase 2024-11-04 16:40:09 -05:00
  • 7c40544441 internal/runtime/maps: use match to skip non-full slots in iteration Michael Pratt 2024-11-08 16:29:27 -05:00
  • 6e9c56e26b runtime: add benchmark of iteration over map with low load Michael Pratt 2024-11-11 16:07:58 -05:00
  • 5e91059f8b go/types: adjust type-checking of pointer types Robert Griesemer 2024-11-12 14:14:19 -08:00
  • c759ea7471 crypto/internal/fips/check: add new package Russ Cox 2024-11-05 13:52:13 -05:00
  • 2bbc6a4512 cmd/asm: fix format string so vet doesn't complain Keith Randall 2024-11-12 22:22:11 -08:00
  • 84e58c84fd cmd/internal/obj: add tool to generate Cnames string chenguoqi 2024-10-24 11:16:00 +08:00
  • 239dbd7dba cmd/compile, cmd/link: add FIPS verification support Russ Cox 2024-11-05 13:51:32 -05:00
  • 7eeb0a188e runtime: reserve 4kB for system stack on windows-386 Russ Cox 2024-11-12 23:23:12 +01:00
  • ab55465098 cmd/compile: wire up math/bits.TrailingZeros intrinsics for loong64 Xiaolin Zhao 2024-11-01 16:09:32 +08:00
  • 65ba6f94b3 cmd/internal/obj/loong64: add support of VMOVQ and XVMOVQ Guoqi Chen 2024-11-04 18:14:00 +08:00
  • 0ff1d42507 cmd/compile/internal/importer: exportdata section ends with the last index of "\n$$\n" Tim King 2024-11-08 14:00:49 -08:00
  • 1f8fa4941f runtime: fix iterator returns map entries after clear (pre-swissmap) Youlin Feng 2024-11-05 17:21:57 +08:00
  • 3efbc30f3d cmd/compile/internal/noder,go/internal/gcimporter: return an error if not an archive file Tim King 2024-11-08 11:49:00 -08:00
  • 95c729cf06 time: regenerate zoneinfo_abbrs_windows.go Ian Lance Taylor 2024-11-08 16:03:52 -08:00
  • 70f6c139ec image/color/palette: add godoc link to generator program Ian Lance Taylor 2024-11-08 16:02:10 -08:00
  • 745ec75719 cmd/compile/internal/ssa: improve carry addition rules on PPC64 Paul E. Murphy 2024-11-08 16:07:58 -06:00
  • c969491ed7 doc/go_mem: fix broken paper link in go_mem.html shenleban tongying 2024-11-12 02:10:06 +00:00
  • c96939fbed cmd: update github.com/google/pprof dependencies Emmanuel T Odeke 2024-11-10 12:31:16 -08:00
  • fb9b946adc cmd/compile: optimize math/bits.OnesCount{16,32,64} implementation on loong64 Guoqi Chen 2024-10-18 16:31:29 +08:00
  • 4c8ab993cd internal/runtime/maps: don't hash twice when deleting Keith Randall 2024-11-09 09:53:09 -08:00
  • f9159b11e5 internal/runtime/maps: get rid of a few obsolete TODOs Keith Randall 2024-11-08 19:58:26 -08:00
  • fe2da30cb5 cmd/compile: keep variables alive in testing.B.Loop loops sunnymilk 2024-09-10 12:27:55 -04:00
  • 73ac82f990 runtime, syscall: use pointer types on wasmimport functions Cherry Mui 2024-11-08 23:10:41 -05:00
  • 6051da46d0 crypto/internal/fips: avoid some non-relocatable global initializers Russ Cox 2024-11-05 13:50:00 -05:00
  • 5a9aeef9d5 cmd/compile: allow more types for wasmimport/wasmexport parameters and results Cherry Mui 2024-11-08 12:43:06 -05:00
  • 583d750fa1 cmd/compile: wire up bits.Reverse intrinsics for loong64 Xiaolin Zhao 2024-11-02 15:40:13 +08:00