2024-05-06 |
Filippo Valsorda | crypto/internal/mlkem768: various performance optimizations |
commit | commitdiff | tree |
2024-05-06 |
Jes Cok | all: make use of stringslite.{HasPrefix, HasSuffix} |
commit | commitdiff | tree |
2024-05-06 |
Jayanth Krishnamurthy | hash/crc32: improve asm for ppc64SlicingUpdateBy8 |
commit | commitdiff | tree |
2024-05-06 |
Mauri de Souza... | runtime: add crash stack support for mips/mipsle |
commit | commitdiff | tree |
2024-05-05 |
apocelipes | os: use stringslite.TrimSuffix |
commit | commitdiff | tree |
2024-05-05 |
qiulaidongfeng | strconv: use stringslite.Clone |
commit | commitdiff | tree |
2024-05-05 |
qiulaidongfeng | time: use stringslite.Clone |
commit | commitdiff | tree |
2024-05-05 |
qiulaidongfeng | unique: use stringslite.Clone |
commit | commitdiff | tree |
2024-05-04 |
Joel Sing | syscall: remove references to SYS_syscall on openbsd |
commit | commitdiff | tree |
2024-05-04 |
Joel Sing | syscall: reroute SYS_IOCTL and SYS_SYSCTL on openbsd |
commit | commitdiff | tree |
2024-05-04 |
Joel Sing | cmd/dist,internal/platform: temporarily disable race... |
commit | commitdiff | tree |
2024-05-04 |
qiulaidongfeng | strings: move Clone to stringslite |
commit | commitdiff | tree |
2024-05-03 |
Paul E. Murphy | cmd/compile/internal/ssa: on PPC64, try combining CLRLS... |
commit | commitdiff | tree |
2024-05-03 |
Michael Matloob | cmd/go: add flag values to counter for buildmode |
commit | commitdiff | tree |
2024-05-03 |
Michael Matloob | cmd/go: remove checks that all counters incremented... |
commit | commitdiff | tree |
2024-05-03 |
Russ Cox | internal/bisect: use f.Function instead of f.Func.Name... |
commit | commitdiff | tree |
2024-05-03 |
apocelipes | strings: move TrimPrefix and TrimSuffix to stringslite |
commit | commitdiff | tree |
2024-05-03 |
Tobias Klauser | internal/sysinfo: use sync.OnceValue for CPUName |
commit | commitdiff | tree |
2024-05-03 |
qiulaidongfeng | hash/maphash: parallel run test |
commit | commitdiff | tree |
2024-05-03 |
zhangjian | cmd/compile/internal/ssa: correct error message for... |
commit | commitdiff | tree |
2024-05-03 |
go101 | strings,bytes: improve Repeat panic messages |
commit | commitdiff | tree |
2024-05-03 |
qiulaidongfeng | runtime,reflect: move zeroVal to internal/abi |
commit | commitdiff | tree |
2024-05-03 |
Alan Donovan | cmd/vendor: update x/tools to v0.20.1-0.20240429173604... |
commit | commitdiff | tree |
2024-05-03 |
Alan Donovan | cmd/vet: add stdversion analyzer |
commit | commitdiff | tree |
2024-05-02 |
Olivier Mengué | spec: clarify when range expression is evaluated |
commit | commitdiff | tree |
2024-05-02 |
Ian Lance Taylor | cmd/go: pass -Wl,-z,nodelete for c-shared mode with... |
commit | commitdiff | tree |
2024-05-02 |
Tobias Klauser | net: use stringslite.HasPrefix |
commit | commitdiff | tree |
2024-05-02 |
Russ Cox | runtime: remove note about goid reuse |
commit | commitdiff | tree |
2024-05-02 |
Jorropo | testing: improve the documentation around b.N |
commit | commitdiff | tree |
2024-05-01 |
Michael Matloob | cmd/internal/telemetry: add NewStackCounter functions |
commit | commitdiff | tree |
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 |
next |