| Commit message (Expand) | Author | Age | Files | Lines |
| * | runtime: avoid possible preemption when returning from Go to C | Ian Lance Taylor | 2021-07-29 | 2 | -3/+44 |
| * | runtime: don't crash on nil pointers in checkptrAlignment | Matthew Dempsky | 2021-07-28 | 1 | -1/+35 |
| * | cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil) | Matthew Dempsky | 2021-06-28 | 1 | -0/+13 |
| * | runtime: testprogcgo: don't call exported Go functions directly from Go | Ian Lance Taylor | 2021-06-12 | 4 | -4/+25 |
| * | runtime: wait for Go runtime to initialize in Windows signal test | Jason A. Donenfeld | 2021-05-21 | 1 | -4/+11 |
| * | runtime: add missing import "C" in TestLibraryCtrlHandler | Alex Brainman | 2021-04-27 | 1 | -0/+3 |
| * | runtime/testdata: fix testprogcgo for windows/arm64 | Russ Cox | 2021-04-23 | 1 | -1/+1 |
| * | runtime: don't run TestCrashDumpsAllThreads in parallel | Ian Lance Taylor | 2021-04-22 | 1 | -0/+47 |
| * | all: run gofmt | Prajwal Koirala | 2021-03-15 | 1 | -19/+19 |
| * | runtime: make sure to remove open-coded defer entries in all cases after a re... | Dan Scales | 2021-01-27 | 1 | -0/+39 |
| * | runtime: block console ctrlhandler when the signal is handled | Nuno Cruces | 2021-01-27 | 1 | -0/+19 |
| * | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 6 | -12/+6 |
| * | runtime: use inlined function name for traceback elision | Austin Clements | 2020-11-24 | 2 | -2/+30 |
| * | runtime/testdata/testprogcgo: refactor CrashTraceback | Austin Clements | 2020-11-24 | 2 | -53/+63 |
| * | Revert "runtime: make stack traces of endless recursion print only top and bo... | Emmanuel Odeke | 2020-11-09 | 1 | -13/+0 |
| * | runtime: make stack traces of endless recursion print only top and bottom 50 | Emmanuel T Odeke | 2020-11-06 | 1 | -0/+13 |
| * | runtime: block signals in needm before allocating M | Ian Lance Taylor | 2020-10-28 | 1 | -0/+95 |
| * | all: update references to symbols moved from io/ioutil to io | Russ Cox | 2020-10-20 | 1 | -2/+1 |
| * | all: update references to symbols moved from os to io/fs | Russ Cox | 2020-10-20 | 1 | -1/+2 |
| * | cmd/compile: fix checkptr handling of &^ | Matthew Dempsky | 2020-08-20 | 1 | -0/+8 |
| * | runtime: no SIGWINCH to pgrp while GDB is running | Michael Pratt | 2020-05-29 | 1 | -1/+2 |
| * | runtime, time: gofmt | Tobias Klauser | 2020-05-26 | 1 | -3/+3 |
| * | runtime: detect and report zombie slots during sweeping | Austin Clements | 2020-05-21 | 1 | -0/+36 |
| * | runtime: disable preemption in startTemplateThread | Michael Pratt | 2020-05-21 | 1 | -0/+49 |
| * | runtime: allocate fewer bytes during TestEINTR | Bryan C. Mills | 2020-05-20 | 1 | -13/+18 |
| * | runtime: reduce timing sensitivity in TestEINTR | Bryan C. Mills | 2020-05-13 | 1 | -22/+48 |
| * | internal/poll, os: loop on EINTR | Ian Lance Taylor | 2020-05-11 | 1 | -0/+214 |
| * | runtime: use first line of cpuset output on FreeBSD | Steven Hartland | 2020-05-08 | 1 | -1/+7 |
| * | runtime: sleep in TestSegv program to let signal be delivered | Ian Lance Taylor | 2020-04-24 | 1 | -11/+7 |
| * | runtime: crash on SI_USER SigPanic signal | Ian Lance Taylor | 2020-04-22 | 1 | -0/+60 |
| * | runtime: fix threshold calculation of TestPhysicalMemoryUtilization | Xiangdong Ji | 2020-03-26 | 1 | -6/+10 |
| * | runtime: don't report a pointer alignment error for pointer-free base type | Keith Randall | 2020-03-17 | 1 | -2/+9 |
| * | runtime: during panic, print value instead of address, if kind is printable | Emmanuel T Odeke | 2020-03-03 | 1 | -0/+111 |
| * | runtime: do not exit(2) if a Go built DLL receives a signal | martin | 2020-02-29 | 2 | -0/+60 |
| * | runtime: add tests for checkptr | Matthew Dempsky | 2020-01-10 | 1 | -0/+36 |
| * | cmd/compile: mark empty block preemptible | Cherry Zhang | 2019-12-06 | 1 | -2/+8 |
| * | runtime: increase TestPhysicalMemoryUtilization threshold | Michael Anthony Knyszek | 2019-11-22 | 1 | -5/+28 |
| * | runtime: relax TestAsyncPreempt | Cherry Zhang | 2019-11-21 | 1 | -1/+6 |
| * | runtime: test a frameless function for async preemption | Cherry Zhang | 2019-11-05 | 1 | -2/+18 |
| * | runtime: ensure that Goexit cannot be aborted by a recursive panic/recover | Dan Scales | 2019-11-04 | 1 | -0/+58 |
| * | runtime: add a test for asynchronous safe points | Austin Clements | 2019-11-02 | 1 | -0/+44 |
| * | all: remove the nacl port (part 1) | Brad Fitzpatrick | 2019-10-09 | 2 | -2/+2 |
| * | os/signal: lazily start signal watch loop only on Notify | Emmanuel T Odeke | 2019-10-02 | 1 | -7/+0 |
| * | misc, runtime, test: extra tests and benchmarks for defer | Dan Scales | 2019-09-25 | 1 | -0/+35 |
| * | runtime: gofmt after CL 192937 | Tobias Klauser | 2019-09-25 | 1 | -19/+19 |
| * | runtime: fix crash during VDSO calls on arm | Yuichi Nishiwaki | 2019-09-11 | 1 | -0/+55 |
| * | runtime: platform-independent faketime support | Austin Clements | 2019-09-04 | 1 | -0/+28 |
| * | runtime: do not crash in lastcontinuehandler when running as DLL | Simon Ferquel | 2019-08-31 | 2 | -0/+85 |
| * | all: shorten some tests | Russ Cox | 2019-05-22 | 2 | -0/+21 |
| * | runtime: overhaul TestPhysicalMemoryUtilization | Michael Anthony Knyszek | 2019-05-20 | 1 | -46/+53 |