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
/
ken
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-06
new new & make
Russ Cox
13
-28
/
+28
2008-12-20
fix some tests. only 3 remain broken (complit, hilbert, initcomma).
Rob Pike
3
-7
/
+7
2008-12-19
change *map to map; *chan to chan; new(T) to new(*T)
Russ Cox
13
-24
/
+24
2008-12-18
arrays
Ken Thompson
3
-10
/
+21
2008-12-15
range clause must have = or :=
Ken Thompson
1
-6
/
+6
2008-12-05
range statement
Ken Thompson
1
-0
/
+113
2008-11-24
compiler catches out of bounds; work around
Rob Pike
1
-1
/
+2
2008-11-07
Don't use a type guard with a type which is not an interface.
Ian Lance Taylor
1
-1
/
+1
2008-10-29
types
Ken Thompson
2
-8
/
+9
2008-10-25
test
Ken Thompson
1
-0
/
+236
2008-10-24
Per discussion earlier today with r and gri: when an interface
Ian Lance Taylor
1
-1
/
+2
2008-10-15
basic types/interfaces test
Ken Thompson
1
-0
/
+104
2008-10-07
remove uses of *T as an implicit forward declaration of T
Russ Cox
1
-0
/
+6
2008-10-07
update code to follow new semicolon rules:
Russ Cox
2
-2
/
+2
2008-09-29
Storing an out of range constant into a variable should
Ian Lance Taylor
1
-6
/
+0
2008-09-20
another async select bug
Ken Thompson
1
-139
/
+185
2008-09-20
fix some tests
Rob Pike
1
-1
/
+4
2008-09-19
channel test
Ken Thompson
1
-0
/
+267
2008-09-05
T{} syntax for constructors
Ken Thompson
2
-2
/
+2
2008-09-03
update tests
Rob Pike
2
-6
/
+4
2008-08-29
fix type of (1<<x)
Ken Thompson
2
-0
/
+287
2008-08-20
delete redundant bug.
Rob Pike
1
-30
/
+0
2008-08-12
fixed bugs in const/case
Ken Thompson
1
-37
/
+35
2008-08-11
fix bug depot:
Rob Pike
23
-125
/
+125
2008-08-07
fix erroneous code in bugs; reported by iant.
Rob Pike
2
-7
/
+8
2008-07-08
test update. also remove two duplicates
Rob Pike
2
-351
/
+0
2008-07-08
test update. some tests now run; no change to output
Rob Pike
3
-3
/
+2
2008-07-07
test cleanup
Rob Pike
2
-2
/
+4
2008-06-27
export sys.exit
Rob Pike
3
-7
/
+4
2008-06-21
remove receclarations from tests
Ken Thompson
3
-25
/
+25
2008-06-18
clean up ken/rob2.go to eliminate a few workarounds
Rob Pike
1
-7
/
+6
2008-06-11
add bug045: bad nil assigning into array
Rob Pike
1
-12
/
+10
2008-06-08
update lots of tests
Rob Pike
1
-1
/
+1
2008-06-06
check in the bugs and fixed bugs
Rob Pike
1
-2
/
+12
2008-06-06
add ken's tests.
Rob Pike
25
-0
/
+1798
[prev]