| Age | Commit message (Expand) | Author |
| 2010-04-20 | munge genclass field names to keep Java side happy, see #104 | Stuart Halloway |
| 2010-04-20 | Use bigint division when converting ratios to longs. | Alex Osborne |
| 2010-04-20 | Don't truncate large ratios when converting to bigint. Fixes #290. | Alex Osborne |
| 2010-04-16 | InternalReduce | Stuart Halloway |
| 2010-04-16 | updating tests to match deftype/defrecord split - only defrecord does hashCod... | Stuart Halloway |
| 2010-04-16 | deftype factories and object methods | Stuart Halloway |
| 2010-04-16 | re-extending | Stuart Halloway |
| 2010-04-16 | tests for extenders and satisifies? | Stuart Halloway |
| 2010-04-16 | test plus hack to reload a protocol | Stuart Halloway |
| 2010-04-16 | more protocol tests | Stuart Halloway |
| 2010-04-16 | added build step to compile things for test purposes, initial tests | Stuart Halloway |
| 2010-04-16 | test for assembla #262 | Stuart Halloway |
| 2010-04-16 | test for assembla #275 | Stuart Halloway |
| 2010-04-05 | catch duplicate set keys for literals and hash-set calls. | Rich Hickey |
| 2010-03-11 | numerator and denominator fns for Ratios, refs #255 | Kevin Downey |
| 2010-03-11 | check load arguments and options are valid #253 | Timothy Pratley |
| 2010-03-11 | fixed set/rename tests for rename patch | Rich Hickey |
| 2010-01-27 | adding more tests for set Fixes #220 | devender |
| 2010-01-19 | metadata for fns | Rich Hickey |
| 2010-01-13 | Add agent error handlers and error modes :fail and :continue. Fixes #30 | Chouser |
| 2009-12-23 | Added test-empty-sorted to test_clojure/sequences.clj Refs #128 | Sean |
| 2009-12-23 | Added sorted tests to test-empty in test_clojure/sequences.clj Refs #128 | Sean |
| 2009-12-03 | Remove deprecated ^ reader macro from tests; fixes #215 | Stuart Sierra |
| 2009-11-25 | fixed sorted-set-by with no items, and added test coverage | Timothy Pratley |
| 2009-11-24 | Fixed broken test-embedded-constants. Fixes #164 | tpratley |
| 2009-11-24 | #209 Unifying array support for primatives | Timothy Pratley |
| 2009-11-24 | #209 Unifying array support for primatives | unknown |
| 2009-10-28 | Add test for metadata-carrying deftest. Refs #201 | Phil Hagelberg |
| 2009-10-28 | Don't repeatedly compose on calls to use-fixtures. Fixes #194. | Phil Hagelberg |
| 2009-10-01 | shorter, stronger embedded-constants tests. fixes #164 | tpratley |
| 2009-09-28 | added tests, fixes #164 | tpratley |
| 2009-09-28 | fix #167, tests for sequences, control, and numbers | Mike Hinchey |
| 2009-09-07 | fixed NPE when creating an empty array of ints, longs, floats or doubles, fix... | Frantisek Sodomka |
| 2009-08-24 | Add support for chunked seqs to 'for'. Refs #1 | Chouser |
| 2009-08-19 | fix #168, ant targets should fail on error, also test print report correctly | Mike Hinchey |
| 2009-08-19 | updated remaining tests, closes #158 | Frantisek Sodomka |
| 2009-08-03 | Merge branch 'chunks' into merge-chunks | Rich Hickey |
| 2009-07-26 | fixed keyword ctor, added tests, fix #154 | Steve Gilardi |
| 2009-07-25 | fixed test-clojure, refs #144 | Frantisek Sodomka |
| 2009-07-18 | changed to test only for IndexOutOfBoundsException, not ArrayIndexOutOfBounds... | Rich Hickey |
| 2009-07-14 | updated tests for range given fractions | Rich Hickey |
| 2009-07-09 | move with-precision tests to that section of vars.clj Fixes #137 | Stephen C. Gilardi |
| 2009-07-09 | Refs #137: make *math-context* settable, with test + tests of with-precision | Stephen C. Gilardi |
| 2009-06-25 | Test reading of numbers like "1." and "1.e3". Fixes #117 | Steve Gilardi |
| 2009-06-25 | made copyright notices uniform | Rich Hickey |
| 2009-06-24 | gtic: brought clojure.test's self-tests over from contrib | Stuart Halloway |
| 2009-06-24 | gtic package renamings: | Stuart Halloway |
| 2009-06-24 | gtic: tests now passing (broke dep on java-utils) | Stuart Halloway |
| 2009-06-24 | gtic: break dependency on combinatorics via all-are | Stuart Halloway |
| 2009-06-24 | gtic work-in-progress: | Stuart Halloway |