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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-20
stricter interface conversion rule: i.(T)
Russ Cox
1
-8
/
+31
2009-05-20
change representation of interface values.
Russ Cox
3
-175
/
+306
2009-05-15
fix handling of line numbers for first function
Russ Cox
1
-1
/
+2
2009-05-08
move things out of sys into os and runtime
Russ Cox
18
-58
/
+70
2009-05-08
Move sys.Reflect and sys.Unreflect into unsafe.
Rob Pike
1
-5
/
+5
2009-05-05
6g tweaks
Russ Cox
1
-8
/
+0
2009-05-03
more morestack fiddling
Ken Thompson
1
-0
/
+39
2009-05-01
code improvement
Ken Thompson
1
-0
/
+24
2009-04-29
don't set CLONE_PTRACE -- it confuses strace
Russ Cox
1
-1
/
+3
2009-04-29
Ignore SIGPIPE such that write returns EPIPE.
Brendan O'Dea
2
-2
/
+2
2009-04-15
fix traceback prints - %S was not advancing pointer enough
Russ Cox
1
-1
/
+5
2009-04-14
do not create interfaces containing interfaces
Russ Cox
1
-0
/
+5
2009-04-13
runtime nits: variable name and comments
Russ Cox
1
-10
/
+10
2009-04-12
tweak
Ken Thompson
1
-16
/
+13
2009-04-12
fix string range to have full unicode range (up to 10FFFF).
Rob Pike
3
-98
/
+116
2009-04-12
change replacement rune to its correct value, fffd
Rob Pike
1
-1
/
+1
2009-04-10
range over strings
Ken Thompson
1
-0
/
+156
2009-04-09
change representation of strings
Ken Thompson
7
-114
/
+99
2009-04-02
implement some more 8g
Russ Cox
1
-0
/
+4
2009-04-02
clarification suggested by rob
Russ Cox
1
-0
/
+4
2009-04-01
fix runtime stack overflow bug that gri ran into:
Russ Cox
2
-155
/
+211
2009-03-31
test for and fix bug involving reflect v.Interface() and ==.
Russ Cox
2
-7
/
+64
2009-03-31
more 386 runtime:
Russ Cox
11
-12
/
+939
2009-03-30
more 386 runtime - can run tiny c programs.
Russ Cox
25
-92
/
+1720
2009-03-24
fix build:
Russ Cox
3
-5
/
+6
2009-03-24
split heapmap, which is specific to 64-bit pointer addresses,
Russ Cox
4
-201
/
+214
2009-03-24
convert Linux to auto-generated defs.h
Russ Cox
7
-189
/
+292
2009-03-24
convert darwin to use godefs-generated defs.h.
Russ Cox
6
-429
/
+490
2009-03-24
split rt1.c into signal.c and thread.c.
Russ Cox
6
-430
/
+476
2009-03-24
move darwin specific code into runtime/darwin/
Russ Cox
11
-28
/
+20
2009-03-24
move amd64-specific (but os-independent) pieces of runtime
Russ Cox
4
-126
/
+133
2009-03-23
add test for close/closed, fix a few implementation bugs.
Russ Cox
1
-28
/
+30
2009-03-23
allow range on nil maps
Russ Cox
1
-0
/
+4
2009-03-20
embarassing bug in allocator:
Russ Cox
2
-2
/
+2
2009-03-17
binary search on type switches.
Ken Thompson
1
-0
/
+17
2009-03-16
change format of Sigt and Sigi
Ken Thompson
1
-71
/
+96
2009-03-13
close/closed on chans
Ken Thompson
1
-33
/
+117
2009-03-12
chan flags close/closed installed
Ken Thompson
1
-2
/
+47
2009-03-06
1. type switches
Ken Thompson
1
-1
/
+1
2009-02-15
build nits
Russ Cox
1
-2
/
+2
2009-02-11
fix gc bug. i think this is tgs's second bug.
Russ Cox
2
-3
/
+8
2009-02-06
tgs's gc bug.
Russ Cox
1
-3
/
+10
2009-02-06
closures - runtime and debugger support, test case
Russ Cox
3
-4
/
+142
2009-02-02
minor tweaks
Russ Cox
2
-11
/
+8
2009-01-29
if take address of local, move to heap.
Russ Cox
2
-13
/
+28
2009-01-28
Use explicit allspan list instead of
Russ Cox
7
-40
/
+43
2009-01-27
pragma textflag
Ken Thompson
1
-0
/
+4
2009-01-27
various race conditions.
Russ Cox
3
-14
/
+38
2009-01-27
spelling
Ken Thompson
2
-6
/
+5
2009-01-27
defer
Ken Thompson
3
-6
/
+66
[next]