summaryrefslogtreecommitdiff
path: root/src/runtime/runtime.h
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.4] runtime: fix hang in GC due to shrinkstack vs netpoll ...Russ Cox2014-12-011-0/+2
* runtime: fix line number in first stack frame in printed stack traceRuss Cox2014-10-291-1/+7
* runtime: add GODEBUG invalidptr settingRuss Cox2014-10-281-0/+2
* runtime: delay freeing of shrunk stacks until gc is done.Keith Randall2014-10-081-0/+1
* runtime: change Windows M.thread from void* to uintptrRuss Cox2014-10-071-1/+3
* cmd/cc, runtime: disallow structs without tagsRuss Cox2014-10-031-2/+2
* runtime: initialize traceback variables earlierKeith Randall2014-09-291-0/+1
* runtime: keep g->syscallsp consistent after cgo->Go callbacksHector Martin Cantero2014-09-241-0/+1
* runtime: rename SchedType to SchedTRuss Cox2014-09-181-3/+3
* runtime: delete panicstring; move its checks into gopanicRuss Cox2014-09-181-3/+0
* runtime: always run semacquire on the G stackKeith Randall2014-09-161-0/+39
* runtime: use traceback to traverse defer structuresRuss Cox2014-09-161-3/+2
* runtime: remove duplicated Go constantsRuss Cox2014-09-161-1/+0
* runtime: convert syscall_windows.c to GoRuss Cox2014-09-141-2/+2
* runtime: remove a few untyped allocationsRuss Cox2014-09-121-0/+2
* runtime: stop scanning stack frames/args conservativelyRuss Cox2014-09-121-1/+0
* runtime: look up arg stackmap for makeFuncStub/methodValueStub during tracebackRuss Cox2014-09-121-0/+2
* runtime: move gosched to Go, to add stack frame informationRuss Cox2014-09-111-1/+0
* runtime: allow crash from gsignal stackRuss Cox2014-09-111-0/+1
* runtime: call rfork on scheduler stack on Plan 9Anthony Martin2014-09-091-0/+9
* runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox2014-09-091-41/+31
* runtime: let stack copier update Panic structs for usRuss Cox2014-09-081-1/+1
* liblink, runtime: diagnose and fix C code running on Go stackRuss Cox2014-09-081-0/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1079
* move src/runtime -> src/lib/runtime;Russ Cox2009-06-061-464/+0
* 386-related fixes and guardsRuss Cox2009-06-041-4/+4
* more 386 runtime fixes.Russ Cox2009-06-041-1/+2
* 32-bit fixes in lessstack.Russ Cox2009-06-021-1/+1
* change representation of interface values.Russ Cox2009-05-201-2/+14
* move things out of sys into os and runtimeRuss Cox2009-05-081-8/+4
* fix string range to have full unicode range (up to 10FFFF).Rob Pike2009-04-121-0/+1
* change representation of stringsKen Thompson2009-04-091-17/+17
* more 386 runtime - can run tiny c programs.Russ Cox2009-03-301-3/+8
* spellingKen Thompson2009-01-271-1/+1
* deferKen Thompson2009-01-271-4/+19
* gc #0. mark and sweep collector.Russ Cox2009-01-261-0/+4
* interface speedups and fixes.Russ Cox2009-01-261-0/+2
* implement new restrictions on whatRuss Cox2009-01-261-5/+10
* move math routines from package sys to package math,Russ Cox2009-01-221-10/+15
* casify, cleanup sysRuss Cox2009-01-161-13/+9
* Tweak code to make it easier to compile with gcc.Ian Lance Taylor2009-01-131-28/+64
* update sys.reflect and sys.unreflect to accomodateRuss Cox2009-01-091-1/+1
* many interface bug fixes.Russ Cox2009-01-081-1/+1
* [] and struct in interfaces.Russ Cox2008-12-191-2/+9
* chan and map of [] and structRuss Cox2008-12-191-1/+14
* malloc bug fixes.Russ Cox2008-12-191-4/+1
* print(array)Ken Thompson2008-12-181-1/+1
* arraysKen Thompson2008-12-181-1/+0
* malloc in runtime (not used by default)Russ Cox2008-12-181-1/+4
* small bugKen Thompson2008-12-171-0/+1