]> Cypherpunks.ru repositories - gostls13.git/history - test/nil.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / nil.go
2013-02-12 Alan Donovantest: ensure all failing tests exit nonzero.
2012-12-13 Ian Lance Taylortest: move map delete test to nil.go
2012-12-13 Shenghou Matest/nil.go: delete on nil maps no longer panics
2012-02-23 Rob Piketest/[n-r]*.go: add documentation
2012-02-17 Russ Coxtest: use testlib (final 61)
2011-10-18 Russ Coxgofix -r mapdelete
2011-08-17 Russ Coxtest: new nil semantics
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-01-20 Russ Coxdelete export
2009-01-17 Russ Coxconvert tests; nothing interesting.
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-06-18 Rob Pikea couple of bugs around nil are fixed
2008-06-13 Rob PikeAdd nil test, with bug