.. |
bugs
|
bug in parallel assignment
|
2009-06-03 17:26:53 -07:00 |
chan
|
Adjust expected errors to work with gccgo.
|
2009-05-31 11:18:52 -07:00 |
fixedbugs
|
bug161, fixed
|
2009-06-04 16:18:13 -07:00 |
interface
|
another interface conversion test
|
2009-05-22 09:53:37 -07:00 |
ken
|
string([]int) is now implemented
|
2009-06-04 16:51:47 -07:00 |
64bit.go
|
new 64-bit math test.
|
2009-05-31 12:35:11 -07:00 |
235.go
|
Don't bother to import "os" just so that we can call
|
2009-05-16 23:12:28 -07:00 |
args.go
|
move things out of sys into os and runtime
|
2009-05-08 15:21:41 -07:00 |
assign.go
|
Adjust expected errors to work with gccgo.
|
2009-05-31 11:18:52 -07:00 |
bigalg.go
|
Convert go tree to hierarchical pkg directory:
|
2009-04-16 20:52:37 -07:00 |
char_lit.go
|
move things out of sys into os and runtime
|
2009-05-08 15:21:41 -07:00 |
closedchan.go
|
add test for close/closed, fix a few implementation bugs.
|
2009-03-23 18:50:35 -07:00 |
closure.go
|
Automated g4 rollback of changelist 25024,
|
2009-03-03 08:39:12 -08:00 |
cmp1.go
|
Automated g4 rollback of changelist 25024,
|
2009-03-03 08:39:12 -08:00 |
cmp2.go
|
|
|
cmp3.go
|
|
|
cmp4.go
|
|
|
cmp5.go
|
|
|
complit.go
|
Automated g4 rollback of changelist 25024,
|
2009-03-03 08:39:12 -08:00 |
const1.go
|
^ type(const) now inverts "enough" bits
|
2009-03-24 16:40:38 -07:00 |
const2.go
|
Recognize gccgo error message.
|
2009-03-16 21:48:07 -07:00 |
const3.go
|
make 6g constants behave as ken proposes. (i hope.)
|
2009-03-12 19:04:38 -07:00 |
const.go
|
make 6g constants behave as ken proposes. (i hope.)
|
2009-03-12 19:04:38 -07:00 |
convert.go
|
implications of stricter type equality:
|
2009-05-08 15:40:14 -07:00 |
convlit1.go
|
Automated g4 rollback of changelist 25024,
|
2009-03-03 08:39:12 -08:00 |
convlit.go
|
update convlit.go to current spec
|
2009-05-05 11:23:39 -07:00 |
decl.go
|
typo in message
|
2009-04-19 21:12:48 -07:00 |
declbad.go
|
Recognize gcco error messages.
|
2009-04-28 07:16:03 -07:00 |
defer.go
|
|
|
empty.go
|
|
|
env.go
|
more 386 runtime fixes.
|
2009-06-04 11:16:03 -07:00 |
errchk
|
make 6g constants behave as ken proposes. (i hope.)
|
2009-03-12 19:04:38 -07:00 |
escape1.go
|
|
|
escape.go
|
|
|
export.go
|
|
|
float_lit.go
|
|
|
for.go
|
|
|
func1.go
|
|
|
func2.go
|
|
|
func3.go
|
|
|
func4.go
|
|
|
func5.go
|
|
|
func.go
|
|
|
gc1.go
|
|
|
gc.go
|
|
|
golden.out
|
bug in parallel assignment
|
2009-06-03 17:26:53 -07:00 |
hashmap.go
|
|
|
helloworld.go
|
|
|
hilbert.go
|
|
|
if1.go
|
move things out of sys into os and runtime
|
2009-05-08 15:21:41 -07:00 |
if.go
|
|
|
import1.go
|
Match gccgo error messages.
|
2009-05-19 15:23:43 -07:00 |
import.go
|
implications of stricter type equality:
|
2009-05-08 15:40:14 -07:00 |
indirect.go
|
Automated g4 rollback of changelist 25024,
|
2009-03-03 08:39:12 -08:00 |
initcomma.go
|
Automated g4 rollback of changelist 25024,
|
2009-03-03 08:39:12 -08:00 |
initialize.go
|
allow type name as key to accomodate anonymous fields.
|
2009-05-21 16:31:10 -07:00 |
initializerr.go
|
Adjust expected errors to work with gccgo.
|
2009-05-31 11:18:52 -07:00 |
int_lit.go
|
move things out of sys into os and runtime
|
2009-05-08 15:21:41 -07:00 |
intcvt.go
|
integer conversions and test.
|
2009-05-29 09:17:35 -07:00 |
iota.go
|
|
|
literal.go
|
|
|
malloc1.go
|
|
|
mallocrand.go
|
Automated g4 rollback of changelist 25024,
|
2009-03-03 08:39:12 -08:00 |
mallocrep1.go
|
delete export
|
2009-01-20 14:40:40 -08:00 |
mallocrep.go
|
|
|
map.go
|
allow range on nil maps
|
2009-03-23 18:32:37 -07:00 |
method1.go
|
|
|
method2.go
|
|
|
method3.go
|
Automated g4 rollback of changelist 25024,
|
2009-03-03 08:39:12 -08:00 |
method.go
|
|
|
nil.go
|
|
|
parentype.go
|
Automated g4 rollback of changelist 25024,
|
2009-03-03 08:39:12 -08:00 |
peano.go
|
|
|
printbig.go
|
|
|
range.go
|
range over channels.
|
2009-03-20 11:32:58 -07:00 |
run
|
new 64-bit math test.
|
2009-05-31 12:35:11 -07:00 |
sieve.go
|
|
|
sigchld.go
|
update Go tree to use new syscall package.
|
2009-06-01 22:14:39 -07:00 |
simassign.go
|
|
|
stack.go
|
test for new string bug
|
2009-04-10 06:22:41 -07:00 |
string_lit.go
|
move things out of sys into os and runtime
|
2009-05-08 15:21:41 -07:00 |
stringrange.go
|
change utf8.FullRuneInString and utf8.DecodeRuneInString
|
2009-05-11 14:10:34 -07:00 |
switch1.go
|
move things out of sys into os and runtime
|
2009-05-08 15:21:41 -07:00 |
switch.go
|
|
|
test0.go
|
|
|
turing.go
|
|
|
typeswitch.go
|
move things out of sys into os and runtime
|
2009-05-08 15:21:41 -07:00 |
utf.go
|
change utf8.FullRuneInString and utf8.DecodeRuneInString
|
2009-05-11 14:10:34 -07:00 |
varinit.go
|
|
|
vectors.go
|
Convert go tree to hierarchical pkg directory:
|
2009-04-16 20:52:37 -07:00 |