aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2026-02-28runtime/cgo: add abi_riscv64.h for callee-saved register macrosGeorge Adams
2026-02-27runtime: unified the calculate for max objects per spanTony
2026-02-27runtime/cgo: avoid unused parameter warningTamir Duberstein
2026-02-27runtime: on android/arm64, don't read outside 16-byte regionsKeith Randall
2026-02-27runtime: do signal stack clearing when parking MsDaniel Morsing
2026-02-26runtime: fix scan size calculation for small arrays of only pointersWang Deyu
2026-02-24internal/cpu: use IsProcessorFeaturePresent to calculate ARM64 on windowsAlex Brainman
2026-02-24runtime: simplify pprof labels in tracebacksDavid Finkel
2026-02-24os/signal: completely ignore bogus signalsMichael Pratt
2026-02-23runtime/cgo: fix setg_gcc call on aix/ppc64qmuntal
2026-02-23runtime: printquoted: fix decoderune callDavid Finkel
2026-02-23runtime: printquoted: preserve bytes of invalid UTF-8 encodingsDavid Finkel
2026-02-23runtime: remove write barriers from traceRegionAllocNick Ripley
2026-02-21runtime/secret: run crash tests under memory validating modesDaniel Morsing
2026-02-19runtime/cgo: remove unnecessary ARM_TP_ADDRESS check on FreeBSDqmuntal
2026-02-18runtime/cgo: deduplicate Android's fatalfqmuntal
2026-02-18runtime/cgo: use pthreads to get stack bound on Solarisqmuntal
2026-02-18runtime/cgo: rename and update ppc64x and s390x croscall1 functionsqmuntal
2026-02-18runtime: update comments about known g offsetsMichael Anthony Knyszek
2026-02-18runtime: tell the race detector about synchronization on mainInitDoneCherry Mui
2026-02-17runtime/cgo: remove clang mmap bug workaroundqmuntal
2026-02-17all: use LF line ending for C filesCherry Mui
2026-02-13runtime: delete deadcode in mheapTony Tang
2026-02-13runtime/cgo: deduplicate x_cgo_init and crosscall1qmuntal
2026-02-13runtime/cgo: deduplicate pthreads-related functionsqmuntal
2026-02-12cmd/link: handle runtime.type based on size, not GOOSIan Lance Taylor
2026-02-11runtime: conservatively scan extended register stateAlexander Musman
2026-02-10cmd/compile, runtime: set alignment of type descriptorsIan Lance Taylor
2026-02-10runtime: put a bool in front of initialization-done channelIan Lance Taylor
2026-02-09runtime/pprof: fix missing Profile docsAustin Clements
2026-02-09runtime: add race instrumentation for moduleToTypelinksLockchressie
2026-02-07runtime: use unsafe.Slice in itabInitIan Lance Taylor
2026-02-07internal/abi, runtime: put type descriptor sizes in internal/abiIan Lance Taylor
2026-02-06runtime: simplify the implementation of walltime and nanotime1 on loong64Guoqi Chen
2026-02-06cmd/link: use correct alignment for type descriptors on AIXIan Lance Taylor
2026-02-06runtime: add explicit lower bounds check to decoderuneJonah Uellenberg
2026-02-06runtime: clarify g object vs stack memory lifetime in HACKING.mdkovan
2026-02-04reflect, runtime: adjust user-created GCData on AIXIan Lance Taylor
2026-02-02internal/maps,cmd/compile/internal/walk: replace calls to mapaccess1* with ma...ArsenySamoylov
2026-01-30runtime: delete unused parameter of userForcedTony Tang
2026-01-30runtime: align end of systemstack_switch prologue on amd64 for consistency wi...Vasily Leonenko
2026-01-30all: switch linux-ppc64 target to ELFv2 ABIPaul Murphy
2026-01-29runtime: use smaller max align for arm32Keith Randall
2026-01-29runtime, cmd/link: store type descriptor length, not endIan Lance Taylor
2026-01-28runtime/metrics: fix panic in Read with empty sliceAmol Yadav
2026-01-27cmd/link, runtime: remove typelinksIan Lance Taylor
2026-01-27runtime: rename aeshashbody to runtime.aeshashbodyMichael Pratt
2026-01-27cmd/compile, runtime: avoid improper control transfer instruction hints on ri...wangboyao
2026-01-23cmd/compile: use equality signatures in hash function generationKeith Randall
2026-01-23runtime: speed up cheaprand and cheaprand64Gavin Lam