Age | Commit message (Expand) | Author |
2009-11-04 | generate second ctor for defclass/type taking designated fields only, default... | Rich Hickey |
2009-11-03 | tweaks to keyword call sites, enable in defclass/type by default | Rich Hickey |
2009-10-30 | methodnames now take form (.methodname [args] body) in reify/deftype/class | Rich Hickey |
2009-10-30 | newnew is now reify | Rich Hickey |
2009-10-30 | IPersistentMap opt-in, dissoc support, doc tweaks | Rich Hickey |
2009-10-30 | moved deftype load after print | Rich Hickey |
2009-10-30 | Add print-method handlers for deftype and defclass objects | Chouser |
2009-10-29 | perf tweaks | Rich Hickey |
2009-10-29 | added case | Rich Hickey |
2009-10-29 | don't propagate field hints into method bodies | Rich Hickey |
2009-10-28 | first cut at defclass/deftype | Rich Hickey |
2009-10-24 | limit to interfaces, refactoring | Rich Hickey |
2009-10-22 | Merge branch 'master' into new | Rich Hickey |
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-31 | switch future-call and promise to new new | 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 |