2024-04-02 |
qiulaidongfeng | all: use kind* of abi |
commit | commitdiff | tree |
2024-04-02 |
Tobias Klauser | os: define wrapSyscallError only on linux |
commit | commitdiff | tree |
2024-04-02 |
Shengyu Zhang | encoding/json: prevent duplicate slicebytetostring |
commit | commitdiff | tree |
2024-04-02 |
Olivier Mengué | regexp/syntax: cleanup code generation in perl_groups.go |
commit | commitdiff | tree |
2024-04-02 |
aimuz | internal/zstd: optimize window reset using make for... |
commit | commitdiff | tree |
2024-04-02 |
Alan Donovan | cmd: update vendored x/tools to 904c6ba |
commit | commitdiff | tree |
2024-04-02 |
Mohammad Abbasi | database/sql: refactor unused variables to use blank... |
commit | commitdiff | tree |
2024-04-01 |
Michael Matloob | cmd: update and vendor golang.org/x/telemetry@3640ba5 |
commit | commitdiff | tree |
2024-04-01 |
Paul E. Murphy | cmd/compile: support float min/max instructions on... |
commit | commitdiff | tree |
2024-04-01 |
guoguangwu | cmd/compile: close files in the startProfile function |
commit | commitdiff | tree |
2024-04-01 |
qmuntal | os: support relative paths in fixLongPath |
commit | commitdiff | tree |
2024-04-01 |
apocelipes | database/sql: use slices to simplify the code |
commit | commitdiff | tree |
2024-03-31 |
Kévin Dunglas | cmd/cgo: update outdated docs about cgocheck2 |
commit | commitdiff | tree |
2024-03-30 |
guoguangwu | cmd/go: close elf file in the readpkglist function |
commit | commitdiff | tree |
2024-03-30 |
Cuong Manh Le | Revert "cmd/compile/internal: merge stack slots for... |
commit | commitdiff | tree |
2024-03-29 |
Than McIntosh | cmd/compile/internal: merge stack slots for selected... |
commit | commitdiff | tree |
2024-03-29 |
Daniel Martí | crypto/tls,regexp: remove always-nil error results |
commit | commitdiff | tree |
2024-03-29 |
Than McIntosh | cmd/compile/internal: refactor coverage ir.Name flags |
commit | commitdiff | tree |
2024-03-29 |
Than McIntosh | cmd/compile/internal/liveness: introduce "live interval... |
commit | commitdiff | tree |
2024-03-29 |
Than McIntosh | cmd/compiler/internal/ssagen: refactor code to sort... |
commit | commitdiff | tree |
2024-03-29 |
Than McIntosh | Revert "cmd/compile: add missing OINLCAll case in mayMo... |
commit | commitdiff | tree |
2024-03-29 |
Cuong Manh Le | cmd/compile: add missing OINLCAll case in mayModifyPkgVar |
commit | commitdiff | tree |
2024-03-29 |
Daniel Martí | regexp/syntax: use the Regexp.Equal static method directly |
commit | commitdiff | tree |
2024-03-29 |
Jes Cok | runtime: make use of builtin clear in tests |
commit | commitdiff | tree |
2024-03-29 |
guoguangwu | cmd/cgo: close the file opened in the dynimport function |
commit | commitdiff | tree |
2024-03-29 |
Russ Cox | runtime: simplify timers.siftDown |
commit | commitdiff | tree |
2024-03-29 |
Russ Cox | runtime: move whenHeap into heap slice |
commit | commitdiff | tree |
2024-03-29 |
Jes Cok | net/http: correct doc for ServeFileFS |
commit | commitdiff | tree |
2024-03-28 |
Keith Randall | cmd/compile: put constants before variables in initiali... |
commit | commitdiff | tree |
2024-03-28 |
Olivier Mengué | go/ast: more godoc links |
commit | commitdiff | tree |
2024-03-28 |
Russ Cox | runtime: fix timer race introduced in CL 573455 |
commit | commitdiff | tree |
2024-03-28 |
Russ Cox | runtime: adjust when timers.adjust is called |
commit | commitdiff | tree |
2024-03-28 |
Russ Cox | runtime: optimize timers.cleanHead |
commit | commitdiff | tree |
2024-03-28 |
Russ Cox | runtime: avoid unnecessary netpoll wakeups during timer... |
commit | commitdiff | tree |
2024-03-28 |
apocelipes | encoding/asn1: simplify appendFourDigits |
commit | commitdiff | tree |
2024-03-28 |
Russ Cox | internal/sysinfo: implement CPUName on bsd systems |
commit | commitdiff | tree |
2024-03-27 |
Daniel Martí | cmd/go: replace reflect.DeepEqual with slices.Equal... |
commit | commitdiff | tree |
2024-03-27 |
Michael Pratt | cmd/compile: rename cmd/compile/internal/pgo to cmd... |
commit | commitdiff | tree |
2024-03-27 |
Michael Pratt | cmd/compile,cmd/preprofile: move logic to shared common... |
commit | commitdiff | tree |
2024-03-27 |
qmuntal | os: make readdir more robust on Windows |
commit | commitdiff | tree |
2024-03-27 |
Ian Lance Taylor | test: issue16016: use fewer goroutines for gccgo |
commit | commitdiff | tree |
2024-03-27 |
Jes Cok | all: make use of builtin clear |
commit | commitdiff | tree |
2024-03-27 |
Michael Pratt | cmd/preprofile: drop output directory check |
commit | commitdiff | tree |
2024-03-27 |
Michael Pratt | cmd/preprofile: clean up error handling |
commit | commitdiff | tree |
2024-03-26 |
Roland Shoemaker | crypto/internal/boring: don't shadow named returns |
commit | commitdiff | tree |
2024-03-26 |
Keith Randall | runtime,hash/maphash: reuse hashSets to save memory... |
commit | commitdiff | tree |
2024-03-26 |
Lynn Boger | crypto/aes: fix regression for ppc64x |
commit | commitdiff | tree |
2024-03-26 |
cui fliter | all: fix a large number of comments |
commit | commitdiff | tree |
2024-03-26 |
guoguangwu | cmd/internal/ssa: fix typo in comment |
commit | commitdiff | tree |
2024-03-26 |
guoguangwu | cmd/link: close memory profile |
commit | commitdiff | tree |
2024-03-26 |
apocelipes | regexp/syntax: simplify the code |
commit | commitdiff | tree |
2024-03-26 |
Keith Randall | runtime,hash/maphash: make tests use less memory |
commit | commitdiff | tree |
2024-03-26 |
Damien Neil | net/http: fix typo in log message |
commit | commitdiff | tree |
2024-03-26 |
Jes Cok | slices: add examples |
commit | commitdiff | tree |
2024-03-26 |
Kevin Burke | net/http: panic early in do when Client is nil |
commit | commitdiff | tree |
2024-03-26 |
qmuntal | runtime: don't call lockOSThread for every syscall... |
commit | commitdiff | tree |
2024-03-26 |
Joel Sing | cmd/internal/obj/riscv: use native rotation instruction... |
commit | commitdiff | tree |
2024-03-26 |
Andy Pan | runtime: fix the failures from longtest builders |
commit | commitdiff | tree |
2024-03-25 |
Michael Anthony... | internal/trace/v2: fix reader version for dumping text... |
commit | commitdiff | tree |
2024-03-25 |
Andy Pan | runtime: migrate internal/atomic to internal/runtime |
commit | commitdiff | tree |
2024-03-25 |
Zxilly | cmd/go/internal/modget: remove duplicate exit |
commit | commitdiff | tree |
2024-03-25 |
apocelipes | regexp: use slices to simplify the code |
commit | commitdiff | tree |
2024-03-25 |
guoguangwu | test/stress: fix typo in comment |
commit | commitdiff | tree |
2024-03-25 |
guoguangwu | crypto/rand: close /dev/random on plan9 after seeding |
commit | commitdiff | tree |
2024-03-25 |
qmuntal | os: reuse buffer pool more aggressively in readdir |
commit | commitdiff | tree |
2024-03-25 |
Damien Neil | net/http: also log TLS errors which look like HTTP... |
commit | commitdiff | tree |
2024-03-25 |
Kevin Burke | log/slog: use plain string concatenation for Attr.String |
commit | commitdiff | tree |
2024-03-25 |
guoguangwu | os: fix typo in test |
commit | commitdiff | tree |
2024-03-25 |
Marten Seemann | crypto/aes: speed up AES by reducing allocations |
commit | commitdiff | tree |
2024-03-25 |
Andy Pan | net/http: eliminate the needless idle timeout for TestS... |
commit | commitdiff | tree |
2024-03-25 |
Andy Pan | net/http: update bundled x/net/http2 |
commit | commitdiff | tree |
2024-03-25 |
Tobias Klauser | internal/poll: use sync.OnceValue to determine kernel... |
commit | commitdiff | tree |
2024-03-25 |
cui fliter | test: put type declaration back inside the function |
commit | commitdiff | tree |
2024-03-23 |
Jeremy Quirke | cmd/link: remove objIdx structure |
commit | commitdiff | tree |
2024-03-23 |
qiulaidongfeng | cmd/dist: avoid CPU underutilization starting from... |
commit | commitdiff | tree |
2024-03-22 |
Damien Neil | net/http: ensure server handler is done in TestServerNo... |
commit | commitdiff | tree |
2024-03-22 |
guoguangwu | encoding/gob: close files used in dump.go and encgen.go |
commit | commitdiff | tree |
2024-03-22 |
apocelipes | path/filepath: use slices to simplify the test code |
commit | commitdiff | tree |
2024-03-22 |
Ian Lance Taylor | runtime: add fast path for (*timers).adjust |
commit | commitdiff | tree |
2024-03-22 |
Michael Anthony... | internal/trace/v2: break up ordering.Advance into dispa... |
commit | commitdiff | tree |
2024-03-22 |
Michael Anthony... | runtime: add tracing for iter.Pull |
commit | commitdiff | tree |
2024-03-22 |
Ian Lance Taylor | Revert "testing: add TB.SetGOMAXPROCS function" |
commit | commitdiff | tree |
2024-03-22 |
guoguangwu | database/sql: fix typo in comment |
commit | commitdiff | tree |
2024-03-22 |
Joel Sing | cmd/internal/obj/riscv: improve register MOVB/MOVH... |
commit | commitdiff | tree |
2024-03-22 |
Joel Sing | syscall: export Tc{get,set}pgrp for testing |
commit | commitdiff | tree |
2024-03-21 |
apocelipes | net/http: use slices to simplify the code |
commit | commitdiff | tree |
2024-03-21 |
guoguangwu | cmd/go: close debug trace file |
commit | commitdiff | tree |
2024-03-21 |
Roland Shoemaker | runtime/cgo: fix clang mach_port_t cast warning |
commit | commitdiff | tree |
2024-03-21 |
cui fliter | unsafe: add available godoc link |
commit | commitdiff | tree |
2024-03-21 |
cui fliter | html/template: add available godoc link |
commit | commitdiff | tree |
2024-03-21 |
sivchari | testing: add TB.SetGOMAXPROCS function |
commit | commitdiff | tree |
2024-03-21 |
Andrey Bokhanko | cmd/compile,cmd/go,cmd/internal,runtime: remove dynamic... |
commit | commitdiff | tree |
2024-03-21 |
Michael Anthony... | runtime: make tidExists more robust |
commit | commitdiff | tree |
2024-03-21 |
Keith Randall | cmd/compile: include constant bools in memcombine |
commit | commitdiff | tree |
2024-03-21 |
Audi P. R.... | cmd/go: show deprecation message on go run/install |
commit | commitdiff | tree |
2024-03-21 |
cui fliter | mime: add available godoc link |
commit | commitdiff | tree |
2024-03-21 |
qmuntal | cmd/internal/osinfo,runtime,syscall: use RtlGetVersion... |
commit | commitdiff | tree |
2024-03-21 |
qmuntal | net,internal/syscall/windows: prove that keep alive... |
commit | commitdiff | tree |
2024-03-21 |
WuGuangyao | time: fix typo in comment |
commit | commitdiff | tree |
2024-03-21 |
Emmanuel T... | src/go.mod, net/http: update bundled+latest golang... |
commit | commitdiff | tree |
next |