2024-11-01 |
Michael Anthony... | cmd/cgo/internal/testsanitizers: disable ASLR for TSAN... |
commit | commitdiff | tree |
2024-11-01 |
Xiaolin Zhao | cmd/asm: add support for loong64 CRC32 instructions |
commit | commitdiff | tree |
2024-11-01 |
Xiaolin Zhao | cmd/asm: add support for the rest of loong64 unary... |
commit | commitdiff | tree |
2024-11-01 |
Andy Pan | net,os: consolidate poll.SendFile sending until EOF... |
commit | commitdiff | tree |
2024-11-01 |
Andy Pan | internal/poll: fix the inaccurate comment and add a... |
commit | commitdiff | tree |
2024-10-31 |
Andy Pan | internal/poll: make sendfile(2) work on Androids |
commit | commitdiff | tree |
2024-10-31 |
Andy Pan | internal/poll: confine runtime OS-checks to sendFileChunk |
commit | commitdiff | tree |
2024-10-31 |
Richard Miller | crypto/rand: skip TestAllocations on plan9 |
commit | commitdiff | tree |
2024-10-31 |
Daniel McCarney | crypto/internal/fips/sha3/testdata: remove unused KATS |
commit | commitdiff | tree |
2024-10-31 |
Paul E. Murphy | os: skip TestPipeThreads on aix |
commit | commitdiff | tree |
2024-10-31 |
Sean Liao | net/http: clarify ServeMux path sanitization |
commit | commitdiff | tree |
2024-10-31 |
Adam | math/big: properly linkify a reference |
commit | commitdiff | tree |
2024-10-31 |
Xiaolin Zhao | all: update golang.org/x/sys to v0.26.0 |
commit | commitdiff | tree |
2024-10-31 |
George Adams | os: fix findOneDriveDir to expand REG_SZ registry values |
commit | commitdiff | tree |
2024-10-31 |
Michael Pratt | all: enable GOEXPERIMENT=swissmap by default |
commit | commitdiff | tree |
2024-10-31 |
Ian Lance Taylor | cmd/go: if GOPATH and GOROOT are the same, refer to... |
commit | commitdiff | tree |
2024-10-31 |
Mauri de Souza... | internal/runtime/atomic: fix uintptr usage in arm And8/Or8 |
commit | commitdiff | tree |
2024-10-31 |
Hao Liu | cmd/internal/obj/arm64: make sure prologue and epilogue... |
commit | commitdiff | tree |
2024-10-30 |
Damien Neil | internal/poll: avoid overflow in sendfile limit, simpli... |
commit | commitdiff | tree |
2024-10-30 |
Damien Neil | internal/poll: handle (0, EINVAL) return from sendfile... |
commit | commitdiff | tree |
2024-10-30 |
Cherry Mui | runtime: update and restore g0 stack bounds at cgocallback |
commit | commitdiff | tree |
2024-10-30 |
Ian Lance Taylor | cmd/internal/osinfo: stop importing golang.org/x/sys... |
commit | commitdiff | tree |
2024-10-30 |
Mauri de Souza... | internal/runtime/atomic: add Xchg8 for arm |
commit | commitdiff | tree |
2024-10-30 |
Michael Pratt | cmd/compile,internal/runtime/maps: stack allocated... |
commit | commitdiff | tree |
2024-10-30 |
Michael Pratt | internal/runtime/maps: store group across Iter.Next... |
commit | commitdiff | tree |
2024-10-30 |
Michael Pratt | internal/runtime/maps: avoid table lookup on most Iter... |
commit | commitdiff | tree |
2024-10-30 |
Michael Pratt | internal/runtime/maps: optimize small map lookups with... |
commit | commitdiff | tree |
2024-10-30 |
Michael Pratt | internal/runtime/maps: use uintptr instead of uint32... |
commit | commitdiff | tree |
2024-10-30 |
Michael Pratt | internal/runtime/maps: cleanup seed usage |
commit | commitdiff | tree |
2024-10-30 |
Michael Pratt | runtime,internal/runtime/maps: specialized swissmaps |
commit | commitdiff | tree |
2024-10-30 |
Michael Pratt | cmd/compile,runtime: add indirect key/elem to swissmap |
commit | commitdiff | tree |
2024-10-30 |
Michael Pratt | runtime: add concurrent write checks to swissmap |
commit | commitdiff | tree |
2024-10-30 |
Michael Pratt | internal/runtime/maps: enable race for map functions... |
commit | commitdiff | tree |
2024-10-30 |
Michael Pratt | internal/race,runtime: linkname contents of internal... |
commit | commitdiff | tree |
2024-10-30 |
Michael Pratt | internal/runtime/maps: proper capacity hint handling |
commit | commitdiff | tree |
2024-10-30 |
Joel Sing | cmd/internal/obj/riscv: update RISC-V instruction table |
commit | commitdiff | tree |
2024-10-29 |
Michael Anthony... | runtime: skip TestMemmoveOverflow with asan |
commit | commitdiff | tree |
2024-10-29 |
Michael Pratt | runtime: move mapaccess1 and mapassign to internal... |
commit | commitdiff | tree |
2024-10-29 |
Michael Pratt | runtime: skip most map benchmark combinations by default |
commit | commitdiff | tree |
2024-10-29 |
Michael Pratt | internal/runtime/maps: remove type fields |
commit | commitdiff | tree |
2024-10-29 |
Tobias Klauser | internal/poll: use io.Seek* constants |
commit | commitdiff | tree |
2024-10-29 |
Keith Randall | strings,bytes: use result of copy in subsequent slicing |
commit | commitdiff | tree |
2024-10-29 |
Keith Randall | cmd/compile: teach prove about min/max phi operations |
commit | commitdiff | tree |
2024-10-29 |
Michael Anthony... | runtime: skip TestNewOSProc0 with asan and msan |
commit | commitdiff | tree |
2024-10-29 |
George Adams | os: check for valid Windows path when creating files |
commit | commitdiff | tree |
2024-10-29 |
Jayanth Krishnamurthy | cmd/internal/obj/ppc64: support for extended mnemonics... |
commit | commitdiff | tree |
2024-10-29 |
Jayanth Krishnamurthy | cmd/internal/obj/ppc64: add double-decimal arithmetic... |
commit | commitdiff | tree |
2024-10-29 |
Filippo Valsorda | crypto/internal/fips: add self-test mechanism |
commit | commitdiff | tree |
2024-10-29 |
Charlie Vieth | database/sql: allocate once when assigning a time.Time... |
commit | commitdiff | tree |
2024-10-29 |
Joel Sing | cmd/internal/objfile,cmd/objdump: add disassembly suppo... |
commit | commitdiff | tree |
2024-10-29 |
Xiaolin Zhao | cmd/compile: add rules to optimize go codes to constant... |
commit | commitdiff | tree |
2024-10-28 |
Damien Neil | os, net, internal/poll: combine unix sendfile implement... |
commit | commitdiff | tree |
2024-10-28 |
Michael Pratt | internal/runtime/maps: shift optimizations |
commit | commitdiff | tree |
2024-10-28 |
Michael Pratt | internal/runtime/maps: avoid passing unused key return |
commit | commitdiff | tree |
2024-10-28 |
Michael Anthony... | all: skip and fix various tests with -asan and -msan |
commit | commitdiff | tree |
2024-10-28 |
Michael Pratt | internal/runtime/maps: linear scan of small map |
commit | commitdiff | tree |
2024-10-28 |
Michael Pratt | internal/runtime/maps: small maps point directly to... |
commit | commitdiff | tree |
2024-10-28 |
Michael Pratt | internal/runtime/maps: speed up modulo |
commit | commitdiff | tree |
2024-10-28 |
Michael Pratt | internal/runtime/maps: reuse deleted slots on insert |
commit | commitdiff | tree |
2024-10-28 |
Michael Pratt | internal/runtime/maps: merge Iter.groupIdx and Iter... |
commit | commitdiff | tree |
2024-10-28 |
qmuntal | cmd: use internal/syscall/windows to get Windows version |
commit | commitdiff | tree |
2024-10-28 |
Matt T. Proud | cmd/go: clarify that -coverpkg uses import paths |
commit | commitdiff | tree |
2024-10-28 |
qmuntal | crypto/internal/hpke: use internal/byteorder instead... |
commit | commitdiff | tree |
2024-10-28 |
qmuntal | os: don't check for developer mode in TestSymlinkCreation |
commit | commitdiff | tree |
2024-10-28 |
Eric Lagergren | crypto/aes: fix key size typo |
commit | commitdiff | tree |
2024-10-28 |
Daniel McCarney | crypto/internal/fips: add SHA2,SHA3,HMAC ACVP tests |
commit | commitdiff | tree |
2024-10-28 |
Filippo Valsorda | crypto/internal/fips: add service indicator mechanism |
commit | commitdiff | tree |
2024-10-28 |
Filippo Valsorda | crypto/internal/fips/sha3: test alternative s390x imple... |
commit | commitdiff | tree |
2024-10-28 |
Filippo Valsorda | crypto/internal/fips/sha3: reduce s390x divergence |
commit | commitdiff | tree |
2024-10-28 |
Filippo Valsorda | crypto/internal/fips/sha3: restructure as an internal... |
commit | commitdiff | tree |
2024-10-28 |
Filippo Valsorda | crypto/internal/fips/sha3: import x/crypto/sha3@750a45fe5e4 |
commit | commitdiff | tree |
2024-10-28 |
Filippo Valsorda | Revert "crypto/rand: add randcrash=0 GODEBUG" |
commit | commitdiff | tree |
2024-10-28 |
changwang ma | os: add File.Close for TestFileStatNUL |
commit | commitdiff | tree |
2024-10-28 |
changwang ma | cmd/link, go/internal/gccgoimporter: get ar from env... |
commit | commitdiff | tree |
2024-10-28 |
Mauri de Souza... | internal/runtime/atomic: add arm native implementations... |
commit | commitdiff | tree |
2024-10-28 |
Cherry Mui | test: add a test for wasm memory usage |
commit | commitdiff | tree |
2024-10-26 |
David Chase | cmd/compile: use a non-fragile test for "does f contain... |
commit | commitdiff | tree |
2024-10-25 |
Ian Lance Taylor | cmd/link: for asan align coverage counter section to... |
commit | commitdiff | tree |
2024-10-25 |
Ruslan Semagin | net/http/pprof: replace sort.Slice with slices.SortFunc |
commit | commitdiff | tree |
2024-10-25 |
Michael Anthony... | runtime: fix mallocgc for asan |
commit | commitdiff | tree |
2024-10-25 |
Andy Pan | internal/poll: handle the special case of sendfile... |
commit | commitdiff | tree |
2024-10-25 |
Cherry Mui | runtime: reserve fewer memory for aligned reservation... |
commit | commitdiff | tree |
2024-10-25 |
qmuntal | runtime: document that Caller and Frame.File always... |
commit | commitdiff | tree |
2024-10-25 |
Youlin Feng | cmd/compile: add shift optimization test |
commit | commitdiff | tree |
2024-10-25 |
Oleksandr Redko | net/http/pprof: fix typo in the symbol profile description |
commit | commitdiff | tree |
2024-10-25 |
Lin Runze | cmd/internal/obj: add prologue_end DWARF stmt for riscv64 |
commit | commitdiff | tree |
2024-10-25 |
Joel Sing | cmd/internal/obj/riscv: update references to RISC-V... |
commit | commitdiff | tree |
2024-10-25 |
Ian Lance Taylor | net/smtp: ignore HELO error in QUIT |
commit | commitdiff | tree |
2024-10-25 |
Damien Neil | doc: document new http.Transport limit on 1xx responses |
commit | commitdiff | tree |
2024-10-25 |
Youlin Feng | cmd/compile: optimize type switch for a single runtime... |
commit | commitdiff | tree |
2024-10-24 |
Cherry Mui | cmd/link: don't pass --build-id if C linker doesn't... |
commit | commitdiff | tree |
2024-10-24 |
David Chase | cmd/compile: spell "go.runtime" correctly for inline... |
commit | commitdiff | tree |
2024-10-24 |
Paul E. Murphy | cmd/compile/internal/ssa: fix PPC64 shift codegen regre... |
commit | commitdiff | tree |
2024-10-24 |
Michael Anthony... | runtime: uphold goroutine profile invariants in coroswitch |
commit | commitdiff | tree |
2024-10-24 |
Michael Anthony... | runtime: fix ASAN poison calculation in mallocgc |
commit | commitdiff | tree |
2024-10-24 |
Filippo Valsorda | crypto/internal/cryptotest: skip hardware support check... |
commit | commitdiff | tree |
2024-10-24 |
Damien Neil | net/http: limit 1xx based on size, do not limit when... |
commit | commitdiff | tree |
2024-10-24 |
Ian Lance Taylor | runtime: support cgo index into pointer-to-array |
commit | commitdiff | tree |
2024-10-24 |
Joel Sing | cmd/internal/obj,cmd/asm: add vector registers to riscv... |
commit | commitdiff | tree |
2024-10-24 |
Joel Sing | cmd/internal/obj/riscv: add vector instruction encodings |
commit | commitdiff | tree |
next |