index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
chan
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-06
Imported Upstream version 1
upstream/1
Ondřej Surý
18
-50
/
+167
2011-09-13
Imported Upstream version 60
upstream/60
Ondřej Surý
17
-0
/
+3095
2011-09-13
Imported Upstream version 60
Ondřej Surý
15
-3047
/
+0
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
2
-11
/
+24
2011-02-18
Imported Upstream version 2011.02.15
upstream/2011.02.15
Ondřej Surý
1
-1
/
+1
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
6
-111
/
+685
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
8
-684
/
+932
2010-04-01
runtime: correct memory leak in select
Russ Cox
1
-0
/
+48
2010-03-30
single argument panic
Russ Cox
4
-104
/
+175
2010-03-24
delete all uses of panicln by rewriting them using panic or,
Rob Pike
1
-16
/
+20
2010-02-24
Include an Eratosthenesque concurrent prime sieve to go along with the "naive...
Anh Hai Trinh
2
-2
/
+174
2009-12-18
runtime: fix race condition
Adam Langley
1
-0
/
+83
2009-12-09
missed a couple of files in test
Robert Griesemer
1
-12
/
+24
2009-12-09
making some more non-gofmt'ed files save for new semicolon rule
Robert Griesemer
1
-12
/
+24
2009-09-15
last round: non-package code
Russ Cox
1
-0
/
+9
2009-08-17
fix up some irregular indentation
Rob Pike
1
-32
/
+33
2009-08-12
convert non-pkg go files to whole-package compilation.
Russ Cox
2
-8
/
+4
2009-08-03
more 6g reorg; checkpoint.
Russ Cox
1
-4
/
+4
2009-05-31
Adjust expected errors to work with gccgo.
Ian Lance Taylor
1
-4
/
+4
2009-05-22
channel direction tests
Russ Cox
1
-0
/
+48
2009-05-16
Don't bother to import "os" just so that we can call
Ian Lance Taylor
1
-3
/
+0
2009-05-08
move things out of sys into os and runtime
Russ Cox
6
-10
/
+19
2009-04-17
Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...
Rob Pike
1
-1
/
+1
2009-03-20
range over channels.
Russ Cox
1
-3
/
+3
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
3
-3
/
+3
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
3
-3
/
+3
2009-02-11
insert type assertions when narrowing.
Russ Cox
1
-6
/
+6
2009-02-06
powser cleanup.
Rob Pike
2
-122
/
+104
2009-01-23
make test/chan/nonblock work even with real os threads
Russ Cox
1
-33
/
+62
2009-01-20
delete export
Russ Cox
5
-65
/
+65
2009-01-16
convert tests; nothing interesting.
Russ Cox
5
-67
/
+65
2009-01-16
casify, cleanup sys
Russ Cox
6
-10
/
+10
2009-01-15
convert strconv
Russ Cox
1
-1
/
+1
2009-01-06
new new & make
Russ Cox
7
-39
/
+39
2008-12-19
change *map to map; *chan to chan; new(T) to new(*T)
Russ Cox
7
-54
/
+48
2008-12-18
convert *[] to [].
Russ Cox
2
-8
/
+8
2008-12-09
chans and maps of interfaces
Russ Cox
1
-0
/
+720
2008-11-18
return *os.Error instead of bool from strconv.ato*
Russ Cox
1
-3
/
+4
2008-11-17
correctly rounded floating-point conversions
Russ Cox
1
-2
/
+2
2008-11-06
Test case for evaluation order of select statement.
Ian Lance Taylor
1
-0
/
+51
2008-11-05
Fix powser1.go to compile with the current 6g, which doesn't
Ian Lance Taylor
1
-2
/
+2
2008-11-05
Don't use a named pointer type as a receiver type. The
Ian Lance Taylor
1
-2
/
+2
2008-10-07
update code to follow new semicolon rules:
Russ Cox
2
-6
/
+6
2008-10-04
fix method use bug in powser1.
Russ Cox
1
-6
/
+6
2008-09-30
104, 107, 108: they are known to fail, so mark them appropriately.
Rob Pike
1
-0
/
+40
2008-09-26
test and fix non-blocking chan ops on buffered chans
Russ Cox
1
-56
/
+58
2008-09-16
update tests to new communications syntax
Rob Pike
4
-74
/
+53
2008-09-11
fixes for funcs without returns
Rob Pike
1
-1
/
+1
2008-08-27
arrays
Ken Thompson
1
-3
/
+3
2008-08-11
fix bug depot:
Rob Pike
4
-69
/
+69
[next]