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 |
2024-10-24 |
Xiaolin Zhao | cmd/compile: fold MOV*nop and MOV*const on loong64 |
commit | commitdiff | tree |
2024-10-24 |
Filippo Valsorda | crypto/sha256,crypto/sha512: skip TestAllocations witho... |
commit | commitdiff | tree |
2024-10-24 |
Xiaolin Zhao | cmd/compile: inline constant sized memclrNoHeapPointers... |
commit | commitdiff | tree |
2024-10-24 |
limeidan | cmd/compile/internal: optimize condition branch impleme... |
commit | commitdiff | tree |
2024-10-24 |
Robert Griesemer | go/types, types2: simplify cycle reporting code (minor... |
commit | commitdiff | tree |
2024-10-24 |
Damien Neil | internal/poll: keep copying after successful Sendfile... |
commit | commitdiff | tree |
2024-10-23 |
Sean Liao | net/http/pprof: include Symbol in Index |
commit | commitdiff | tree |
2024-10-23 |
Carlos Amedee | doc/next: document the minimum Linux kernel version... |
commit | commitdiff | tree |
2024-10-23 |
Shuo Wang | runtime: add the checkPtraceScope to skip certain tests |
commit | commitdiff | tree |
2024-10-23 |
qmuntal | syscall: only remove write data access when O_APPEND... |
commit | commitdiff | tree |
2024-10-23 |
Siddhartha... | cmd/link: fix flags order in linkerFlagSupported |
commit | commitdiff | tree |
2024-10-23 |
Cuong Manh Le | hash/maphash: sync wyhash with runtime implementation |
commit | commitdiff | tree |
2024-10-23 |
Filippo Valsorda | crypto/internal/fips/subtle: provide XORBytes |
commit | commitdiff | tree |
2024-10-23 |
Filippo Valsorda | crypto/hmac: move implementation to crypto/internal... |
commit | commitdiff | tree |
2024-10-23 |
Filippo Valsorda | crypto/sha256,crypto/sha512: move implementation to... |
commit | commitdiff | tree |
2024-10-23 |
Filippo Valsorda | crypto/sha256,crypto/sha512: test fallback implementations |
commit | commitdiff | tree |
2024-10-23 |
Filippo Valsorda | crypto/sha256,crypto/sha512: make assembly structure... |
commit | commitdiff | tree |
2024-10-23 |
Jes Cok | encoding/json: clarify omitempty option for {array... |
commit | commitdiff | tree |
2024-10-23 |
Mauri de Souza... | cmd/asm: add support for LDREXB/STREXB |
commit | commitdiff | tree |
2024-10-23 |
apocelipes | os: use sync.OnceValue |
commit | commitdiff | tree |
next |