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
/
runtime
/
vlrt.go
Age
Commit message (
Expand
)
Author
2025-10-14
Revert "cmd/compile: make 386 float-to-int conversions match amd64"
David Chase
2025-10-09
cmd/compile: make 386 float-to-int conversions match amd64
David Chase
2022-04-11
all: gofmt main repo
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-07
cmd/compile,runtime: implement uint64->float32 correctly on 32-bit archs
Keith Randall
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-10-02
all: drop 387 support
Keith Randall
2020-06-04
all: fix dead links to inferno-os bitbucket repository
Tobias Klauser
2020-04-08
all: remove scattered remnants of darwin/386
Austin Clements
2020-04-08
all: remove scattered remnants of darwin/arm
Austin Clements
2018-06-16
runtime: move semaphore ops from system calls to libc calls on Darwin
Keith Randall
2018-05-21
cmd/link,runtime: move syscalls to libc on iOS
Elias Naur
2016-11-15
runtime: add support files for linux/mips{,le} port
Vladimir Stefanovic
2016-08-29
all: fix obsolete inferno-os links
Emmanuel Odeke
2016-08-10
[dev.ssa] cmd/compile: implement GO386=387
Keith Randall
2016-04-27
cmd/compile: enable const division for arm64
Zhongwei Yao
2016-03-02
all: single space after period.
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox