summaryrefslogtreecommitdiff
path: root/src/runtime
Commit message (Expand)AuthorAgeFilesLines
* runtime/pprof: compute memory profile block size using sampled valuesAlexey Alexandrov2018-08-292-4/+4
* build: support frame-pointer for arm64Zheng Xu2018-08-296-12/+39
* internal/bytealg: replace use of runtime.support_sse2 with cpu.X86.HasSSE2Martin Möhrmann2018-08-262-2/+0
* runtime: mark sigInitIgnored nosplitIan Lance Taylor2018-08-241-2/+4
* all: align cpu feature variable offset namingMartin Möhrmann2018-08-247-11/+11
* runtime: replace sys.CacheLineSize by corresponding internal/cpu const and varsMartin Möhrmann2018-08-2421-31/+21
* runtime: move arm hardware division support detection to internal/cpuMartin Möhrmann2018-08-2410-28/+31
* runtime: do not execute write barrier on newly allocated slice in growsliceMartin Möhrmann2018-08-242-1/+32
* runtime: replace typedmemmmove with bulkBarrierPreWrite and memmove in growsliceMartin Möhrmann2018-08-242-9/+3
* runtime: use internal/cpu variables in assembler codeMartin Möhrmann2018-08-249-16/+30
* runtime: handle morestack system stack transition in gentracebackHeschi Kreinick2018-08-232-32/+109
* runtime: fix use of wrong g in gentracebackHeschi Kreinick2018-08-231-4/+5
* all: fix typos detected by github.com/client9/misspellKazuhiro Sera2018-08-232-2/+2
* runtime: remove unused function caspIan Lance Taylor2018-08-223-30/+2
* runtime: catch concurrent stacks more oftenZachary Amsden2018-08-224-11/+11
* runtime: skip TestGcSys on WindowsMartin Möhrmann2018-08-221-0/+3
* reflect: add Value.MapRange method and MapIter typeAlan Donovan2018-08-221-0/+5
* runtime: fix build, rename a since-renamed hasprefix to hasPrefixBrad Fitzpatrick2018-08-221-2/+2
* runtime: remove redundant explicit deref in trace.goIskander Sharipov2018-08-221-6/+6
* runtime: simplify slice expression to sliced value itselfIskander Sharipov2018-08-221-2/+2
* runtime: make TestGcSys actually test somethingIan Lance Taylor2018-08-221-1/+4
* runtime: remove +1-1 when asking PC valuesThanabodee Charoenpiriyakij2018-08-221-1/+1
* runtime: fix implementation of cputicks for ppc64xLynn Boger2018-08-221-9/+2
* runtime/pprof: fix resource leak in documentationRoland Illig2018-08-221-1/+2
* runtime: fix Go prototypes in amd64 asm codeIskander Sharipov2018-08-222-8/+16
* runtime: replace calls to hasprefix with hasPrefixMartin Möhrmann2018-08-227-18/+14
* runtime: fix typo: there -> theZhou Peng2018-08-221-1/+1
* all: use consistent shebang line across all shell scriptsShivansh Rai2018-08-221-1/+1
* runtime: don't use linkname to refer to internal/cpuIan Lance Taylor2018-08-213-35/+15
* runtime: document all possible values for GOOS and GOARCHShulhan2018-08-201-0/+1
* runtime: use gList in closechanAustin Clements2018-08-201-8/+5
* runtime: use gList for injectglistAustin Clements2018-08-203-18/+19
* runtime: use gList for work.sweepWaitersAustin Clements2018-08-201-6/+4
* runtime: use gList for gfree listsAustin Clements2018-08-203-81/+77
* runtime: use gList in netpollAustin Clements2018-08-208-58/+57
* runtime: replace manually managed G dequeues with a typeAustin Clements2018-08-204-68/+128
* runtime: load errno as signed 32-bitKeith Randall2018-08-162-4/+4
* runtime: go fmt runtime2.goMartin Möhrmann2018-08-141-5/+5
* runtime: fix TestGdbPythonCgo failure with ld.goldDaniel Martí2018-08-091-2/+17
* runtime: document assumption about wbBufFlush argument slotsAustin Clements2018-08-031-0/+7
* runtime: fix syscall error returns on mips/mips64/ppc64David Wimmer2018-08-013-3/+43
* syscall: improve NewCallback documentation and panic messageJeet Parekh2018-07-271-4/+4
* runtime: ignore GNU/Linux sigaction errors for signals 32 and 33Ian Lance Taylor2018-07-251-3/+12
* runtime: traceback from outermost libc callKeith Randall2018-07-244-11/+53
* runtime: don't create heap hints outside TSAN's supported heapAustin Clements2018-07-191-0/+8
* Revert "runtime: fix lldb test after DWARF compression"Austin Clements2018-07-171-10/+4
* runtime: disable compressed DWARF for lldb testAustin Clements2018-07-171-1/+3
* runtime/pprof: add a fake mapping when /proc/self/maps is unavailableHana (Hyang-Ah) Kim2018-07-162-1/+58
* runtime: check tgkill error in Debug testsIan Lance Taylor2018-07-132-4/+6
* runtime: fix reference to funcdata.go in commentXia Bin2018-07-121-1/+1