Commit Graph

  • bec12f153a log/slog: optimize appendKey to reduce allocations Aoang 2024-11-23 21:19:50 +08:00
  • 7e8ceadf85 cmd/compile/internal/ssagen: use an alias for math/bits.Len Joel Sing 2025-03-12 22:55:49 +11:00
  • a812e5f3c3 math/big: update calibration tests and recalibrate Russ Cox 2025-01-18 00:17:21 -05:00
  • 40c953cd46 runtime: remove nextSampleNoFP from plan9 Russ Cox 2025-03-07 13:31:01 -05:00
  • d037ed62bc math/big: simplify, speed up Karatsuba multiplication Russ Cox 2025-01-17 17:26:59 -05:00
  • 26040b1dd7 cmd/compile: remove noDuffDevice Russ Cox 2025-03-07 11:30:07 -05:00
  • c9b07e8871 cmd/compile: use FMA on plan9, and drop UseFMA Russ Cox 2025-03-04 23:45:38 -05:00
  • 35cb497d6e cmd/compile: remove useSSE Russ Cox 2025-03-04 23:43:23 -05:00
  • 644b984027 cmd/compile: compute bitsize from type size in prove to clean some switches Jorropo 2025-03-10 06:44:38 +01:00
  • b60b9cf21f cmd/compile: add constant folding for bits.Add64 Jorropo 2025-03-09 16:39:36 +01:00
  • 4ff70cf868 cmd/compile: add MakeTuple generic SSA op to remove duplicate Select[01] rules Jorropo 2025-03-11 09:52:10 +01:00
  • 99411d7847 cmd/compile: compute bits.OnesCount's limits from argument's limits Jorropo 2025-03-09 14:39:49 +01:00
  • 8d767ff38d runtime: increase GDB version testing requirement to 10 from 7.7 Than McIntosh 2025-03-11 21:33:25 -04:00
  • c032b04219 internal/buildcfg: fix typo in DWARF 5 enabling code Than McIntosh 2025-03-11 21:19:11 -04:00
  • c00647b49b cmd/compile: set bits.OnesCount's limits to [0, 64] Jorropo 2025-03-09 14:38:44 +01:00
  • 554a3c51dc cmd/compile: use min & max builtins to assert constant bounds in prove's tests Jorropo 2025-03-09 14:45:01 +01:00
  • d2842229fc cmd/compile: compute min's & max's limits from argument's limits inside flowLimit Jorropo 2025-03-09 14:37:30 +01:00
  • bcd0ebbd2a internal/cpu: use correct variable when parsing CPU features lamcas and lam_bh on loong64 Guoqi Chen 2025-03-06 20:07:24 +08:00
  • 4364893149 cmd/internal/script/scripttest: use GOHOSTARCH to find tool directory Ian Lance Taylor 2025-03-11 15:00:23 -07:00
  • 17b9c9f2ad internal/bytealg: optimize Count{,String} in loong64 Guoqi Chen 2025-03-06 11:06:44 +08:00
  • ca19f987ca internal/buildcfg: enable DWARF version 5 by default Than McIntosh 2024-12-19 12:58:40 -05:00
  • 4acc5b4da6 cmp: add examples for Compare and Less cuishuang 2025-03-11 18:27:50 +08:00
  • 908af6529c archive/zip: error on ReadDir if there are invalid file names Sean Liao 2025-03-10 22:10:58 +00:00
  • 817218a26c net/http: document Redirect behavior for non-ASCII characters Ian Lance Taylor 2025-03-08 18:32:14 -08:00
  • 3fb8b4f3db all: move //go:debug decoratemappings=0 test to cmd/go Michael Pratt 2025-03-11 15:09:46 -04:00
  • 8867af9207 os: add more File.WriteAt tests qmuntal 2025-03-10 10:36:08 +01:00
  • b0e2f185c5 cmd/internal/obj/loong64: add {V,XV}MUL{B/H/W/V} and {V,XV}MUH{B/H/W/V}[U] instructions support Xiaolin Zhao 2024-12-16 09:51:29 +08:00
  • 6c70f2b960 cmd/compile: Enable inlining of tail calls Alexander Musman 2025-02-17 23:27:38 +03:00
  • c18ff21cc8 cmd/compile, runtime: remove plan9 special case avoiding SSE Russ Cox 2025-03-04 15:01:54 -05:00
  • 3e033b7553 cmd/compile: add constant folding for PopCount Jorropo 2025-03-09 10:21:06 +01:00
  • 8591f8e19e log/slog: use consistent call depth for all output Örjan Fors 2025-03-05 22:33:50 +00:00
  • 39b783780a net/mail: use sync.OnceValue to build dateLayouts 1911860538 2025-03-08 07:47:55 +00:00
  • 31658ace9d runtime/internal: clean up completely Jes Cok 2025-03-07 01:04:13 +00:00
  • 598df45fce net: unblock UDP Reads upon Close on plan9, add test Brad Fitzpatrick 2025-03-10 11:45:10 -07:00
  • be2ecfbff8 debug/dwarf: read DWARF 5 cu base offsets on SeekPC() path Than McIntosh 2025-03-11 09:16:05 -04:00
  • 73fea035bf cmd/go: allow symlinks of non-directory files in embed Michael Matloob 2025-01-16 15:44:55 -05:00
  • a588c6fba6 go/types, types2: report better error messages for make calls Robert Griesemer 2025-03-07 16:00:53 -08:00
  • ae4c13afc5 go/types, types2: report better error messages for slice expressions Robert Griesemer 2025-03-07 11:26:38 -08:00
  • e5d3ece35d go/types, types2: remove need for coreString in signature.go Robert Griesemer 2025-03-06 16:06:55 -08:00
  • 2d097e363a go/types, types2: better error messages for copy built-in Robert Griesemer 2025-03-06 15:44:01 -08:00
  • e3ea8e68fb cmd/internal/obj/loong64: add {V,XV}SEQI, {V,XV}.{AND,OR,XOR,NOR} instructions support Guoqi Chen 2025-03-06 11:06:35 +08:00
  • 2a772a2fe7 cmd/compile: optimize shifts of int32 and uint32 on loong64 Xiaolin Zhao 2024-11-14 11:35:39 +08:00
  • 2abe5ceb19 testing: warn against calling Log after a test completes Sean Liao 2025-03-10 19:41:09 +00:00
  • 574a9fa60e crypto/tls: reject TLS 1.3 compat session ID in TLS 1.2 Daniel McCarney 2025-02-26 15:59:25 -05:00
  • 4635ad047a crypto/tls: align cert decode alert w/ BSSL Daniel McCarney 2025-02-26 14:13:15 -05:00
  • 5b4209fedb crypto/tls: update GREASE-Server-TLS13 BoGo skip Daniel McCarney 2025-02-19 13:10:36 -05:00
  • 01688daca6 crypto/tls: support bogo -wait-for-debugger Daniel McCarney 2025-02-19 12:39:32 -05:00
  • 2611d81dc8 crypto/tls: ignore TLS 1.3 user canceled alerts Daniel McCarney 2025-02-19 10:30:50 -05:00
  • b0e7f95aac crypto/tls: run SkipNewSessionTicket bogo test Daniel McCarney 2025-02-18 12:41:34 -05:00
  • 04164e5f5a internal/runtime/atomic: updated go assembler comments Prabhav Dogra 2025-03-07 09:32:20 +00:00
  • 895bcf178d crypto/tls: reject empty TLS 1.3 session ticket Daniel McCarney 2025-02-17 11:45:23 -05:00
  • 2620cc1caa cmd/go/internal/mmap: close file after mmap Michael Matloob 2025-02-26 16:31:41 -05:00
  • fd3997168d cmd/cgo/internal/testsanitizers: bump GCC version for asan location checking Than McIntosh 2025-03-09 08:59:45 -04:00
  • e256e64060 debug/dwarf: fix problem with DWARF 5 and Seek method Than McIntosh 2025-03-07 14:16:28 -05:00
  • c3e7d5f5ce debug/dwarf: refactor entry DIE reading helper Than McIntosh 2025-03-07 13:34:55 -05:00
  • c40a3731f4 internal/godebugs: add decoratemappings as an opaque godebug setting Michael Pratt 2025-03-07 13:53:34 -05:00
  • c3950f8430 crypto/pbkdf2: fix code example for Key Gusted 2025-03-08 17:30:06 +00:00
  • 22d5d09f1e net/http/httputil: close hijacked connections when CloseWrite not available Damien Neil 2025-03-06 13:24:58 -08:00
  • bc5f4a555e crypto/tls: small bogo shim test tidying Daniel McCarney 2025-02-15 10:07:19 -05:00
  • e6908846df os: remove unused testingForceReadDirLstat Tobias Klauser 2025-03-07 14:41:29 +01:00
  • 705fa920c1 crypto/internal/fips140: make Version return latest when not frozen Filippo Valsorda 2025-03-06 17:08:02 +01:00
  • d7e5cd5851 compress/flate,compress/lzw: fix incorrect godoc links Olivier Mengué 2025-03-06 09:23:15 +01:00
  • b4a333fea5 crypto/internal/fips140/bigmod: explicitly clear expanded limbs on reset Filippo Valsorda 2025-03-05 12:08:35 +01:00
  • e0b110b926 text/template: add an if func example linmaolin 2025-03-06 00:41:02 +00:00
  • 812a44ebd0 archive/zip: preallocate fileList size for Reader.Open Olivier Mengué 2025-03-06 19:44:22 +01:00
  • fe9b292b11 go/types,types2: allocate the used* maps in initFiles Rob Findley 2025-03-07 18:13:51 +00:00
  • d43c0f80d8 net: add comment about blocking to Conn.Close Ian Lance Taylor 2025-03-06 14:52:02 -08:00
  • 8a7742e78c go/types, types2: factor out shared for-range checking code into range.go Robert Griesemer 2025-03-06 09:58:51 -08:00
  • 232dfd226b go/types, types2: rename errorCause to typeError Robert Griesemer 2025-03-04 09:51:41 -08:00
  • 5af3658eaa go/types, types2: use errorCause instead of reportf in comparableType Robert Griesemer 2025-03-04 08:47:25 -08:00
  • 584e631023 go/types, types2: better error messages for invalid calls Robert Griesemer 2025-03-03 18:06:48 -08:00
  • 8b7e376e71 go/types, types2: factor out single commonUnder function Robert Griesemer 2025-03-03 15:11:47 -08:00
  • f55bb135d2 cmd/cgo/internal/testsanitizers: for "leak", use -fsanitize=address Ian Lance Taylor 2025-03-06 12:54:27 -08:00
  • 24d22352d3 cmd/go: add 'work' package pattern Michael Matloob 2025-01-16 17:05:02 -05:00
  • 9bd2160790 os: add missing calls to Root.Close() in tests Olivier Mengué 2025-03-06 16:25:51 +01:00
  • 1cf6b50263 cmd/compile: remove no-longer-necessary recursive inlining checks David Chase 2025-03-05 14:27:15 -05:00
  • 6a4bc8d17e cmd/go: cache coverage profile with tests Ryan Currah 2025-02-25 15:51:56 +00:00
  • 938b6c15e9 os: more godoc links Olivier Mengué 2025-03-06 13:23:52 +01:00
  • 66b7640354 compress/lzw,compress/gzip,compress/flate,compress/zlib,compress/bzip2: go doc links Olivier Mengué 2025-03-05 17:44:53 +01:00
  • 53d689ce99 cmd/internal/obj/loong64: add {V,XV}ILV{L/H}.{B/H/W/D} instructions support Xiaolin Zhao 2024-12-13 18:00:09 +08:00
  • 3aef716168 doc: update godebug doc to clarify godebug directive in workspace Michael Matloob 2025-03-05 15:20:46 -05:00
  • 70dcc78871 math/big: avoid negative slice size in nat.rem Russ Cox 2025-03-05 14:43:44 -05:00
  • 5e0dbec7c9 crypto/rsa: add a test with very different prime sizes Filippo Valsorda 2025-03-05 11:00:57 +01:00
  • e7f9e760c7 crypto: test for unexpected concrete methods in interface value returns Filippo Valsorda 2024-12-20 18:06:00 +01:00
  • 92a63bdfee runtime: explicitly disable async preempt for internal/runtime Andy Pan 2025-03-05 16:14:42 +08:00
  • 6cb8c839f9 cmd/link/internal: remove trampoline for plt on loong64 limeidan 2025-03-05 17:47:41 +08:00
  • 6ba91df153 math: implement func archExp and archExp2 in assembly on loong64 Xiaolin Zhao 2024-12-31 21:02:47 +08:00
  • 39d7a49736 cmd/internal/obj/loong64: add {V,XV}{ADD/SUB}.{B,H,W,D,Q} and {V,XV}{ADD/SUB}.{B,H,W,D}Uinstructions support Xiaolin Zhao 2024-12-19 21:07:42 +08:00
  • 645ea53019 runtime: in asan mode call __lsan_do_leak_check when exiting Ian Lance Taylor 2025-02-21 17:13:20 -08:00
  • cad4dca518 cmd/compile: use inline-Pos-based recursion test David Chase 2025-03-05 13:44:12 -05:00
  • 9189921e47 go/types,types2: externalize used objects Rob Findley 2025-02-19 22:07:09 +00:00
  • 0ace2d8aca [release-branch.go1.24] cmd/compile: fix out of memory when inlining closure Cuong Manh Le 2025-03-03 20:45:13 +07:00
  • f7204d76bc html/template: example for disallowed script type change Sean Liao 2023-05-19 20:11:19 +01:00
  • 061efaa8a7 net/http: make http.FileServer return 404 when a path is invalid/unsafe Grégoire Lodi 2025-03-05 09:44:46 +00:00
  • 37026a7c56 cmd/go: skip some tests that run builds in short mode Michael Matloob 2025-02-28 16:57:44 -05:00
  • 932a4a4bef go/types: add Var.Kind() VarKind method Alan Donovan 2025-01-28 13:44:41 -05:00
  • 2c16041423 text/template: provide example of overwriting template func after parse rorycl 2025-03-04 22:47:17 +00:00
  • 2e6cbab1c8 encoding/pem: clarify Decode only works on lines Sean Liao 2022-08-06 14:28:16 +01:00
  • 6f90ae3623 cmd/compile: improve issue62407_test go101 2024-12-21 13:31:27 +00:00
  • f27d86c631 cmd/compile: add tests for too-large shift amounts Keith Randall 2025-03-03 14:46:18 -08:00