index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
proc.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
runtime: detail the method comment
Tardis Xu
2019-09-26
1
-1
/
+1
*
runtime: don't hold worldsema across mark phase
Michael Anthony Knyszek
2019-09-04
1
-4
/
+40
*
runtime: simplify GOOS detection in mstart()
Ayan George
2019-08-28
1
-1
/
+2
*
runtime: simplify some pointer conversions
Matthew Dempsky
2019-08-27
1
-4
/
+4
*
runtime: fix pprof cpu profile corruption on arm/mips/mipsle
Russ Cox
2019-06-28
1
-8
/
+1
*
runtime: mark all Go symbols called from assembly in other packages
Austin Clements
2019-06-06
1
-0
/
+7
*
runtime: revert init order changes
Keith Randall
2019-05-22
1
-9
/
+0
*
runtime: resolve latent function type TODO
Tamir Duberstein
2019-05-13
1
-3
/
+2
*
runtime: remove periodic scavenging
Michael Anthony Knyszek
2019-05-09
1
-22
/
+0
*
runtime: look for idle p to run current goroutine when switching to GC or tra...
David Chase
2019-05-01
1
-0
/
+14
*
runtime: change the span allocation policy to first-fit
Michael Anthony Knyszek
2019-05-01
1
-1
/
+1
*
all: add new GOOS=illumos, split out of GOOS=solaris
Joshua M. Clulow
2019-04-30
1
-7
/
+7
*
runtime: account for callbacks in checkdead on Windows
Ian Lance Taylor
2019-04-29
1
-1
/
+6
*
runtime: switch to P 0 before destroying current P
Austin Clements
2019-04-25
1
-21
/
+27
*
runtime: randomize package initialization order in race mode
Keith Randall
2019-04-23
1
-0
/
+9
*
cmd/go: move runtime/debug.modinfo to runtime.modinfo
Russ Cox
2019-04-23
1
-0
/
+8
*
runtime: improve mstart comments
Austin Clements
2019-04-22
1
-3
/
+5
*
runtime: error formatting fix
Austin Clements
2019-04-22
1
-1
/
+1
*
runtime: delete unused isscanstatus function
Austin Clements
2019-04-12
1
-7
/
+0
*
runtime: abstract initializing and destroying Ps out of procresize
Austin Clements
2019-04-11
1
-77
/
+91
*
runtime: preempt a goroutine which calls a lot of short system calls
Andrei Vagin
2019-04-09
1
-13
/
+15
*
runtime: use acquirem/releasem more widely
Austin Clements
2019-04-05
1
-22
/
+8
*
runtime: rename p racectx field to raceprocctx
Ian Lance Taylor
2019-03-29
1
-5
/
+5
*
runtime: improve sigtramp on aix/ppc64 to handle SIGPROF
Clément Chigot
2019-03-26
1
-1
/
+1
*
cmd/compile: reorganize init functions
Keith Randall
2019-03-18
1
-8
/
+40
*
runtime: don't scan go'd function args past length of ptr bitmap
Keith Randall
2019-01-03
1
-1
/
+1
*
runtime: skip stack barrier copy when there are no pointers
Inada Naoki
2019-01-03
1
-3
/
+5
*
runtime: don't clear lockedExt on locked M when G exits
Michael Anthony Knyszek
2018-12-19
1
-1
/
+4
*
runtime: fix CGO traceback frame count
Mark Pulford
2018-12-10
1
-0
/
+3
*
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-12-02
1
-1
/
+1
*
internal/cpu: move GODEBUGCPU options into GODEBUG
Martin Möhrmann
2018-11-14
1
-4
/
+4
*
runtime: make processor capability variable naming platform specific
Martin Möhrmann
2018-11-14
1
-3
/
+3
*
runtime: ensure m.p is never stale
Nikhil Benesch
2018-11-10
1
-29
/
+23
*
all: add support for synchronous callbacks to js/wasm
Richard Musiol
2018-11-10
1
-4
/
+4
*
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-11-02
1
-4
/
+4
*
runtime, time: refactor startNano handling
Dmitry Vyukov
2018-11-02
1
-2
/
+1
*
runtime: support GODEBUGCPU for more Unix-like operating systems
Martin Möhrmann
2018-10-28
1
-1
/
+2
*
cmd/compile, runtime: add new lightweight atomics for ppc64x
Carlos Eduardo Seo
2018-10-23
1
-10
/
+10
*
internal/cpu: enable support for GODEBUGCPU in non-experimental builds
Martin Möhrmann
2018-10-12
1
-2
/
+2
*
all: fix a bunch of misspellings
Igor Zhilianin
2018-10-06
1
-1
/
+1
*
runtime: add AIX operating system
Clément Chigot
2018-10-03
1
-2
/
+2
*
runtime: eliminate gchelper mechanism
Austin Clements
2018-10-02
1
-86
/
+3
*
runtime: flush mcaches lazily
Austin Clements
2018-10-02
1
-0
/
+5
*
runtime: support disabling goroutine scheduling by class
Austin Clements
2018-10-02
1
-1
/
+61
*
runtime: add a more stable isSystemGoroutine mode
Austin Clements
2018-10-02
1
-3
/
+3
*
runtime: remove gcStart's mode argument
Austin Clements
2018-10-02
1
-1
/
+1
*
internal/bytealg: replace use of runtime.support_sse2 with cpu.X86.HasSSE2
Martin Möhrmann
2018-08-26
1
-1
/
+0
*
runtime: use internal/cpu variables in assembler code
Martin Möhrmann
2018-08-24
1
-1
/
+2
*
runtime: remove unused function casp
Ian Lance Taylor
2018-08-22
1
-1
/
+1
*
runtime: replace calls to hasprefix with hasPrefix
Martin Möhrmann
2018-08-22
1
-2
/
+2
[next]