2023-11-02 |
Dmitri Shuralyov | syscall: copy rlimit.go's build constraint to rlimit_te... |
commit | commitdiff | tree |
2023-11-02 |
Michael Pratt | cmd/compile: fix unstable selection of hottest edge |
commit | commitdiff | tree |
2023-11-02 |
Bryan C. Mills | net/http: remove arbitrary timeouts in tests of Server... |
commit | commitdiff | tree |
2023-11-02 |
Guoqi Chen | debug/elf,cmd/link: add additional relocations for... |
commit | commitdiff | tree |
2023-11-02 |
cui fliter | errors: add available godoc link |
commit | commitdiff | tree |
2023-11-02 |
Tobias Klauser | runtime: remove unused getOSRev on openbsd |
commit | commitdiff | tree |
2023-11-02 |
Dmitri Shuralyov | cmd/go/internal/modfetch: avoid path.Join in URL errors... |
commit | commitdiff | tree |
2023-11-02 |
Jes Cok | cmd/compile/internal/syntax: use strings.TrimPrefix... |
commit | commitdiff | tree |
2023-11-02 |
Michael Pratt | os/signal: skip nohup tests on darwin builders |
commit | commitdiff | tree |
2023-11-02 |
Michael Anthony... | runtime: move userArenaHeapBitsSetType into mbitmap.go |
commit | commitdiff | tree |
2023-11-02 |
Michael Anthony... | runtime: split out pointer/scalar metadata from heapArena |
commit | commitdiff | tree |
2023-11-02 |
Michael Anthony... | reflect: pass the right element type in verifyGCBitsSlice |
commit | commitdiff | tree |
2023-11-02 |
Russ Cox | cmd/cgo: disable #cgo noescape/nocallback until Go... |
commit | commitdiff | tree |
2023-11-02 |
Michael Pratt | os/signal: remove go t.Run from TestNohup |
commit | commitdiff | tree |
2023-11-02 |
Joel Sing | runtime: add crash stack support for riscv64 |
commit | commitdiff | tree |
2023-11-02 |
Robert Griesemer | go/parser: better error messages for incorrect type... |
commit | commitdiff | tree |
2023-11-02 |
Joel Sing | syscall: call getfsstat via libc on openbsd |
commit | commitdiff | tree |
2023-11-02 |
Joel Sing | runtime: remove map stack version handling for openbsd |
commit | commitdiff | tree |
2023-11-02 |
Robert Griesemer | test: run range-over-integer tests without need for... |
commit | commitdiff | tree |
2023-11-02 |
Robert Griesemer | go/types, types2: enable range over int w/o need for... |
commit | commitdiff | tree |
2023-11-02 |
Robert Griesemer | spec: document range over integer expression |
commit | commitdiff | tree |
2023-11-01 |
Joe Tsai | os: fix PathError.Op for dirFS.Open |
commit | commitdiff | tree |
2023-11-01 |
qiulaidongfeng | internal/bytealg: optimize indexbyte in amd64 |
commit | commitdiff | tree |
2023-11-01 |
dchaofei | crypto/x509: optimize the performance of checkSignature |
commit | commitdiff | tree |
2023-11-01 |
Jes Cok | bytes,internal/bytealg: add func bytealg.LastIndexRabinKarp |
commit | commitdiff | tree |
2023-11-01 |
Bryan C. Mills | os: report IO_REPARSE_TAG_DEDUP files as regular in... |
commit | commitdiff | tree |
2023-11-01 |
Robert Griesemer | cmd/compile/internal/syntax: better error messages... |
commit | commitdiff | tree |
2023-11-01 |
Robert Griesemer | cmd/compile/internal/syntax: fix/update various comments |
commit | commitdiff | tree |
2023-11-01 |
Joel Sing | os/signal: use syscall.Wait4 directly in tests |
commit | commitdiff | tree |
2023-11-01 |
Joel Sing | syscall: regen zsyscall for openbsd/riscv64 |
commit | commitdiff | tree |
2023-11-01 |
Joel Sing | syscall: regenerate zsyscall for dragonfly/freebsd... |
commit | commitdiff | tree |
2023-10-31 |
apocelipes | internal/cpu: add comments to copied functions |
commit | commitdiff | tree |
2023-10-31 |
Cherry Mui | runtime: use testenv.Command in TestG0StackOverflow |
commit | commitdiff | tree |
2023-10-31 |
Keith Randall | runtime: make select fairness test less picky |
commit | commitdiff | tree |
2023-10-31 |
Keith Randall | cmd/compile: ensure pointer arithmetic happens after... |
commit | commitdiff | tree |
2023-10-31 |
Keith Randall | cmd/compile: handle constant pointer offsets in dead... |
commit | commitdiff | tree |
2023-10-31 |
Keith Randall | runtime: on arm32, detect whether we have sync instructions |
commit | commitdiff | tree |
2023-10-31 |
Mateusz Poliwczak | crypto/x509: add new OID type and use it in Certificate |
commit | commitdiff | tree |
2023-10-31 |
Jes Cok | bytes,internal/bytealg: eliminate IndexRabinKarpBytes... |
commit | commitdiff | tree |
2023-10-31 |
Jes Cok | cmd/compile/internal/ssa: adjust default to the end... |
commit | commitdiff | tree |
2023-10-31 |
Cuong Manh Le | hash/maphash: weaken avalanche test a bit more |
commit | commitdiff | tree |
2023-10-31 |
cui fliter | internal/bytealg: optimize Count/CountString in arm64 |
commit | commitdiff | tree |
2023-10-31 |
Joel Sing | runtime: allocate crash stack via stackalloc |
commit | commitdiff | tree |
2023-10-31 |
Robert Griesemer | cmd/compile/internal/syntax: set up dummy name and... |
commit | commitdiff | tree |
2023-10-31 |
Robert Griesemer | go/types, types2: more concise error if conversion... |
commit | commitdiff | tree |
2023-10-31 |
Joel Sing | cmd/dist,internal/platform: enable openbsd/ppc64 port |
commit | commitdiff | tree |
2023-10-30 |
Jes Cok | cmd/compile/internal/ssa: add missing space in comment |
commit | commitdiff | tree |
2023-10-30 |
qiulaidongfeng | internal/fmtsort: makeChans pin pointer |
commit | commitdiff | tree |
2023-10-30 |
Quan Tong | cmd/go/internal/help: update the documentation to match... |
commit | commitdiff | tree |
2023-10-30 |
Allen Li | log/slog: Reorder doc comment for level constants |
commit | commitdiff | tree |
2023-10-30 |
Russ Cox | math/rand/v2: delete Mitchell/Reeds source |
commit | commitdiff | tree |
2023-10-30 |
Russ Cox | math/rand/v2: add PCG-DXSM |
commit | commitdiff | tree |
2023-10-30 |
Russ Cox | math/rand/v2: simplify Perm |
commit | commitdiff | tree |
2023-10-30 |
Branden Brown | math/rand/v2: remove bias in ExpFloat64 and NormFloat64 |
commit | commitdiff | tree |
2023-10-30 |
Russ Cox | math/rand/v2: optimize Float32, Float64 |
commit | commitdiff | tree |
2023-10-30 |
Russ Cox | math/rand/v2: add, optimize N, UintN, Uint32N, Uint64N |
commit | commitdiff | tree |
2023-10-30 |
Russ Cox | math/rand/v2: change Source to use uint64 |
commit | commitdiff | tree |
2023-10-30 |
Ubuntu | cmd/compile: optimize right shifts of int32 on riscv64 |
commit | commitdiff | tree |
2023-10-30 |
Russ Cox | math/rand/v2: update benchmarks |
commit | commitdiff | tree |
2023-10-30 |
Russ Cox | math/rand/v2: remove Rand.Seed |
commit | commitdiff | tree |
2023-10-30 |
Russ Cox | math/rand/v2: clean up regression test |
commit | commitdiff | tree |
2023-10-30 |
Russ Cox | math/rand/v2: remove Read |
commit | commitdiff | tree |
2023-10-30 |
Russ Cox | math/rand/v2: rename various functions |
commit | commitdiff | tree |
2023-10-30 |
Russ Cox | math/rand/v2: start of new API |
commit | commitdiff | tree |
2023-10-27 |
Cherry Mui | cmd/compile: rework TestPGOHash to not rebuild dependencies |
commit | commitdiff | tree |
2023-10-27 |
Cherry Mui | internal/testenv: use cmd.Environ in CleanCmdEnv |
commit | commitdiff | tree |
2023-10-27 |
Jes Cok | bytes,internal/bytealg: eliminate HashStrBytes,HashStrR... |
commit | commitdiff | tree |
2023-10-26 |
Cherry Mui | runtime: print a stack trace at "morestack on g0" |
commit | commitdiff | tree |
2023-10-26 |
Alexander Yastrebov | crypto/subtle: use PCALIGN in xorBytes |
commit | commitdiff | tree |
2023-10-26 |
Dmitri Shuralyov | cmd: update vendored golang.org/x/mod |
commit | commitdiff | tree |
2023-10-26 |
Mauri de Souza... | net/http: pull http2 underflow fix from x/net/http2 |
commit | commitdiff | tree |
2023-10-26 |
Michael Pratt | runtime: clear g0 stack bounds in dropm |
commit | commitdiff | tree |
2023-10-26 |
Daniel Martí | internal/profile: actually return errors in postDecode |
commit | commitdiff | tree |
2023-10-25 |
Mauri de Souza... | runtime/internal/atomic: add riscv64 operators for... |
commit | commitdiff | tree |
2023-10-25 |
Bryan C. Mills | cmd/go: allow suffixed toolchains to satisfy toolchain... |
commit | commitdiff | tree |
2023-10-25 |
Bryan C. Mills | testing: use monotonic counts to attribute races in... |
commit | commitdiff | tree |
2023-10-25 |
Tobias Klauser | cmd/go: remove unused (*testgoData).acquireNet test... |
commit | commitdiff | tree |
2023-10-25 |
Tobias Klauser | cmd/go: remove unused (*testgoData).mustHaveContent... |
commit | commitdiff | tree |
2023-10-25 |
Tobias Klauser | cmd/go: remove unused (*testgoData).runGit test helper |
commit | commitdiff | tree |
2023-10-25 |
Ian Lance Taylor | debug/elf: return error in DynString for invalid dynami... |
commit | commitdiff | tree |
2023-10-25 |
Rhys Hiltner | runtime/pprof: include labels for caller of goroutine... |
commit | commitdiff | tree |
2023-10-25 |
Tobias Klauser | cmd/compile/internal/typecheck: use strings.Contains |
commit | commitdiff | tree |
2023-10-25 |
Michael Stapelberg | Revert "crypto/internal/boring: use noescape and nocall... |
commit | commitdiff | tree |
2023-10-24 |
qiulaidongfeng | runtime: use max/min func |
commit | commitdiff | tree |
2023-10-24 |
Keith Randall | cmd/compile: use new runtime type mechanism for type... |
commit | commitdiff | tree |
2023-10-24 |
Keith Randall | cmd/compile: reorganize compiler type descriptor generation |
commit | commitdiff | tree |
2023-10-24 |
Michael Pratt | cmd/compile/internal/ir: update CallExpr comment reference |
commit | commitdiff | tree |
2023-10-24 |
Mauri de Souza... | runtime/internal/atomic: add memory barrier for mips... |
commit | commitdiff | tree |
2023-10-24 |
Nakul Bajaj | testing/slogtest: test no source key with empty PC... |
commit | commitdiff | tree |
2023-10-24 |
Alan Donovan | go/types: fix (*T)(nil)-to-interface conversion bug |
commit | commitdiff | tree |
2023-10-23 |
cui fliter | log: add available godoc link |
commit | commitdiff | tree |
2023-10-23 |
Keiichi Hirobe | net/http: remove outdated comment about a support of... |
commit | commitdiff | tree |
2023-10-23 |
qmuntal | crypto/internal/boring: use noescape and nocallback... |
commit | commitdiff | tree |
2023-10-23 |
Andy Pan | net,internal/poll: mark it as handled even if sendfile... |
commit | commitdiff | tree |
2023-10-23 |
Cuong Manh Le | runtime: allow for 10 more threads in TestWindowsStackM... |
commit | commitdiff | tree |
2023-10-23 |
Andy Pan | runtime: ignore ETIMEDOUT for kevent conservatively |
commit | commitdiff | tree |
2023-10-23 |
favonia | bufio: allow terminating Scanner early cleanly without... |
commit | commitdiff | tree |
2023-10-23 |
Olivier Mengué | database/sql: add godoc links |
commit | commitdiff | tree |
2023-10-23 |
Mateusz Poliwczak | net: set IsNotFound on windows and plan9 DNS queries |
commit | commitdiff | tree |
2023-10-21 |
Roland Shoemaker | doc: add missing space in godebug.md |
commit | commitdiff | tree |
next |