]> Cypherpunks.ru repositories - gostls13.git/history - test/complit.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / complit.go
2012-02-19 Rob Piketest: [a-c]: add introductory comments to tests
2012-02-17 Russ Coxtest: use testlib (first 100)
2011-12-05 Russ Coxgc: remove type elision in struct literals
2011-12-02 Russ Coxgc: composite literals as per Go 1
2011-01-20 Russ Coxdelete float, complex - code changes
2010-09-04 Rob Piketest: remove semiocolons.
2009-09-15 Russ Coxfix "declared and not used" in tests;
2009-03-03 Russ CoxAutomated g4 rollback of changelist 25024,
2009-02-13 Russ Coxconvert composite literals from { } to ( ).
2009-01-20 Russ Coxdelete export
2009-01-17 Russ Coxconvert tests; nothing interesting.
2009-01-07 Rob Pikeuncomment a BUG that is now fixed
2009-01-07 Rob Pike18 tests are behaving incorrectly
2009-01-06 Russ Coxnew new & make
2008-12-19 Russ Coxchange *map to map; *chan to chan; new(T) to new(*T)
2008-12-19 Russ Coxconvert *[] to [].
2008-10-21 Russ Coxrewrite &Point{1, 2} as allocation
2008-09-06 Ken ThompsonT{} syntax for constructors
2008-09-04 Rob Pikeextend composite literal test.
2008-09-03 Rob Pikeupdate bugs