summaryrefslogtreecommitdiff
path: root/src/jvm
AgeCommit message (Expand)Author
2008-12-12emit string constants directlyRich Hickey
2008-12-11release coll on nth of seq, stream work in progressRich Hickey
2008-12-11release coll on nth of seqRich Hickey
2008-12-11added if-not, memoize, and io!Rich Hickey
2008-12-08added unchecked-remainderRich Hickey
2008-12-07added doc string for *agent*Rich Hickey
2008-12-05made RT.DEFAULT_COMPARATOR use Util.compareRich Hickey
2008-12-04made APersistenVector.compareTo use Util.compare on elementsRich Hickey
2008-12-02moved array tag names out of maybeClassRich Hickey
2008-12-01made RT.loadClassForName check that forName exception is its own, or let it f...Rich Hickey
2008-12-01AOT compilation of proxies, no interface changeRich Hickey
2008-11-29enhancements to AOT/gen-classRich Hickey
2008-11-28create child dirs of *compile-path* but not *compile-path* itselfRich Hickey
2008-11-26added clojure.main, patch from Stephen C. GilardiRich Hickey
2008-11-25Added Fn marker interfaced, used on all true fnsRich Hickey
2008-11-21made some helpers classes publicRich Hickey
2008-11-20fixed resolving keywords, smap when no sourceRich Hickey
2008-11-20enhanced bridge method handlingRich Hickey
2008-11-20moved getCompiledClass to emitRich Hickey
2008-11-20do -/_ translation in compare to namespace name, patch from ChouserRich Hickey
2008-11-20fixed lpv toArray, patch from ChouserRich Hickey
2008-11-19use source name in smapRich Hickey
2008-11-19prepRet on Array.get calls to fixup non-canonic BooleansRich Hickey
2008-11-18Added AOT-based genclassRich Hickey
2008-11-18made pushNS publicRich Hickey
2008-11-18AOT init refinementsRich Hickey
2008-11-17fixed containsAllRich Hickey
2008-11-16made #! a to-end-of-line comment, like ;Rich Hickey
2008-11-15added load to AOT generated mainRich Hickey
2008-11-15added static main() support for AOT. Just defn main in your ns, will be appli...Rich Hickey
2008-11-15fixed Namespace toStringRich Hickey
2008-11-14started work on AOT main() supportRich Hickey
2008-11-14fix for unicode escapes, patch from Toralf WittnerRich Hickey
2008-11-13Moved PersistentHashMap and PersistentVector to BSD to support use by other l...Rich Hickey
2008-11-12fixed Namespace toStringRich Hickey
2008-11-12AOT compiler supportRich Hickey
2008-11-10Interim checkin - DO NOT USE!!Rich Hickey
2008-11-08Interim checkin - DO NOT USE!!Rich Hickey
2008-11-08Interim checkin - DO NOT USE!!Rich Hickey
2008-11-06made AFn's Comparator.compare work with predicates too, true values sorting f...Rich Hickey
2008-10-29fixed invokeMatchingMethod error report when null targetRich Hickey
2008-10-28validate commutes tooRich Hickey
2008-10-27fixed ArraySeq.countRich Hickey
2008-10-27added unreadable #<> form, made default for print-method, check for unreadabl...Rich Hickey
2008-10-25don't count identical param types as problem tie in getMatchingParams, use anyRich Hickey
2008-10-24added *print-length* and *print-level*, patch from Stephen C. GilardiRich Hickey
2008-10-19fixed set =Rich Hickey
2008-10-17added optional type arg to into-array, patch from Stephen C. GilardiRich Hickey
2008-10-16improved nil handling in merge, merge-withRich Hickey
2008-10-15simplified regex literal format - no longer need to escape \Rich Hickey