2025-02-25 |
Jes Cok | strconv: use builtin min function in commonPrefixLenIgn... |
commit | commitdiff | tree |
2025-02-24 |
Ian Lance Taylor | net: accept a valid IP address in LookupMX |
commit | commitdiff | tree |
2025-02-24 |
qmuntal | all: use testenv.Executable instead of os.Executable... |
commit | commitdiff | tree |
2025-02-24 |
Harald Nordgren | net/http: remove unused err parameter from cancel |
commit | commitdiff | tree |
2025-02-24 |
Olivier Mengué | net: add godoc links for UnixConn, UnixListener |
commit | commitdiff | tree |
2025-02-24 |
Albert Sundjaja | syscall: allow \x00-prefixed unix abstract socket to... |
commit | commitdiff | tree |
2025-02-24 |
Carlos Amedee | unique: use runtime.AddCleanup instead of runtime.SetFi... |
commit | commitdiff | tree |
2025-02-23 |
Joel Sing | cmd/compile/internal/ssa: correct MOVDnop handling... |
commit | commitdiff | tree |
2025-02-23 |
Joel Sing | cmd/compile: remove carriage returns from AMD64latelowe... |
commit | commitdiff | tree |
2025-02-23 |
Tobias Klauser | syscall: use sync.OnceFunc for copyenv |
commit | commitdiff | tree |
2025-02-23 |
Dmitrii Martynov | runtime: exclude allocation(s) from memmove/memclr... |
commit | commitdiff | tree |
2025-02-23 |
Than McIntosh | cmd: initial compiler+linker support for DWARF5 .debug_addr |
commit | commitdiff | tree |
2025-02-22 |
Than McIntosh | cmd/internal/objabi,cmd/link/internal/sym: add SDWARFAD... |
commit | commitdiff | tree |
2025-02-22 |
Than McIntosh | cmd/internal/objabi: add new R_DWTXTADDR_* relocation... |
commit | commitdiff | tree |
2025-02-22 |
Than McIntosh | cmd/link, cmd/internal/dwarf: add DWARF5 line table... |
commit | commitdiff | tree |
2025-02-22 |
Than McIntosh | cmd/internal/dwarf: add DW_LNCT and DW_UT constant... |
commit | commitdiff | tree |
2025-02-22 |
Than McIntosh | internal/goexperiment: add a new experiment to gate... |
commit | commitdiff | tree |
2025-02-22 |
Than McIntosh | cmd/link, cmd/internal/objabi: remove R_DWARFFILEREF... |
commit | commitdiff | tree |
2025-02-22 |
Ian Lance Taylor | cmd/go: look at runes, not bytes, when printing env... |
commit | commitdiff | tree |
2025-02-22 |
Julian Zhu | internal/runtime/atomic: add Xchg8 for mipsx |
commit | commitdiff | tree |
2025-02-22 |
Julian Zhu | internal/bytealg: add assembly implementation of Count... |
commit | commitdiff | tree |
2025-02-21 |
Alan Yee | crypto/rand: add example for Int |
commit | commitdiff | tree |
2025-02-21 |
Filippo Valsorda | crypto/internal/fips140/nistec: make SetBytes constant... |
commit | commitdiff | tree |
2025-02-21 |
Michael Anthony... | reflect: correctly handle method values in Seq |
commit | commitdiff | tree |
2025-02-21 |
Michael Pratt | runtime: use WCLONE when waiting on pidfd test child |
commit | commitdiff | tree |
2025-02-21 |
qmuntal | os: don't log the entire environment in tests |
commit | commitdiff | tree |
2025-02-20 |
Thomas Vaillant | doc: add a disclamer for the TLS handshake timeouts... |
commit | commitdiff | tree |
2025-02-20 |
Michael Pratt | debug/buildinfo: base64-encode test binaries |
commit | commitdiff | tree |
2025-02-20 |
Cherry Mui | cmd/compile: remove residual register GC map code |
commit | commitdiff | tree |
2025-02-20 |
Julian Zhu | internal/runtime/atomic: add Xchg8 for mips64x |
commit | commitdiff | tree |
2025-02-20 |
Jorropo | cmd/compile: don't report newLimit discovered when... |
commit | commitdiff | tree |
2025-02-20 |
Ian Lance Taylor | syscall: don't send child signal when testing pidfd |
commit | commitdiff | tree |
2025-02-20 |
Jes Cok | context: replace newAfterFuncContext with a global... |
commit | commitdiff | tree |
2025-02-20 |
limeidan | cmd/internal/obj/loong64: optimize immediate loading |
commit | commitdiff | tree |
2025-02-20 |
Joel Sing | internal/bytealg: clean up and simplify the riscv64... |
commit | commitdiff | tree |
2025-02-20 |
Joel Sing | cmd/internal/obj/x86: add support for the endbr64 instr... |
commit | commitdiff | tree |
2025-02-20 |
Roland Shoemaker | crypto/tls: improve ech parsing errors |
commit | commitdiff | tree |
2025-02-20 |
Roland Shoemaker | crypto/tls: fix incorrect EncryptedClientHelloKey comment |
commit | commitdiff | tree |
2025-02-20 |
Daniel Martí | go/*: use go/types.Func.Signature and go/ast.Preorder |
commit | commitdiff | tree |
2025-02-20 |
Meng Zhuo | all: implement plugin build mode for riscv64 |
commit | commitdiff | tree |
2025-02-20 |
Julian Zhu | internal/runtime/atomic: add Xchg8 for riscv64 |
commit | commitdiff | tree |
2025-02-19 |
Michael Pratt | internal/poll: note that copy_file_range bug is fixed |
commit | commitdiff | tree |
2025-02-19 |
Michael Anthony... | runtime: minor mfinal.go code cleanup |
commit | commitdiff | tree |
2025-02-19 |
Michael Anthony... | weak: accept linker-allocated objects to Make |
commit | commitdiff | tree |
2025-02-19 |
Rob Findley | go/types,types2: remove some unused parameters and... |
commit | commitdiff | tree |
2025-02-19 |
Dan Peterson | cmd/go/internal/cacheprog: drop Request.ObjectID |
commit | commitdiff | tree |
2025-02-19 |
alirezaarzehgar | html/template: add available godoc link |
commit | commitdiff | tree |
2025-02-19 |
Mateusz Poliwczak | cmd/compile/internal/ir: correct doc comment, miniNode... |
commit | commitdiff | tree |
2025-02-19 |
Mateusz Poliwczak | cmd/compile: load properly constant values from itabs |
commit | commitdiff | tree |
2025-02-19 |
Mateusz Poliwczak | cmd/compile: determine static values of len and cap... |
commit | commitdiff | tree |
2025-02-19 |
Roland Shoemaker | crypto/internal/fips140/drbg: add Counter warning |
commit | commitdiff | tree |
2025-02-19 |
qiulaidongfeng | go/parser: deprecate parser.ParseDir |
commit | commitdiff | tree |
2025-02-19 |
Michael Matloob | cmd/go: explicitly reject overlays affecting GOMODCACHE |
commit | commitdiff | tree |
2025-02-19 |
Jes Cok | bytes,strings: remove redundant return statement for... |
commit | commitdiff | tree |
2025-02-19 |
qmuntal | path/filepath: use RtlIsDosDeviceName_U to detect Windo... |
commit | commitdiff | tree |
2025-02-19 |
David Chase | cmd/compile, runtime: use deferreturn as target PC... |
commit | commitdiff | tree |
2025-02-19 |
qmuntal | syscall: don't truncate newly created files on Windows |
commit | commitdiff | tree |
2025-02-19 |
Cuong Manh Le | cmd/compile: add ir.ContainsClosure |
commit | commitdiff | tree |
2025-02-19 |
Cuong Manh Le | cmd/compile: avoid infinite recursion when inlining... |
commit | commitdiff | tree |
2025-02-19 |
Mateusz Poliwczak | cmd/compile/internal/ir: reduce size of miniExpr by... |
commit | commitdiff | tree |
2025-02-18 |
段仪 | runtime: add some linknames back for `github.com/byteda... |
commit | commitdiff | tree |
2025-02-18 |
Damien Neil | os: document that OpenRoot follows symlinks |
commit | commitdiff | tree |
2025-02-18 |
Zxilly | syscall: disable O_DIRECTORY on Windows for js/wasm |
commit | commitdiff | tree |
2025-02-18 |
cuishuang | all: use a more straightforward return value |
commit | commitdiff | tree |
2025-02-18 |
Luka Krmpotić | go/format: format comment to match code |
commit | commitdiff | tree |
2025-02-18 |
Jes Cok | os: deal with chmod error for TestRootConsistencyChmod |
commit | commitdiff | tree |
2025-02-18 |
Mauri de Souza... | cmd/cgo: explicitly use void for functions with no... |
commit | commitdiff | tree |
2025-02-18 |
Joel Sing | crypto/internal/fips140deps/cpu: use const and var... |
commit | commitdiff | tree |
2025-02-18 |
qmuntal | runtime: remove unused fipstls_runtime_arg0 function |
commit | commitdiff | tree |
2025-02-18 |
Nicolas Hillegeer | runtime: print pp.schedtick in scheddetail even when... |
commit | commitdiff | tree |
2025-02-18 |
Nicolas Hillegeer | runtime: only read pp.m in schedtrace if needed |
commit | commitdiff | tree |
2025-02-18 |
Andrey Bokhanko | runtime: check LSE support on ARM64 at runtime init |
commit | commitdiff | tree |
2025-02-16 |
Jakub Ciolek | cmd/compile: on AMD64, turn x < 128 into x <= 127 |
commit | commitdiff | tree |
2025-02-16 |
Artyom Litovets | runtime/maps: fix typo in group.go comment (H1 -> H2) |
commit | commitdiff | tree |
2025-02-16 |
Roland Shoemaker | crypto/internal/boring: remove unnecessary struct field |
commit | commitdiff | tree |
2025-02-15 |
Alan Donovan | std: add //go:fix inline directives to some deprecated... |
commit | commitdiff | tree |
2025-02-15 |
Keith Randall | cmd/compile: fix sign extension of paired 32-bit loads... |
commit | commitdiff | tree |
2025-02-15 |
Joel Sing | crypto/internal/fips140/subtle: provide riscv64 assembl... |
commit | commitdiff | tree |
2025-02-15 |
Jes Cok | os: explicitly return nil for rootChown in root_openat.go |
commit | commitdiff | tree |
2025-02-15 |
Joel Sing | cmd/internal/obj/riscv: support MOVD with floating... |
commit | commitdiff | tree |
2025-02-15 |
Joel Sing | runtime: use return for async preemption resumption... |
commit | commitdiff | tree |
2025-02-15 |
cuishuang | cmd/go/internal: use pathpkg name more |
commit | commitdiff | tree |
2025-02-15 |
Filippo Valsorda | crypto/internal/fips140/edwards25519: make Scalar.SetCa... |
commit | commitdiff | tree |
2025-02-15 |
Ian Lance Taylor | internal/godebugs: add fips140 as an opaque godebug... |
commit | commitdiff | tree |
2025-02-15 |
Filippo Valsorda | crypto/rsa: add benchmarks for not and partially optimi... |
commit | commitdiff | tree |
2025-02-14 |
Ian Lance Taylor | doc/godebug: mention GODEBUG=fips140 |
commit | commitdiff | tree |
2025-02-14 |
Andrey Bokhanko | cmd/compile: add type-based alias analysis |
commit | commitdiff | tree |
2025-02-14 |
cuishuang | bytes: add examples for Lines, SplitSeq, SplitAfterSeq... |
commit | commitdiff | tree |
2025-02-14 |
Joel Sing | internal/syscall/unix: correct fchmodat on openbsd |
commit | commitdiff | tree |
2025-02-14 |
Carlos Ramos... | syscall: skip testAmbientCaps tests if there is no... |
commit | commitdiff | tree |
2025-02-14 |
Damien Neil | internal/syscall/unix: fix fchownat linkname for AIX... |
commit | commitdiff | tree |
2025-02-14 |
Carlos Amedee | net/http: use runtime.AddCleanup instead of runtime... |
commit | commitdiff | tree |
2025-02-14 |
Michael Anthony... | internal/trace: emit sync event before deferred spilled... |
commit | commitdiff | tree |
2025-02-14 |
Filippo Valsorda | crypto/rsa: normalize GenerateKey benchmark |
commit | commitdiff | tree |
2025-02-14 |
Dmitri Shuralyov | net/http: unskip TestDisableContentLength/h2 |
commit | commitdiff | tree |
2025-02-14 |
Carlos Amedee | cmd/go: use runtime.AddCleanup instead of runtime.SetFi... |
commit | commitdiff | tree |
2025-02-14 |
Carlos Amedee | sync: use runtime.AddCleanup instead of runtime.SetFina... |
commit | commitdiff | tree |
2025-02-14 |
Joel Sing | cmd/asm,cmd/internal/obj/riscv: implement vector config... |
commit | commitdiff | tree |
2025-02-14 |
qiulaidongfeng | cmd/dist: use slices.Index |
commit | commitdiff | tree |
2025-02-14 |
Russ Cox | testing: panic in AllocsPerRun if parallel tests are... |
commit | commitdiff | tree |
next |