]> Cypherpunks.ru repositories - gostls13.git/history - test/fixedbugs/bug045.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / fixedbugs / bug045.go
2012-02-17 Russ Coxtest: use testlib (first 100)
2010-08-31 Ian Lance Taylortest: don't assign address of array to slice.
2009-04-16 Russ Coxcode changes for array conversion.
2009-01-20 Russ Coxdelete export
2009-01-17 Russ Coxconvert tests; nothing interesting.
2009-01-06 Russ Coxnew new & make
2009-01-05 Rob Pikeclean up some tests
2008-12-20 Rob Pikefix some tests. only 3 remain broken (complit, hilbert...
2008-12-19 Russ Coxchange *map to map; *chan to chan; new(T) to new(*T)
2008-12-19 Russ Coxconvert *[] to [].
2008-06-18 Rob Pikea couple of bugs around nil are fixed