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
/
runtime1.go
Age
Commit message (
Expand
)
Author
2023-02-16
runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
Keith Randall
2023-01-28
runtime: remove go119MemoryLimitSupport flag
Keith Randall
2023-01-19
runtime: replace panic(nil) with panic(new(runtime.PanicNilError))
Russ Cox
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-14
internal/godebug: define more efficient API
Russ Cox
2022-10-18
internal/godebug: remove dependency on os
Russ Cox
2022-08-02
runtime: trivial replacements of _g_ in remaining files
Michael Pratt
2022-05-12
runtime: measure stack usage; start stacks larger if needed
Keith Randall
2022-04-28
runtime: simply user throws, expand runtime throws
Michael Pratt
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2021-11-05
runtime: add harddecommit GODEBUG flag
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: fix import sort order [generated]
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...
Michael Anthony Knyszek
2021-03-04
runtime: remove GODEBUG=scavenge mode
LeonardWang
2020-11-02
runtime: default to MADV_DONTNEED on Linux
Austin Clements
2020-10-14
runtime: implement GODEBUG=inittrace=1 support
Martin Möhrmann
2020-08-17
runtime: replace index and contains with bytealg calls
Austin Clements
2020-02-24
runtime: remove mcache field from m
Ian Lance Taylor
2020-01-09
runtime: add scavtrace debug flag and remove scavenge info from gctrace
Michael Anthony Knyszek
2019-12-10
all: fix a number of misuses of the word "an"
Daniel Martí
2019-11-02
runtime: add GODEBUG=asyncpreemptoff=1
Austin Clements
2019-03-15
runtime: introduce and consistently use setNsec for timespec
Ian Lance Taylor
2019-02-27
internal/reflectlite: lite version of reflect package
Marcel van Lohuizen
2019-02-13
runtime: scan gp._panic in stack scan
Cherry Zhang
2019-01-02
runtime: add GODEBUG=madvdontneed=1
Brad Fitzpatrick
2018-10-02
runtime: remove GODEBUG=gcrescanstacks=1 mode
Austin Clements
2018-09-12
runtime: convert initial timediv quotient increments to bitsets
Emmanuel T Odeke
2018-08-22
runtime: remove unused function casp
Ian Lance Taylor
2018-04-13
runtime/traceback: support tracking goroutine ancestor tracebacks with GODEBU...
Eric Daniels
2017-10-30
runtime: buffered write barrier implementation
Austin Clements
2017-08-08
runtime: remove unused prefetch functions
Martin Möhrmann
2017-03-21
cmd/compile,runtime: fix atomic And8 for mipsle
Vladimir Stefanovic
2017-03-07
runtime: honor GOTRACEBACK=crash even if _g_.m.traceback != 0
Austin Clements
2017-02-14
runtime: remove stack barriers
Austin Clements
2017-02-14
runtime: remove unused debug.wbshadow
Austin Clements
2016-11-01
runtime: access modules via a slice
David Crawshaw
2016-11-01
runtime: improve atoi implementation
Martin Möhrmann
2016-10-28
runtime: disable stack rescanning by default
Austin Clements
2016-05-27
[dev.ssa] Merge branch 'master' into dev.ssa
David Chase
2016-05-26
runtime: tell race detector about reflectOffs.lock
David Crawshaw
2016-05-05
[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch
Keith Randall
2016-05-05
[dev.ssa] all: merge from tip to get dev.ssa current
Keith Randall
2016-04-18
cmd/compile, etc: use name offset in method tables
David Crawshaw
2016-04-13
cmd/compile, etc: store method tables as offsets
David Crawshaw
2016-04-12
cmd/link, etc: store typelinks as offsets
David Crawshaw
2016-03-07
runtime: eliminate unnecessary type conversions
Matthew Dempsky
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-24
runtime, syscall: switch linux/386 to use int 0x80
Shenghou Ma
2015-12-18
runtime/debug: add SetTraceback
Russ Cox
2015-11-25
runtime: check that masks and shifts are correct aligned
Shenghou Ma
[next]