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
Age
Commit message (
Expand
)
Author
2017-01-25
runtime: reorder modules so main.main comes first
David Crawshaw
2017-01-24
cmd/link: mark DWARF function symbols as reachable
Ian Lance Taylor
2017-01-23
runtime: amd64, use 4-byte ops for memmove of 4 bytes
Keith Randall
2017-01-19
runtime: check for nil g and m in msanread
Bryan C. Mills
2017-01-18
runtime: force workers out before checking mark roots
Austin Clements
2017-01-17
runtime: for plugins, don't add duplicate itabs
Keith Randall
2017-01-12
runtime: avoid clobbering C callee-save register in cgoSigtramp
Bryan C. Mills
2017-01-10
runtime: debug prints for spanBytesAlloc underflow
Austin Clements
2017-01-09
cmd/compile: insert scheduling checks on loop backedges
David Chase
2017-01-08
runtime: add table of size classes in a comment
Austin Clements
2017-01-07
all: fix misspellings
shawnps
2017-01-06
runtime: fix corruption crash/race between select and stack growth
Russ Cox
2017-01-06
runtime: expand HACKING.md
Austin Clements
2017-01-06
runtime: update big mgc.go comment
Austin Clements
2017-01-06
runtime: use 4K as the boundary of legal pointers
Austin Clements
2017-01-05
crypto: detect BMI usability on AMD64 for sha1 and sha256
Lion Yang
2017-01-03
runtime: check sched_getaffinity return value
Michael Marineau
2017-01-03
runtime: fix SP alignment in mips{,le} sigfwd
Vladimir Stefanovic
2016-12-23
runtime: document MemStats.BySize fields
Austin Clements
2016-12-22
runtime: skip floating point hardware check on Android
Elias Naur
2016-12-21
runtime: avoid CreateThread panic when exiting process
Austin Clements
2016-12-20
runtime: avoid incorrect panic when a signal arrives during STW
Austin Clements
2016-12-19
runtime: use mincore to detect physical page size as last resort on Android
Shenghou Ma
2016-12-19
runtime: clean up and improve reflect.methodValue comments
Austin Clements
2016-12-19
cmd/compile, runtime: a different approach to duplicate itabs
Michael Hudson-Doyle
2016-12-16
runtime: cross-reference _func type better
Austin Clements
2016-12-16
runtime/pprof: fix spelling in test
Kevin Burke
2016-12-16
runtime/pprof: deflake tests for heavily loaded systems
Ian Lance Taylor
2016-12-15
runtime: preserve callee-saved C registers in sigtramp
Bryan C. Mills
2016-12-15
runtime: fix mips assembly
Cherry Zhang
2016-12-14
runtime: add cgo support for GOARCH=mips{,le}
Vladimir Stefanovic
2016-12-14
cmd/link: do not export plugin C symbols
David Crawshaw
2016-12-14
runtime: correct writebarrier typos
Euan Kemp
2016-12-12
runtime: don't crash if signal delivered on g0 stack
Ian Lance Taylor
2016-12-12
runtime, syscall: update openbsd for changes to syskill
Joel Sing
2016-12-09
runtime/pprof: track locations for goroutine profiles
Raul Silvera
2016-12-08
all: make spelling consistent
Brad Fitzpatrick
2016-12-07
runtime: add number of forced GCs to MemStats
Austin Clements
2016-12-07
runtime: on stack copy, adjust BP
Keith Randall
2016-12-05
runtime/cgo: retry pthread_create on EAGAIN for OpenBSD
Ian Lance Taylor
2016-12-05
runtime/cgo: retry pthread_create on EAGAIN
Ian Lance Taylor
2016-12-05
runtime: don't skip TestCgoCallbackGC on FreeBSD
Ian Lance Taylor
2016-12-05
runtime: check that Version does not contain \r \n
Russ Cox
2016-12-03
runtime: skip GDB tests on mips64
Brad Fitzpatrick
2016-12-01
runtime: fix incorrect comment about bitvector layout
Austin Clements
2016-12-01
Revert "runtime: handle SIGPIPE in c-archive and c-shared programs"
Elias Naur
2016-11-30
runtime: fix undead arguments in cgocall
Austin Clements
2016-11-30
runtime: use standard comment style in cgocall
Austin Clements
2016-11-29
runtime: fall back to /proc/self/auxv in Android libs
Austin Clements
2016-11-29
runtime: extract Linux auxv handling
Austin Clements
[next]