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
2015-07-17
runtime: don't free large spans until heapBitsSweepSpan returns
go1.5beta2
Austin Clements
2015-07-16
Revert "runtime: diagnose invalid pointers during GC"
Russ Cox
2015-07-15
runtime: fix saved PC/SP after safe-point function in syscall
Austin Clements
2015-07-15
runtime: run safe-point function before entering _Psyscall
Austin Clements
2015-07-15
runtime: fix go:nowritebarrier annotation on gcmarkwb_m
Matthew Dempsky
2015-07-15
runtime: diagnose invalid pointers during GC
Russ Cox
2015-07-14
runtime: fix build on non-x86 machines
Russ Cox
2015-07-13
runtime: fix MemStats.{PauseNS,PauseEnd,PauseTotalNS,LastGC}
Austin Clements
2015-07-13
runtime: report MemStats.PauseEnd in UNIX time
Austin Clements
2015-07-13
runtime: fix x86 stack trace for call to heap memory
Russ Cox
2015-07-13
runtime: fix race in TestChanSendBarrier
Russ Cox
2015-07-13
runtime: add memory barrier for sync send in select
Russ Cox
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-07-11
runtime: abort on fatal errors and panics in c-shared and c-archive modes
Elias Naur
2015-07-11
runtime: use AddVectoredContinueHandler on Windows XP amd64
Alex Brainman
2015-07-10
runtime, cmd/go: fix tests to work when GOROOT_FINAL is set
Ian Lance Taylor
2015-07-10
runtime: clarify that NumCPU returns only available CPUs
Ian Lance Taylor
2015-07-09
runtime: make sysmon-triggered GC concurrent
Austin Clements
2015-07-07
cmd/compile: initialize line number properly for temporaries
David Chase
2015-07-07
runtime: randomize scheduling in -race mode
Russ Cox
2015-06-30
cmd/compile: fix race detector handling of OBLOCK nodes
Russ Cox
2015-06-29
runtime: fix broken arm builds
Russ Cox
2015-06-29
cmd/link: record missing pcdata tables correctly
Russ Cox
2015-06-29
runtime: reset mark state before checkmark and gctrace=2 mark
Austin Clements
2015-06-29
runtime: don't free stack spans during GC
Austin Clements
2015-06-29
runtime: remove unused _GCsweep state
Austin Clements
2015-06-29
runtime: always clear stack barriers on G exit
Austin Clements
2015-06-29
runtime: store syscall parameters in m not on stack
Alex Brainman
2015-06-26
runtime: repeat bitmap for slice of GCprog n-1 times, not n times
Austin Clements
2015-06-26
runtime/race: enable tests that now pass
Dmitry Vyukov
2015-06-26
runtime: slightly clean up softfloat code
Shenghou Ma
2015-06-26
runtime: reduce slice growth during append to 2x
Russ Cox
2015-06-26
cmd/compile: add instrumentation of OKEY
Dmitry Vyukov
2015-06-26
Fix several out of date references to 4g/5g/6g/8g/9g.
Aaron Jacobs
2015-06-25
runtime/race: fix test driver
Dmitry Vyukov
2015-06-24
runtime: set m.procid always on Linux
Russ Cox
2015-06-24
runtime/race: make test more robust
Dmitry Vyukov
2015-06-23
runtime: fix heap bitmap repeating with large scalar tails
Austin Clements
2015-06-23
runtime: document memory ordering for h_spans
Austin Clements
2015-06-22
runtime: remove race and increase precision in pointer validation.
Rick Hudson
2015-06-22
runtime: one more Map{Bits,Spans} before arena_used update
Austin Clements
2015-06-22
runtime: document relaxed access to arena_used
Austin Clements
2015-06-19
runtime: ensure GC sees type-safe memory on weak machines
Austin Clements
2015-06-19
runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocall
Alex Brainman
2015-06-18
runtime: reduce latency by aggressively ending mark phase
Rick Hudson
2015-06-18
all: switch to the new deprecation convention
Shenghou Ma
2015-06-18
runtime: fix tracing of syscallexit
Dmitry Vyukov
2015-06-18
runtime: remove cgocall and asmcgocall
Alex Brainman
2015-06-17
runtime: fix race in scanvalid assertion
Russ Cox
2015-06-17
runtime: fix races in stack scan
Russ Cox
[next]