Age | Commit message (Expand) | Author |
2009-11-05 | workaround in lookup thunk until full support for type-hinted non-primitive f... | Rich Hickey |
2009-11-04 | generate second ctor for defclass/type taking designated fields only, default... | Rich Hickey |
2009-11-04 | generate same exception types as interface methods being implemented | Rich Hickey |
2009-11-03 | made PersistentStructMap non-final again | Rich Hickey |
2009-11-03 | aot compilation support for lookup thunks | Rich Hickey |
2009-11-03 | tweaks to keyword call sites, enable in defclass/type by default | Rich Hickey |
2009-11-03 | first cut at keyword callsites | Rich Hickey |
2009-11-02 | get rid of keyword call site references | Rich Hickey |
2009-11-02 | keyword invocation specialization | Rich Hickey |
2009-11-02 | struct map perf tweaks, enable keyslots to be arraymap | 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-29 | perf tweaks | Rich Hickey |
2009-10-29 | added case | Rich Hickey |
2009-10-28 | first cut at defclass/deftype | Rich Hickey |
2009-10-26 | generate bridge methods for covariant returns | Rich Hickey |
2009-10-26 | destub ctor calls | Rich Hickey |
2009-10-26 | added compile stub class to support reflection based interop against class be... | Rich Hickey |
2009-10-24 | starting defclass* - ctor, prim hints, .field access, :implements [interfaces... | Rich Hickey |
2009-10-24 | limit to interfaces, refactoring | Rich Hickey |
2009-10-24 | load generated classes on compile, move to shared dynamic classloader for ent... | Rich Hickey |
2009-10-22 | Merge branch 'master' into new | Rich Hickey |
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 |