2024-11-06 |
qmuntal | syscall: mark SyscallN as noescape |
commit | commitdiff | tree |
2024-11-06 |
Damien Neil | net/http: handle new HTTP/2 error for 1xx limit exceeded |
commit | commitdiff | tree |
2024-11-06 |
Xiaolin Zhao | cmd/compile: wire up Bswap/ReverseBytes intrinsics... |
commit | commitdiff | tree |
2024-11-06 |
Xiaolin Zhao | cmd/compile: wire up math/bits.Len intrinsics for loong64 |
commit | commitdiff | tree |
2024-11-05 |
Dmitri Shuralyov | all: update golang.org/x/sys [generated] |
commit | commitdiff | tree |
2024-11-05 |
Damien Neil | net/http: add Protocols field to Server and Transport |
commit | commitdiff | tree |
2024-11-05 |
Sam Thanawalla | cmd/go: add built in git mode for GOAUTH |
commit | commitdiff | tree |
2024-11-05 |
Oleksandr Redko | io: simplify tests by removing redundant statements |
commit | commitdiff | tree |
2024-11-05 |
Russ Cox | cmd/compile: fix an internal crash in embed |
commit | commitdiff | tree |
2024-11-05 |
Ian Lance Taylor | io/fs: clarify that "." may only be used for root |
commit | commitdiff | tree |
2024-11-05 |
Markus | net/internal/cgotest: don't try to use cgo with netgo... |
commit | commitdiff | tree |
2024-11-05 |
Kristóf Havasi | internal/platform: fix 'reportsr' typo in comment |
commit | commitdiff | tree |
2024-11-05 |
cuishuang | time: add examples for Since, Until, Abs and fix some... |
commit | commitdiff | tree |
2024-11-05 |
Youlin Feng | cmd/compile: init limit for newly created value in... |
commit | commitdiff | tree |
2024-11-05 |
qiulaidongfeng | cmd/go: fix typo in ExtraEnvVarsCostly |
commit | commitdiff | tree |
2024-11-05 |
Youlin Feng | cmd/compile: optimize Ctz64 on 386 |
commit | commitdiff | tree |
2024-11-05 |
Dmitri Shuralyov | time: accept "+01" in TestLoadFixed on OpenBSD |
commit | commitdiff | tree |
2024-11-05 |
Xiaolin Zhao | cmd/compile: add loong64-specific inlining for runtime... |
commit | commitdiff | tree |
2024-11-05 |
Xiaolin Zhao | hash/crc32: optimize the loong64 crc32 implementation |
commit | commitdiff | tree |
2024-11-04 |
Robert Griesemer | go/types, types2: better error message when selecting... |
commit | commitdiff | tree |
2024-11-04 |
Michael Matloob | cmd/go/internal/web: split interceptor into separate... |
commit | commitdiff | tree |
2024-11-04 |
Nick Ripley | runtime/pprof: relax TestProfilerStackDepth |
commit | commitdiff | tree |
2024-11-04 |
Cuong Manh Le | cmd/compile: fix mis-compilation with labeled fallthrough |
commit | commitdiff | tree |
2024-11-04 |
Cuong Manh Le | cmd/compile: fix inlining name mangling for blank label |
commit | commitdiff | tree |
2024-11-04 |
Youlin Feng | go/types, types2: print variadic argument in dotdotdot... |
commit | commitdiff | tree |
2024-11-04 |
Alan Donovan | go/parser: set File{Start,End} correctly in all cases |
commit | commitdiff | tree |
2024-11-03 |
Nigel Tao | image/jpeg: add more theHuffmanSpec comments |
commit | commitdiff | tree |
2024-11-02 |
Meng Zhuo | slice, sort: correct triple of xorshift RNG |
commit | commitdiff | tree |
2024-11-02 |
Ian Lance Taylor | cmd/dist, internal/syslist: update UnixOS comments |
commit | commitdiff | tree |
2024-11-02 |
Xiaolin Zhao | cmd/asm: add support for loong64 FMA instructions |
commit | commitdiff | tree |
2024-11-01 |
Ian Lance Taylor | cmd/go: permit linker flag -Wl,--push-state,--as-needed |
commit | commitdiff | tree |
2024-11-01 |
changwang ma | runtime: fix out-of-date comment doc |
commit | commitdiff | tree |
2024-11-01 |
cuishuang | bufio: add example for ReadFrom and remove unused code |
commit | commitdiff | tree |
2024-11-01 |
Xiaolin Zhao | all: update golang.org/x/text to v0.19.0 |
commit | commitdiff | tree |
2024-11-01 |
khr@golang.org | internal/runtime/maps: return after fatal to help regis... |
commit | commitdiff | tree |
2024-11-01 |
khr@golang.org | internal/runtime/maps: clean up put slot calls |
commit | commitdiff | tree |
2024-11-01 |
khr@golang.org | internal/runtime/maps: use matchEmptyOrDeleted instead... |
commit | commitdiff | tree |
2024-11-01 |
Keith Randall | internal/runtime/maps: removed unused convertNonFullToE... |
commit | commitdiff | tree |
2024-11-01 |
Keith Randall | internal/runtime/maps: simplify emptyOrDeleted condition |
commit | commitdiff | tree |
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 |
next |