Age | Commit message (Expand) | Author |
2009-09-28 | Added public thread-local bindings interface | Meikel Brandmeyer |
2009-09-28 | Enhancements to array seqs | Christophe Grand |
2009-09-28 | core.clj: binding doc string now says it's parallel, fixes #152 | Stuart Sierra |
2009-09-26 | fix count update on assoc/dissoc of nil values | Christophe Grand |
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-09-12 | add #^objects as a valid type hint Fixes #172 | Christophe Grand |
2009-09-07 | fixed NPE when creating an empty array of ints, longs, floats or doubles, fix... | Frantisek Sodomka |
2009-09-07 | Add missing specialized implementation for Counted/count on StringSeq. Fixes ... | Christophe Grand |
2009-09-04 | moved LOADER init to prevent static init exceptions | Rich Hickey |
2009-09-01 | Merge branch 'tweaks' | Rich Hickey |
2009-09-01 | added autohinting to Class in macroexpansion of (.instanceMethodOfClass Class... | Rich Hickey |
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-28 | fix - handle completed write between snapshot and ensure | Rich Hickey |
2009-08-26 | prealloc leaf box for transient map, grow by 4 | Rich Hickey |
2009-08-26 | fixed bug in HashCollisionNode | Christophe Grand |
2009-08-26 | Changed licensing of PersistentHashMap back to EPL | Christophe Grand |
2009-08-26 | in transient mode, when nesting a hash collision node in a bitmap node, use a... | Christophe Grand |
2009-08-26 | fixed assoc on collision | Christophe Grand |
2009-08-26 | Replaced PersistentHashMap by PersistentHashMap2 | Christophe Grand |
2009-08-26 | shrink when children count <= 8 | Christophe Grand |
2009-08-26 | Fixed count on transient assoc | Christophe Grand |
2009-08-26 | factory methods use transients | Christophe Grand |
2009-08-26 | refined HashCollisionNode | Christophe Grand |
2009-08-26 | made helper methods private | Christophe Grand |
2009-08-26 | made ArrayNode to pack its children into a BitmapIndexedNode when count < 12 | Christophe Grand |
2009-08-26 | use transients in createNode | Christophe Grand |
2009-08-26 | implemented seq on array nodes | Christophe Grand |
2009-08-26 | implemented dissoc and fixed bugs in edit* helper methods | Christophe Grand |
2009-08-26 | fix bug w/ dissoc on HashCollisionNode | Christophe Grand |
2009-08-26 | transient assoc | Christophe Grand |
2009-08-26 | replace instecof tests by null tests | Christophe Grand |
2009-08-26 | made ArrayNode not leafless | Christophe Grand |
2009-08-26 | fixed count update | Christophe Grand |
2009-08-26 | first cut at a leafless, not always packed PersistentHashMap | Christophe Grand |
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-23 | switched wait/notify to countdown latch | Rich Hickey |
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 | make clojure.lang.Keyword Serializable, fixes #174 | Chas Emerick |
2009-08-19 | inline nth with not-found | Rich Hickey |
2009-08-06 | re-enable writable locals for letfn | Rich Hickey |
2009-08-05 | replace copyOf with arrayCopy | Rich Hickey |