| Age | Commit message (Expand) | Author |
| 2010-05-07 | make error expectation 1.5/1.6 agnostic | Stuart Halloway |
| 2010-05-07 | Rename two vec-test to be distinct and fix upper bound on random sequence mod... | Daniel Solano Gómez |
| 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 | deprecations | 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 | last-one-in-wins for refers and interns, warns on replacement | Rich Hickey |
| 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-04 | fix restfn with 20 req args | Rich Hickey |
| 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 | fixed stack consumpton in (pr & more) | David Powell |
| 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 | Fix defrecord keyword lookup on fields matching no-arg methods, fixes #329 | Rich Hickey |
| 2010-04-30 | check when chunked seq goes unchunked, #328 | Stuart Halloway |
| 2010-04-30 | make == fail on non-numbers | Rich Hickey |
| 2010-04-29 | metadata for :added | Stuart Halloway |
| 2010-04-29 | fix keep-indexed on non-chunked seqs | Rich Hickey |
| 2010-04-28 | tuned up into, added map-indexed, keep, keep-indexed | Rich Hickey |
| 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 | eliminate reflection in #266 | Stuart Halloway |
| 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-27 | route all coercions through RT | Rich Hickey |
| 2010-04-27 | made defrecords Serializable | Rich Hickey |
| 2010-04-27 | added parameter destructuring support to reify and deftype/record | Rich Hickey |
| 2010-04-26 | support type and parameter annotations in definterface | Rich Hickey |
| 2010-04-26 | support parameter annotations in deftype/record | Rich Hickey |
| 2010-04-26 | replace #^s with ^s | Rich Hickey |
| 2010-04-26 | ^ does what #^ does, reader metadata | Rich Hickey |
| 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-24 | filter test-classes | Stuart Halloway |
| 2010-04-23 | initial annotation support, for definterface/type/record types (put in metada... | Rich Hickey |
| 2010-04-23 | propagate metadata to classnames in definterface/type/record | Rich Hickey |
| 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 | Allow code run with clojure.main -e to use *in*. Fixes #299. | Phil Hagelberg |