2024-05-08 |
Michael Anthony... | internal/trace/v2: correctly handle a broken spilled... |
commit | commitdiff | tree |
2024-05-08 |
Michael Anthony... | iter: detect and reject double next and double yield... |
commit | commitdiff | tree |
2024-05-08 |
Michael Anthony... | runtime: update large object stats before freeSpan... |
commit | commitdiff | tree |
2024-05-08 |
Michael Anthony... | runtime: delete pagetrace GOEXPERIMENT |
commit | commitdiff | tree |
2024-05-08 |
Felix Geisendörfer | runtime: move profiling pc buffers to m |
commit | commitdiff | tree |
2024-05-08 |
Michael Anthony... | internal/trace/v2: add gotraceeventstats utility |
commit | commitdiff | tree |
2024-05-08 |
Michael Anthony... | runtime: add traceallocfree GODEBUG for alloc/free... |
commit | commitdiff | tree |
2024-05-08 |
Michael Anthony... | runtime: remove allocfreetrace |
commit | commitdiff | tree |
2024-05-08 |
Keith Randall | cmd/compile: avoid past-the-end pointer when zeroing |
commit | commitdiff | tree |
2024-05-08 |
Michael Matloob | cmd/go: rename flag counters and add buildmode values... |
commit | commitdiff | tree |
2024-05-08 |
Michael Matloob | all: vendor golang.org/x/telemetry@2790727 |
commit | commitdiff | tree |
2024-05-08 |
Michael Matloob | cmd: vendor golang.org/x/sys@v0.20.0 |
commit | commitdiff | tree |
2024-05-08 |
Russ Cox | time: more deflaking asynctimer tests |
commit | commitdiff | tree |
2024-05-07 |
Rob Findley | go/types, types: represent any using Alias |
commit | commitdiff | tree |
2024-05-07 |
Robert Findley | .github: improve formatting of the telemetry proposal... |
commit | commitdiff | tree |
2024-05-07 |
Daniel Martí | go/ast: simplify walking lists with generics |
commit | commitdiff | tree |
2024-05-07 |
aimuz | os: use filepathlite.Base |
commit | commitdiff | tree |
2024-05-07 |
Tobias Klauser | internal/sysinfo: rename osCpuInfoName to osCPUInfoName |
commit | commitdiff | tree |
2024-05-07 |
Tobias Klauser | internal/sysinfo: use strings.Cut in osCpuInfoName |
commit | commitdiff | tree |
2024-05-07 |
aimuz | flag: replace sort.Slice with slices.SortFunc |
commit | commitdiff | tree |
2024-05-07 |
qiulaidongfeng | io/fs: use slices.Contains |
commit | commitdiff | tree |
2024-05-07 |
Alan Donovan | cmd/compile: describe export data |
commit | commitdiff | tree |
2024-05-07 |
Robert Findley | .github: simplify the telemetry proposal template |
commit | commitdiff | tree |
2024-05-07 |
Russ Cox | math/rand/v2: add Uint |
commit | commitdiff | tree |
2024-05-07 |
Sam Thanawalla | cmd/go: download 1.X.0 instead of 1.X during toolchain... |
commit | commitdiff | tree |
2024-05-07 |
apocelipes | reflect: remove redundent ifaceIndir |
commit | commitdiff | tree |
2024-05-07 |
apocelipes | internal/reflectlite: remove redundent ifaceIndir |
commit | commitdiff | tree |
2024-05-07 |
Roland Shoemaker | cmd/go: disallow -lto_library in LDFLAGS |
commit | commitdiff | tree |
2024-05-07 |
Sam Thanawalla | cmd/go: import vendored packages only listed in modules.txt |
commit | commitdiff | tree |
2024-05-06 |
Jorropo | image/png: remove go-fuzz test |
commit | commitdiff | tree |
2024-05-06 |
Cherry Mui | cmd/cgo/internal/testsanitizers: add test case for... |
commit | commitdiff | tree |
2024-05-06 |
Cherry Mui | runtime: don't re-raise ignored signal |
commit | commitdiff | tree |
2024-05-06 |
Michael Anthony... | runtime: delete dead code in the tracer |
commit | commitdiff | tree |
2024-05-06 |
Russ Cox | iter: expose fundamental types to Go 1.23 |
commit | commitdiff | tree |
2024-05-06 |
qiulaidongfeng | runtime: parallel run test |
commit | commitdiff | tree |
2024-05-06 |
Techassi | crypto/x509: include OID in duplicate extension error... |
commit | commitdiff | tree |
2024-05-06 |
khr@golang.org | cmd/compile: don't combine loads in generated equality... |
commit | commitdiff | tree |
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 |
next |