2025-05-07 |
Keith Randall | runtime: fix tag pointers on aix, take 2 |
commit | commitdiff | tree |
2025-05-07 |
Damien Neil | runtime: use "bubble" terminology for synctest |
commit | commitdiff | tree |
2025-05-07 |
Damien Neil | runtime, testing/synctest: stop advancing time when... |
commit | commitdiff | tree |
2025-05-07 |
khr@golang.org | internal/runtime/maps: make clear also erase tombstones |
commit | commitdiff | tree |
2025-05-07 |
Rhys Hiltner | runtime: remove GODEBUG=runtimecontentionstacks |
commit | commitdiff | tree |
2025-05-07 |
Rhys Hiltner | runtime: verify attribution of mutex delay |
commit | commitdiff | tree |
2025-05-07 |
Rhys Hiltner | runtime: blame unlocker for mutex delay |
commit | commitdiff | tree |
2025-05-07 |
Guoqi Chen | cmd,runtime: enable race detector on loong64 |
commit | commitdiff | tree |
2025-05-07 |
Damien Neil | runtime: print stack traces for bubbled goroutines... |
commit | commitdiff | tree |
2025-05-07 |
Michael Pratt | runtime: improve Error documentation |
commit | commitdiff | tree |
2025-05-07 |
Carlos Amedee | crypto/tls: use runtime.AddCleanup instead of runtime... |
commit | commitdiff | tree |
2025-05-06 |
cuishuang | cmd/go/internal: make function comment match function... |
commit | commitdiff | tree |
2025-05-06 |
Michael Anthony... | unique: use a bespoke canonicalization map and runtime... |
commit | commitdiff | tree |
2025-05-06 |
Mark Freeman | pkgbits: replace references to RelocKind with SectionKind |
commit | commitdiff | tree |
2025-05-06 |
Mark Freeman | spec: avoid use of "raise" in conjunction with panics |
commit | commitdiff | tree |
2025-05-06 |
Mark Freeman | runtime: replace mentions of "raised" with "panicked" |
commit | commitdiff | tree |
2025-05-06 |
Damien Neil | os: avoid escape from Root via paths ending in ../ |
commit | commitdiff | tree |
2025-05-06 |
Mark Freeman | pkgbits: alias RelocKind with a SectionKind type |
commit | commitdiff | tree |
2025-05-06 |
Mark Freeman | pkgbits: alias the Index type to clarify it is section... |
commit | commitdiff | tree |
2025-05-06 |
Mark Freeman | go/types, types2: set up recording of positions for... |
commit | commitdiff | tree |
2025-05-06 |
Ernesto Alejandro... | log/slog: export Source method in Record for custom... |
commit | commitdiff | tree |
2025-05-06 |
tdakkota | bytes, strings: reduce Split{,After}Seq heap allocations |
commit | commitdiff | tree |
2025-05-05 |
Mark Freeman | pkgbits: improve documentation in reloc.go |
commit | commitdiff | tree |
2025-05-05 |
Keith Randall | Revert "cmd/compile: allow all of the preamble to be... |
commit | commitdiff | tree |
2025-05-05 |
khr@golang.org | cmd/compile: on amd64, use flag result of x instead... |
commit | commitdiff | tree |
2025-05-05 |
Mateusz Poliwczak | go/parser: use non-adjusted position while parsing... |
commit | commitdiff | tree |
2025-05-05 |
qmuntal | net,os: support converting between *os.File and net... |
commit | commitdiff | tree |
2025-05-04 |
Russ Cox | go/types: fix typo in Info.Types doc comment |
commit | commitdiff | tree |
2025-05-02 |
Michael Pratt | runtime: clear frame pointer in morestack |
commit | commitdiff | tree |
2025-05-02 |
Michael Pratt | runtime: don't restore from g0.sched in systemstack... |
commit | commitdiff | tree |
2025-05-02 |
Michael Pratt | runtime: clear frame pointer in mcall |
commit | commitdiff | tree |
2025-05-02 |
Stefan Schlosser | cmd/go/internal/vcs: include Subversion VCS build infor... |
commit | commitdiff | tree |
2025-05-02 |
Michael Anthony... | runtime: mark and scan small objects in whole spans... |
commit | commitdiff | tree |
2025-05-02 |
Dmitri Shuralyov | cmd/api: skip 3 non-TestCheck tests in -check mode |
commit | commitdiff | tree |
2025-05-02 |
Joel Sing | cmd/internal/obj/riscv: add support for vector permutat... |
commit | commitdiff | tree |
2025-05-02 |
Joel Sing | cmd/internal/obj/riscv: add support for vector mask... |
commit | commitdiff | tree |
2025-05-02 |
Joel Sing | cmd/internal/obj/riscv: add support for vector reductio... |
commit | commitdiff | tree |
2025-05-01 |
Josh Rickmar | os: fix Root.Mkdir permission bits on OpenBSD |
commit | commitdiff | tree |
2025-05-01 |
Alan Donovan | sync: WaitGroup.Go: document that f must not panic |
commit | commitdiff | tree |
2025-05-01 |
Keith Randall | cmd/compile: improve multiplication strength reduction |
commit | commitdiff | tree |
2025-05-01 |
Joel Sing | cmd/compile,internal/cpu,runtime: intrinsify math/bits... |
commit | commitdiff | tree |
2025-05-01 |
Joel Sing | cmd/compile: intrinsify math/bits.Bswap on riscv64 |
commit | commitdiff | tree |
2025-05-01 |
Joel Sing | internal/bytealg: deduplicate code between Count/CountS... |
commit | commitdiff | tree |
2025-05-01 |
Joel Sing | cmd/internal/obj/riscv: add support for vector floating... |
commit | commitdiff | tree |
2025-05-01 |
Julian Zhu | math/big: fix incorrect register allocation for mipsx... |
commit | commitdiff | tree |
2025-04-30 |
Dmitri Shuralyov | cmd/dist: move "devel" substring in git-inferred develo... |
commit | commitdiff | tree |
2025-04-30 |
Mark Ryan | cmd/link: fix cgo on riscv64 when building with gcc-15 |
commit | commitdiff | tree |
2025-04-30 |
Dmitri Shuralyov | cmd/go, cmd/internal/objabi: detect "devel" version... |
commit | commitdiff | tree |
2025-04-30 |
qmuntal | os: test overlapped pipes deadlines on Windows |
commit | commitdiff | tree |
2025-04-30 |
Jake Bailey | syscall: cache Errno.Error() on Windows |
commit | commitdiff | tree |
2025-04-30 |
qmuntal | net: support IPv6 addresses in ListenMulticastUDP on... |
commit | commitdiff | tree |
2025-04-30 |
Sean Liao | testing: use more doc links |
commit | commitdiff | tree |
2025-04-29 |
Jakub Ciolek | cmd/compile: relax tighten register-pressure heuristic... |
commit | commitdiff | tree |
2025-04-29 |
John Bampton | doc: fix grammar and spelling |
commit | commitdiff | tree |
2025-04-29 |
Guoqi Chen | cmd/internal/obj/loong64: fix the error parameters... |
commit | commitdiff | tree |
2025-04-29 |
John Bampton | crypto/internal/hpke: rename Receipient to Recipient |
commit | commitdiff | tree |
2025-04-28 |
goto1134 | cmd/list: fix -retracted flag description |
commit | commitdiff | tree |
2025-04-26 |
Julien Cretel | mime: speed up ParseMediaType |
commit | commitdiff | tree |
2025-04-25 |
Austin Clements | sync: tidy WaitGroup documentation, add WaitGroup.Go... |
commit | commitdiff | tree |
2025-04-25 |
David du Colombier | runtime: don't read /dev/random on Plan 9 |
commit | commitdiff | tree |
2025-04-25 |
Dmitri Shuralyov | cmd/dist: add "devel" substring check to isRelease... |
commit | commitdiff | tree |
2025-04-25 |
Keith Randall | cmd/compile: allow all of the preamble to be preemptible |
commit | commitdiff | tree |
2025-04-25 |
limeidan | runtime, internal/fuzz: add comparison tracing for... |
commit | commitdiff | tree |
2025-04-25 |
Guoqi Chen | cmd/internal/obj: add new assembly format for BFPT... |
commit | commitdiff | tree |
2025-04-25 |
Julian Zhu | crypto/sha256: improve performance of riscv64 assembly |
commit | commitdiff | tree |
2025-04-24 |
Mateusz Poliwczak | sync/atomic: document that atomic types should not... |
commit | commitdiff | tree |
2025-04-24 |
changwang ma | runtime: fix typo in comment |
commit | commitdiff | tree |
2025-04-24 |
Keith Randall | cmd/compile: put constant value on node inside parentheses |
commit | commitdiff | tree |
2025-04-24 |
Felix Geisendörfer | runtime/debug: update SetCrashOutput example to not... |
commit | commitdiff | tree |
2025-04-24 |
Keith Randall | cmd/compile: add cast in range loop final value computation |
commit | commitdiff | tree |
2025-04-24 |
Keith Randall | runtime: fix tag pointers on aix |
commit | commitdiff | tree |
2025-04-24 |
qmuntal | os,internal/poll: disassociate handle from IOCP in... |
commit | commitdiff | tree |
2025-04-24 |
Keith Randall | runtime: use precise bounds of Go data/bss for race... |
commit | commitdiff | tree |
2025-04-24 |
Keith Randall | runtime: align taggable pointers more so we can use... |
commit | commitdiff | tree |
2025-04-24 |
Alan Donovan | cmd/vet: add hostport analyzer |
commit | commitdiff | tree |
2025-04-23 |
Alan Donovan | cmd/vendor: update x/tools and x/text |
commit | commitdiff | tree |
2025-04-23 |
Nevkontakte | crypto/tls: skip part of the test based on GOOS instead... |
commit | commitdiff | tree |
2025-04-23 |
Michael Anthony... | internal/goexperiment: add Green Tea GC goexperiment |
commit | commitdiff | tree |
2025-04-23 |
Michael Anthony... | runtime: move some malloc constants to internal/runtime/gc |
commit | commitdiff | tree |
2025-04-23 |
Michael Anthony... | runtime: move sizeclass defs to new package internal... |
commit | commitdiff | tree |
2025-04-23 |
limeidan | runtime: optimize the function memequal using SIMD... |
commit | commitdiff | tree |
2025-04-23 |
Xiaolin Zhao | runtime: fix typos in comments |
commit | commitdiff | tree |
2025-04-22 |
Carlos Amedee | Revert "runtime: only poll network from one P at a... |
commit | commitdiff | tree |
2025-04-22 |
1911860538 | net/http: replace map lookup with switch for scheme... |
commit | commitdiff | tree |
2025-04-22 |
Mateusz Poliwczak | runtime, internal/runtime/maps: speed-up empty/zero... |
commit | commitdiff | tree |
2025-04-22 |
Keith Randall | cmd/compile: constant fold 128-bit multiplies |
commit | commitdiff | tree |
2025-04-22 |
Rhys Hiltner | runtime: commit to spinbitmutex GOEXPERIMENT |
commit | commitdiff | tree |
2025-04-22 |
Rhys Hiltner | runtime: fix test of when a mutex is contended |
commit | commitdiff | tree |
2025-04-22 |
Prabhav Dogra | sync: use atomic.Bool for Once.done |
commit | commitdiff | tree |
2025-04-22 |
Ian Lance Taylor | runtime: only poll network from one P at a time in... |
commit | commitdiff | tree |
2025-04-21 |
Keith Randall | cmd/compile: ensure we evaluate side effects of len... |
commit | commitdiff | tree |
2025-04-21 |
Keith Randall | cmd/compile: don't evaluate side effects of range over... |
commit | commitdiff | tree |
2025-04-21 |
thepudds | cmd/compile/internal/escape: avoid reading ir.Node... |
commit | commitdiff | tree |
2025-04-21 |
Julian Zhu | crypto/sha512: remove unnecessary move op, replace... |
commit | commitdiff | tree |
2025-04-20 |
Joel Sing | crypto/internal/fips140/aes: actually use the VTBL... |
commit | commitdiff | tree |
2025-04-19 |
1911860538 | net: simplify readProtocols via sync.OnceFunc |
commit | commitdiff | tree |
2025-04-19 |
Matthew Burton | fs: clarify documentation for ReadDir method |
commit | commitdiff | tree |
2025-04-19 |
Russ Cox | math/big: use clearer loop bounds check elimination |
commit | commitdiff | tree |
2025-04-19 |
Russ Cox | math/big: replace assembly with mini-compiler output |
commit | commitdiff | tree |
2025-04-19 |
Russ Cox | math/big: add shift and mul to mini-compiler |
commit | commitdiff | tree |
next |