index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
runtime.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-15
Imported Upstream version 1.4
upstream/1.4
Tianon Gravi
1
-0
/
+1132
2009-06-06
move src/runtime -> src/lib/runtime;
Russ Cox
1
-464
/
+0
2009-06-04
386-related fixes and guards
Russ Cox
1
-4
/
+4
2009-06-04
more 386 runtime fixes.
Russ Cox
1
-1
/
+2
2009-06-02
32-bit fixes in lessstack.
Russ Cox
1
-1
/
+1
2009-05-20
change representation of interface values.
Russ Cox
1
-2
/
+14
2009-05-08
move things out of sys into os and runtime
Russ Cox
1
-8
/
+4
2009-04-12
fix string range to have full unicode range (up to 10FFFF).
Rob Pike
1
-0
/
+1
2009-04-09
change representation of strings
Ken Thompson
1
-17
/
+17
2009-03-30
more 386 runtime - can run tiny c programs.
Russ Cox
1
-3
/
+8
2009-01-27
spelling
Ken Thompson
1
-1
/
+1
2009-01-27
defer
Ken Thompson
1
-4
/
+19
2009-01-26
gc #0. mark and sweep collector.
Russ Cox
1
-0
/
+4
2009-01-26
interface speedups and fixes.
Russ Cox
1
-0
/
+2
2009-01-26
implement new restrictions on what
Russ Cox
1
-5
/
+10
2009-01-22
move math routines from package sys to package math,
Russ Cox
1
-10
/
+15
2009-01-16
casify, cleanup sys
Russ Cox
1
-13
/
+9
2009-01-13
Tweak code to make it easier to compile with gcc.
Ian Lance Taylor
1
-28
/
+64
2009-01-09
update sys.reflect and sys.unreflect to accomodate
Russ Cox
1
-1
/
+1
2009-01-08
many interface bug fixes.
Russ Cox
1
-1
/
+1
2008-12-19
[] and struct in interfaces.
Russ Cox
1
-2
/
+9
2008-12-19
chan and map of [] and struct
Russ Cox
1
-1
/
+14
2008-12-19
malloc bug fixes.
Russ Cox
1
-4
/
+1
2008-12-18
print(array)
Ken Thompson
1
-1
/
+1
2008-12-18
arrays
Ken Thompson
1
-1
/
+0
2008-12-18
malloc in runtime (not used by default)
Russ Cox
1
-1
/
+4
2008-12-17
small bug
Ken Thompson
1
-0
/
+1
2008-12-15
check printf format strings
Russ Cox
1
-0
/
+16
2008-12-09
chans and maps of interfaces
Russ Cox
1
-1
/
+1
2008-12-05
add support for ref counts to memory allocator.
Russ Cox
1
-0
/
+8
2008-12-04
add stub routines stackalloc() and stackfree().
Russ Cox
1
-0
/
+2
2008-12-03
preparation for exec.
Russ Cox
1
-3
/
+8
2008-11-25
change meaning of $GOMAXPROCS to number of cpus to use,
Russ Cox
1
-0
/
+6
2008-11-25
use pc/ln table to print source lines in traceback
Russ Cox
1
-3
/
+8
2008-11-23
delete stack mark strings
Russ Cox
1
-16
/
+34
2008-11-17
First pieces of malloc.
Russ Cox
1
-1
/
+7
2008-11-13
mike's map code
Ken Thompson
1
-0
/
+1
2008-11-10
handle Inf, NaN in float print
Russ Cox
1
-0
/
+2
2008-11-05
select default
Ken Thompson
1
-0
/
+1
2008-10-07
sys.stringtorune doesn't need a length parameter.
Rob Pike
1
-1
/
+1
2008-09-26
go/acid/go
Russ Cox
1
-1
/
+0
2008-09-24
get rid of per-G Note, avoids per-G kernel semaphore on Mac.
Russ Cox
1
-1
/
+1
2008-09-24
only use mach kernel semaphores for actual contention.
Russ Cox
1
-1
/
+7
2008-09-22
test cleanup
Russ Cox
1
-0
/
+1
2008-09-22
now method/interface code
Ken Thompson
1
-27
/
+0
2008-09-18
proper handling of signals.
Russ Cox
1
-0
/
+5
2008-09-12
fix up linux trap handling - INTB 5 gives SEGV
Rob Pike
1
-2
/
+0
2008-09-12
fix silly portability bug
Rob Pike
1
-0
/
+1
2008-09-12
- catch trace traps
Rob Pike
1
-0
/
+2
2008-09-09
go threads for OS X
Russ Cox
1
-5
/
+12
[next]