aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
2022-04-22internal/bytealg: optimize cmpbody for ppc64le/ppc64Archana R
2022-04-22internal/bytealg: port bytealg functions to reg ABI on riscv64Meng Zhuo
2022-04-15internal/bytealg: optimize indexbyte function for ppc64le/power9Archana R
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-04internal/goexperiment: add GOEXPERIMENT=boringcryptoRuss Cox
2022-04-04Revert "os: add handling of os.Interrupt for windows"Bryan Mills
2022-04-03os: add handling of os.Interrupt for windowsConstantin Konstantinidis
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-31runtime: remove old pacer and the PacerRedesign goexperimentMichael Anthony Knyszek
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2022-03-28internal/pkgbits: add fingerprints to unified IR export formatMatthew Dempsky
2022-03-28all: delete PPC64 non-register ABI fallback pathCherry Mui
2022-03-26internal/abi: define riscv64 register ABI constantsMeng Zhuo
2022-03-21internal/abi, internal/buildcfg: always enable register ABI on PPC64Cherry Mui
2022-03-20internal/reflectlite: fix name of type parameterzhouguangyuan
2022-03-18internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills
2022-03-18internal/buildcfg: initialize GOROOT to runtime.GOROOTBryan C. Mills
2022-03-18all: delete ARM64 non-register ABI fallback pathCherry Mui
2022-03-18internal/diff: add, replacing cmd/internal/diffRuss Cox
2022-03-18internal/abi, internal/buildcfg: always enable register ABI on ARM64Cherry Mui
2022-03-18internal/buildcfg: extract logic specific to cmd/goBryan C. Mills
2022-03-18all: delete regabireflect goexperimentCherry Mui
2022-03-16internal/txtar: bring back to main repo, for tests in stdRuss Cox
2022-03-15internal/cpu: don't run SSE3 disable test if GOAMD64>1Keith Randall
2022-03-14internal/cpu: disallow disabling options that are required for microarchKeith Randall
2022-03-10internal/fuzz: minimization should not reduce coverageSteven Johnstone
2022-03-10internal/fuzz: don't use dirty coverage maps during minimizationRoland Shoemaker
2022-03-10cmd/compile,bytealg: change context register on riscv64Meng Zhuo
2022-03-09cmd/compile: require -p flagRuss Cox
2022-03-08os, internal/syscall/unix: consolidate Pipe implementationsTobias Klauser
2022-03-08internal/fuzz: fix encoding for out-of-range ints and runesBryan C. Mills
2022-03-08internal/bytealg: optimise compare on riscv64Joel Sing
2022-03-08internal/bytealg: optimise memequal on riscv64Joel Sing
2022-03-07internal/cpu: set PPC64.IsPOWER8Paul E. Murphy
2022-03-07internal/fuzz: fix TestUnmarshalMarshal on MIPSRoland Shoemaker
2022-03-07cmd/compile: represent derived types with ir.DynamicType in unified IRMatthew Dempsky
2022-03-04internal/fuzz: handle Inf/NaN float valuesRoland Shoemaker
2022-03-01internal/pkgbits: add version numberMatthew Dempsky
2022-03-01internal/pkgbits: extract unified IR coding-level logicMatthew Dempsky
2022-02-28internal/goversion: update Version to 1.19Carlos Amedee
2022-02-16cmd/go: set go.work path using GOWORK, and remove -workfile flagMichael Matloob
2022-02-04internal/fuzz: change meaning of "total" in outputKatie Hockman
2022-02-04internal/nettrace: fix spelling errorKevin Burke
2022-02-02internal/fuzz: small cleanupsKatie Hockman
2022-02-01internal/fuzz: properly handle duplicates during cache loadingRoland Shoemaker
2022-01-27internal/fuzz: centralize corpus entry additionRoland Shoemaker
2022-01-12cmd/go: enable fuzz testing for FreeBSDAyan George
2021-12-20all: fix spelling errors found by misspellDan Kortschak