summaryrefslogtreecommitdiff
path: root/src/jvm
AgeCommit message (Expand)Author
2009-11-05workaround in lookup thunk until full support for type-hinted non-primitive f...Rich Hickey
2009-11-04generate second ctor for defclass/type taking designated fields only, default...Rich Hickey
2009-11-04generate same exception types as interface methods being implementedRich Hickey
2009-11-03made PersistentStructMap non-final againRich Hickey
2009-11-03aot compilation support for lookup thunksRich Hickey
2009-11-03tweaks to keyword call sites, enable in defclass/type by defaultRich Hickey
2009-11-03first cut at keyword callsitesRich Hickey
2009-11-02get rid of keyword call site referencesRich Hickey
2009-11-02keyword invocation specializationRich Hickey
2009-11-02struct map perf tweaks, enable keyslots to be arraymapRich Hickey
2009-10-30methodnames now take form (.methodname [args] body) in reify/deftype/classRich Hickey
2009-10-30newnew is now reifyRich Hickey
2009-10-29perf tweaksRich Hickey
2009-10-29added caseRich Hickey
2009-10-28first cut at defclass/deftypeRich Hickey
2009-10-26generate bridge methods for covariant returnsRich Hickey
2009-10-26destub ctor callsRich Hickey
2009-10-26added compile stub class to support reflection based interop against class be...Rich Hickey
2009-10-24starting defclass* - ctor, prim hints, .field access, :implements [interfaces...Rich Hickey
2009-10-24limit to interfaces, refactoringRich Hickey
2009-10-24load generated classes on compile, move to shared dynamic classloader for ent...Rich Hickey
2009-10-22Merge branch 'master' into newRich Hickey
2009-10-17improve error message on seqFrom to include full classnameRich Hickey
2009-09-29fixes for count in HashCollisionNodeRich Hickey
2009-09-28embedded constants, refs #164tpratley
2009-09-28implemented TransientHashSet Fixes #173Christophe Grand
2009-09-28Fix namespace for (symbol "/")Jarkko Oranen
2009-09-28Enhancements to array seqsChristophe Grand
2009-09-26fix count update on assoc/dissoc of nil valuesChristophe Grand
2009-09-12add #^objects as a valid type hint Fixes #172Christophe Grand
2009-09-07fixed NPE when creating an empty array of ints, longs, floats or doubles, fix...Frantisek Sodomka
2009-09-07Add missing specialized implementation for Counted/count on StringSeq. Fixes ...Christophe Grand
2009-09-04moved LOADER init to prevent static init exceptionsRich Hickey
2009-09-01added autohinting to Class in macroexpansion of (.instanceMethodOfClass Class...Rich Hickey
2009-08-28fix - handle completed write between snapshot and ensureRich Hickey
2009-08-26prealloc leaf box for transient map, grow by 4Rich Hickey
2009-08-26fixed bug in HashCollisionNodeChristophe Grand
2009-08-26Changed licensing of PersistentHashMap back to EPLChristophe Grand
2009-08-26in transient mode, when nesting a hash collision node in a bitmap node, use a...Christophe Grand
2009-08-26fixed assoc on collisionChristophe Grand
2009-08-26Replaced PersistentHashMap by PersistentHashMap2Christophe Grand
2009-08-26shrink when children count <= 8Christophe Grand
2009-08-26Fixed count on transient assocChristophe Grand
2009-08-26factory methods use transientsChristophe Grand
2009-08-26refined HashCollisionNodeChristophe Grand
2009-08-26made helper methods privateChristophe Grand
2009-08-26made ArrayNode to pack its children into a BitmapIndexedNode when count < 12Christophe Grand
2009-08-26use transients in createNodeChristophe Grand
2009-08-26implemented seq on array nodesChristophe Grand
2009-08-26implemented dissoc and fixed bugs in edit* helper methodsChristophe Grand