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