summaryrefslogtreecommitdiff
path: root/src/runtime
Commit message (Expand)AuthorAgeFilesLines
* runtime: add load_g call in arm callback.Keith Randall2014-09-254-5/+6
* cgo: adjust return value location to account for stack copies.Keith Randall2014-09-255-1/+35
* runtime: more NOPTRRuss Cox2014-09-2412-17/+18
* runtime: more NOPTRRuss Cox2014-09-247-2/+22
* build: fix elf buildsRuss Cox2014-09-241-2/+7
* cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox2014-09-2424-71/+89
* cmd/go: prohibit C sources files unless using cgoRuss Cox2014-09-241-0/+0
* runtime: fix LastGC commentRuss Cox2014-09-241-2/+2
* runtime: keep g->syscallsp consistent after cgo->Go callbacksHector Martin Cantero2014-09-244-13/+40
* runtime: fix runtime.Breakpoint on ARMv5Dave Cheney2014-09-231-1/+1
* runtime: remove unused function declarationDmitriy Vyukov2014-09-221-1/+0
* runtime: be very careful with bad pointer testsKeith Randall2014-09-201-3/+2
* runtime: Fix interaction between Goexit and defersKeith Randall2014-09-192-1/+105
* runtime: add runtime? prefix to some static variablesRuss Cox2014-09-193-76/+76
* runtime: rename SchedType to SchedTRuss Cox2014-09-182-4/+4
* runtime: release Windows thread handle in unminitRuss Cox2014-09-181-0/+2
* runtime: fix GOARM<7 buildDave Cheney2014-09-191-0/+9
* runtime: revise TestSetPanicOnFaultRuss Cox2014-09-181-8/+15
* runtime: allow OutputDebugString to be sent to debuggerAlex Brainman2014-09-193-30/+6
* runtime: remove useless code around of EXCEPTION_BREAKPOINTAlex Brainman2014-09-195-26/+0
* runtime: fix Windows SysUsedRuss Cox2014-09-181-0/+12
* runtime: show frames for exported runtime functionsRuss Cox2014-09-181-1/+8
* runtime: fix handling of GOTRACEBACKDavid du Colombier2014-09-181-11/+11
* runtime: delete panicstring; move its checks into gopanicRuss Cox2014-09-185-63/+30
* runtime: output number of goroutines in GC traceDmitriy Vyukov2014-09-171-0/+2
* runtime: free stacks of Gdead goroutines at GC timeKeith Randall2014-09-171-1/+9
* runtime: print more detail in adjustframe crashRuss Cox2014-09-171-13/+33
* runtime: account for tiny allocs, for testing.AllocsPerRunRuss Cox2014-09-176-3/+14
* runtime: change minimum stack size to 2K.Keith Randall2014-09-172-13/+16
* sync/atomic: add ValueDmitriy Vyukov2014-09-161-0/+6
* runtime: always run semacquire on the G stackKeith Randall2014-09-169-132/+114
* runtime: reenable TestStackGrowth on 32-bit systemsRuss Cox2014-09-161-4/+0
* liblink: make GO_ARGS the default for functions beginning with ?Russ Cox2014-09-163-18/+9
* runtime: make it clear that Goexit cannot be recover'd.Keith Randall2014-09-161-1/+2
* runtime: fix 386 buildRuss Cox2014-09-161-0/+1
* runtime: remove uses of ScanConservativelyRuss Cox2014-09-162-9/+47
* runtime: remove untyped allocation of ParForRuss Cox2014-09-166-32/+9
* runtime: use traceback to traverse defer structuresRuss Cox2014-09-1610-175/+298
* runtime: remove duplicated Go constantsRuss Cox2014-09-1625-127/+67
* runtime: test Goexit/defer iteraction.Keith Randall2014-09-151-0/+16
* runtime: try harder to get different iteration orders.Keith Randall2014-09-151-2/+3
* runtime: fix parameter checking in syscall.NewCallbackAlex Brainman2014-09-152-1/+40
* runtime: fix solaris build, part 2Russ Cox2014-09-141-14/+15
* runtime: fix solaris buildRuss Cox2014-09-142-50/+50
* runtime: convert syscall_windows.c to GoRuss Cox2014-09-145-177/+137
* runtime: fix traceback of trap on ARMRuss Cox2014-09-142-3/+4
* runtime: mark asmcgocall<>(SB) as having no argumentsRuss Cox2014-09-143-1/+4
* runtime: test iteration order of sparse mapsJosh Bleecher Snyder2014-09-121-0/+35
* runtime: remove a few untyped allocationsRuss Cox2014-09-126-52/+40
* runtime: fix typo in commentIan Lance Taylor2014-09-121-1/+1