index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
chan
Commit message (
Expand
)
Author
Age
Files
Lines
*
runtime: correct memory leak in select
Russ Cox
2010-04-01
1
-0
/
+48
*
single argument panic
Russ Cox
2010-03-30
4
-104
/
+175
*
delete all uses of panicln by rewriting them using panic or,
Rob Pike
2010-03-24
1
-16
/
+20
*
Include an Eratosthenesque concurrent prime sieve to go along with the "naive...
Anh Hai Trinh
2010-02-24
2
-2
/
+174
*
runtime: fix race condition
Adam Langley
2009-12-18
1
-0
/
+83
*
missed a couple of files in test
Robert Griesemer
2009-12-09
1
-12
/
+24
*
making some more non-gofmt'ed files save for new semicolon rule
Robert Griesemer
2009-12-09
1
-12
/
+24
*
last round: non-package code
Russ Cox
2009-09-15
1
-0
/
+9
*
fix up some irregular indentation
Rob Pike
2009-08-17
1
-32
/
+33
*
convert non-pkg go files to whole-package compilation.
Russ Cox
2009-08-12
2
-8
/
+4
*
more 6g reorg; checkpoint.
Russ Cox
2009-08-03
1
-4
/
+4
*
Adjust expected errors to work with gccgo.
Ian Lance Taylor
2009-05-31
1
-4
/
+4
*
channel direction tests
Russ Cox
2009-05-22
1
-0
/
+48
*
Don't bother to import "os" just so that we can call
Ian Lance Taylor
2009-05-16
1
-3
/
+0
*
move things out of sys into os and runtime
Russ Cox
2009-05-08
6
-10
/
+19
*
Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...
Rob Pike
2009-04-17
1
-1
/
+1
*
range over channels.
Russ Cox
2009-03-20
1
-3
/
+3
*
Automated g4 rollback of changelist 25024,
Russ Cox
2009-03-03
3
-3
/
+3
*
convert composite literals from { } to ( ).
Russ Cox
2009-02-13
3
-3
/
+3
*
insert type assertions when narrowing.
Russ Cox
2009-02-11
1
-6
/
+6
*
powser cleanup.
Rob Pike
2009-02-06
2
-122
/
+104
*
make test/chan/nonblock work even with real os threads
Russ Cox
2009-01-23
1
-33
/
+62
*
delete export
Russ Cox
2009-01-20
5
-65
/
+65
*
convert tests; nothing interesting.
Russ Cox
2009-01-16
5
-67
/
+65
*
casify, cleanup sys
Russ Cox
2009-01-16
6
-10
/
+10
*
convert strconv
Russ Cox
2009-01-15
1
-1
/
+1
*
new new & make
Russ Cox
2009-01-06
7
-39
/
+39
*
change *map to map; *chan to chan; new(T) to new(*T)
Russ Cox
2008-12-19
7
-54
/
+48
*
convert *[] to [].
Russ Cox
2008-12-18
2
-8
/
+8
*
chans and maps of interfaces
Russ Cox
2008-12-09
1
-0
/
+720
*
return *os.Error instead of bool from strconv.ato*
Russ Cox
2008-11-18
1
-3
/
+4
*
correctly rounded floating-point conversions
Russ Cox
2008-11-17
1
-2
/
+2
*
Test case for evaluation order of select statement.
Ian Lance Taylor
2008-11-06
1
-0
/
+51
*
Fix powser1.go to compile with the current 6g, which doesn't
Ian Lance Taylor
2008-11-05
1
-2
/
+2
*
Don't use a named pointer type as a receiver type. The
Ian Lance Taylor
2008-11-05
1
-2
/
+2
*
update code to follow new semicolon rules:
Russ Cox
2008-10-07
2
-6
/
+6
*
fix method use bug in powser1.
Russ Cox
2008-10-04
1
-6
/
+6
*
104, 107, 108: they are known to fail, so mark them appropriately.
Rob Pike
2008-09-30
1
-0
/
+40
*
test and fix non-blocking chan ops on buffered chans
Russ Cox
2008-09-26
1
-56
/
+58
*
update tests to new communications syntax
Rob Pike
2008-09-16
4
-74
/
+53
*
fixes for funcs without returns
Rob Pike
2008-09-11
1
-1
/
+1
*
arrays
Ken Thompson
2008-08-27
1
-3
/
+3
*
fix bug depot:
Rob Pike
2008-08-11
4
-69
/
+69
*
workaround for compiler bug: len(a) is zero
Rob Pike
2008-08-05
1
-3
/
+3
*
fix bug - need to read final message in daisy chain to avoid hang
Rob Pike
2008-08-04
1
-0
/
+1
*
use real select
Rob Pike
2008-07-28
1
-64
/
+15
*
start of select
Ken Thompson
2008-07-20
1
-20
/
+18
*
add an eval function (written by ken)
Rob Pike
2008-07-19
1
-0
/
+18
*
add doug's power series package
Rob Pike
2008-07-18
1
-0
/
+748
*
strengthen test by checking values
Rob Pike
2008-07-16
1
-10
/
+15
[next]