0
1
mirror of https://github.com/golang/go synced 2025-06-18 18:08:01 +00:00

Commit Graph

  • f4602288ef internal/abi: fix typo in comment guoguangwu 2024-02-28 02:52:55 +00:00
  • 606b8ff5ef net/http: make timeout errors match context.DeadlineExceeded Damien Neil 2024-02-27 14:53:33 -08:00
  • b6753baaed cmd/compile: compile len(ch) as call to runtime.chanlen Russ Cox 2024-02-15 15:30:16 -05:00
  • 370c8e983b runtime: use methods for timer Russ Cox 2024-02-14 11:57:05 -05:00
  • a155a2f8a1 runtime: change timer.status to timer.state Russ Cox 2024-02-14 11:57:04 -05:00
  • c6888d9264 runtime: use timer.lock in moveTimers Russ Cox 2024-02-14 11:57:02 -05:00
  • 1df6db8e4f runtime: use timer.lock in adjusttimers Russ Cox 2024-02-14 11:57:03 -05:00
  • d1e8dc25ff runtime: use timer.lock in runtimer Russ Cox 2024-02-14 11:57:03 -05:00
  • 58911599e8 runtime: use timer.lock in cleantimers Russ Cox 2024-02-14 11:57:01 -05:00
  • 2fb5ef889b runtime: use timer.lock in modtimer Russ Cox 2024-02-14 11:57:01 -05:00
  • b5a99eaa94 runtime: add timer lock to lock ranking Russ Cox 2024-02-14 11:57:06 -05:00
  • 51df232b12 runtime: use timer.lock in deltimer Russ Cox 2024-02-14 11:57:00 -05:00
  • db8c6c8c7a runtime: merge timerDeleted into timerModified Russ Cox 2024-02-14 11:57:00 -05:00
  • ed0ad591d3 runtime: merge timerNoStatus into timerRemoved Russ Cox 2024-02-14 11:56:59 -05:00
  • 3be36e9b20 runtime: merge timerMoving into timerModifying Russ Cox 2024-02-14 11:56:58 -05:00
  • 09bfea95cf runtime: merge timerRemoving into timerModifying Russ Cox 2024-02-14 11:56:58 -05:00
  • b2bd7ebafc runtime: merge timerModifiedEarlier and timerModifierLater Russ Cox 2024-02-14 11:56:57 -05:00
  • 4a3c3ec996 runtime: delete addtimer Russ Cox 2024-02-14 11:56:57 -05:00
  • 8a493a6672 runtime: move all timer-locking code into time.go Russ Cox 2024-02-14 11:56:56 -05:00
  • 77f0bd01fb runtime: delete clearDeletedTimers Russ Cox 2024-02-13 22:31:33 -05:00
  • 0728e2b139 runtime: simplify, speed up adjusttimers Russ Cox 2024-02-14 11:56:50 -05:00
  • f8654408d6 go/build: add check for allowed vendor packages Jonathan Amsterdam 2024-02-15 08:13:43 -05:00
  • ed07e16ffd cmd/go: fix TestScript/mod_vendor_goversion for CL 567476 Russ Cox 2024-02-28 10:30:16 -05:00
  • 33013e8ea8 reflect: add Overflow methods to Type Jes Cok 2024-02-27 22:39:35 +00:00
  • 1571c0b338 cmd/dist: let the three runtime -quick tests run simultaneously qiulaidongfeng 2024-02-14 01:51:47 +00:00
  • b8c76effd9 cmd/compile: mark pointer to noalg type as noalg zuojunwei.1024 2024-02-27 19:14:00 +08:00
  • e8b6d0c9cd go/types, types2: move Checker.langCompat from version.go to expr.go (cleanup) Robert Griesemer 2024-02-27 14:04:00 -08:00
  • 5e00352b9b go/types, types2: consistently use singular when reporting version errors Robert Griesemer 2024-02-27 09:21:44 -08:00
  • 1a6498e1cb go/types, types2: initial support for parameterized type aliases Robert Griesemer 2024-02-26 16:45:28 -08:00
  • 5e3c4016a4 go/types, types2: separate formatting from error handling functions Robert Griesemer 2024-02-23 14:40:37 -08:00
  • 629a6f5ae0 go/types: generate initorder.go from types2 source Robert Griesemer 2024-02-21 15:08:21 -08:00
  • ff8a2c0ad9 go/types: generate mono.go from types2 source Robert Griesemer 2024-02-21 15:33:28 -08:00
  • 96e9838f39 go/types, types2: call error handler for each sub-error as needed Robert Griesemer 2024-02-23 12:43:51 -08:00
  • 960654be0c net/http/httputil: avoid ReverseProxy data race on 1xx response and error Damien Neil 2024-02-26 13:45:42 -08:00
  • c33adf44ff [release-branch.go1.22] cmd/trace/v2,internal/trace: use correct frame for identifying goroutines Nick Ripley 2024-02-07 11:43:05 -05:00
  • 6d31b27150 [release-branch.go1.21] runtime: don't let the tests leave core files behind Ian Lance Taylor 2023-09-01 12:52:48 -07:00
  • d3e827d371 slices: Delete clears the tail when j == len(s) Deleplace 2024-02-22 23:44:31 +01:00
  • 3b71998078 [release-branch.go1.22] go/types, types2: ensure that Alias.actual is set in NewAlias Rob Findley 2024-02-02 18:26:06 -05:00
  • 8fe2ad6494 [release-branch.go1.22] runtime/internal/atomic: correct GOARM=7 guard at a DMB instruction Cherry Mui 2024-02-16 10:58:56 -05:00
  • 686662f3a4 [release-branch.go1.22] cmd/compile: make jump table symbol static Cherry Mui 2024-02-20 15:05:29 -05:00
  • b847d4cd2c cmd/compile: fix early deadcode with label statement Cuong Manh Le 2024-02-21 18:50:11 +07:00
  • fdb200834f runtime: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abi qiulaidongfeng 2024-01-31 03:51:34 +00:00
  • 24070cf747 runtime: fix the potential race of idle P's during injectglist Andy Pan 2023-12-15 17:19:08 +08:00
  • 234390e741 runtime: don't clobber saved frame pointer during arm64 racecall Nick Ripley 2024-02-05 14:20:10 -05:00
  • a6a5c30d2b runtime: disable use of runnext on wasm Michael Pratt 2024-01-22 17:50:44 -05:00
  • 2b72395ead cmd/compile/internal/noder: add method wrapper comments Matthew Dempsky 2024-01-24 00:36:26 -08:00
  • 347ad523e8 net: Correct the code snippet erroneously rolled back in CL550435 kkhaike 2024-02-21 21:40:02 +08:00
  • 296d0812b0 net/http: prevent redirect loop in serveFile if "/" is a normal file Mauri de Souza Meneguzzo 2024-01-10 13:33:40 +00:00
  • 9fcffc5359 net/http/pprof: avoid panic with user-defined "GET /" route Matteo Vaccari 2024-02-22 11:36:38 +00:00
  • 0584574797 cmd/internal, cmd/link: unify the relocation naming style of loong64 limeidan 2023-10-11 18:00:04 +08:00
  • 98bccd3513 go/types: added test case for Checker.CheckExpr Robert Griesemer 2024-02-26 13:26:39 -08:00
  • 49319ed5c7 os: avoid GetFileInformationByHandleEx call when stat'ing files on Windows qmuntal 2024-02-23 14:01:34 +01:00
  • f7777688ca doc: document os.ModeSocket support on Windows qmuntal 2024-02-18 20:18:08 +01:00
  • 320f1be51f reflect: fix typo in comment guoguangwu 2024-02-26 09:32:48 +00:00
  • 269e0df5f3 syscall: fix typo in comment guoguangwu 2024-02-24 10:29:13 +00:00
  • 72743ca86c archive/tar: check returned error before use hdr guoguangwu 2024-02-25 12:59:23 +00:00
  • dfb2a89474 html/template: replace bytes.Compare call with bytes.Equal guoguangwu 2024-02-20 06:20:13 +00:00
  • 8b94733bc7 encoding/xml: remove unnecessary fmt.Sprintf call guoguangwu 2024-02-23 01:07:08 +00:00
  • d8311c8623 database/sql: wrap errors with %w in driverArgsConnLocked aimuz 2024-02-21 02:15:40 +00:00
  • 856355a913 cmd/compile: use quotes to wrap user-supplied token Zxilly 2024-02-22 21:09:55 +00:00
  • f326b3e2b3 go/types, types2: fix typo in comment guoguangwu 2024-02-27 05:18:10 +00:00
  • ccbc725f2d html/template: escape additional tokens in MarshalJSON errors Roland Shoemaker 2024-02-14 17:18:36 -08:00
  • fc0d9a4b7d net/http: reject client-side retries in server timeout tests Bryan C. Mills 2024-01-31 11:43:38 -05:00
  • f8b4653500 std: fix more nilness findings Alan Donovan 2024-02-14 17:17:40 -05:00
  • 0fefe417db cmd/gofmt: remove impossible err!=nil conditional guoguangwu 2024-02-25 10:15:17 +00:00
  • 51a2418f38 net: use bytealg.IndexByte in cgoLookupAddrPTR Tobias Klauser 2024-02-22 22:03:50 +01:00
  • 74642ddf2e crypto/tls: fix typo in comment guoguangwu 2024-02-22 01:32:06 +00:00
  • 70a2e84e91 crypto/ecdsa: fix typo guoguangwu 2024-02-20 01:57:37 +00:00
  • 73847aa41b os: add available godoc link cui fliter 2023-11-03 19:08:59 +08:00
  • aa9d2de559 cmd/go: print the package containing the unmatched embed patterns Quan Tong 2023-11-06 12:01:13 +07:00
  • db67824361 syscall: add available godoc link cui fliter 2023-11-04 15:21:26 +08:00
  • 601eb78de2 text: add available godoc link cui fliter 2023-11-04 16:14:29 +08:00
  • 65172c2036 regexp: add available godoc link cui fliter 2023-11-03 19:41:55 +08:00
  • cab90c84d1 sync: add available godoc link cui fliter 2023-11-03 21:49:19 +08:00
  • 1a4fdb9529 doc/next: add the missing slashes ahead of net#Dialer and net#ListenConfig Andy Pan 2024-02-24 08:01:51 +08:00
  • 519a7bb1e7 crypto/x509: fix typo guoguangwu 2024-02-21 02:23:29 +00:00
  • 080fc4cf87 net/netip: introduce parsePrefixError for better error handling aimuz 2024-02-20 02:58:00 +00:00
  • f63faf3689 net: don't force cgo resolver for .local subdomain queries Mateusz Poliwczak 2024-02-20 17:15:43 +00:00
  • 4760b33326 time: use bytealg.IndexByte in byteString Tobias Klauser 2024-02-20 17:10:16 +01:00
  • 08029be9fc cmd/compile/internal/dwarfgen: refactor putvar and putAbstractVar Alessandro Arzilli 2024-02-08 12:06:00 +01:00
  • 5bce5362da sync: simplify the code with atomic.Pointer apocelipes 2024-02-26 04:24:44 +00:00
  • e596e88318 path/filepath: add Localize Damien Neil 2023-09-30 10:38:01 -07:00
  • 7b583fd1a1 net/http: allow multiple spaces between method and path in mux patterns Jes Cok 2024-02-24 11:52:38 +00:00
  • 5225da7001 expvar: avoid conflict with user-defined "GET /" route. Matteo Vaccari 2024-02-22 16:11:20 +00:00
  • 7a64b0f07b runtime/coverage: remove refs to deprecated io/ioutil guoguangwu 2024-02-23 08:57:43 +00:00
  • 7db8b9e518 path/filepath: support multiple TestAbs runs on Windows qmuntal 2024-02-23 13:38:27 +01:00
  • 08d9397170 text/template: add "else with" action rogeryk 2023-11-28 20:41:03 +08:00
  • e0fc269f77 net/http: make FileServer look good on mobile Max 👨🏽‍💻 Coplan 2023-12-22 11:38:29 -08:00
  • ef84d62cfc net: skip TestReadLine if /etc/services does not exist Ian Lance Taylor 2024-02-23 12:18:20 -08:00
  • e803857813 path/filepath: delete the deprecated joinNonEmpty and isUNC Andy Pan 2024-02-16 13:53:05 +08:00
  • b899e0b8cc go/types: generate errors_test.go from types2 source Robert Griesemer 2024-02-23 09:55:31 -08:00
  • 720306359a go/types, types2: make error handling more similar Robert Griesemer 2024-02-22 13:03:52 -08:00
  • 727e8d3863 runtime: add crash stack support for arm Mauri de Souza Meneguzzo 2024-02-23 01:06:40 +00:00
  • e58486e599 Revert "os: make use of pidfd on linux" Michael Pratt 2024-02-23 13:08:46 -05:00
  • c4e4afc90e Revert "os: make FindProcess use pidfd on Linux" Michael Pratt 2024-02-23 13:07:11 -05:00
  • 0e7c9846c4 cmd: don't require build tags in relnote pathnames Jonathan Amsterdam 2024-02-23 09:20:03 -05:00
  • ad377e906a math: add round assembly implementations on riscv64 Meng Zhuo 2023-06-20 20:43:11 +08:00
  • 27e104ba09 os: avoid writing within the tree during testing CopyFS Andy Pan 2024-02-23 12:09:04 +08:00
  • faf2a8416a internal/poll: revise the determination about [handled] and improve the code readability for SendFile Andy Pan 2023-10-19 15:55:56 +08:00
  • d9be60974b os: implement CopyFS Andy Pan 2024-01-27 12:52:56 +08:00