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
2013-03-04
Imported Upstream version 1.1~hg20130304
upstream/1.1_hg20130304
Michael Stapelberg
1
-64
/
+252
2012-04-06
Imported Upstream version 1
upstream/1
Ondřej Surý
1
-20
/
+21
2011-09-13
Imported Upstream version 60
upstream/60
Ondřej Surý
1
-0
/
+1161
2011-09-13
Imported Upstream version 60
Ondřej Surý
1
-1251
/
+0
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
1
-15
/
+96
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
1
-145
/
+201
2011-04-20
Imported Upstream version 2011.03.07.1
upstream/2011.03.07.1
Ondřej Surý
1
-9
/
+38
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
1
-126
/
+134
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