| Age | Commit message (Expand) | Author |
| 2009-08-03 | fixes commute after set1.0.x | Christophe Grand |
| 2009-04-29 | Use platform default encoding for *in*, *out*, and *err* [issue 112], patch f... | Rich Hickey |
| 2009-04-28 | improved error msg for unresolved ClassName/staticField | 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-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 | flag to control eval reader (*read-eval*) [issue 34], patch from jhawk28 | Rich Hickey |
| 2009-04-12 | Choose most specific return type on multiple exact arg matches [issue 77] | 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-17 | (empty a-lazy-seq) -> () | Rich Hickey |
| 2009-03-17 | made (empty aseq) -> (), (empty non-IPersistentCollection) -> nil | Rich Hickey |
| 2009-03-06 | interim checkin, incorporating new stream model | Rich Hickey |
| 2009-03-03 | restore list constants as PersistentLists | Rich Hickey |
| 2009-03-03 | bytecode-based constants, [issue 78], patch from rwvtveer | Rich Hickey |
| 2009-03-02 | use openConnection().getLastModified() only for non-jars | Rich Hickey |
| 2009-03-02 | fixed header comment | Rich Hickey |
| 2009-03-01 | made futures use CachedThreadPool | Rich Hickey |
| 2009-02-28 | added letfn, supports mutually recursive local fns | Rich Hickey |
| 2009-02-28 | avoid chaining in subvec of subvec | Rich Hickey |
| 2009-02-28 | swtiched to url.openConnection().getLastModified | Rich Hickey |
| 2009-02-26 | gave Keywords non-identity hashCodes | Rich Hickey |
| 2009-02-26 | interim checkin - needs testing - made watches synchronous, send old+new stat... | Rich Hickey |
| 2009-02-24 | unwrap InvocationTargetException's around Errors in reflective calls [issue 44] | Rich Hickey |
| 2009-02-23 | lazy-seq perf tweaks | Rich Hickey |
| 2009-02-20 | return unmodifiableList from ASeq.reify() | Rich Hickey |
| 2009-02-20 | fixed lazy-seq constants | Rich Hickey |
| 2009-02-19 | added clojure.core/*source-path* | Rich Hickey |
| 2009-02-18 | got rid of LazyCons | Rich Hickey |
| 2009-02-18 | fixed (= (lazy-seq nil) nil) | Rich Hickey |
| 2009-02-18 | fixed LazySeq and EmptyList equals/equiv | Rich Hickey |
| 2009-02-17 | merged lazy branch -r1236:1286 | Rich Hickey |
| 2009-02-13 | added intCast from char/byte/short | Rich Hickey |
| 2009-02-11 | added class name to No matching ctor message | Rich Hickey |
| 2009-02-11 | added Counted interface and counted? predicate | Rich Hickey |
| 2009-02-10 | added exact-match-wins in getMatchingParams | Rich Hickey |
| 2009-02-10 | ~@x outside of syntax-quote yields: (unquote-splicing x), patch from mb | Rich Hickey |
| 2009-02-10 | added per-defmulti hierarchies, patch from mb | Rich Hickey |
| 2009-02-09 | add a warn-on-reflection option to clojure.lang.Compile, patch from cemerick | Rich Hickey |
| 2009-02-09 | fixed Ratio to floating point conversion, patch from jbondeson | Rich Hickey |
| 2009-02-09 | fixed `() | Rich Hickey |
| 2009-02-09 | added #_ ignore form reader macro | Rich Hickey |
| 2009-02-07 | added sync to writeClassFile | Rich Hickey |
| 2009-01-25 | made eval use ephemeral classloader in all cases | Rich Hickey |
| 2009-01-23 | Added doc string to ns macro, patch from mb | Rich Hickey |
| 2009-01-21 | added methods/prefers for multimethod reflection | Rich Hickey |