Age | Commit message (Expand) | Author |
2008-10-06 | made maps implement java.util.Map | Rich Hickey |
2008-10-05 | added class names to "no match" Reflector messages | Rich Hickey |
2008-10-04 | added inlining for integer bitops | Rich Hickey |
2008-10-04 | improved error on malformed let | Rich Hickey |
2008-10-04 | hardwired JDK 6 StringBuilder workaround to StringBuilder | Rich Hickey |
2008-10-04 | hardwired JDK 6 StringBuilder workaround to StringBuilder | Rich Hickey |
2008-09-30 | canonify True in Reflector prepRet | Rich Hickey |
2008-09-23 | added exceptions thrown by watchers to agent's errors, for now | Rich Hickey |
2008-09-23 | first cut at agent watches - add-watch/remove-watch | Rich Hickey |
2008-09-22 | added print-method multimethod and switched printing to use it | Rich Hickey |
2008-09-21 | removed reflective calls in ArraySeq when Object array | Rich Hickey |
2008-09-21 | made vectors enforce integer keys | Rich Hickey |
2008-09-19 | made many things public for ClojureScript, patch from Chouser | Rich Hickey |
2008-09-19 | enhanced handling of reader errors during load | Rich Hickey |
2008-09-19 | added *1/2/3 *e and tweaked error messages | Rich Hickey |
2008-09-18 | improved error location info | Rich Hickey |
2008-09-16 | fixed resolveIns to resolve alias | Rich Hickey |
2008-09-15 | revert isSynthetic - still inadequate for JDK 6 | Rich Hickey |
2008-09-15 | switched to isSynthetic in getMethods | Rich Hickey |
2008-09-13 | fixed nth with not-found arg - when negative index returns not-found | Rich Hickey |
2008-09-12 | fixed withMeta ctor in LazyCons | Rich Hickey |
2008-09-12 | interim checkin - delayed class loading infrastructure | Rich Hickey |
2008-09-07 | fixed ns/-in-ns resolution in lookupVar | Rich Hickey |
2008-09-06 | added :refer-clojure support to ns, special resolution of ns and in-ns, moved... | Rich Hickey |
2008-09-03 | removed static init dependency on Compiler | Rich Hickey |
2008-09-01 | fixed recursive LazyCons by using sentinel other than this | Rich Hickey |
2008-08-30 | switched to using baseLoader() in loadResourceScript() | Rich Hickey |
2008-08-25 | removed implicit seq for Iterators and Enumerations, added iterator-seq and e... | Rich Hickey |
2008-08-17 | reverted DynamicClassLoader delegate findResource(s), use getResource(s) whic... | Rich Hickey |
2008-08-17 | made DynamicClassLoader delegate findResource(s) | Rich Hickey |
2008-08-16 | made baseLoader public | Rich Hickey |
2008-08-15 | filter void from isPrimitive test | Rich Hickey |
2008-08-13 | allow bridge methods if reprobing on same sig yields same method | Rich Hickey |
2008-08-10 | seq optimizations | Rich Hickey |
2008-08-09 | changed Delay to be non-fn, added delay? and force, added LazyCons and lazy-seq | Rich Hickey |
2008-08-07 | made UTF-8 default encoding on iostreams *in*, *out*, and in loadFile and loa... | Rich Hickey |
2008-08-07 | added support for loading scripts from classpath, from cemerick | Rich Hickey |
2008-08-06 | made vectors Comparable | Rich Hickey |
2008-08-06 | made loadResourceScript throw if resource not found, added maybeLoadLoadResou... | Rich Hickey |
2008-08-06 | made taking the value of a macro an error | Rich Hickey |
2008-08-06 | made empty lists implement java.util.Collection | Rich Hickey |
2008-08-04 | strip path from simple file name in load call from loadResourceScript | Rich Hickey |
2008-08-04 | propagate exception type to tag in catch clauses | Rich Hickey |
2008-08-01 | added TransactionalHashMap | Rich Hickey |
2008-08-01 | return null on no bestMatch to allow default logic to run | Rich Hickey |
2008-07-31 | unmunge _'s to -'s in throwArity message | Rich Hickey |
2008-07-31 | re-removed checkcast before invokeInterface | Rich Hickey |
2008-07-31 | wrapped non-return try blocks in fn | Rich Hickey |
2008-07-30 | added makeNew virtual ctor, from Chas Emerick | Rich Hickey |
2008-07-30 | added back checkcast before invokevirtual calls | Rich Hickey |