summaryrefslogtreecommitdiff
path: root/src/clj
AgeCommit message (Expand)Author
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
2009-07-14Merge branch 'master' into chunksRich Hickey
2009-07-09Refs #137: make *math-context* settable, with test + tests of with-precisionStephen C. Gilardi
2009-07-01in defn, propagate pre/post conditions written as map trailing arglist to met...Rich Hickey
2009-06-30added ref min/max history control - refs #138Rich Hickey
2009-06-25made copyright notices uniformRich Hickey
2009-06-25Merge branch 'gtic' of git://github.com/stuarthalloway/clojure into gticRich Hickey
2009-06-24:pre and :post conditions as metadata on arglist, or map following arglistRich Hickey
2009-06-24perf tweaks in reduceRich Hickey
2009-06-24perf tweaks in map/filter/reduceRich Hickey
2009-06-24gtic package renamings:Stuart Halloway
2009-06-24gtic work-in-progress:Stuart Halloway
2009-06-21core: make every? return false instead of nilJarkko Oranen
2009-06-20made range chunkedRich Hickey
2009-06-20made reduce chunk-awareRich Hickey