]> Cypherpunks.ru repositories - gostls13.git/history - test/zerodivide.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / zerodivide.go
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-06 Russ Coxall: use bytes.Cut, strings.Cut
2017-02-01 Russ Coxall: merge dev.inline into master
2016-12-23 Emmanuel Odeketest: lock in test for _ assignment evaluation/zerodivi...
2013-02-12 Alan Donovantest: ensure all failing tests exit nonzero.
2012-02-19 Rob Piketest: [a-c]: add introductory comments to tests
2012-02-17 Russ Coxtest: use testlib (final 61)
2011-11-02 Russ Coxnon-pkg: gofix -r error -force=error
2011-10-28 Russ Coxtest: error-related fixes
2011-01-20 Russ Coxdelete float, complex - code changes
2010-12-15 Russ Coxremove nacl
2010-09-12 Ian Lance Taylortest: Make gccgo believe that the variables can change.
2010-07-30 Kai Backmanfix build
2010-07-30 Kai Backmanarm: bugfixes (stack clobbering, indices)
2010-07-20 Kai Backmanmore soft float support. passes several basic tests
2010-06-19 Christopher Wedgwoodtest: add missing import for zerodivide
2010-06-18 Russ Coxcomplex divide: match C99 implementation
2010-06-15 Russ Coxruntime: correct fault for 16-bit divide on Leopard
2010-06-14 Rob PikeAdd test for division by zero.