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 |
2025-02-14 |
Meng Zhuo | cmd/link,cmd/internal: add R_GOT_PCREL_ITYPE_RELOC... |
commit | commitdiff | tree |
2025-02-14 |
Damien Neil | net/http, net/http/internal/httpcommon: add httpcommon... |
commit | commitdiff | tree |
2025-02-13 |
Damien Neil | os: add Root.Chown |
commit | commitdiff | tree |
2025-02-13 |
Keith Randall | cmd/compile: make write barrier code amenable to paired... |
commit | commitdiff | tree |
2025-02-13 |
Keith Randall | cmd/compile: regalloc: handle desired registers of... |
commit | commitdiff | tree |
2025-02-13 |
khr@golang.org | cmd/compile: pair loads and stores on arm64 |
commit | commitdiff | tree |
2025-02-13 |
khr@golang.org | cmd/compile: add variants of LDP/STP for arm64 load... |
commit | commitdiff | tree |
2025-02-13 |
Jes Cok | os: explicitly return nil for {rootChmod,rootMkdir... |
commit | commitdiff | tree |
2025-02-13 |
Ian Lance Taylor | os: consolidate and clarify File.Fd docs |
commit | commitdiff | tree |
2025-02-13 |
Keith Randall | cmd/compile: move []byte->string map key optimization... |
commit | commitdiff | tree |
2025-02-13 |
Jakub Ciolek | cmd/compile: lower x*z + y to FMA if FMA enabled |
commit | commitdiff | tree |
2025-02-13 |
Russ Cox | cmd: use cmd/internal/hash.New32 and Sum32 only |
commit | commitdiff | tree |
2025-02-13 |
Keith Randall | cmd/compile: implement signed loads from read-only... |
commit | commitdiff | tree |
2025-02-13 |
Paul Murphy | runtime: fix usleep on s390x/linux |
commit | commitdiff | tree |
2025-02-13 |
Sam Thanawalla | cmd/go: do not apply kill timeout to go test with ... |
commit | commitdiff | tree |
2025-02-13 |
Mateusz Poliwczak | go/types: propagate *ast.LabeledStmt in blockBranches... |
commit | commitdiff | tree |
2025-02-13 |
Carlos Amedee | io: use runtime.AddCleanup instead of runtime.SetFinalizer |
commit | commitdiff | tree |
2025-02-13 |
Mateusz Poliwczak | go/types: use documented version of gotypesalias GODEBUG |
commit | commitdiff | tree |
2025-02-13 |
Carlos Amedee | os: use AddCleanup to close files |
commit | commitdiff | tree |
2025-02-13 |
Daniel McCarney | crypto/internal/fips140test: fix TestACVP env vars |
commit | commitdiff | tree |
2025-02-13 |
Sean Liao | runtime/debug: document DefaultGODEBUG as a BuildSetting |
commit | commitdiff | tree |
2025-02-13 |
Filippo Valsorda | cmd/dist: test GOFIPS140=latest rather than just the... |
commit | commitdiff | tree |
2025-02-13 |
Filippo Valsorda | crypto/internal/fips140test: require FIPS 140 mode... |
commit | commitdiff | tree |
2025-02-13 |
Filippo Valsorda | crypto/internal/fips140test: support disabling PAA/PAI |
commit | commitdiff | tree |
2025-02-13 |
Filippo Valsorda | crypto/internal/fips140test: make TestCASTFailures... |
commit | commitdiff | tree |
2025-02-13 |
Filippo Valsorda | crypto/internal/fips140test: add functional tests |
commit | commitdiff | tree |
2025-02-13 |
Keith Randall | internal/abi: remove go122 flag |
commit | commitdiff | tree |
2025-02-13 |
Dmitri Shuralyov | cmd/pprof: update vendored github.com/google/pprof... |
commit | commitdiff | tree |
2025-02-13 |
Mateusz Poliwczak | reflect, internal/abi: speed up TypeFor[T] |
commit | commitdiff | tree |
2025-02-13 |
Damien Neil | internal/syscall: add cgo_import_dynamic for Fchmodat... |
commit | commitdiff | tree |
next |