0
1
mirror of https://github.com/golang/go synced 2025-06-26 19:14:44 +00:00

Commit Graph

  • dcd018b5c5 cmd/internal/obj/ppc64: generate MOVD mask constants in register Paul E. Murphy 2023-09-19 17:01:28 -05:00
  • 26d07d80ca html/template: only track brace depth when we are in a JS tmpl lit Roland Shoemaker 2023-10-04 06:18:08 -07:00
  • bc15070085 runtime: support SetUnhandledExceptionFilter on Windows qmuntal 2023-09-04 17:30:08 +02:00
  • 36ecff0893 cmd/internal/obj/ppc64: generate small, shifted constants in register Paul E. Murphy 2023-09-18 17:14:03 -05:00
  • e47cab13a5 cmd/go: fix objdir for run actions for -cover no-test packages Than McIntosh 2023-10-04 09:29:48 -04:00
  • 3a69dcdc9f net/http/cgi: set SERVER_PORT to 443 when req.TLS != nil edef 2022-12-03 00:09:22 +00:00
  • 68a12a8023 runtime: unlock OS thread after cgocallbackg1 Cherry Mui 2023-10-04 10:21:39 -04:00
  • 0c64ebce7e go/printer: parenthesize type in <-((<-chan int)(nil)) Alan Donovan 2023-10-04 10:26:17 -04:00
  • a903639608 cmd/compile: adjust GOSSAFUNC html dumping to be more ABI-aware David Chase 2023-10-03 12:14:53 -04:00
  • 0074125cef crypto/x509: Add android user trusted CA folder Jean-Baptiste PIN 2023-09-27 07:11:05 +00:00
  • 774d001d17 bufio: use max/min func qiulaidongfeng 2023-10-04 03:23:54 +00:00
  • a1eb658d18 cmd/go/testdata/mod: add golang toolchain test data for openbsd/riscv64 Joel Sing 2023-08-11 01:51:53 +10:00
  • 9018601ee7 syscall: add syscall support for openbsd/riscv64 port Joel Sing 2022-09-18 02:35:40 +10:00
  • 57c1dfd2ab runtime: add runtime support for openbsd/riscv64 port Joel Sing 2022-09-18 02:35:00 +10:00
  • 65e1fc7f19 time: fix Time godoc Tobias Klauser 2023-10-03 22:19:42 +02:00
  • 51cb717d27 go/types, types2: don't implicitly modify an argument function's type Robert Griesemer 2023-10-02 15:47:08 -07:00
  • dc523c8ddf cmd: add a new analyzer for check missing values after append cui fliter 2023-05-26 12:02:54 +08:00
  • e9379a8f8b cmd/internal/asm/ppc64: support 34b ADD/MOVD $const, Rx Paul E. Murphy 2023-09-12 16:06:45 -05:00
  • 6bcf176829 runtime/internal/atomic: add ppc64x operators for And/Or Mauri de Souza Meneguzzo 2023-09-30 00:53:11 +00:00
  • 3bd30298dd regexp/syntax: use min func qiulaidongfeng 2023-10-03 14:22:16 +00:00
  • d98f74b31e cmd/compile/internal: intrinsify publicationBarrier on riscv64 Xianmiao Qu 2023-09-30 16:12:34 +08:00
  • 1b5cfc6ca6 database/sql: use the built-in min function mstmdev 2023-09-25 08:43:18 +00:00
  • 90276c268b net/http: document new ServeMux patterns Jonathan Amsterdam 2023-09-25 12:39:43 -04:00
  • 95ef1e7efc cmd/link: enable linking on openbsd/riscv64 Joel Sing 2022-09-18 02:36:20 +10:00
  • 53827ba49e cmd/compile,runtime: remove runtime.mulUintptr qiulaidongfeng 2023-10-03 10:33:48 +00:00
  • 638e0d36d2 syscall: return pointer from test function OrigRlimitNofile Ian Lance Taylor 2023-10-02 16:26:27 -07:00
  • f79c99fe8a internal/syscall/unix: implement Eaccess on netbsd Tobias Klauser 2023-10-03 11:20:29 +02:00
  • 98289021f3 time: clarify docs to avoid date calculation pitfalls Brendan Jackman 2023-09-08 07:46:19 +00:00
  • 36b14a78b5 cmd: fix mismatched symbols cui fliter 2023-10-02 15:09:26 +08:00
  • 352c8835e7 make.bash: use [[ rather than [ Daniel Martí 2023-09-30 09:57:36 +01:00
  • 122b35e838 syscall: copy original rlimit before modifying Michael Pratt 2023-10-02 15:55:29 -04:00
  • ef3171c5eb net: handle the network parameter properly in LookupPort Mateusz Poliwczak 2023-10-02 16:24:26 +00:00
  • 340a4f55c4 runtime: use smaller fields for mspan.freeindex and nelems Cherry Mui 2022-11-16 17:32:08 -05:00
  • 32b6d2d9a8 net/http: add a test for an empty ServeMux Jonathan Amsterdam 2023-09-25 09:46:32 -04:00
  • eb070d7483 net/http: add GODEBUG setting for old ServeMux behavior Jonathan Amsterdam 2023-09-23 17:05:42 -04:00
  • 765dfb00b2 runtime: delete hugepage tracking dead code Michael Anthony Knyszek 2023-10-02 15:42:15 +00:00
  • 595deec3dd runtime: don't eagerly collapse hugepages Michael Anthony Knyszek 2023-09-29 19:16:38 +00:00
  • 0362f5ba14 cmd/dist,internal/platform: add openbsd/riscv64 port Joel Sing 2022-09-18 02:34:09 +10:00
  • a36070cbd5 go/printer: use max/min func qiulaidongfeng 2023-10-01 12:07:42 +00:00
  • c9c885f92f html/template: support parsing complex JS template literals Roland Shoemaker 2023-07-05 11:56:03 -07:00
  • deb8e29000 log/slog: JSONHandler elides empty groups even with replacement Jonathan Amsterdam 2023-09-20 15:45:08 -04:00
  • 3fb1d95149 internal,cmd/internal: relocate covcmd package from std to cmd Than McIntosh 2023-09-07 11:06:35 -04:00
  • 36e75f67ab cmd/go: fix percent covered problems with -coverpkg Than McIntosh 2023-05-16 13:31:11 -04:00
  • d1cb5c0605 cmd/go: improve handling of no-test packages for coverage Than McIntosh 2023-05-09 15:40:41 -04:00
  • 1e69040920 cmd/link: split text sections for arm 32-bit Than McIntosh 2023-09-29 14:19:17 -04:00
  • fa4f951026 syscall: make origRlimitNofile atomic.Pointer[Rlimit] Jes Cok 2023-09-29 06:06:40 +00:00
  • 9bfaaa15fd cmd/internal/obj/ppc64: fix rebuilding of optab for asm tests Paul E. Murphy 2023-09-12 15:39:56 -05:00
  • 20944cf066 internal/zstd: reset reader buffer Alexander Yastrebov 2023-09-28 22:26:57 +00:00
  • 8c3924c656 path/filepath: reuse os.ReadDir Daniel Martí 2023-09-24 14:41:10 +01:00
  • 5351bcf822 syscall: simplify and optimize environment block creation on Windows qmuntal 2023-09-27 11:53:30 +02:00
  • 6e866fea2b internal/zstd: handle match extending past window Alexander Yastrebov 2023-09-27 15:25:40 +00:00
  • 6a4a5966c3 cmp: gofmt Tobias Klauser 2023-09-27 09:04:38 +02:00
  • a57658171f internal/zstd: allow zero dictionary id Alexander Yastrebov 2023-09-27 23:53:37 +00:00
  • 9d3cc85e51 cmd/link: unskip TestBuildForTvOS on dwarin/arm64 Cherry Mui 2023-09-27 22:13:58 -04:00
  • 0ba8ef4702 net: set IsNotFound for unknown services in LookupPort Mateusz Poliwczak 2023-09-28 08:10:04 +00:00
  • 1176052bb4 internal/syscall/unix: implement Eaccess on freebsd Tobias Klauser 2023-09-27 09:03:11 +02:00
  • d785af1adb internal/zstd: allow stream consisting of skippable frames Alexander Yastrebov 2023-09-27 13:53:43 +00:00
  • 6cf6067d4e net/http: add extra synchronization for a Logf call in TestTransportAndServerSharedBodyRace Bryan C. Mills 2023-09-26 12:35:57 -04:00
  • 4a310877f2 internal/zstd: configure window size for single segment frames Alexander Yastrebov 2023-09-27 01:53:38 +00:00
  • 48042aa09c syscall: remove Windows 7 console handle workaround qmuntal 2023-09-26 20:29:05 +02:00
  • a2ff3acb0d cmd/go: make malformed go.sum a fatal error Adam Cmiel 2023-09-19 07:22:26 +00:00
  • 33d3625bf8 cmd/go/internal/vcs: don’t new errors ahead of time in gitRemoteRepo Jes Cok 2023-09-25 15:11:04 +00:00
  • 66959a5934 go/build/constraint: delete, replace stringsCut calls with strings.Cut Jes Cok 2023-09-23 04:15:40 +00:00
  • 11084a9a1e all: fix misuses of "a" vs "an" cui fliter 2023-09-27 10:54:14 +08:00
  • 1a51b59c11 internal/zstd: allow empty compressed blocks Alexander Yastrebov 2023-09-27 02:01:46 +00:00
  • 5152be3959 all: use the indefinite article an in comments Jes Cok 2023-09-26 05:38:14 +00:00
  • 0de57ebf88 log/slog: fix time regexp in test Kir Kolyshkin 2023-09-22 13:42:50 -07:00
  • 17bddc8bf4 cmd/go/internal/modload: omit space in 'os /exec' Jes Cok 2023-09-26 05:30:48 +00:00
  • 5e9afab7df log/slog: ensure ReplaceAttr does not see a group Jonathan Amsterdam 2023-09-25 09:22:48 -04:00
  • a5f1d0263c cmd/vet: add defers analysis pass Aaron Delaney 2023-09-23 18:30:57 +01:00
  • bc9da01e9d cmd/go: permit additional cflags when compiling Holger Hans Peter Freyther 2023-09-24 12:05:37 +00:00
  • 70e04706d8 net/http: remove unused function Jonathan Amsterdam 2023-09-22 16:11:36 -04:00
  • 3563792768 net/http: unescape paths and patterns by segment Jonathan Amsterdam 2023-09-22 15:57:46 -04:00
  • a15ef1bb0f [release-branch.go1.21] cmd/compile: absorb InvertFlags into Noov comparisons Keith Randall 2023-09-06 13:06:58 -07:00
  • b7e0dfc437 cmd/compile: add rules to avoid unnecessary MOVDaddr for PPC64 Lynn Boger 2023-09-12 09:34:43 -05:00
  • de3bae1952 crypto/tls: pretty-print SignatureScheme in tests Daiki Ueno 2023-09-23 23:25:20 +00:00
  • 80e642cb7a cmp: add Or Carl Johnson 2023-09-22 21:03:27 +00:00
  • 81c5d92f52 all: use the indefinite article an in comments Jes Cok 2023-09-22 23:27:51 +00:00
  • 51d2e9cbfa fmt: clarify that we don't call String for %#v Ian Lance Taylor 2023-09-20 15:15:45 -07:00
  • 41d71a5afa [release-branch.go1.21] cmd/compile: reset memcombine correctly between basic blocks Keith Randall 2023-09-12 16:15:59 -07:00
  • 0b6b0a275a [release-branch.go1.21] runtime: always lock OS thread in debugcall Michael Anthony Knyszek 2023-08-03 20:53:52 +00:00
  • 451e4727ec runtime: reword the documentation for Pinner Rob Pike 2023-09-16 15:22:44 +10:00
  • 54f78cf8f1 SECURITY.md: update the Reporting a Vulnerability link Mateusz Poliwczak 2023-09-22 13:53:22 +00:00
  • bcfaf2f00f slices: use strings.EqualFold in ExampleCompactFunc Ian Lance Taylor 2023-09-22 13:24:37 -07:00
  • cd671a1180 [release-branch.go1.21] runtime: increase g0 stack size in non-cgo case Cherry Mui 2023-09-08 12:14:30 -04:00
  • 9f8f1ca5ad cmd/link/internal/ld: use strings.Cut cui fliter 2023-09-22 14:24:33 +00:00
  • 6d5c9f2f26 reflect: remove broken support for embedding of interfaces from StructOf. Dominique Lefevre 2023-09-06 15:58:13 +03:00
  • 9b883484a8 all: clean unnecessary casts for test files Jes Cok 2023-09-19 10:36:19 +00:00
  • bf5d8c02ba cmd/cgo/internal/test: test PPC64 ELFv2 call/plt stub generation Paul E. Murphy 2023-05-17 13:26:11 -05:00
  • c8caad423c cmd/compile/internal/ssa: optimize (AND (MOVDconst [-1] x)) on PPC64 Paul E. Murphy 2023-09-18 11:29:20 -05:00
  • fc57cc31a0 [release-branch.go1.21] cmd/link: suppress -bind_at_load deprecation warning for ld-prime Cherry Mui 2023-07-10 18:50:06 -04:00
  • 83dce45959 [release-branch.go1.20] cmd/link: suppress -bind_at_load deprecation warning for ld-prime Cherry Mui 2023-07-10 18:50:06 -04:00
  • 9bec49cf52 [release-branch.go1.21] cmd/link: disable DWARF by default in c-shared mode on darwin Cherry Mui 2023-09-12 15:27:23 -04:00
  • 3ef4f939c3 [release-branch.go1.21] cmd/link: force old Apple linker in plugin mode Cherry Mui 2023-09-12 15:15:12 -04:00
  • 08c544db98 [release-branch.go1.20] cmd/link: disable DWARF by default in c-shared mode on darwin Cherry Mui 2023-09-12 15:42:29 -04:00
  • 071f03a8e5 [release-branch.go1.20] cmd/link: force old Apple linker in plugin mode Cherry Mui 2023-09-12 15:40:09 -04:00
  • 795414d1c6 cmd/compile: capitalize ir.MethodSym in comment Michael Pratt 2023-09-21 13:41:31 -04:00
  • 21bd01722c cmd: go get golang.org/x/tools@f9b8da7 and revendor Tim King 2023-09-21 11:00:01 -07:00
  • 7117819fdc runtime: no need to convert 'c.fault()' to uintptr in sighandler Jes Cok 2023-09-20 23:37:59 +00:00
  • b6ae112ff1 runtime: implement usleep in Go instead of assembly on Windows qmuntal 2023-09-07 14:59:58 +02:00