summaryrefslogtreecommitdiff
path: root/src/clj
AgeCommit message (Expand)Author
2009-12-08Reinstated lost doc string for filterTom Faulhaber
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-02Add branch name "master" to version.propertiesChouser
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-13fix some's doc stringRich Hickey
2009-11-10make -> and ->> metadata-aware Fixes #206Christophe Grand
2009-11-10Added bound-fn to define thread-local binding aware functionsMeikel Brandmeyer
2009-10-28Preserve test var metadata within deftest. Fixes #201.Phil Hagelberg
2009-10-28Don't repeatedly compose on calls to use-fixtures. Fixes #194.Phil Hagelberg
2009-10-28added sorted-set-by, adapted from timothypratley's patch, fixes #79Chas Emerick
2009-10-16Implement take-last Fixes #151Chouser
2009-09-28Fix compare doc defect - fixes #189unknown
2009-09-28implemented TransientHashSet Fixes #173Christophe Grand
2009-09-28fix #171: ns reflection warnings, and others that are easyMike Hinchey
2009-09-28Added public thread-local bindings interfaceMeikel Brandmeyer
2009-09-28core.clj: binding doc string now says it's parallel, fixes #152Stuart Sierra
2009-09-22added ->>Rich Hickey
2009-09-12proxy now caches generated classes per namespace and include a hash to distin...Christophe Grand
2009-08-29fix juxtRich Hickey
2009-08-29added juxt, juxt[aposes] fns and retuns a fn that returns vector of their res...Rich Hickey
2009-08-29added arity overloads to applyRich Hickey
2009-08-29added arity overloads to list*Rich Hickey
2009-08-29added arity overloads to compRich Hickey
2009-08-24Add support for chunked seqs to 'for'. Refs #1Chouser
2009-08-24Add chunked seq support to concatChouser
2009-08-24delay seq on chunk-rest in doseqChouser
2009-08-20Merge branch 'lazychain'Rich Hickey
2009-08-20fix interleave not fully lazyRich Hickey
2009-08-19Add chunked seq support to doseq, v2. Refs #1Chouser
2009-08-19inline nth with not-foundRich Hickey
2009-08-05First cut at TransientHashMapChristophe Grand
2009-08-03renamed mutable -> transient, immutable! -> persistent!Rich Hickey
2009-08-03Merge branch 'chunks' into merge-chunksRich Hickey
2009-08-02refactor so mutable vectors support ordinary read functions: get/count/nth/fu...chunksRich Hickey
2009-07-26fixed keyword ctor, added tests, fix #154Steve Gilardi
2009-07-25Move metadata in vector-zip and seq-zipMeikel Brandmeyer
2009-07-24fix deliver set/release orderRich Hickey
2009-07-20prevent vec from creating arrays from CollectionsRich Hickey
2009-07-18redef into with batch supportRich Hickey
2009-07-18renamed immutable immutable!Rich Hickey
2009-07-17Clojure interface to editable vectors - mutable,immutable,conj!,pop!,assoc!,g...Rich Hickey