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
/
runtime.go
Age
Commit message (
Expand
)
Author
2023-02-16
runtime: expose auxv for use by x/sys/cpu
Brad Fitzpatrick
2023-01-19
internal/godebug: export non-default-behavior counters in runtime/metrics
Russ Cox
2023-01-19
runtime: replace panic(nil) with panic(new(runtime.PanicNilError))
Russ Cox
2022-11-14
internal/godebug: define more efficient API
Russ Cox
2022-11-10
runtime: consolidate some low-level error reporting
Ian Lance Taylor
2022-10-18
internal/godebug: remove dependency on os
Russ Cox
2022-08-23
runtime: convert ticksType.val to atomic type
Cuong Manh Le
2022-08-04
runtime: generate the lock ranking from a DAG description
Austin Clements
2022-05-19
runtime: test alignment of fields targeted by 64-bit atomics
Keith Randall
2017-09-27
syscall: make Exit call runtime.exit
Alex Brainman
2016-09-06
syscall: make Getpagesize return page size from runtime
Austin Clements
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-11-13
runtime: replace tls0 with m0.tls
Matthew Dempsky
2015-11-10
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2015-10-05
pprof: improve sampling for heap profiling
Raul Silvera
2015-04-02
runtime: auto-generate duff routines
Josh Bleecher Snyder
2015-03-09
runtime: do not share underlying envs/argv array
David Crawshaw
2015-03-03
runtime: remove makeStringSlice
David Crawshaw
2015-01-29
runtime: move all parfor-related code to parfor.go
Austin Clements
2015-01-29
runtime: check alignment of 8-byte atomic loads and stores on 386
Austin Clements
2014-12-23
runtime: remove thunk.s
Russ Cox
2014-12-05
runtime: generate windows callback list with go generate
Russ Cox
2014-09-24
cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects
Russ Cox
2014-09-16
runtime: remove untyped allocation of ParFor
Russ Cox
2014-09-12
runtime: remove a few untyped allocations
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox