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

Commit Graph

  • 279da96532 runtime: add some linknames back for github.com/bytedance/sonic 段仪 2025-02-18 18:01:45 +00:00
  • fcdf444924 os: document that OpenRoot follows symlinks Damien Neil 2025-02-18 09:36:14 -08:00
  • ad8b33002b syscall: disable O_DIRECTORY on Windows for js/wasm Zxilly 2025-02-18 15:21:23 +00:00
  • 0bdc792145 all: use a more straightforward return value cuishuang 2025-02-15 11:22:16 +08:00
  • a3d11d280d go/format: format comment to match code Luka Krmpotić 2025-02-15 10:25:50 +00:00
  • 43d8b1e8fe os: deal with chmod error for TestRootConsistencyChmod Jes Cok 2025-02-17 11:45:51 +00:00
  • 896de17f80 cmd/cgo: explicitly use void for functions with no parameters Mauri de Souza Meneguzzo 2025-02-17 13:57:12 +00:00
  • a73c6545d2 crypto/internal/fips140deps/cpu: use const and var blocks Joel Sing 2025-02-15 18:09:59 +11:00
  • c47d1aa787 runtime: remove unused fipstls_runtime_arg0 function qmuntal 2024-11-22 16:14:21 +01:00
  • 89b1047e5c crypto/x509: subject/issuer hint fallback for unknown-authority errors W. Trevor King 2020-04-30 15:21:05 -07:00
  • 5295722238 runtime: print pp.schedtick in scheddetail even when !detailed Nicolas Hillegeer 2024-12-12 08:49:03 -08:00
  • ecda82012d runtime: only read pp.m in schedtrace if needed Nicolas Hillegeer 2024-12-12 08:35:17 -08:00
  • 6fb1d3f47c Fix output indentation suntala 2025-02-18 17:11:03 +01:00
  • a0160e8fc8 formatted Zxilly 2025-02-18 23:11:09 +08:00
  • 81c66e71d4 runtime: check LSE support on ARM64 at runtime init Andrey Bokhanko 2025-01-31 16:59:02 +03:00
  • 0e22316665 Update fs_js.go Zxilly 2025-02-18 05:52:43 +08:00
  • 869535e843 net/http: speed up cookie and method validation Julien Cretel 2025-02-17 14:34:58 +01:00
  • 71b0668832 [Documentation] Appended fallback comment in lib. MayureshMore 2025-02-17 09:54:49 -08:00
  • afbe15a374 scanner.Err Harald Rudell 2025-02-17 06:38:56 -08:00
  • 6ff21a98df Merge branch 'master' into void-param-cgo Mauri de Souza Meneguzzo 2025-02-17 10:47:44 -03:00
  • ddc60a044f 2 Jes Cok 2025-02-17 19:41:11 +08:00
  • 146d625fa8 os: deal with chmod error for TestRootConsistencyChmod Jes Cok 2025-02-14 21:46:18 +08:00
  • d78c1b4ca5 simplify, fix test Mateusz Poliwczak 2025-02-17 12:18:07 +01:00
  • e5847b26c3 update, based on review comments Mateusz Poliwczak 2025-02-17 11:07:02 +01:00
  • 193ada7b15 doc example iterator handling errors resources Harald Rudell 2025-02-16 21:28:08 -08:00
  • 4bfc901917 add test Mateusz Poliwczak 2025-02-16 18:23:35 +01:00
  • ea879c683e cmd/compile: load properly constant values from itabs Mateusz Poliwczak 2025-02-16 17:40:59 +01:00
  • 4de0a48717 chore: add more neccessary linkname 段仪 2025-02-13 11:29:22 +08:00
  • d524e1eccd cmd/compile: on AMD64, turn x < 128 into x <= 127 Jakub Ciolek 2025-01-03 13:52:11 +01:00
  • d5b75e4046 runtime/maps: fix typo in group.go comment (H1 -> H2) Artyom Litovets 2025-02-14 12:03:06 +00:00
  • 74a54bd5c8 cmd: use omitzero option for time.Time Jes Cok 2024-10-16 22:21:46 +08:00
  • b53f58ecc2 math/bits: add note about counting trailing ones Daniël van Eeden 2025-02-16 13:28:03 +01:00
  • 990198b9a1 fix directorySize check for zip64 Vadym Holoveichuk 2025-02-16 13:10:40 +02:00
  • fa5b1905df cmd/cover: clarify that go tool coverage -func needs profile Anatoli Babenia 2023-06-09 17:08:02 +03:00
  • b38415d7e9 crypto/internal/boring: remove unnecessary struct field Roland Shoemaker 2025-01-24 12:27:08 -08:00
  • a7b59bdcb0 syscall: disable O_DIRECTORY on Windows for js/wasm Zxilly 2025-02-16 03:18:35 +08:00
  • 586e205522 std: add //go:fix inline directives to some deprecated functions Alan Donovan 2025-02-12 11:18:30 -05:00
  • beac2f7d3b cmd/compile: fix sign extension of paired 32-bit loads on arm64 Keith Randall 2025-02-14 16:13:44 -08:00
  • f63e6fa6fd move StaticType to devirtualize pkg Mateusz Poliwczak 2025-02-15 08:58:26 +01:00
  • c62c69dd5c crypto/internal/fips140/subtle: provide riscv64 assembly implementation for xorBytes Joel Sing 2025-01-03 19:06:18 +11:00
  • 63ae416720 os: explicitly return nil for rootChown in root_openat.go Jes Cok 2025-02-14 13:50:24 +00:00
  • f28908e338 go/format: fix comment Luka Krmpotić 2025-02-15 04:44:30 +01:00
  • 63806762f7 go/format: fix comment Luka Krmpotić 2025-02-15 04:44:30 +01:00
  • d7c242a19a cmd/internal/obj/riscv: support MOVD with floating point constants Joel Sing 2024-07-02 00:31:53 +10:00
  • 77343fa646 runtime: use return for async preemption resumption on arm64 Joel Sing 2025-02-06 00:38:51 +11:00
  • 67903012f7 cmd/go/internal: use pathpkg name more cuishuang 2024-11-21 17:14:21 +08:00
  • 1ce87bea47 crypto/internal/fips140/edwards25519: make Scalar.SetCanonicalBytes constant time Filippo Valsorda 2025-02-10 11:30:52 +01:00
  • 10cef816aa internal/godebugs: add fips140 as an opaque godebug setting Ian Lance Taylor 2025-02-13 14:40:01 -08:00
  • 7b7307f632 crypto/rsa: add benchmarks for not and partially optimized keys Filippo Valsorda 2024-12-17 20:40:49 +01:00
  • 5f65e5cb56 doc/godebug: mention GODEBUG=fips140 Ian Lance Taylor 2025-02-11 15:53:20 -08:00
  • 11f7ea8ce0 cmd/compile: add type-based alias analysis Andrey Bokhanko 2024-11-27 20:47:58 +03:00
  • 2299a4289d bytes: add examples for Lines, SplitSeq, SplitAfterSeq, FieldsSeq and FieldsFuncSeq cuishuang 2025-02-13 15:28:21 +08:00
  • bad791343f internal/syscall/unix: correct fchmodat on openbsd Joel Sing 2025-02-15 04:45:04 +11:00
  • 1959703ddd syscall: skip testAmbientCaps tests if there is no nobody user Carlos Ramos Carreño 2025-02-14 10:14:29 +00:00
  • 8c05e020d5 internal/syscall/unix: fix fchownat linkname for AIX & Solaris Damien Neil 2025-02-14 09:06:21 -08:00
  • 291add48a4 add test case Mateusz Poliwczak 2025-02-14 19:35:40 +01:00
  • 7534480671 remove added newline Mateusz Poliwczak 2025-02-14 19:29:37 +01:00
  • 942f16ada9 devirtualize v, ok := v.(T) Mateusz Poliwczak 2025-02-14 19:13:03 +01:00
  • 45447b4bff net/http: use runtime.AddCleanup instead of runtime.SetFinalizer Carlos Amedee 2025-02-11 15:50:55 -05:00
  • 85f8e240fe internal/trace: emit sync event before deferred spilled error Michael Anthony Knyszek 2025-02-13 19:45:52 +00:00
  • 242ef7cb05 crypto/rsa: normalize GenerateKey benchmark Filippo Valsorda 2024-12-28 22:32:59 +01:00
  • c0d96f30e8 net/http: unskip TestDisableContentLength/h2 Dmitri Shuralyov 2025-02-13 19:15:49 -05:00
  • a8487dadeb cmd/go: use runtime.AddCleanup instead of runtime.SetFinalizer Carlos Amedee 2025-01-06 13:15:51 -05:00
  • 954e2c0b06 sync: use runtime.AddCleanup instead of runtime.SetFinalizer Carlos Amedee 2025-01-06 12:59:07 -05:00
  • c8545439b5 cmd/asm,cmd/internal/obj/riscv: implement vector configuration setting instructions Joel Sing 2024-11-24 12:39:20 +11:00
  • b16c04f439 cmd/dist: use slices.Index qiulaidongfeng 2025-02-13 00:41:13 +08:00
  • 96ba2f919e update Mateusz Poliwczak 2025-02-14 15:08:45 +01:00
  • baeab452d1 testing: panic in AllocsPerRun if parallel tests are running Russ Cox 2024-11-20 11:01:27 -05:00
  • 0802150a6a os: explicitly return nil for rootChown in root_openat.go Jes Cok 2025-02-14 21:29:54 +08:00
  • 1baa81be5d runtime/maps: fix typo in group.go comment (H1 -> H2) Artyom Litovets 2025-02-14 14:23:03 +03:00
  • 371ee1469c cmd/link,cmd/internal: add R_GOT_PCREL_ITYPE_RELOC for riscv64 Meng Zhuo 2024-09-12 20:03:59 +08:00
  • b60e3c46f2 Merge c3302d38d0c27491a1ea1e77bb4b424586507750 into 5ff7a634e19a3e8e8a24bbdb948de19695234943 Arseny Samoylov 2025-02-13 19:38:08 -05:00
  • 5ff7a634e1 net/http, net/http/internal/httpcommon: add httpcommon package Damien Neil 2025-02-13 14:38:09 -08:00
  • 807a51b391 os: add Root.Chown Damien Neil 2025-02-10 15:35:17 -08:00
  • a4c4f5bb61 syscall: skip testAmbientCaps tests if there is no nobody user Carlos Ramos Carreño 2025-02-13 20:17:49 +00:00
  • 187fd2698d cmd/compile: make write barrier code amenable to paired loads/stores Keith Randall 2024-11-23 17:35:02 -08:00
  • a0029e95e5 cmd/compile: regalloc: handle desired registers of 2-output insns Keith Randall 2024-11-23 10:58:47 -08:00
  • 20d7c57422 cmd/compile: pair loads and stores on arm64 khr@golang.org 2024-11-17 12:07:34 -08:00
  • 0b88a87879 cmd/compile: add variants of LDP/STP for arm64 load/store combining khr@golang.org 2024-11-17 16:42:37 -08:00
  • eab3c1e697 os: explicitly return nil for {rootChmod,rootMkdir,rootRemove} in root_openat.go Jes Cok 2025-02-13 16:02:20 +00:00
  • 0044bc614a os: consolidate and clarify File.Fd docs Ian Lance Taylor 2025-02-11 12:56:27 -08:00
  • 89c2f282dc cmd/compile: move []byte->string map key optimization to ssa Keith Randall 2025-01-06 15:28:22 -08:00
  • 43b7e67040 cmd/compile: lower x*z + y to FMA if FMA enabled Jakub Ciolek 2025-02-02 23:42:43 +01:00
  • eab8e987c0 cmd: use cmd/internal/hash.New32 and Sum32 only Russ Cox 2025-01-07 11:28:44 -05:00
  • a7e331e671 cmd/compile: implement signed loads from read-only memory Keith Randall 2025-02-13 08:04:03 -08:00
  • ca4649747a runtime: fix usleep on s390x/linux Paul Murphy 2025-02-12 08:45:34 -06:00
  • cf29cccba3 Add VEX statement for test binary Laurent Goderre 2025-02-13 13:15:45 -05:00
  • 769274bf14 cmd/go: do not apply kill timeout to go test with -bench Sam Thanawalla 2025-02-10 21:06:02 +00:00
  • aa8d4df9d9 go/types: propagate *ast.LabeledStmt in blockBranches properly Mateusz Poliwczak 2024-12-24 07:23:13 +00:00
  • e4b12eb8af io: use runtime.AddCleanup instead of runtime.SetFinalizer Carlos Amedee 2024-12-23 11:34:03 -05:00
  • f7becfc7f1 go/types: use documented version of gotypesalias GODEBUG Mateusz Poliwczak 2024-12-14 11:03:27 +00:00
  • fdaac84480 os: use AddCleanup to close files Carlos Amedee 2024-12-23 11:27:20 -05:00
  • f91ac1b61e crypto/internal/fips140test: fix TestACVP env vars Daniel McCarney 2025-02-13 10:31:53 -05:00
  • 3444e8546e os: explicitly return nil for rootChmod,rootMkdir,rootRemove Jes Cok 2025-02-13 23:10:58 +08:00
  • c4136a433c runtime/debug: document DefaultGODEBUG as a BuildSetting Sean Liao 2024-07-12 20:56:19 +01:00
  • 0ec4e57651 also follow OCONVIFACE Mateusz Poliwczak 2025-02-13 15:20:52 +01:00
  • 68ee1cb04e make sha256 test in crypto/sha256 package Mateusz Poliwczak 2025-02-13 15:01:46 +01:00
  • 1eb4c0dcb1 cmd/dist: test GOFIPS140=latest rather than just the GODEBUG Filippo Valsorda 2025-02-12 12:37:52 +01:00
  • 8659ad9049 crypto/internal/fips140test: require FIPS 140 mode for the ACVP wrapper Filippo Valsorda 2025-02-06 11:34:48 +01:00
  • 4ffa9a8305 crypto/internal/fips140test: support disabling PAA/PAI Filippo Valsorda 2025-02-05 13:51:26 +01:00