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
2015-01-15
Imported Upstream version 1.4
upstream/1.4
Tianon Gravi
414
-0
/
+80158
2009-06-06
move src/runtime -> src/lib/runtime;
Russ Cox
74
-14718
/
+0
2009-06-05
fix 386 malloc tests,
Russ Cox
1
-1
/
+1
2009-06-05
fix 386 log test
Russ Cox
1
-12
/
+11
2009-06-04
386-related fixes and guards
Russ Cox
6
-22
/
+33
2009-06-04
more 386 runtime fixes.
Russ Cox
4
-9
/
+64
2009-06-02
386 library updates
Russ Cox
1
-1
/
+1
2009-06-02
32-bit fixes in lessstack.
Russ Cox
4
-25
/
+28
2009-05-29
Fix godoc deadlock.
Russ Cox
1
-2
/
+9
2009-05-29
64-bit integer arithmetic.
Russ Cox
1
-0
/
+14
2009-05-28
detect recursive initialization
Ken Thompson
1
-0
/
+6
2009-05-27
added protection against race condition
Ken Thompson
1
-6
/
+10
2009-05-27
string([]int) conversion
Ken Thompson
1
-0
/
+22
2009-05-26
8g: 64-bit arithmetic and assorted bug fixes;
Russ Cox
3
-2
/
+32
2009-05-26
add NUL when allocating strings, to make use
Russ Cox
2
-5
/
+9
2009-05-26
32-bit stack switching bug fix
Russ Cox
2
-2
/
+2
2009-05-26
8g: hello world works again
Russ Cox
1
-2
/
+2
2009-05-26
Added enough arm related scaffolding to create a simple
Kai Backman
9
-2
/
+197
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
[next]