index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
complit.go
Age
Commit message (
Expand
)
Author
2012-02-19
test: [a-c]: add introductory comments to tests
Rob Pike
2012-02-16
test: use testlib (first 100)
Russ Cox
2011-12-05
gc: remove type elision in struct literals
Russ Cox
2011-12-02
gc: composite literals as per Go 1
Russ Cox
2011-01-19
delete float, complex - code changes
Russ Cox
2010-09-04
test: remove semiocolons.
Rob Pike
2009-09-14
fix "declared and not used" in tests;
Russ Cox
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
2009-01-20
delete export
Russ Cox
2009-01-16
convert tests; nothing interesting.
Russ Cox
2009-01-07
uncomment a BUG that is now fixed
Rob Pike
2009-01-06
18 tests are behaving incorrectly
Rob Pike
2009-01-06
new new & make
Russ Cox
2008-12-19
change *map to map; *chan to chan; new(T) to new(*T)
Russ Cox
2008-12-18
convert *[] to [].
Russ Cox
2008-10-21
rewrite &Point{1, 2} as allocation
Russ Cox
2008-09-05
T{} syntax for constructors
Ken Thompson
2008-09-04
extend composite literal test.
Rob Pike
2008-09-03
update bugs
Rob Pike