Age | Commit message (Expand) | Author |
---|---|---|
2008-04-20 | added root classloader, autoload user.clj from classpath if it exists | Rich Hickey |
2008-03-30 | proxy - handle interfaces that redeclare Object methods | Rich Hickey |
2008-03-15 | filter all considered methods in superclass traverse, to avoid implementing m... | Rich Hickey |
2008-03-11 | bind source paths when reading boot scripts from jar, switched to Clojure's b... | Rich Hickey |
2008-03-11 | make method set union of declared and public methods in order to catch unimpl... | Rich Hickey |
2008-03-10 | moving to new metadata/docstrings | Rich Hickey |
2008-03-01 | doc reformatting | Rich Hickey |
2008-03-01 | fixed declared method detection | Rich Hickey |
2008-03-01 | proxy support, | Rich Hickey |
2008-02-29 | more progress on proxies | Rich Hickey |
2008-02-27 | started concrete proxy support | Rich Hickey |