aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/internal/sys
AgeCommit message (Expand)Author
2021-04-08runtime: drop haveexperiment, sys.GOEXPERIMENTAustin Clements
2021-03-11cmd: move GOEXPERIMENT knob from make.bash to cmd/goMatthew Dempsky
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-19runtime: move sys.DefaultGoroot to runtime.defaultGOROOTRuss Cox
2021-02-19runtime: document, clean up internal/sysRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-09-23all: add GOOS=iosCherry Zhang
2020-01-19runtime: add support for linux/riscv64Joel Sing
2019-11-08runtime: copy some functions from math/bits to runtime/internal/sysDavid Chase
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-05-03runtime: remove sys.HugePageSizeMichael Anthony Knyszek
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-01-09cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64Clément Chigot
2018-11-05runtime/internal/sys: regenerate zgoos_*.go filesTobias Klauser
2018-09-28go/build, runtime/internal/sys: add GOOS=aixClément Chigot
2018-08-24runtime: replace sys.CacheLineSize by corresponding internal/cpu const and varsMartin Möhrmann
2018-06-12runtime/internal/sys: rename Wasm to WASMRichard Musiol
2018-05-08runtime: add js/wasm architectureRichard Musiol
2018-04-29runtime: iterate over set bits in adjustpointersJosh Bleecher Snyder
2018-04-11go/build, runtime/internal/sys: reserve RISC-V arch namesTobias Klauser
2018-03-30go/build, go/types, cmd/dist: add js/wasm architectureRichard Musiol
2018-01-10all: use Fatalf instead of Fatal if format is givenKunpei Sakai
2018-01-09cmd/link: set runtime.GOROOT default during linkRuss Cox
2017-10-25runtime/internal/sys: use boolean constants for sys.BigEndianTobias Klauser
2017-08-30runtime/internal/sys: use standard generated code headerMarvin Stenger
2017-08-08runtime, internal/cpu: change cache line size for arm64 to 64 bytesMartin Möhrmann
2017-03-16cmd/compile: intrinsics for math/bits.TrailingZerosXKeith Randall
2016-11-07cmd/internal/sys, runtime/internal/sys: gofmtMichael Munday
2016-11-03runtime/internal/sys: add arch defs for GOARCH=mips{,le}Vladimir Stefanovic
2016-09-06runtime: don't hard-code physical page sizeAustin Clements
2016-09-06runtime: assume 64kB physical pages on ARMAustin Clements
2016-08-29runtime: insufficient padding in the `p` structureCarlos Eduardo Seo
2016-08-23cmd/compile: clean up ctz opsKeith Randall
2016-06-30runtime/internal/sys: implement Ctz and Bswap in assembly for 386Austin Clements
2016-04-14runtime/internal/sys: better fallback algorithms for intrinsicsKeith Randall
2016-04-11runtime: remove remaining references to TheCharJeremy Jackins
2016-03-28cmd/compile: added some intrinsics to SSA back endDavid Chase
2016-03-21runtime/internal/sys: add s390x supportMichael Munday
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-12cmd/internal/obj, cmd/link, runtime: use a larger stack frame on ppc64Michael Hudson-Doyle
2015-11-12runtime/internal/sys: remove IntptrMatthew Dempsky
2015-11-12runtime, runtime/internal/sys: fix build for linux/{mips64,mips64le}Shenghou Ma
2015-11-12runtime: move arch_mips64(le)?.go into runtime/internal/sysMichael Matloob
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob