| Age | Commit message (Expand) | Author |
| 2009-06-12 | added more future fns, fixed print of pending futures, added promise/deliver | Rich Hickey |
| 2009-05-29 | backed out count inlining | Rich Hickey |
| 2009-05-28 | made vector seqs chunked by default | Rich Hickey |
| 2009-05-28 | added reduce to quotient and remainder | Rich Hickey |
| 2009-05-28 | added ArrayChunk end bound and ChunkBuffer | Rich Hickey |
| 2009-05-28 | perf tweaks to count, nth | Rich Hickey |
| 2009-05-28 | first cut of chunked seqs | Rich Hickey |
| 2009-05-27 | get rid of root classloader. Establish dynamic context classloader for repl t... | Rich Hickey |
| 2009-05-26 | avoid reflecting on nil instance method target | Rich Hickey |
| 2009-05-25 | trap instance method calls to known nil targets at compile time | Rich Hickey |
| 2009-05-25 | switched binding to use let instead of do | Rich Hickey |
| 2009-05-22 | propagate line numbers in top-level macroexpansion | Rich Hickey |
| 2009-05-18 | enhanced message for Can't call public method of non-public class | Rich Hickey |
| 2009-05-16 | do unrolls at top-level | Rich Hickey |
| 2009-05-15 | use context classloader as parent for dynamic classloaders | Rich Hickey |
| 2009-05-14 | made main a better interop example, using RT.var and Symbol.intern | Rich Hickey |
| 2009-05-13 | steps in improving modularity - moving classname resolution towards consumer ... | Rich Hickey |
| 2009-05-08 | first steps in improving modularity - moving classname resolution towards con... | Rich Hickey |
| 2009-05-04 | move trunk to 1.1 | Rich Hickey |
| 2009-05-04 | 1.0.0 baseline | Rich Hickey |
| 2009-04-29 | Use platform default encoding for *in*, *out*, and *err* [issue 112], patch f... | Rich Hickey |
| 2009-04-28 | copy versioned jars to unversioned on build, patch from | Rich Hickey |
| 2009-04-28 | improved error msg for unresolved ClassName/staticField | Rich Hickey |
| 2009-04-27 | added support for versioned builds, alignment with *clojure-version*, (clojur... | Rich Hickey |
| 2009-04-27 | got rid of assert-if-lazy-seq, if*, and if as macro | Rich Hickey |
| 2009-04-27 | reduced promise for closed-over clearing in lazy-seq and delay, better error ... | Rich Hickey |
| 2009-04-21 | added *clojure-version* | Rich Hickey |
| 2009-04-19 | fixed doc for enumeration-seq | Rich Hickey |
| 2009-04-14 | Build patch: install results to local Maven repository [issue 105], patch fro... | Rich Hickey |
| 2009-04-14 | clojure.main should exit with non-zero code on unhandled exceptions [issue 106] | Rich Hickey |
| 2009-04-14 | added file names in reflection warnings, patch from Toralf Wittner | Rich Hickey |
| 2009-04-12 | Use qualified filenames in var metadata [issue 50], patch from mb | Rich Hickey |
| 2009-04-12 | :post-init option for gen-class [issue 45], patch from Chouser | Rich Hickey |
| 2009-04-12 | flag to control eval reader (*read-eval*) [issue 34], patch from jhawk28 | Rich Hickey |
| 2009-04-12 | use column labels instead of names in resultset-seq, and validate unique [iss... | Rich Hickey |
| 2009-04-12 | :exposes should expose static fields as static methods [issue 2], patch from ... | Rich Hickey |
| 2009-04-12 | Choose most specific return type on multiple exact arg matches [issue 77] | Rich Hickey |
| 2009-04-10 | fixed doc for rand [issue 91] | Rich Hickey |
| 2009-04-10 | proxy: NPE for unresolved class [issue 102] | Rich Hickey |
| 2009-04-10 | Strongly typed minus throws too often [issue 101], patch from olov.lassus | Rich Hickey |
| 2009-04-09 | pass defmethod names to MultiFns and use in error reporting | Rich Hickey |
| 2009-04-09 | tweaked loadClassForName separation of not found vs init errors | Rich Hickey |
| 2009-04-01 | added get-method | Rich Hickey |
| 2009-03-22 | fixed `() | Rich Hickey |
| 2009-03-19 | fixed zip/remove when empty branch - patch from cgrand | Rich Hickey |
| 2009-03-18 | ancestors did not include the tag parents of a class' superclasses [issue 94]... | Rich Hickey |
| 2009-03-18 | generate bridge methods for covariant returns in proxy [issue 93], patch from... | Rich Hickey |
| 2009-03-17 | (empty a-lazy-seq) -> () | Rich Hickey |
| 2009-03-17 | made (empty aseq) -> (), (empty non-IPersistentCollection) -> nil | Rich Hickey |
| 2009-03-16 | limit proxy to 18 args | Rich Hickey |