index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
internal
/
objabi
/
util.go
Age
Commit message (
Expand
)
Author
2022-09-16
cmd/internal/objabi: record GO$GOARCH setting in object header
Russ Cox
2022-03-18
internal/buildcfg: extract logic specific to cmd/go
Bryan C. Mills
2021-09-22
cmd/compile: break out constants for local and global dictionary prefixes
Dan Scales
2021-04-16
internal/buildcfg: move build configuration out of cmd/internal/objabi
Russ Cox
2021-04-08
cmd/internal/objabi: make GOEXPERIMENT be a diff from default experiments
Austin Clements
2021-04-08
cmd/compile,cmd/internal/objabi: abstract out object header string
Austin Clements
2021-04-08
internal/goexperiment,cmd: consolidate GOEXPERIMENTs into a new package
Austin Clements
2021-04-08
runtime: drop haveexperiment, sys.GOEXPERIMENT
Austin Clements
2021-04-01
runtime: fix uses of ABIInternal PCs in assembly
Austin Clements
2021-03-23
cmd/compile: wrap/desugar defer calls for register abi
Than McIntosh
2021-03-18
cmd/internal/objabi,runtime: simplify sys.GOEXPERIMENT parsing
Austin Clements
2021-03-18
cmd: move experiment flags into objabi.Experiment
Austin Clements
2021-03-18
all: explode GOEXPERIMENT=regabi into 5 sub-experiments
Austin Clements
2021-03-18
cmd/internal/objabi: support boolean GOEXPERIMENTs
Austin Clements
2021-03-18
cmd/dist: build bootstrap without GOEXPERIMENT
Austin Clements
2021-03-18
cmd/internal/objabi: centralize GOEXPERIMENT parsing
Austin Clements
2021-03-11
cmd: move GOEXPERIMENT knob from make.bash to cmd/go
Matthew Dempsky
2021-02-19
runtime: enable framepointer on all arm64
Russ Cox
2020-11-25
cmd/dist: restore GOARM=7 default for android/arm
Elias Naur
2020-11-25
cmd/internal/objabi: assume GOARM=7 on Android
Elias Naur
2020-11-02
cmd: remove Go115AMD64
Cherry Zhang
2020-10-06
all: implement GO386=softfloat
Keith Randall
2020-10-02
all: drop 387 support
Keith Randall
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-09-03
cmd/internal/objabi: add regabi GOEXPERIMENT
Austin Clements
2020-08-27
runtime: framepointers are no longer an experiment - hard code them
Keith Randall
2020-06-10
cmd/internal/objabi: enable frame-pointer for iOS arm64
Gawen Arab
2020-05-20
cmd/go: remove GOAMD64 environment variable
David Chase
2020-05-01
cmd/internal/obj/x86: prevent jumps crossing 32 byte boundaries
Mark Ryan
2020-04-07
runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)
Dan Scales
2019-10-09
all: remove the nacl port (part 2, amd64p32 + toolchain)
Brad Fitzpatrick
2019-04-23
cmd/go: add env -w and env -u to set and unset default env vars
Russ Cox
2019-04-17
cmd/link: increase the reserved space for ELF relocations
erifan01
2019-04-04
cmd/compile: add saturating conversions on wasm
Richard Musiol
2019-03-28
cmd/compile: add sign-extension operators on wasm
Richard Musiol
2019-03-23
cmd/go: add GOWASM environment variable
Richard Musiol
2019-03-13
cmd/compile: add processor level selection support to ppc64{,le}
Carlos Eduardo Seo
2019-03-01
cmd/dist, cmd/link: allow passing default dynamic linker/loader
Tobias Klauser
2018-11-26
cmd/compile: remove CLOBBERDEAD experiment
Keith Randall
2018-10-12
internal/cpu: enable support for GODEBUGCPU in non-experimental builds
Martin Möhrmann
2018-08-29
build: support frame-pointer for arm64
Zheng Xu
2018-05-22
internal/cpu: add experiment to disable CPU features with GODEBUGCPU
Martin Möhrmann
2018-04-27
cmd/compile: add softfloat support to mips64{,le}
Milan Knezevic
2018-01-09
cmd/link: set runtime.GOROOT default during link
Russ Cox
2017-11-30
cmd/go, cmd/dist: introduce GOMIPS environment variable
Vladimir Stefanovic
2017-07-17
cmd/compile: omit X:framepointer in compile version
Russ Cox
2017-04-21
cmd/compile: experiment which clobbers all dead pointer fields
Keith Randall
2017-04-19
cmd/internal/objabi: extract shared functionality from obj
Matthew Dempsky