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
/
pkg
/
runtime
/
chan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-137
/
+157
2010-05-01
gc: be pickier about slice, chan, array, and map sizes
Russ Cox
1
-3
/
+6
2010-04-06
another try at clearing
Ken Thompson
1
-9
/
+6
2010-04-06
change channel read to clear
Ken Thompson
1
-3
/
+12
2010-04-01
runtime: correct memory leak in select
Russ Cox
1
-179
/
+125
2010-03-04
cc: disallow ... argument unless NOSPLIT is set.
Russ Cox
1
-0
/
+8
2010-02-08
runtime: allow arbitrary return type in SetFinalizer.
Russ Cox
1
-0
/
+9
2010-01-25
in C and asm, replace pkg·name with ·name
Russ Cox
1
-53
/
+53
2010-01-09
runtime: check for preemption due to garbage collection
Russ Cox
1
-0
/
+12
2009-12-18
runtime: fix race condition
Adam Langley
1
-4
/
+2
2009-12-15
runtime: return zero value in x, ok = <-c when ok == false
Russ Cox
1
-0
/
+2
2009-12-04
runtime: shift the index for the sort by one.
Adam Langley
1
-6
/
+2
2009-12-04
Remove global chanlock.
Adam Langley
1
-33
/
+75
2009-10-28
Fix bug when sending via select.
Adam Langley
1
-32
/
+19
2009-10-15
rename sys functions to runtime,
Russ Cox
1
-53
/
+53
2009-09-08
pass Type* to makechan and makemap so that
Russ Cox
1
-11
/
+16
2009-08-26
finish ChanValue: Len and Cap.
Russ Cox
1
-0
/
+12
2009-08-26
add Close() and Closed() to ChanValue
Russ Cox
1
-4
/
+14
2009-08-25
rename runtime internals to have modern names (array->slice etc)
Rob Pike
1
-4
/
+4
2009-08-20
len and cap on chans
Russ Cox
1
-2
/
+2
2009-08-17
Removing dead tests from chan.c
Bill Neubauer
1
-4
/
+0
2009-07-17
another step toward eliminating forward declarations.
Russ Cox
1
-7
/
+0
2009-07-08
reflection for channels
Russ Cox
1
-12
/
+16
2009-07-02
move Structrnd to runtime.h
Russ Cox
1
-4
/
+0
2009-06-30
change alignment rules: roll receiver into
Russ Cox
1
-9
/
+17
2009-06-09
mv src/lib to src/pkg
Rob Pike
1
-0
/
+1024