summaryrefslogtreecommitdiff
path: root/src/clj
AgeCommit message (Expand)Author
2010-01-13Add agent error handlers and error modes :fail and :continue. Fixes #30Chouser
2010-01-12Fix 'ns' macro arglist doc. Refs #198Chouser
2010-01-12Added optional attr-map argument to ns macro, fixes #198jreeves
2010-01-12Fixed #162: gen-class fails to accept type hints for arrays of primitives. Ri...Matt Revelle
2010-01-11start rev 1.2 after merging newRich Hickey
2009-12-31Merge branch 'master' into newnewRich Hickey
2009-12-31only append non-blank qualifier to clojure-versionRich Hickey
2009-12-29Merge branch 'master' into newRich Hickey
2009-12-29throw AssertionError from assertRich Hickey
2009-12-17Merge branch 'master' into newRich Hickey
2009-12-17Slight clean-ups to a few doc stringsTom Faulhaber
2009-12-17fix name conflict - bound-fn. fixes #225Rich Hickey
2009-12-17main.clj: deprecation warning w/ usage for legacy repl/script; refs #218Stuart Sierra
2009-12-17removed add/remove watcher, added alpha designation to watches, promises, tra...Rich Hickey
2009-12-08merge masterRich Hickey
2009-12-08clojure.test/run-tests: return summary, add successful?; refs #193Stuart Sierra
2009-12-08Reinstated lost doc string for filterTom Faulhaber
2009-12-04update example in reify docRich Hickey
2009-12-04merge masterRich Hickey
2009-12-04new formats for defprotocol, reify, deftypeRich Hickey
2009-12-03Add :doc and :author metadata to core namespaces; fixes #216, fixes #217Stuart Sierra
2009-12-03deprecate add-classpath in docstring, print warning; fixes #214Stuart Sierra
2009-12-03Remove deprecated ^ reader macro from core sources; refs #215Stuart Sierra
2009-12-02doc fixRich Hickey
2009-12-02Add branch name "master" to version.propertiesChouser
2009-12-02Add branch name "new" to version.propertiesChouser
2009-12-01gen one-off names for dynamic deftypeRich Hickey
2009-11-30add :on-interface for code requiring class, since :on now symbolRich Hickey
2009-11-30doc updateRich Hickey
2009-11-30deftype and reify support direct implementation of protocolsRich Hickey
2009-11-30protocols gen interface of same name, e.g. my.ns/Protocol gens my.ns.Protocol...Rich Hickey
2009-11-30restore filter docRich Hickey
2009-11-25Merge branch 'master' into newRich Hickey
2009-11-24#209 Unifying array support for primativesunknown
2009-11-24add type-hint to defmethod to avoid spurious reflection warningsChas Emerick
2009-11-24fixed zip/down on leaves, refs #185Achim Passen
2009-11-24Add clojure.test.junit; refs #160Stuart Sierra
2009-11-24Add char? fn to test for Character.Drew Raines
2009-11-24give meaningful names to inline expanders, fix #136Mike Hinchey
2009-11-24zip/children now checks whether the node is a branchMeikel Brandmeyer
2009-11-24*-seq should return nil if the LazySeq is empty.Drew Raines
2009-11-24direct linking of var calls, inlining of self callsRich Hickey
2009-11-21direct calls through to on interface methodsRich Hickey
2009-11-16added extend-protocolRich Hickey
2009-11-16added extend-type and extend-classRich Hickey
2009-11-15got rid of :on interfaceRich Hickey
2009-11-15perf tweaksRich Hickey
2009-11-14put method impl cache on fns themselves, get rid of boxRich Hickey
2009-11-14tie ILookup and IKeywordLookup to valAtRich Hickey
2009-11-13defprotocol now warns when it overwrites an exising method varChouser