2024-05-01 |
cui fliter | cmd/pprof: fix exception when file or path contains... |
commit | commitdiff | tree |
2024-04-30 |
Daniel Martà | bytes: fix up godoc link errors |
commit | commitdiff | tree |
2024-04-30 |
Jonathan Amsterdam | net/http: represent multi wildcards properly |
commit | commitdiff | tree |
2024-04-30 |
qmuntal | os: use filepathlite.FromSlash |
commit | commitdiff | tree |
2024-04-30 |
qmuntal | os: use filepathlite.VolumeName |
commit | commitdiff | tree |
2024-04-30 |
qmuntal | os: use filepathlite.IsAbs |
commit | commitdiff | tree |
2024-04-30 |
Tobias Klauser | os: use stringslite.HasPrefix |
commit | commitdiff | tree |
2024-04-30 |
The Backend... | http: fix some comments typo in server.go |
commit | commitdiff | tree |
2024-04-30 |
Tobias Klauser | syscall: use stringslite.Has{Prefix,Suffix} |
commit | commitdiff | tree |
2024-04-30 |
qmuntal | os: remove ineffective else branch |
commit | commitdiff | tree |
2024-04-29 |
David du Colombier | net: fix lookupHost on Plan 9 |
commit | commitdiff | tree |
2024-04-29 |
Jes Cok | slices: reduce code nesting depth for Compact and Compa... |
commit | commitdiff | tree |
2024-04-29 |
aimuz | encoding/json: optimize field sorting with slices and cmp |
commit | commitdiff | tree |
2024-04-29 |
plasmatium | time: add notes about monotonic time paused |
commit | commitdiff | tree |
2024-04-29 |
Koya IWAMURA | net/url: improve URL.String performance |
commit | commitdiff | tree |
2024-04-27 |
Egon Elbre | internal/runtime/atomic: fix TestAnd64 and TestOr64 |
commit | commitdiff | tree |
2024-04-27 |
Egon Elbre | testing: use time.Since in highPrecisionTime |
commit | commitdiff | tree |
2024-04-27 |
Russ Cox | make.bash: avoid ksh bug in nogoenv |
commit | commitdiff | tree |
2024-04-26 |
Damien Neil | path/filepath, internal/filepathlite: move parts of... |
commit | commitdiff | tree |
2024-04-26 |
Damien Neil | all: rename internal/safefilepath to internal/filepathlite |
commit | commitdiff | tree |
2024-04-26 |
Damien Neil | strings, internal/stringslite: lite version of strings... |
commit | commitdiff | tree |
2024-04-26 |
Egon Elbre | testing: use QueryPerformanceCounter on Windows |
commit | commitdiff | tree |
2024-04-26 |
Dmitriy Matrenichev | internal/weak: remove unnecessary conversion, fix typo |
commit | commitdiff | tree |
2024-04-26 |
Jes Cok | all: make use of sync.Map.Clear |
commit | commitdiff | tree |
2024-04-26 |
Jonathan Amsterdam | doc/README.md: discourage RELNOTE in CLs |
commit | commitdiff | tree |
2024-04-26 |
Damien Neil | net, os, internal/poll: test for use of sendfile |
commit | commitdiff | tree |
2024-04-26 |
Philipp Wollermann | net: fix sendfile regression with io.Copy on macOS |
commit | commitdiff | tree |
2024-04-26 |
Than McIntosh | cmd/link/internal/ld: more fixes to TestElfBindNow... |
commit | commitdiff | tree |
2024-04-26 |
apocelipes | compress: reordering fields to reduce struct sizes |
commit | commitdiff | tree |
2024-04-26 |
go101 | slices: optimize Compact and CompactFunc |
commit | commitdiff | tree |
2024-04-26 |
qmuntal | bytes: skip TestNewBufferShallow if optimization is... |
commit | commitdiff | tree |
2024-04-26 |
Robert Griesemer | spec: clarify prose for range over numeric range expres... |
commit | commitdiff | tree |
2024-04-25 |
Than McIntosh | cmd/link/internal/ld: revised bindnow/relro test for ELF |
commit | commitdiff | tree |
2024-04-25 |
Derek Parker | cmd/compile: teach dse about equivalent LocalAddrs |
commit | commitdiff | tree |
2024-04-25 |
qmuntal | runtime: fix mcall unwinding on Windows |
commit | commitdiff | tree |
2024-04-25 |
Robert Griesemer | go/types, types2: refactor Checker.rangeStmt for clarity |
commit | commitdiff | tree |
2024-04-25 |
guoguangwu | all: fix typos in comments |
commit | commitdiff | tree |
2024-04-25 |
Robert Griesemer | go/types, types2: simplify Default function |
commit | commitdiff | tree |
2024-04-25 |
Sam Thanawalla | cmd/go: go env GOMOD should not download newer toolchain |
commit | commitdiff | tree |
2024-04-25 |
Russ Cox | time: deflake TestChan/asynctimerchan=1 tests |
commit | commitdiff | tree |
2024-04-25 |
Robert Griesemer | spec: clarify when a range expression is evaluated |
commit | commitdiff | tree |
2024-04-25 |
Jes Cok | net/http: improve continue statements for tests |
commit | commitdiff | tree |
2024-04-25 |
Nigel Tao | image/jpeg: ignore garbage bytes before a RST marker |
commit | commitdiff | tree |
2024-04-25 |
Robert Griesemer | go.types, types2: factor out isUntypedNumeric predicate |
commit | commitdiff | tree |
2024-04-24 |
Alan Donovan | go/types: add Alias.Rhs |
commit | commitdiff | tree |
2024-04-24 |
Roland Shoemaker | crypto/tls: skip bogo suite on windows builders |
commit | commitdiff | tree |
2024-04-24 |
Michael Pratt | cmd/compile: add debug log prior to export data lookup |
commit | commitdiff | tree |
2024-04-24 |
Michael Pratt | cmd/compile: bail PGO method lookup on interface types |
commit | commitdiff | tree |
2024-04-24 |
Paul E. Murphy | cmd/internal/obj/ppc64: fix incorrect int to int64... |
commit | commitdiff | tree |
2024-04-24 |
guoguangwu | doc: fix typos in docs |
commit | commitdiff | tree |
2024-04-24 |
Joe Tsai | bytes: add test to ensure shallow copy of NewBuffer... |
commit | commitdiff | tree |
2024-04-24 |
Rhys Hiltner | runtime: test mutex contention stacks and counts |
commit | commitdiff | tree |
2024-04-23 |
Austin Clements | sync: add examples for OnceValue and OnceValues |
commit | commitdiff | tree |
2024-04-23 |
gucio321 | src/buildall.bash: use grep -E instead of egrep |
commit | commitdiff | tree |
2024-04-23 |
Ian Lance Taylor | debug/elf: remove incorrect doc link |
commit | commitdiff | tree |
2024-04-23 |
Ian Lance Taylor | cmd/cgo/internal/test: don't skip some tests on musl |
commit | commitdiff | tree |
2024-04-23 |
racequite | all: fix some typos in comments |
commit | commitdiff | tree |
2024-04-23 |
Michael Anthony... | runtime: switch to systemstack before throw in casgstatus |
commit | commitdiff | tree |
2024-04-23 |
Cherry Mui | cmd/compile: mark closure DUPOK if the outer function is |
commit | commitdiff | tree |
2024-04-22 |
Cherry Mui | runtime: reduce stack usage for asmcgocall on PPC64 |
commit | commitdiff | tree |
2024-04-22 |
Sabyrzhan Tasbolatov | runtime: reduced struct sizes found via pahole |
commit | commitdiff | tree |
2024-04-22 |
Jes Cok | net/http: correct error messages for TestParseSetCookie |
commit | commitdiff | tree |
2024-04-22 |
Lev Ustimenko | Refactor output message |
commit | commitdiff | tree |
2024-04-22 |
Michael Anthony... | internal/intern: delete unused package |
commit | commitdiff | tree |
2024-04-22 |
Michael Anthony... | runtime: set gp.syscallbp from entersyscallblock_handoff |
commit | commitdiff | tree |
2024-04-22 |
Michael Pratt | runtime: move zeroVal out of map.go |
commit | commitdiff | tree |
2024-04-22 |
Keith Randall | cmd/compile: fix cmpstring rewrite rule |
commit | commitdiff | tree |
2024-04-22 |
Michael Anthony... | net/netip: use the unique package instead of internal... |
commit | commitdiff | tree |
2024-04-22 |
Michael Anthony... | unique: add unique package and implement Make/Handle |
commit | commitdiff | tree |
2024-04-22 |
Ian Lance Taylor | cmd/go: update comment to not say GO386 does not exist |
commit | commitdiff | tree |
2024-04-22 |
Than McIntosh | cmd/link/internal/ld: temporarily add skip for new... |
commit | commitdiff | tree |
2024-04-22 |
zhangjian | cmd/compile/internal/ssa: fix the description of auxCCo... |
commit | commitdiff | tree |
2024-04-22 |
jeffery | cmd/compile: combine phielim and copyelim into a single... |
commit | commitdiff | tree |
2024-04-22 |
Rhys Hiltner | runtime: always acquire M when acquiring locks by rank |
commit | commitdiff | tree |
2024-04-22 |
Than McIntosh | cmd/link: move .dynamic and .got sections to relro... |
commit | commitdiff | tree |
2024-04-19 |
Michael Pratt | internal/reflectlite: remove unused mapType |
commit | commitdiff | tree |
2024-04-19 |
Ian Lance Taylor | reflect: remove unnecessary type conversions of untyped... |
commit | commitdiff | tree |
2024-04-19 |
Keith Randall | runtime: for fallback hash, get rid of constant xors |
commit | commitdiff | tree |
2024-04-19 |
khr@golang.org | runtime: remove odd-forcing of hash constants |
commit | commitdiff | tree |
2024-04-19 |
khr@golang.org | runtime: make it harder to find collisions in the 64... |
commit | commitdiff | tree |
2024-04-19 |
Michael Anthony... | runtime: track frame pointer while in syscall |
commit | commitdiff | tree |
2024-04-19 |
Michael Anthony... | cmd/trace/v2: tolerate traces with broken tails |
commit | commitdiff | tree |
2024-04-19 |
Michael Anthony... | internal/concurrent: handle boundary case for hash... |
commit | commitdiff | tree |
2024-04-19 |
Ian Lance Taylor | reflect: omit anonymous field name from StructOf type... |
commit | commitdiff | tree |
2024-04-19 |
Roland Shoemaker | crypto/tls: don't cache marshal'd bytes |
commit | commitdiff | tree |
2024-04-19 |
Michael Pratt | runtime: use bootstrapRand to initialize hashkey |
commit | commitdiff | tree |
2024-04-19 |
khr@golang.org | cmd/compile: remove redundant calls to cmpstring |
commit | commitdiff | tree |
2024-04-19 |
Michael Pratt | internal/goexperiment: remove unused range experiment |
commit | commitdiff | tree |
2024-04-19 |
Tobias Klauser | internal/syscall/unix: implement Eaccess on darwin |
commit | commitdiff | tree |
2024-04-19 |
Jacob | syscall/js: allocate arg slices on stack for small... |
commit | commitdiff | tree |
2024-04-19 |
Jes Cok | doc: make symbol links simpler for relnotes |
commit | commitdiff | tree |
2024-04-19 |
Nuno Gonçalves | net/http: add field Cookie.Quoted bool |
commit | commitdiff | tree |
2024-04-18 |
Alan Donovan | go/types: add Func.Signature method |
commit | commitdiff | tree |
2024-04-18 |
Michael Anthony... | internal/weak: add package implementing weak pointers |
commit | commitdiff | tree |
2024-04-18 |
Michael Anthony... | internal/concurrent: add HashTrieMap |
commit | commitdiff | tree |
2024-04-18 |
Michael Pratt | cmd/go: only attempt to match subset of $GOCACHE in... |
commit | commitdiff | tree |
2024-04-18 |
Robert Griesemer | go/types, types2: use correct predicate when asserting... |
commit | commitdiff | tree |
2024-04-18 |
Jes Cok | doc: simplify symbol links for relnotes |
commit | commitdiff | tree |
2024-04-18 |
Jes Cok | net/http: add case for TestParseSetCookie |
commit | commitdiff | tree |
2024-04-18 |
Than McIntosh | cmd/compile/internal: stack slot merging region formati... |
commit | commitdiff | tree |
next |