aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2015-07-17runtime: don't free large spans until heapBitsSweepSpan returnsgo1.5beta2Austin Clements
2015-07-16Revert "runtime: diagnose invalid pointers during GC"Russ Cox
2015-07-15runtime: fix saved PC/SP after safe-point function in syscallAustin Clements
2015-07-15runtime: run safe-point function before entering _PsyscallAustin Clements
2015-07-15runtime: fix go:nowritebarrier annotation on gcmarkwb_mMatthew Dempsky
2015-07-15runtime: diagnose invalid pointers during GCRuss Cox
2015-07-14runtime: fix build on non-x86 machinesRuss Cox
2015-07-13runtime: fix MemStats.{PauseNS,PauseEnd,PauseTotalNS,LastGC}Austin Clements
2015-07-13runtime: report MemStats.PauseEnd in UNIX timeAustin Clements
2015-07-13runtime: fix x86 stack trace for call to heap memoryRuss Cox
2015-07-13runtime: fix race in TestChanSendBarrierRuss Cox
2015-07-13runtime: add memory barrier for sync send in selectRuss Cox
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-07-11runtime: abort on fatal errors and panics in c-shared and c-archive modesElias Naur
2015-07-11runtime: use AddVectoredContinueHandler on Windows XP amd64Alex Brainman
2015-07-10runtime, cmd/go: fix tests to work when GOROOT_FINAL is setIan Lance Taylor
2015-07-10runtime: clarify that NumCPU returns only available CPUsIan Lance Taylor
2015-07-09runtime: make sysmon-triggered GC concurrentAustin Clements
2015-07-07cmd/compile: initialize line number properly for temporariesDavid Chase
2015-07-07runtime: randomize scheduling in -race modeRuss Cox
2015-06-30cmd/compile: fix race detector handling of OBLOCK nodesRuss Cox
2015-06-29runtime: fix broken arm buildsRuss Cox
2015-06-29cmd/link: record missing pcdata tables correctlyRuss Cox
2015-06-29runtime: reset mark state before checkmark and gctrace=2 markAustin Clements
2015-06-29runtime: don't free stack spans during GCAustin Clements
2015-06-29runtime: remove unused _GCsweep stateAustin Clements
2015-06-29runtime: always clear stack barriers on G exitAustin Clements
2015-06-29runtime: store syscall parameters in m not on stackAlex Brainman
2015-06-26runtime: repeat bitmap for slice of GCprog n-1 times, not n timesAustin Clements
2015-06-26runtime/race: enable tests that now passDmitry Vyukov
2015-06-26runtime: slightly clean up softfloat codeShenghou Ma
2015-06-26runtime: reduce slice growth during append to 2xRuss Cox
2015-06-26cmd/compile: add instrumentation of OKEYDmitry Vyukov
2015-06-26Fix several out of date references to 4g/5g/6g/8g/9g.Aaron Jacobs
2015-06-25runtime/race: fix test driverDmitry Vyukov
2015-06-24runtime: set m.procid always on LinuxRuss Cox
2015-06-24runtime/race: make test more robustDmitry Vyukov
2015-06-23runtime: fix heap bitmap repeating with large scalar tailsAustin Clements
2015-06-23runtime: document memory ordering for h_spansAustin Clements
2015-06-22runtime: remove race and increase precision in pointer validation.Rick Hudson
2015-06-22runtime: one more Map{Bits,Spans} before arena_used updateAustin Clements
2015-06-22runtime: document relaxed access to arena_usedAustin Clements
2015-06-19runtime: ensure GC sees type-safe memory on weak machinesAustin Clements
2015-06-19runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocallAlex Brainman
2015-06-18runtime: reduce latency by aggressively ending mark phaseRick Hudson
2015-06-18all: switch to the new deprecation conventionShenghou Ma
2015-06-18runtime: fix tracing of syscallexitDmitry Vyukov
2015-06-18runtime: remove cgocall and asmcgocallAlex Brainman
2015-06-17runtime: fix race in scanvalid assertionRuss Cox
2015-06-17runtime: fix races in stack scanRuss Cox