aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime.go
AgeCommit message (Expand)Author
2025-05-21runtime: use cgroup CPU limit to set GOMAXPROCSMichael Pratt
2025-02-05runtime: adjust comments for auxv getAuxvTobias Klauser
2024-05-23all: document legacy //go:linkname for modules with ≥2,000 dependentsRuss Cox
2024-05-22all: document legacy //go:linkname for modules with ≥50,000 dependentsRuss Cox
2024-05-22runtime: revert "move zeroVal to internal/abi"Russ Cox
2024-05-22all: document legacy //go:linkname for modules with ≥100,000 dependentsRuss Cox
2024-05-03runtime,reflect: move zeroVal to internal/abiqiulaidongfeng
2024-04-22runtime: move zeroVal out of map.goMichael Pratt
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-02-22runtime: be careful about crash FD changes during panicMichael Pratt
2024-02-02runtime: initialize crashFD to -1Michael Pratt
2024-01-31runtime/debug: SetCrashOutput sets the FD for fatal panicsAlan Donovan
2023-12-21runtime: use racereleasemerge for godebugIncCherry Mui
2023-12-15runtime: add race annotations in IncNonDefaultDavid Chase
2023-11-09runtime: improve tickspersecondMichael Anthony Knyszek
2023-02-16runtime: expose auxv for use by x/sys/cpuBrad Fitzpatrick
2023-01-19internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox
2023-01-19runtime: replace panic(nil) with panic(new(runtime.PanicNilError))Russ Cox
2022-11-14internal/godebug: define more efficient APIRuss Cox
2022-11-10runtime: consolidate some low-level error reportingIan Lance Taylor
2022-10-18internal/godebug: remove dependency on osRuss Cox
2022-08-23runtime: convert ticksType.val to atomic typeCuong Manh Le
2022-08-04runtime: generate the lock ranking from a DAG descriptionAustin Clements
2022-05-19runtime: test alignment of fields targeted by 64-bit atomicsKeith Randall
2017-09-27syscall: make Exit call runtime.exitAlex Brainman
2016-09-06syscall: make Getpagesize return page size from runtimeAustin Clements
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-13runtime: replace tls0 with m0.tlsMatthew Dempsky
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-10-05pprof: improve sampling for heap profilingRaul Silvera
2015-04-02runtime: auto-generate duff routinesJosh Bleecher Snyder
2015-03-09runtime: do not share underlying envs/argv arrayDavid Crawshaw
2015-03-03runtime: remove makeStringSliceDavid Crawshaw
2015-01-29runtime: move all parfor-related code to parfor.goAustin Clements
2015-01-29runtime: check alignment of 8-byte atomic loads and stores on 386Austin Clements
2014-12-23runtime: remove thunk.sRuss Cox
2014-12-05runtime: generate windows callback list with go generateRuss Cox
2014-09-24cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox
2014-09-16runtime: remove untyped allocation of ParForRuss Cox
2014-09-12runtime: remove a few untyped allocationsRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox