aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2021-08-11[dev.typeparams] runtime, internal/bytealg: remove regabi fallback code on AMD64Cherry Mui
2021-08-11[dev.typeparams] internal/buildcfg: always enable regabi on AMD64Cherry Mui
2021-08-09[dev.typeparams] cmd/compile: simplify interface conversionsKeith Randall
2021-08-04[dev.typeparams] runtime: handle d.link carefully when freeing a deferAustin Clements
2021-08-03[dev.typeparams] runtime: simplify freedeferAustin Clements
2021-08-03[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-08-03[dev.typeparams] runtime: remove unnecessary split-prevention from defer codeAustin Clements
2021-08-02[dev.typeparams] runtime: rewrite softfloat functions to avoid using floatsCherry Mui
2021-07-30[dev.typeparams] Revert "[dev.typeparams] runtime: remove unnecessary split-p...Austin Clements
2021-07-30[dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla...Austin Clements
2021-07-30[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-07-30[dev.typeparams] runtime: remove unnecessary split-prevention from defer codeAustin Clements
2021-07-30[dev.typeparams] runtime: use func() for deferred functionsAustin Clements
2021-07-30[dev.typeparams] cmd/compile: remove now-unneeded check for '==' method for c...Dan Scales
2021-07-27[dev.typeparams] runtime: don't keep stack uintptr across potential stack moveAustin Clements
2021-07-22Merge "[dev.typeparams] all: merge master (798ec73) into dev.typeparams" into...Gerrit Code Review
2021-07-22[dev.typeparams] runtime: mark TestGcSys as flakyMatthew Dempsky
2021-07-22[dev.typeparams] all: merge master (798ec73) into dev.typeparamsMatthew Dempsky
2021-07-22runtime: don't clear timerModifiedEarliest if adjustTimers is 0Ian Lance Taylor
2021-07-22runtime: move mem profile sampling into m-acquired sectionDavid Chase
2021-07-21[dev.typeparams] cmd/compile: get runtime stuff workingKeith Randall
2021-07-20[dev.typeparams] all: merge master (c8f4e61) into dev.typeparamsMatthew Dempsky
2021-07-20runtime/debug: skip TestPanicOnFault on netbsd/armBenny Siegert
2021-07-19cmd/compile: fix off-by-one error in traceback argument countingCherry Mui
2021-07-14go/build, runtime/internal/sys: reserve GOARCH=loong64WANG Xuerui
2021-07-09runtime/pprof: call runtime.GC twice in memory profile testMichael Anthony Knyszek
2021-07-08[dev.typeparams] all: merge master (296ddf2) into dev.typeparamsMatthew Dempsky
2021-07-08Update oudated commentmakdon
2021-07-02[dev.typeparams] all: merge master (912f075) into dev.typeparamsMatthew Dempsky
2021-07-02cmd/compile: fix stack growing algorithmgo101
2021-06-30[dev.typeparams] all: merge master (4711bf3) into dev.typeparamsMatthew Dempsky
2021-06-28cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky
2021-06-28runtime/internal/atomic: drop Cas64 pointer indirection in commentsMia Zhu
2021-06-25runtime/race: use race build tag on syso_test.goCherry Mui
2021-06-25runtime: make ncgocall a global counterTao Qingyun
2021-06-25[dev.typeparams] all: merge master (37f9a8f) into dev.typeparamsCuong Manh Le
2021-06-22runtime/internal/atomic: remove incorrect pointer indirection in commentXing Gao
2021-06-22[dev.typeparams] all: merge master (16e82be) into dev.typeparamsCuong Manh Le
2021-06-21runtime: fix crash during VDSO calls on PowerPCDerek Parker
2021-06-21runtime/pprof: deflake TestMorestack moreCherry Mui
2021-06-18runtime: clarify Frames.Next documentationMatthew Dempsky
2021-06-18runtime: disable CPU profiling before removing the SIGPROF handlerIan Lance Taylor
2021-06-17cmd/pprof,runtime/pprof: disable test on more broken platformsMichael Pratt
2021-06-17[dev.typeparams] runtime/internal/sys: remove unused Goarch* and Goos* constantsMichael Anthony Knyszek
2021-06-17[dev.typeparams] runtime: replace Goarch* constants with internal/goarch vers...Michael Anthony Knyszek
2021-06-17[dev.typeparams] runtime: replace Goos* constants with internal/goos versions...Michael Anthony Knyszek
2021-06-17[dev.typeparams] internal/goarch,internal/goos: rename Goos and Goarch constantsMichael Anthony Knyszek
2021-06-17[dev.typeparams] runtime/internal/sys: replace ArchFamily and constants with ...Michael Anthony Knyszek
2021-06-17[dev.typeparams] runtime,runtime/internal/sys: remove unused BigEndianMichael Anthony Knyszek
2021-06-17[dev.typeparams] runtime/internal/sys: replace BigEndian with goarch.BigEndia...Michael Anthony Knyszek