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
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: move package sources from src/pkg to src
Russ Cox
2014-09-08
1
-0
/
+5
*
move src/runtime -> src/lib/runtime;
Russ Cox
2009-06-06
1
-119
/
+0
*
8g: 64-bit arithmetic and assorted bug fixes;
Russ Cox
2009-05-26
1
-0
/
+3
*
Added enough arm related scaffolding to create a simple
Kai Backman
2009-05-26
1
-2
/
+4
*
more 386 runtime - can run tiny c programs.
Russ Cox
2009-03-30
1
-6
/
+26
*
fix build:
Russ Cox
2009-03-24
1
-1
/
+2
*
convert darwin to use godefs-generated defs.h.
Russ Cox
2009-03-24
1
-4
/
+8
*
split rt1.c into signal.c and thread.c.
Russ Cox
2009-03-24
1
-1
/
+2
*
move darwin specific code into runtime/darwin/
Russ Cox
2009-03-24
1
-18
/
+18
*
move amd64-specific (but os-independent) pieces of runtime
Russ Cox
2009-03-24
1
-8
/
+12
*
Use explicit allspan list instead of
Russ Cox
2009-01-28
1
-1
/
+1
*
gc #0. mark and sweep collector.
Russ Cox
2009-01-26
1
-0
/
+1
*
move math routines from package sys to package math,
Russ Cox
2009-01-22
1
-6
/
+9
*
casify, cleanup sys
Russ Cox
2009-01-16
1
-1
/
+0
*
Add cgo2c program to translate mixed Go/C code into C. This
Ian Lance Taylor
2009-01-14
1
-1
/
+9
*
malloc in runtime (not used by default)
Russ Cox
2008-12-18
1
-0
/
+6
*
check printf format strings
Russ Cox
2008-12-15
1
-2
/
+2
*
add support for ref counts to memory allocator.
Russ Cox
2008-12-05
1
-1
/
+1
*
add mutex.Mutex
Russ Cox
2008-12-04
1
-0
/
+1
*
add stub routines stackalloc() and stackfree().
Russ Cox
2008-12-04
1
-0
/
+1
*
delete stack mark strings
Russ Cox
2008-11-23
1
-0
/
+2
*
mike's map code
Ken Thompson
2008-11-13
1
-2
/
+2
*
go/acid/go
Russ Cox
2008-09-26
1
-2
/
+2
*
now method/interface code
Ken Thompson
2008-09-22
1
-0
/
+1
*
arrays
Ken Thompson
2008-08-27
1
-0
/
+1
*
* comment, clean up scheduler
Russ Cox
2008-08-05
1
-2
/
+2
*
acid. works only on Linux for now
Russ Cox
2008-08-04
1
-2
/
+6
*
synch chan
Ken Thompson
2008-07-14
1
-0
/
+1
*
chan
Ken Thompson
2008-07-13
1
-0
/
+1
*
update to Unicode 5
Rob Pike
2008-07-07
1
-0
/
+1
*
drop some superfluous file prefixes in runtime
Rob Pike
2008-07-03
1
-3
/
+6
*
Break runtime.c into separate pieces for maps, strings, print, etc.
Rob Pike
2008-06-30
1
-0
/
+5
*
slight change to file names
Rob Pike
2008-06-26
1
-1
/
+1
*
make readfile work on darwin
Rob Pike
2008-06-26
1
-1
/
+5
*
add sys.readfile()
Rob Pike
2008-06-26
1
-1
/
+2
*
runtime needs runtime.c
Rob Pike
2008-06-25
1
-0
/
+1
*
put a makefile into runtime
Rob Pike
2008-06-25
1
-0
/
+40