Age | Commit message (Expand) | Author |
2009-11-10 | make -> and ->> metadata-aware Fixes #206 | Christophe Grand |
2009-11-10 | Added bound-fn to define thread-local binding aware functions | Meikel Brandmeyer |
2009-10-28 | Preserve test var metadata within deftest. Fixes #201. | Phil Hagelberg |
2009-10-28 | Don't repeatedly compose on calls to use-fixtures. Fixes #194. | Phil Hagelberg |
2009-10-28 | added sorted-set-by, adapted from timothypratley's patch, fixes #79 | Chas Emerick |
2009-10-16 | Implement take-last Fixes #151 | Chouser |
2009-09-28 | Fix compare doc defect - fixes #189 | unknown |
2009-09-28 | implemented TransientHashSet Fixes #173 | Christophe Grand |
2009-09-28 | fix #171: ns reflection warnings, and others that are easy | Mike Hinchey |
2009-09-28 | Added public thread-local bindings interface | Meikel Brandmeyer |
2009-09-28 | core.clj: binding doc string now says it's parallel, fixes #152 | Stuart Sierra |
2009-09-22 | added ->> | Rich Hickey |
2009-09-12 | proxy now caches generated classes per namespace and include a hash to distin... | Christophe Grand |
2009-08-29 | fix juxt | Rich Hickey |
2009-08-29 | added juxt, juxt[aposes] fns and retuns a fn that returns vector of their res... | Rich Hickey |
2009-08-29 | added arity overloads to apply | Rich Hickey |
2009-08-29 | added arity overloads to list* | Rich Hickey |
2009-08-29 | added arity overloads to comp | Rich Hickey |
2009-08-24 | Add support for chunked seqs to 'for'. Refs #1 | Chouser |
2009-08-24 | Add chunked seq support to concat | Chouser |
2009-08-24 | delay seq on chunk-rest in doseq | Chouser |
2009-08-20 | Merge branch 'lazychain' | Rich Hickey |
2009-08-20 | fix interleave not fully lazy | Rich Hickey |
2009-08-19 | Add chunked seq support to doseq, v2. Refs #1 | Chouser |
2009-08-19 | inline nth with not-found | Rich Hickey |
2009-08-05 | First cut at TransientHashMap | Christophe Grand |
2009-08-03 | renamed mutable -> transient, immutable! -> persistent! | Rich Hickey |
2009-08-03 | Merge branch 'chunks' into merge-chunks | Rich Hickey |
2009-08-02 | refactor so mutable vectors support ordinary read functions: get/count/nth/fu...chunks | Rich Hickey |
2009-07-26 | fixed keyword ctor, added tests, fix #154 | Steve Gilardi |
2009-07-25 | Move metadata in vector-zip and seq-zip | Meikel Brandmeyer |
2009-07-24 | fix deliver set/release order | Rich Hickey |
2009-07-20 | prevent vec from creating arrays from Collections | Rich Hickey |
2009-07-18 | redef into with batch support | Rich Hickey |
2009-07-18 | renamed immutable immutable! | Rich Hickey |
2009-07-17 | Clojure interface to editable vectors - mutable,immutable,conj!,pop!,assoc!,g... | Rich Hickey |
2009-07-14 | Merge branch 'master' into chunks | Rich Hickey |
2009-07-09 | Refs #137: make *math-context* settable, with test + tests of with-precision | Stephen C. Gilardi |
2009-07-01 | in defn, propagate pre/post conditions written as map trailing arglist to met... | Rich Hickey |
2009-06-30 | added ref min/max history control - refs #138 | Rich Hickey |
2009-06-25 | made copyright notices uniform | Rich Hickey |
2009-06-25 | Merge branch 'gtic' of git://github.com/stuarthalloway/clojure into gtic | Rich Hickey |
2009-06-24 | :pre and :post conditions as metadata on arglist, or map following arglist | Rich Hickey |
2009-06-24 | perf tweaks in reduce | Rich Hickey |
2009-06-24 | perf tweaks in map/filter/reduce | Rich Hickey |
2009-06-24 | gtic package renamings: | Stuart Halloway |
2009-06-24 | gtic work-in-progress: | Stuart Halloway |
2009-06-21 | core: make every? return false instead of nil | Jarkko Oranen |
2009-06-20 | made range chunked | Rich Hickey |
2009-06-20 | made reduce chunk-aware | Rich Hickey |