aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2021-09-17runtime/cgo: save and restore X3 (aka GP) for crosscall1 on riscv64Joel Sing
2021-09-17runtime: fix prettyprinting of parametric types in gdbAlessandro Arzilli
2021-09-16all: remove incorrectly repeated words in commentsDan Kortschak
2021-09-15runtime: fix setting of cpu features for amd64nimelehin
2021-09-15runtime: in adjustTimers back up as far as necessaryIan Lance Taylor
2021-09-14runtime: avoid loop variable capture in testMichael Pratt
2021-09-14runtime: change time.now to ABIInternalIan Lance Taylor
2021-09-11reflect: optimize for maps with string keysJoe Tsai
2021-09-09cmd/cgo, runtime/cgo: avoid GCC/clang conversion warningsIan Lance Taylor
2021-09-07cmd/compile: add prefetch intrinsic supportRuslan Andreev
2021-09-05reflect: allocate hiter as part of MapIterJosh Bleecher Snyder
2021-09-02runtime: do not alloc never used tail bytes in fixallocHans
2021-09-02runtime: constify a test variableCarlo Alberto Ferraris
2021-09-02runtime: ensure the fixalloc object size is validHans
2021-09-02runtime: change 0 to pollNoError in netpollblockXargin
2021-09-02runtime: use vDSO clock_gettime on linux/riscv64Meng Zhuo
2021-08-31runtime: eliminate the redundant for loop in runqget()Andy Pan
2021-08-30runtime: remove unnecesarry newline on freeStackSpansKoichi Shiraishi
2021-08-28runtime: add test case for checkptr alignment with nested expressionCuong Manh Le
2021-08-23all: replace runtime SSE2 detection with GO386 settingMartin Möhrmann
2021-08-23runtime: use RDTSCP for instruction stream serialized read of TSCMartin Möhrmann
2021-08-23runtime: remove unused cpu architecture feature variables from binariesMartin Möhrmann
2021-08-22runtime: use asmcgocall_no_g when calling sigprocmask on openbsdJoel Sing
2021-08-22runtime: fix buckHashSize duplicationDmitry Vyukov
2021-08-19syscall: add SyscallNChangkun Ou
2021-08-18runtime: use RDCYCLE for cputicks on riscv64Meng Zhuo
2021-08-17all: fix typosYasuhiro Matsumoto
2021-08-16runtime: accept restartable sequence pcdata values in isAsyncSafePointCherry Mui
2021-08-16runtime: skip sysmon workaround on NetBSD >= 9.2Tobias Klauser
2021-08-16runtime: make asmcgocall g0/gsignal checks consistentJoel Sing
2021-08-16runtime: correct mips64 asmcgocall signal stack behaviourJoel Sing
2021-08-16runtime: include pthread.h in defs_openbsd.goJoel Sing
2021-08-16runtime: remove unused getrlimit on linux/riscv64Tobias Klauser
2021-08-13runtime: don't use systemstack for BeforeFork/AfterForkIan Lance Taylor
2021-08-13all: gofmt more (but vendor, testdata, and top-level test directories)Dmitri Shuralyov
2021-08-13runtime: drop SIGPROF while in ARM < 7 kernel helpersMichael Pratt
2021-08-12[dev.typeparams] all: merge master (46fd547) into dev.typeparamsMatthew Dempsky
2021-08-11[dev.typeparams] runtime, internal/bytealg: remove regabi fallback code on AMD64Cherry Mui
2021-08-11[dev.typeparams] internal/buildcfg: always enable regabi on AMD64Cherry Mui
2021-08-10doc: use "high address/low address" instead of "top/bottom"fanzha02
2021-08-09[dev.typeparams] cmd/compile: simplify interface conversionsKeith Randall
2021-08-09runtime/cgo: when using msan explicitly unpoison cgoCallersIan Lance Taylor
2021-08-06runtime: allow arm64 SEH to be called if illegal instructionJason A. Donenfeld
2021-08-05runtime: warn that KeepAlive is not an unsafe.Pointer workaroundMatthew Dempsky
2021-08-04[dev.typeparams] runtime: handle d.link carefully when freeing a deferAustin Clements
2021-08-03[dev.typeparams] runtime: simplify freedeferAustin Clements
2021-08-03[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-08-03[dev.typeparams] runtime: remove unnecessary split-prevention from defer codeAustin Clements
2021-08-02[dev.typeparams] runtime: rewrite softfloat functions to avoid using floatsCherry Mui
2021-07-31all: gofmtJosh Bleecher Snyder