| Age | Commit message (Expand) | Author |
| 2010-05-07 | Add annotations support to gen-class, plus tests. See #318. | Daniel Solano Gómez |
| 2010-05-07 | clojure.repl with -fn naming, #310 | Stuart Halloway |
| 2010-05-07 | promote Jason Wolfe's superset?, subset? #338 | Stuart Halloway |
| 2010-05-07 | duck type RT.err #343 | Stuart Halloway |
| 2010-05-04 | more protocol tests, fixed NPE in extend, #239 | Stuart Halloway |
| 2010-05-04 | Enabled Java Serialization for nearly all data structures - fixes 281 | Chas Emerick |
| 2010-05-04 | Fix PersistentQueue equality | Chas Emerick |
| 2010-05-03 | verify :added for clojure.pprint api | Stuart Halloway |
| 2010-05-03 | Added the pretty printer, clojure.pprint | Tom Faulhaber |
| 2010-05-03 | added 1.0, test all public doc-ed fns have :added | Stuart Halloway |
| 2010-05-01 | removed seq-contains? | Rich Hickey |
| 2010-05-01 | split annotations test into java 5 / later | Stuart Halloway |
| 2010-04-30 | check when chunked seq goes unchunked, #328 | Stuart Halloway |
| 2010-04-28 | Merge branch 'master' into seqfnsseqfns | Rich Hickey |
| 2010-04-28 | turn off annotations test for now | Rich Hickey |
| 2010-04-28 | added flatten, group-by, partition-by, frequencies, reductions, rand-nth, seq... | Rich Hickey |
| 2010-04-27 | Add containsKey and entryAt support to Vec, plus tests. Fixes #314. | Daniel Solano Gómez |
| 2010-04-27 | Add Comparable support to Vec, with tests. Fixes #266. | Daniel Solano Gómez |
| 2010-04-27 | tests for annotations | Stuart Halloway |
| 2010-04-24 | munge package names in definterface, #306 | Stuart Halloway |
| 2010-04-24 | re-import changed deftype, see #303 | Stuart Halloway |
| 2010-04-24 | java.util.Map for defrecord, #313 | Stuart Halloway |
| 2010-04-24 | make defrecord .cons work, #231 | Stuart Halloway |
| 2010-04-22 | reversible support for Vec #267 | Stuart Halloway |
| 2010-04-21 | IPersistentCollection methods for VecSeq (see #297) | Stuart Halloway |
| 2010-04-21 | tests for case (#296) | Stuart Halloway |
| 2010-04-20 | tests for #299 | Stuart Halloway |
| 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 |