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
Commit message (
Expand
)
Author
Age
Files
Lines
*
runtime: remove darwin/arm specifc code
Cherry Zhang
2020-09-11
1
-1
/
+1
*
runtime: update docs for GOMAXPROCS
ipriver
2020-09-10
1
-3
/
+2
*
runtime: ignore SIGPROF if profiling disable for thread
Ian Lance Taylor
2020-09-09
1
-0
/
+7
*
runtime: fix ReadMemStatsSlow's and CheckScavengedBits' chunk iteration
Michael Anthony Knyszek
2020-09-09
2
-7
/
+23
*
runtime: make PCDATA_RegMapUnsafe more clear and remove magic number
chainhelen
2020-09-08
3
-2
/
+5
*
runtime: remove outdated comment in mkduff.go about usage of STOSQ
Martin Möhrmann
2020-09-07
1
-1
/
+0
*
runtime: rotate map key seed on clearing up maps
Cuong Manh Le
2020-09-07
4
-0
/
+20
*
runtime: opportunistically rotate map key seed
Benjamin Barenblat
2020-09-03
1
-0
/
+4
*
runtime: add file copyright header declaration
Heisenberg
2020-09-02
9
-0
/
+36
*
runtime: fix panic if newstack at runtime.acquireLockRank
chainhelen
2020-09-01
1
-0
/
+10
*
runtime: remove remnants of signal stack workaround
Heisenberg
2020-09-01
1
-15
/
+0
*
cmd/compile,runtime: skip zero'ing order array for select statements
Cuong Manh Le
2020-08-29
1
-0
/
+1
*
runtime: framepointers are no longer an experiment - hard code them
Keith Randall
2020-08-27
5
-21
/
+11
*
runtime: add lock partial order edge (fin -> wbufSpans)
Michael Pratt
2020-08-27
1
-1
/
+1
*
cmd/compile: don't allow go:notinheap on the heap or stack
Keith Randall
2020-08-25
4
-11
/
+6
*
runtime: add test for StorepNoWB param leaking
Cuong Manh Le
2020-08-24
1
-0
/
+10
*
runtime: implement StorepNoWB for wasm in assembly
Keith Randall
2020-08-23
2
-8
/
+15
*
cmd/compile: fix checkptr handling of &^
Matthew Dempsky
2020-08-20
2
-0
/
+9
*
os, internal/poll: loop on EINTR for all file syscalls
Ian Lance Taylor
2020-08-19
1
-1
/
+1
*
runtime: don't call setitimer for each thread
Ian Lance Taylor
2020-08-19
1
-11
/
+10
*
runtime: reduce syscall when call runtime.clone
cui
2020-08-19
1
-13
/
+21
*
runtime: eliminate scase.kind field
Matthew Dempsky
2020-08-18
1
-46
/
+58
*
runtime: split PCs out of scase
Matthew Dempsky
2020-08-18
1
-13
/
+37
*
runtime: omit nil-channel cases from selectgo's orders
Matthew Dempsky
2020-08-18
1
-39
/
+27
*
runtime: remove scase.releasetime field
Matthew Dempsky
2020-08-18
1
-13
/
+10
*
runtime: add "success" field to sudog
Matthew Dempsky
2020-08-18
3
-22
/
+28
*
cmd/compile, runtime: mark R12 clobbered for write barrier call on PPC64
Cherry Zhang
2020-08-18
1
-20
/
+21
*
runtime: move startupRandomData declaration to os_linux.go
Tobias Klauser
2020-08-18
2
-4
/
+4
*
runtime: reduce critical path in injectglist
Cholerae Hu
2020-08-18
1
-6
/
+11
*
all: fix spelling mistakes
lihaowei
2020-08-18
1
-1
/
+1
*
runtime: bit parallel implementation of findBitRange64
Keith Randall
2020-08-17
2
-13
/
+61
*
runtime: use bit-parallel operations to compute heap bit summaries
Keith Randall
2020-08-17
2
-75
/
+108
*
runtime: print faulting instruction on a SIGFPE
Keith Randall
2020-08-17
1
-1
/
+1
*
runtime: remove tracebackinit and unused skipPC
liu-xuewen
2020-08-17
3
-35
/
+0
*
runtime: use the CBZ instruction in the assembler
Heisenberg
2020-08-17
3
-6
/
+3
*
runtime: clean up old mcentral code
Michael Anthony Knyszek
2020-08-17
8
-665
/
+25
*
runtime: clean up old markrootSpans
Michael Anthony Knyszek
2020-08-17
4
-154
/
+14
*
cmd/link: link dynamic library automatically
Cherry Zhang
2020-08-17
1
-6
/
+0
*
runtime: move checkmarks to a separate bitmap
Austin Clements
2020-08-17
8
-227
/
+147
*
runtime: simplify heapBitsSetType doubleCheck
Austin Clements
2020-08-17
1
-12
/
+16
*
runtime: replace index and contains with bytealg calls
Austin Clements
2020-08-17
5
-22
/
+23
*
all: add empty line between copyright header and package clause
Tobias Klauser
2020-08-17
3
-0
/
+3
*
runtime: use hw.ncpuonline sysctl in getncpu on netbsd
Tobias Klauser
2020-08-17
1
-9
/
+19
*
runtime: update comment: modTimer is called by Timer.Reset
zero.xu
2020-08-17
1
-1
/
+1
*
runtime: avoid memclr call for keys in mapdelete_fast
Martin Möhrmann
2020-08-17
3
-3
/
+35
*
all: replace Replace(..., -1) with ReplaceAll(...)
Polina Osadcha
2020-08-17
1
-1
/
+1
*
crypto,internal/bytealg: fix assembly that clobbers BP
Keith Randall
2020-08-16
1
-4
/
+4
*
runtime: use riscv64 RDTIME instruction
Joel Sing
2020-08-16
1
-1
/
+1
*
runtime: do not explicitly exit on ctrl handler
Jason A. Donenfeld
2020-08-15
1
-5
/
+0
*
runtime: revert signal stack mlocking
Austin Clements
2020-08-13
10
-263
/
+1
[next]