summaryrefslogtreecommitdiff
path: root/src/runtime
Commit message (Expand)AuthorAgeFilesLines
* [dev.garbage] runtime: determine if an object is publicdev.garbageRick Hudson2017-05-253-0/+106
* Merge branch 'master' into dev.garbageAustin Clements2017-01-1170-221/+1373
|\
| * runtime: debug prints for spanBytesAlloc underflowAustin Clements2017-01-101-1/+4
| * cmd/compile: insert scheduling checks on loop backedgesDavid Chase2017-01-091-0/+10
| * runtime: add table of size classes in a commentAustin Clements2017-01-082-0/+84
| * all: fix misspellingsshawnps2017-01-071-2/+2
| * runtime: fix corruption crash/race between select and stack growthRuss Cox2017-01-061-4/+65
| * runtime: expand HACKING.mdAustin Clements2017-01-061-3/+136
| * runtime: update big mgc.go commentAustin Clements2017-01-061-63/+66
| * runtime: use 4K as the boundary of legal pointersAustin Clements2017-01-062-1/+8
| * crypto: detect BMI usability on AMD64 for sha1 and sha256Lion Yang2017-01-052-1/+16
| * runtime: check sched_getaffinity return valueMichael Marineau2017-01-031-0/+3
| * runtime: fix SP alignment in mips{,le} sigfwdVladimir Stefanovic2017-01-031-1/+1
| * runtime: document MemStats.BySize fieldsAustin Clements2016-12-231-2/+13
| * runtime: skip floating point hardware check on AndroidElias Naur2016-12-221-0/+6
| * runtime: avoid CreateThread panic when exiting processAustin Clements2016-12-211-0/+12
| * runtime: avoid incorrect panic when a signal arrives during STWAustin Clements2016-12-201-6/+26
| * runtime: use mincore to detect physical page size as last resort on AndroidShenghou Ma2016-12-191-0/+20
| * runtime: clean up and improve reflect.methodValue commentsAustin Clements2016-12-191-1/+2
| * cmd/compile, runtime: a different approach to duplicate itabsMichael Hudson-Doyle2016-12-192-6/+10
| * runtime: cross-reference _func type betterAustin Clements2016-12-161-1/+1
| * runtime/pprof: fix spelling in testKevin Burke2016-12-161-1/+1
| * runtime/pprof: deflake tests for heavily loaded systemsIan Lance Taylor2016-12-161-1/+5
| * runtime: preserve callee-saved C registers in sigtrampBryan C. Mills2016-12-158-25/+147
| * runtime: fix mips assemblyCherry Zhang2016-12-151-1/+1
| * runtime: add cgo support for GOARCH=mips{,le}Vladimir Stefanovic2016-12-147-24/+422
| * cmd/link: do not export plugin C symbolsDavid Crawshaw2016-12-141-0/+32
| * runtime: correct writebarrier typosEuan Kemp2016-12-141-2/+2
| * runtime: don't crash if signal delivered on g0 stackIan Lance Taylor2016-12-121-18/+70
| * runtime, syscall: update openbsd for changes to syskillJoel Sing2016-12-123-10/+13
| * runtime/pprof: track locations for goroutine profilesRaul Silvera2016-12-091-1/+11
| * all: make spelling consistentBrad Fitzpatrick2016-12-082-2/+2
| * runtime: add number of forced GCs to MemStatsAustin Clements2016-12-073-5/+22
| * runtime: on stack copy, adjust BPKeith Randall2016-12-072-1/+26
| * runtime/cgo: retry pthread_create on EAGAIN for OpenBSDIan Lance Taylor2016-12-054-3/+36
| * runtime/cgo: retry pthread_create on EAGAINIan Lance Taylor2016-12-0522-21/+72
| * runtime: don't skip TestCgoCallbackGC on FreeBSDIan Lance Taylor2016-12-051-2/+0
| * runtime: check that Version does not contain \r \nRuss Cox2016-12-051-0/+9
| * runtime: skip GDB tests on mips64Brad Fitzpatrick2016-12-031-4/+15
| * runtime: fix incorrect comment about bitvector layoutAustin Clements2016-12-011-1/+1
| * Revert "runtime: handle SIGPIPE in c-archive and c-shared programs"Elias Naur2016-12-011-10/+4
* | Merge branch 'master' into dev.garbageAustin Clements2016-12-05349-6645/+13767
|\ \ | |/
| * runtime: fix undead arguments in cgocallAustin Clements2016-11-301-1/+19
| * runtime: use standard comment style in cgocallAustin Clements2016-11-301-15/+11
| * runtime: fall back to /proc/self/auxv in Android libsAustin Clements2016-11-294-28/+37
| * runtime: extract Linux auxv handlingAustin Clements2016-11-291-0/+4
| * internal/pprof: don't discard allocations called by reflect.CallIan Lance Taylor2016-11-281-6/+23
| * runtime/cgo: save correct floating point registers on s390xMichael Munday2016-11-233-53/+65
| * runtime/pprof/internal/protopprof: fix test on s390xMichael Munday2016-11-221-1/+3
| * runtime: do not print runtime panic frame at top of user stackRuss Cox2016-11-222-7/+9