index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
runtime.h
Age
Commit message (
Expand
)
Author
2014-11-11
[dev.cc] runtime: convert header files to Go
Russ Cox
2014-10-29
runtime: fix line number in first stack frame in printed stack trace
Russ Cox
2014-10-28
runtime: add GODEBUG invalidptr setting
Russ Cox
2014-10-08
runtime: delay freeing of shrunk stacks until gc is done.
Keith Randall
2014-10-07
runtime: change Windows M.thread from void* to uintptr
Russ Cox
2014-10-03
cmd/cc, runtime: disallow structs without tags
Russ Cox
2014-09-29
runtime: initialize traceback variables earlier
Keith Randall
2014-09-24
runtime: keep g->syscallsp consistent after cgo->Go callbacks
Hector Martin Cantero
2014-09-18
runtime: rename SchedType to SchedT
Russ Cox
2014-09-18
runtime: delete panicstring; move its checks into gopanic
Russ Cox
2014-09-16
runtime: always run semacquire on the G stack
Keith Randall
2014-09-16
runtime: use traceback to traverse defer structures
Russ Cox
2014-09-16
runtime: remove duplicated Go constants
Russ Cox
2014-09-14
runtime: convert syscall_windows.c to Go
Russ Cox
2014-09-12
runtime: remove a few untyped allocations
Russ Cox
2014-09-12
runtime: stop scanning stack frames/args conservatively
Russ Cox
2014-09-12
runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback
Russ Cox
2014-09-11
runtime: move gosched to Go, to add stack frame information
Russ Cox
2014-09-11
runtime: allow crash from gsignal stack
Russ Cox
2014-09-09
runtime: call rfork on scheduler stack on Plan 9
Anthony Martin
2014-09-09
runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFrames
Russ Cox
2014-09-08
runtime: let stack copier update Panic structs for us
Russ Cox
2014-09-08
liblink, runtime: diagnose and fix C code running on Go stack
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2009-06-06
move src/runtime -> src/lib/runtime;
Russ Cox
2009-06-04
386-related fixes and guards
Russ Cox
2009-06-04
more 386 runtime fixes.
Russ Cox
2009-06-02
32-bit fixes in lessstack.
Russ Cox
2009-05-20
change representation of interface values.
Russ Cox
2009-05-08
move things out of sys into os and runtime
Russ Cox
2009-04-12
fix string range to have full unicode range (up to 10FFFF).
Rob Pike
2009-04-09
change representation of strings
Ken Thompson
2009-03-30
more 386 runtime - can run tiny c programs.
Russ Cox
2009-01-27
spelling
Ken Thompson
2009-01-27
defer
Ken Thompson
2009-01-26
gc #0. mark and sweep collector.
Russ Cox
2009-01-26
interface speedups and fixes.
Russ Cox
2009-01-26
implement new restrictions on what
Russ Cox
2009-01-22
move math routines from package sys to package math,
Russ Cox
2009-01-16
casify, cleanup sys
Russ Cox
2009-01-13
Tweak code to make it easier to compile with gcc.
Ian Lance Taylor
2009-01-09
update sys.reflect and sys.unreflect to accomodate
Russ Cox
2009-01-08
many interface bug fixes.
Russ Cox
2008-12-19
[] and struct in interfaces.
Russ Cox
2008-12-19
chan and map of [] and struct
Russ Cox
2008-12-19
malloc bug fixes.
Russ Cox
2008-12-18
print(array)
Ken Thompson
2008-12-18
arrays
Ken Thompson
2008-12-18
malloc in runtime (not used by default)
Russ Cox
2008-12-17
small bug
Ken Thompson
[next]