0
1
mirror of https://github.com/golang/go synced 2025-02-22 03:46:14 +00:00

Commit Graph

  • cb72406c36 cmd/go: fix two-step toolchain upgrade through go install, GOTOOLCHAIN Russ Cox 2024-12-18 15:42:48 -05:00
  • 9e33f2ca71 feat(crypto/hybrid): add benchmark tests for hybrid signature algorithms gabrielzschmitz 2024-12-19 12:09:07 -03:00
  • 78b406ec42 crypto/hybrid: refactor map Boutrik 2024-12-19 03:21:30 -03:00
  • 4f0561f9d3 cmd/dist: skip fips140test in exe mode on Android Cherry Mui 2024-12-18 11:28:18 -05:00
  • 87dbfb9fa7 weak: improve grammar in doc comments Michal Bohuslávek 2024-12-18 13:32:37 +01:00
  • f4e3ec3dbe crypto/ecdsa: fix condition for fips140=only check Mauri de Souza Meneguzzo 2024-12-18 16:19:24 +00:00
  • 1576793c51 [release-branch.go1.23] net: don't use sendfile for irregular files; handle EOPNOTSUPP/ENOTSUP Ian Lance Taylor 2024-12-11 14:18:42 -08:00
  • 6aa46eb750 crypto/tls: normalize spelling of "ClientHello" in comments Filippo Valsorda 2024-12-17 20:47:17 +01:00
  • 10ca5ba4ff crypto/pbkdf2: update RFC reference in package doc Filippo Valsorda 2024-12-17 20:39:24 +01:00
  • 8ff4cee564 cmd/go,crypto: reject using Go+BoringCrypto and fips140 together Filippo Valsorda 2024-12-17 19:57:54 +01:00
  • 971448ddf8 testing: support B.Context and F.Context Ian Lance Taylor 2024-12-17 15:31:10 -08:00
  • 11f0b452f5 crypto/ecdsa: fix condition for FIPS check Mauri de Souza Meneguzzo 2024-12-18 12:33:28 -03:00
  • 74527fe23c syscall: allow \x00-prefixed unix abstract socket to use full path length of 108 Albert Sundjaja 2024-12-18 21:56:44 +11:00
  • 95b433eed4 debug/elf: adjust version API per issue discussion Ian Lance Taylor 2024-12-17 11:31:17 -08:00
  • b2c0168893 crypto/internal/fips140/aes/gcm: use aes.EncryptBlockInternal on ppc64x and s390x Filippo Valsorda 2024-12-17 17:55:01 +01:00
  • b9e2ffdcd2 crypto/internal/fips140: add Name and Version Filippo Valsorda 2024-12-16 17:44:21 +01:00
  • 8790372a8d cmd, go: fix some typos wangshuo 2024-12-17 12:50:44 +00:00
  • b057b8872d bytes, strings: add cross-references in docstrings Oleksandr Redko 2024-12-17 19:05:23 +02:00
  • e977b83b32 cmd/go/internal/help: use secure link to swig.org Oleksandr Redko 2024-12-17 20:14:16 +02:00
  • 4ac8f552e9 syscall, internal/syscall/unix: fix fstatat on linux/mips64 Damien Neil 2024-12-03 12:22:49 -08:00
  • 236a0b4ffb spec: explain function invocation and passing of parameters more precisely Robert Griesemer 2024-12-12 11:31:49 -08:00
  • 9f806bb76c go/build: streamline the crypto package graph in TestDependencies Filippo Valsorda 2024-12-16 15:52:47 +01:00
  • 0cd833d198 go/build: remove nonexistent package from TestDependencies qmuntal 2024-12-16 11:07:02 +01:00
  • 31e50af5f3 crypto/rsa: revert minimum GenerateKey size to 32 bits Filippo Valsorda 2024-12-16 17:33:50 +01:00
  • b47ce8b0e9 crypto/cipher: block non-AES CTR and CBC in fips140=only mode Filippo Valsorda 2024-12-16 19:30:58 +01:00
  • dd7a7ba38f crypto/internal/fips140/aes: mark AES-ECB as not approved Filippo Valsorda 2024-12-16 19:24:20 +01:00
  • 427a2401af cmd/go/testdata/script: update test_flags for new test output Michael Matloob 2024-12-13 17:33:16 -05:00
  • 75736cc169 fmt, strconv: document that exponent is always two digits Ian Lance Taylor 2024-12-16 15:38:43 -08:00
  • ccfa48cbe4 cmd, go: fix some typos wangshuo 2024-12-13 15:50:31 +08:00
  • 8d28a816b4 update document yincong 2024-12-17 17:43:21 +08:00
  • 1218566fe5 cmd/link: update runtime dependency list Cherry Mui 2024-12-16 17:06:35 -05:00
  • d92c34a387 cmd/go: don't create test actions for incomplete packages Michael Matloob 2024-12-13 17:33:16 -05:00
  • 4335be44d2 update var Zxilly 2024-12-17 02:52:21 +08:00
  • 2aca1ed88e remove debug code Zxilly 2024-12-17 02:51:17 +08:00
  • 7cc4ebd29e add test Zxilly 2024-12-17 02:49:21 +08:00
  • 6f2f1e4551 context: add default to select example in comment of Done Hsing-Yu (David) Chen 2024-12-16 13:08:48 -05:00
  • 9853e6b631 net/http: consolidate read/write deadline calls into SetDeadline Hsing-Yu (David) Chen 2024-12-16 13:27:18 -05:00
  • 3bd08b9792 runtime: usleep in TestWeakToStrongMarkTermination Michael Anthony Knyszek 2024-12-13 23:18:59 +00:00
  • cd32989b9e also protect entry Zxilly 2024-12-16 20:01:43 +08:00
  • 18b5435fc8 testing: don't measure cleanup time after B.Loop Austin Clements 2024-12-12 21:18:44 -05:00
  • c1f2542c8b testing: improve B.Loop test Austin Clements 2024-12-12 21:17:04 -05:00
  • 6bd56fcaeb testing: improve b.Loop example Austin Clements 2024-12-12 18:19:43 -05:00
  • 090748d6c7 testing: improve B.Loop docs, use B.Loop in examples Austin Clements 2024-12-12 15:43:37 -05:00
  • 6d60a126f9 wasm: terminate instance while met stackoverflow Zxilly 2024-12-16 01:54:55 +08:00
  • 29c5a17f22 Update error names and descriptions based on feedback & insights. Sjors Gielen 2024-12-15 14:43:39 +01:00
  • db5eebaafb FAKT M.Grzenkowicz 2024-12-15 13:35:17 +01:00
  • 7af268045f cmd/go/internal: remove unused result parameter Alexey Palazhchenko 2024-12-15 08:54:40 +04:00
  • 124f0d2491 net/http: add context cancellation reason for server handlers Sjors Gielen 2024-12-15 01:11:04 +01:00
  • 9ae0502a09 go/types: use documented gotypesalias GODEBUG Mateusz Poliwczak 2024-12-14 11:55:07 +01:00
  • 1808565194 cmd/internal/dwarf: fix missing decl_file tag for abstract subprograms Piotr Bejda 2024-12-13 19:58:44 -05:00
  • e39e965e0e cmd/go: drop FailedBuild field if gotestjsonbuildtext=1 Austin Clements 2024-12-13 15:36:47 -05:00
  • 08770a5b94 cmd/link: make dwarf name slice index self-describing Michael Pratt 2024-12-13 15:05:27 -05:00
  • c4f356dd86 crypto/ecdsa: fix s390x assembly with P-521 Filippo Valsorda 2024-12-13 16:59:20 +01:00
  • 08725f9de2 crypto/internal/cryptotest: skip TestAllocations on s390x Filippo Valsorda 2024-12-13 17:16:44 +01:00
  • 1cbfe8c482 fmt: add more function and allocation tests thepudds 2023-09-19 14:44:08 -04:00
  • 59b7d40774 [release-branch.go1.23] runtime: update and restore g0 stack bounds at cgocallback Cherry Mui 2024-07-22 16:23:43 -04:00
  • 16afa6a740 [release-branch.go1.24] go1.24rc1 go1.24rc1 Gopher Robot 2024-12-13 08:12:11 -08:00
  • 8391579ece runtime: migrate missing map linkname allowlists Michael Pratt 2024-12-13 10:26:50 -05:00
  • 80a2982a80 spec: align EBNF rules consistently (cosmetic change) Robert Griesemer 2024-12-12 11:28:09 -08:00
  • 38e9a671d7 syscall: on freebsd-386 only update written for certain errors Ian Lance Taylor 2024-12-12 14:07:13 -08:00
  • 6f7a4540b1 net: fix example function name for IP.To4 Oleksandr Redko 2024-12-12 20:08:35 +02:00
  • 14e5093ee5 cmd/internal/obj: disallow linknamed access to builtin symbols Cherry Mui 2024-12-12 14:31:45 -05:00
  • fb764cdad0 cmd/link: block new standard library linknames Cherry Mui 2024-12-12 13:03:49 -05:00
  • 817d7bdc0a [release-branch.go1.24] all: merge master (9118060) into release-branch.go1.24 Carlos Amedee 2024-12-12 12:06:37 -05:00
  • 9118060040 builtin: document clear is a no-op if its argument's value is nil apocelipes 2024-12-12 09:45:09 +00:00
  • 30cbebca96 builtin: document clear is a no-op if its argument's value is nil apocelipes 2024-12-12 17:35:21 +08:00
  • 7185c603c9 chore: use errors.New to replace fmt.Errorf with no parameters RiceChuan 2024-12-12 15:30:20 +08:00
  • 077d51909d internal/poll: in SendFile treat ENOTSUP like EOPNOTSUPP Ian Lance Taylor 2024-12-11 14:02:28 -08:00
  • fafd4477f3 cmd/cgo: use full prototype for main in C code Ian Lance Taylor 2024-12-10 20:05:06 -08:00
  • 14bb1e11b9 [release-branch.go1.24] all: merge master (0ca521f) into release-branch.go1.24 Carlos Amedee 2024-12-11 18:55:27 -05:00
  • 0ca521f9c1 debug/elf: adjust version API per issue discussion Ian Lance Taylor 2024-12-10 19:48:11 -08:00
  • 2297c34cdf [release-branch.go1.24] all: merge master (c93477b) into release-branch.go1.24 Carlos Amedee 2024-12-11 17:45:38 -05:00
  • c93477b5e5 crypto: use provided random Reader in FIPS mode Filippo Valsorda 2024-12-11 14:50:00 +01:00
  • 3104b6adbb log/slog: make DiscardHandler example package-level Jonathan Amsterdam 2024-12-11 14:38:57 -05:00
  • 5424f2e200 cmd/go: add more tests for GOAUTH's user provided authenticator Sam Thanawalla 2024-12-11 15:41:05 +00:00
  • d5c1333eb4 net/http: document zero value of Protocols Damien Neil 2024-12-11 09:49:36 -08:00
  • 69c8cfe29b [release-branch.go1.23] cmd/compile/internal/importer: enable aliases Tim King 2024-08-09 10:50:00 -07:00
  • a7c4cadce0 cmd/compile: update broken link Ian Lance Taylor 2024-12-11 08:59:04 -08:00
  • 979c1cfbe8 net: avoid unnecessary interface lookup fetching all interface addresses Antonio Ojea 2024-12-11 15:03:59 +00:00
  • e424d78c3d internal/goos: fix bug in gengoos.go zfdx123 2024-12-11 04:17:11 +00:00
  • 6c25cf1c5f cmd/internal/objfile: break out dissassemblers to another package Cherry Mui 2024-12-10 12:00:10 -05:00
  • e0c76d95ab syscall: remove a wrong comment in Clearenv Kir Kolyshkin 2024-12-10 12:10:13 -08:00
  • b2df7037cb crypto: implement fips140=only mode Filippo Valsorda 2024-11-22 04:21:12 +01:00
  • b2de9862ad Clarify documentation for SetBasicAuth nobletrout 2024-12-11 08:18:37 -05:00
  • e5ad8fdb80 optimize errors.Join for single unwrappable errors dmathieu 2024-12-11 10:35:06 +01:00
  • be749dab22 net/interface: net.InterfaceAddrs for linux may return error mistakenly zhikuodu 2024-12-11 11:54:12 +08:00
  • a9922d096f reflect: consistently document when value must be settable Ian Lance Taylor 2024-12-10 16:10:27 -08:00
  • b72a2ba8fc fix: fix issue 70753 lss25 2024-12-11 10:51:19 +08:00
  • 4ce116a884 runtime: avoid panic in expired synctest timer chan read dev.coretypes Damien Neil 2024-12-10 09:49:45 -08:00
  • e6de1b2deb html/template: escape script tags in JS errors case insensitively Roland Shoemaker 2024-12-09 11:53:32 -08:00
  • fce17b0c77 crypto/internal/fips140/ecdsa: fix reseed_counter check for HMAC_DRBG_Generate_algorithm Tom Thorogood 2024-12-10 23:22:49 +10:30
  • 9f49d26099 net/http: optimize memory usage after hijacking and handler exits Jakob Ackermann 2024-12-10 14:47:50 +01:00
  • 85502649f4 net/http: allocate CloseNotifier channel lazily Jakob Ackermann 2024-12-05 18:35:27 +01:00
  • fa07790ed4 net/http: use existing write buffer when hijacking Jakob Ackermann 2023-12-19 20:18:57 +01:00
  • d87878c62b runtime: make special offset a uintptr Michael Anthony Knyszek 2024-12-09 19:21:48 +00:00
  • 6705ac6885 runtime: remove datadog-agent from prof labels hall of shame Paul Cacheux 2024-12-08 21:45:48 +01:00
  • 07398d2e57 weak: align weak.Pointer documentation with runtime.AddCleanup Michael Anthony Knyszek 2024-12-07 02:58:00 +00:00
  • e3e1d73528 bufio: make the description of Peek's behavior better Petr Osetrov 2024-12-06 21:51:36 +00:00
  • e79b2e1e3a cmd/go: document the build cache as safe for concurrent use Sean Liao 2024-12-02 18:32:36 +00:00
  • c756e0a824 error: Fix the error generated by Commit 9f0491c zfdx123 2024-12-09 17:51:25 +08:00