2025-02-06 |
thepudds | weak: prevent unsafe conversions using weak pointers |
commit | commitdiff | tree |
2025-02-06 |
Damien Neil | runtime: don't duplicate reraised panic values in print... |
commit | commitdiff | tree |
2025-02-06 |
Ian Lance Taylor | cmd/cgo: use strings.Builder to build long strings |
commit | commitdiff | tree |
2025-02-06 |
Jesse Rittner | net: fix ListenMulitcastUDP to work properly when inter... |
commit | commitdiff | tree |
2025-02-06 |
qmuntal | cmd/go: report gcc ld error message when linking fails |
commit | commitdiff | tree |
2025-02-06 |
Jakub Ciolek | cmd/compile: prefer an add when shifting left by 1 |
commit | commitdiff | tree |
2025-02-06 |
Ian Lance Taylor | runtime/cgo: clarify that C code must not retain pointer |
commit | commitdiff | tree |
2025-02-05 |
apocelipes | testing: use strings.SplitSeq and bytes.SplitSeq |
commit | commitdiff | tree |
2025-02-05 |
Roland Shoemaker | Revert "cmd/go/internal/work: allow @ character in... |
commit | commitdiff | tree |
2025-02-05 |
Michael Matloob | cmd/go: add '-skip' to list of cacheable test flags |
commit | commitdiff | tree |
2025-02-05 |
Dmitri Shuralyov | internal/trace: skip TestTraceCgoCallback on freebsd... |
commit | commitdiff | tree |
2025-02-05 |
Dmitri Shuralyov | internal/routebsd: fix typo in sockAddrLen identifer... |
commit | commitdiff | tree |
2025-02-05 |
Tobias Klauser | runtime: adjust comments for auxv getAuxv |
commit | commitdiff | tree |
2025-02-05 |
Dmitri Shuralyov | cmd/go: skip bzr tests if 'bzr help' has non-zero exit... |
commit | commitdiff | tree |
2025-02-05 |
Ian Lance Taylor | internal/routebsd: fix parsing network address of lengt... |
commit | commitdiff | tree |
2025-02-05 |
Jakub Ciolek | cmd/compile: establish limits of bool to uint8 conversions |
commit | commitdiff | tree |
2025-02-05 |
Mark Ryan | cpu/internal: provide runtime detection of RISC-V exten... |
commit | commitdiff | tree |
2025-02-05 |
Mark Ryan | cmd/go: add rva23u64 as a valid value for GORISCV64 |
commit | commitdiff | tree |
2025-02-05 |
Ian Lance Taylor | net/rpc: move frozen notice to the start of the package doc |
commit | commitdiff | tree |
2025-02-05 |
Amirhossein... | os: fix race condition in readdir by atomically initial... |
commit | commitdiff | tree |
2025-02-05 |
apocelipes | net: use strings.SplitSeq and bytes.SplitSeq |
commit | commitdiff | tree |
2025-02-05 |
Ian Lance Taylor | net: ignore unnamed interfaces on DragonFly |
commit | commitdiff | tree |
2025-02-04 |
Ian Lance Taylor | os: remove Process.mode field |
commit | commitdiff | tree |
2025-02-04 |
Ian Lance Taylor | os: separate Process.handle into a separate memory... |
commit | commitdiff | tree |
2025-02-04 |
Youlin Feng | cmd/compile: do not treat OpLocalAddr as load in DSE |
commit | commitdiff | tree |
2025-02-04 |
Ian Lance Taylor | cmd/go/internal/vcsweb/vcstest: skip bzr test if deps... |
commit | commitdiff | tree |
2025-02-04 |
David Chase | cmd/compile: include liveness info in GOSSAFUNC output |
commit | commitdiff | tree |
2025-02-04 |
Jakub Ciolek | cmd/compile: remove reduntant Zero rule |
commit | commitdiff | tree |
2025-02-04 |
Jakub Ciolek | cmd/compile: use isGenericIntConst() in prove |
commit | commitdiff | tree |
2025-02-04 |
Keith Randall | cmd/internal/sys: allow unaligned loads on big-endian... |
commit | commitdiff | tree |
2025-02-04 |
Jakub Ciolek | cmd/compile: prefer hv2 <= 127 over hv2 < 128 |
commit | commitdiff | tree |
2025-02-03 |
Robert Griesemer | spec: remove reference to Go 1.17 spec |
commit | commitdiff | tree |
2025-02-03 |
Robert Griesemer | go/parser, go/types, syntax, types2: report invalid... |
commit | commitdiff | tree |
2025-02-03 |
Ian Lance Taylor | cmd/go: update new test for removal of nocoverageredesign |
commit | commitdiff | tree |
2025-02-03 |
Robert Griesemer | go/parser: refactor parameter parsing (cleanup) |
commit | commitdiff | tree |
2025-02-03 |
Ian Lance Taylor | syscall: use consistent message for ESTALE on Linux |
commit | commitdiff | tree |
2025-02-03 |
Ian Lance Taylor | net: permit Interface with no Name |
commit | commitdiff | tree |
2025-02-03 |
Ian Lance Taylor | internal/routebsd: simplify for standard library |
commit | commitdiff | tree |
2025-02-03 |
Ian Lance Taylor | net, internal/routebsd: move vendored x/net/route to... |
commit | commitdiff | tree |
2025-02-03 |
Ian Lance Taylor | all: remove coverageredesign experiment |
commit | commitdiff | tree |
2025-02-03 |
qmuntal | crypto/internal/fips140/sha3/_asm: remove unnecessary... |
commit | commitdiff | tree |
2025-02-03 |
Sean Liao | all: replace reflect.Value.Type.Kind with reflect.Value... |
commit | commitdiff | tree |
2025-02-03 |
Ian Lance Taylor | test/issue71226: add cast to avoid clang error |
commit | commitdiff | tree |
2025-02-03 |
Ian Lance Taylor | all: run gofmt |
commit | commitdiff | tree |
2025-02-03 |
Michael Matloob | cmd/doc: add support for starting pkgsite instance... |
commit | commitdiff | tree |
2025-02-03 |
cuishuang | all: use slices.Contains to simplify code |
commit | commitdiff | tree |
2025-02-03 |
Sean Liao | text/scanner: add required ScanComments in example |
commit | commitdiff | tree |
2025-02-03 |
cuishuang | net/http: use strings.FieldsFuncSeq to reduce memory... |
commit | commitdiff | tree |
2025-02-03 |
Jakub Ciolek | internal/fuzz: use a lookup table for SnapshotCoverage |
commit | commitdiff | tree |
2025-02-03 |
qmuntal | crypto/x509/internal/macos: remove unused types and... |
commit | commitdiff | tree |
2025-02-03 |
Diego Lara | text/template improved comparison error addresses issue... |
commit | commitdiff | tree |
2025-02-03 |
Jakub Ciolek | cmd/compile: on AMD64, prefer XOR/AND for (x & 1) ... |
commit | commitdiff | tree |
2025-02-03 |
Jakub Ciolek | cmd/compile: distribute 8 and 16-bit multiplication |
commit | commitdiff | tree |
2025-02-03 |
Roxy Light | io/fs: add ReadLinkFS interface |
commit | commitdiff | tree |
2025-02-03 |
Tobias Klauser | internal/poll: use ignoringEINTR2 in (*FD).Pread |
commit | commitdiff | tree |
2025-02-03 |
Eng Zer Jun | math/big: use built-in max function |
commit | commitdiff | tree |
2025-02-03 |
Ian Lance Taylor | cmd/cgo: declare _GoString{Len,Ptr} in _cgo_export.h |
commit | commitdiff | tree |
2025-02-03 |
Ian Lance Taylor | cmd/cgo: add C declaration parameter unused attribute |
commit | commitdiff | tree |
2025-02-03 |
Roland Shoemaker | crypto/tls: disable additional SSLv2 bogo tests |
commit | commitdiff | tree |
2025-02-03 |
Robert Griesemer | go/types, types2: don't register interface methods... |
commit | commitdiff | tree |
2025-02-03 |
Michael Anthony... | runtime: fix GODEBUG=gccheckmark=1 and add smoke test |
commit | commitdiff | tree |
2025-02-03 |
Ian Lance Taylor | crypto/internal/cryptotest: print stderr if go tool... |
commit | commitdiff | tree |
2025-02-03 |
Ian Lance Taylor | cmd/go/internal/modindex: correct isDir doc comment |
commit | commitdiff | tree |
2025-02-03 |
Ian Lance Taylor | cmd/go/internal/auth: reduce to a single package coment |
commit | commitdiff | tree |
2025-02-03 |
alirezaarzehgar | net/url: add panic to unhex for imposible error case |
commit | commitdiff | tree |
2025-02-03 |
Cherry Mui | doc: initialize next directory for Go 1.25 |
commit | commitdiff | tree |
2025-02-03 |
Cherry Mui | internal/goversion: update Version to 1.25 |
commit | commitdiff | tree |
2025-01-31 |
Russ Cox | cmd/go: enable fips test and fix caching bug |
commit | commitdiff | tree |
2025-01-31 |
Rob Findley | cmd: update golang.org/x/tools to CL 645697, and revendor |
commit | commitdiff | tree |
2025-01-30 |
Sam Thanawalla | cmd/go: refine GOAUTH user parsing to be more strict |
commit | commitdiff | tree |
2025-01-29 |
Filippo Valsorda | lib/fips140: freeze v1.0.0 FIPS 140 module zip file |
commit | commitdiff | tree |
2025-01-29 |
Filippo Valsorda | cmd/link/internal/loader: fix linknames from FIPS 140... |
commit | commitdiff | tree |
2025-01-29 |
Michael Pratt | Revert "os: employ sendfile(2) for file-to-file copying... |
commit | commitdiff | tree |
2025-01-29 |
Roland Shoemaker | crypto/pbkdf2: add keyLength limit |
commit | commitdiff | tree |
2025-01-29 |
Ian Lance Taylor | crypto/hkdf: check error in TestFIPSServiceIndicator |
commit | commitdiff | tree |
2025-01-28 |
Filippo Valsorda | crypto/internal/sysrand: skip TestNoGetrandom without cgo |
commit | commitdiff | tree |
2025-01-28 |
Than McIntosh | internal/coverage: fix bug in text-format coverage... |
commit | commitdiff | tree |
2025-01-28 |
Ian Lance Taylor | internal/godebug: check error from os.ReadFile in test |
commit | commitdiff | tree |
2025-01-28 |
Michael Pratt | runtime: mapiter linkname compatibility layer |
commit | commitdiff | tree |
2025-01-28 |
Michael Pratt | runtime: rename mapiterinit and mapiternext |
commit | commitdiff | tree |
2025-01-28 |
Ian Lance Taylor | internal/goexperiment: update location of baseline... |
commit | commitdiff | tree |
2025-01-28 |
yincong | archive/zip, archive/tar: writer appends slash to direc... |
commit | commitdiff | tree |
2025-01-27 |
Ian Lance Taylor | strconv: adjust comment so that gofmt doesn't mung it |
commit | commitdiff | tree |
2025-01-27 |
Filippo Valsorda | crypto/internal/fips140/rsa: avoid CAST unsetting the... |
commit | commitdiff | tree |
2025-01-27 |
Filippo Valsorda | crypto/internal/fips140/aes: set FIPS 140 service indic... |
commit | commitdiff | tree |
2025-01-27 |
Filippo Valsorda | crypto/ecdsa: avoid needless ScalarBaseMult in s390x |
commit | commitdiff | tree |
2025-01-27 |
Sam Thanawalla | cmd/go: do not call base.fatal for an unset HOME for... |
commit | commitdiff | tree |
2025-01-27 |
Cherry Mui | Revert "runtime: Check LSE support on ARM64 at runtime... |
commit | commitdiff | tree |
2025-01-27 |
Roland Shoemaker | crypto/internal/boring: keep ECDH public key alive... |
commit | commitdiff | tree |
2025-01-22 |
Alan Donovan | go/types: avoid importer.Default |
commit | commitdiff | tree |
2025-01-22 |
Carlos Amedee | runtime: fix the equality check in AddCleanup |
commit | commitdiff | tree |
2025-01-22 |
Carlos Amedee | os: force a goroutine to be scheduled on WASM |
commit | commitdiff | tree |
2025-01-22 |
Roland Shoemaker | crypto/internal/fips140/nistec: make p256NegCond consta... |
commit | commitdiff | tree |
2025-01-22 |
Alan Donovan | go/importer: document limitations of this API |
commit | commitdiff | tree |
2025-01-21 |
Dmitri Shuralyov | net/http: update bundled golang.org/x/net/http2 [generated] |
commit | commitdiff | tree |
2025-01-21 |
Kir Kolyshkin | testing: fix reference to B.N in docstring |
commit | commitdiff | tree |
2025-01-20 |
Bill Morgan | runtime: delete out of date comment |
commit | commitdiff | tree |
2025-01-17 |
Than McIntosh | internal/coverage: refactor EmitTextual in preparation... master |
commit | commitdiff | tree |
2025-01-17 |
Wingrez | go/types, types2: ensure deterministic output when... |
commit | commitdiff | tree |
2025-01-17 |
Robert Griesemer | go/types, types2: remove superfluous assertion (fix... |
commit | commitdiff | tree |
next |