Age | Commit message (Expand) | Author |
2009-11-10 | Preserve type hints set on inlined or interop forms, fixes #205 | Christophe Grand |
2009-10-28 | Fix incorrect exception message when first argument to def is not a symbol - ... | Lauri Pesonen |
2009-10-28 | added sorted-set-by, adapted from timothypratley's patch, fixes #79 | Chas Emerick |
2009-10-17 | improve error message on seqFrom to include full classname | Rich Hickey |
2009-09-29 | fixes for count in HashCollisionNode | Rich Hickey |
2009-09-28 | embedded constants, refs #164 | tpratley |
2009-09-28 | implemented TransientHashSet Fixes #173 | Christophe Grand |
2009-09-28 | Fix namespace for (symbol "/") | Jarkko Oranen |
2009-09-28 | Enhancements to array seqs | Christophe Grand |
2009-09-26 | fix count update on assoc/dissoc of nil values | 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 | added autohinting to Class in macroexpansion of (.instanceMethodOfClass Class... | 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-23 | switched wait/notify to countdown latch | Rich Hickey |
2009-08-19 | make clojure.lang.Keyword Serializable, fixes #174 | Chas Emerick |
2009-08-19 | inline nth with not-found | Rich Hickey |
2009-08-05 | replace copyOf with arrayCopy | Rich Hickey |
2009-08-05 | fix count update on dissoc | Christophe Grand |
2009-08-05 | moved ensureEditable() assertions to ATransientMap | Christophe Grand |
2009-08-05 | added TransientArrayMap | Christophe Grand |
2009-08-05 | extracted ATransientMap from TransientHashMap | Christophe Grand |
2009-08-05 | changed return type for persistent() in ITransientMap | Christophe Grand |
2009-08-05 | static factory methods now use transients | Christophe Grand |
2009-08-05 | First cut at TransientHashMap | Christophe Grand |
2009-08-05 | define ITransientMap | Christophe Grand |
2009-08-03 | renamed mutable -> transient, immutable! -> persistent! | Rich Hickey |