aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2024-11-18runtime: fix MapCycle testKeith Randall
2024-11-18runtime: relax TestWindowsStackMemory from 100kB to 128kBRuss Cox
2024-11-17internal/runtime/maps: simplify small group lookupKeith Randall
2024-11-17runtime/internal/maps: optimize long string keys for small mapsKeith Randall
2024-11-16runtime/pprof: reduce label overheadFelix Geisendörfer
2024-11-16runtime: implement Stop for AddCleanupCarlos Amedee
2024-11-16runtime: implement AddCleanupCarlos Amedee
2024-11-16runtime/pprof: continued attempt to deflake the VMInfo test.Cosmos Nicolaou
2024-11-16runtime: improve CALLFN macro for loong64Xiaolin Zhao
2024-11-16runtime: use ABIInternal for calls to sigtrampgo on linux/loong64Guoqi Chen
2024-11-15runtime: unify lock2, allow deeper sleepRhys Hiltner
2024-11-15runtime: allow futex OSes to use sema-based mutexRhys Hiltner
2024-11-15runtime: validate all calls to SetFinalizerCarlos Amedee
2024-11-15runtime: add race detector tips to reportZombies funcLin Lin
2024-11-14runtime: add test for mutex starvationRhys Hiltner
2024-11-14runtime/cgo: report a meaningful error message when using Cygwinqmuntal
2024-11-14runtime: make Frames example produce documented outputJes Cok
2024-11-13runtime/pprof: note different between go test -memprofile and WriteHeapProfileSean Liao
2024-11-13runtime: prevent weak->strong conversions during mark terminationMichael Anthony Knyszek
2024-11-13internal/runtime/maps: use match to skip non-full slots in iterationMichael Pratt
2024-11-13runtime: add benchmark of iteration over map with low loadMichael Pratt
2024-11-13runtime: reserve 4kB for system stack on windows-386Russ Cox
2024-11-12runtime: fix iterator returns map entries after clear (pre-swissmap)Youlin Feng
2024-11-12cmd/compile: optimize math/bits.OnesCount{16,32,64} implementation on loong64Guoqi Chen
2024-11-11internal/runtime/maps: don't hash twice when deletingKeith Randall
2024-11-11runtime, syscall: use pointer types on wasmimport functionsCherry Mui
2024-11-08cmd/internal/goobj: regenerate builtinlistIan Lance Taylor
2024-11-08cmd/compile/internal: intrinsify publicationBarrier on loong64Guoqi Chen
2024-11-07runtime/cgo: use pthread_getattr_np on AndroidCherry Mui
2024-11-07runtime/pprof: add label benchmarkFelix Geisendörfer
2024-11-07runtime/race: treat map concurrent access detection as a race detector hitKeith Randall
2024-11-07cmd/compiler,internal/runtime/atomic: optimize Store{64,32,8} on loong64Guoqi Chen
2024-11-04runtime/pprof: relax TestProfilerStackDepthNick Ripley
2024-11-01runtime: fix out-of-date comment docchangwang ma
2024-10-30runtime: update and restore g0 stack bounds at cgocallbackCherry Mui
2024-10-30cmd/compile,internal/runtime/maps: stack allocated maps and small allocMichael Pratt
2024-10-30runtime,internal/runtime/maps: specialized swissmapsMichael Pratt
2024-10-30cmd/compile,runtime: add indirect key/elem to swissmapMichael Pratt
2024-10-30runtime: add concurrent write checks to swissmapMichael Pratt
2024-10-30internal/runtime/maps: enable race for map functions in internal/runtime/mapsMichael Pratt
2024-10-30internal/race,runtime: linkname contents of internal/raceMichael Pratt
2024-10-30internal/runtime/maps: proper capacity hint handlingMichael Pratt
2024-10-29runtime: skip TestMemmoveOverflow with asanMichael Anthony Knyszek
2024-10-29runtime: move mapaccess1 and mapassign to internal/runtime/mapsMichael Pratt
2024-10-29runtime: skip most map benchmark combinations by defaultMichael Pratt
2024-10-29internal/runtime/maps: remove type fieldsMichael Pratt
2024-10-29strings,bytes: use result of copy in subsequent slicingKeith Randall
2024-10-29runtime: skip TestNewOSProc0 with asan and msanMichael Anthony Knyszek
2024-10-29cmd/internal/obj/ppc64: support for extended mnemonics of BCJayanth Krishnamurthy
2024-10-29crypto/internal/fips: add self-test mechanismFilippo Valsorda