Age | Commit message (Expand) | Author |
2009-11-12 | got rid of defclass. deftype now can refer to self-type, will emit same-named... | Rich Hickey |
2009-11-12 | throw on protocol sig with no args, must be at least one | Rich Hickey |
2009-11-12 | be tolerant of missing doc string in protocol sig | Rich Hickey |
2009-11-11 | munge field names in lookup thunks | Rich Hickey |
2009-11-11 | fix cache table setup | Rich Hickey |
2009-11-11 | first cut at protocols | Rich Hickey |
2009-11-10 | changed the pom to match whats been pushed on public maven repos Fixes #208 | Tim Dysinger |
2009-11-10 | make -> and ->> metadata-aware Fixes #206 | Christophe Grand |
2009-11-10 | Preserve type hints set on inlined or interop forms, fixes #205 | Christophe Grand |
2009-11-10 | Added bound-fn to define thread-local binding aware functions | Meikel Brandmeyer |
2009-11-06 | really fix case with no or default-only clauses | Rich Hickey |
2009-11-06 | fix case with no or default-only clauses | Rich Hickey |
2009-11-05 | install default lookup thunk for non-field accessors of IKeywordLookups | Rich Hickey |
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-30 | IPersistentMap opt-in, dissoc support, doc tweaks | Rich Hickey |
2009-10-30 | moved deftype load after print | Rich Hickey |
2009-10-30 | Add print-method handlers for deftype and defclass objects | Chouser |
2009-10-29 | perf tweaks | Rich Hickey |
2009-10-29 | added case | Rich Hickey |
2009-10-29 | don't propagate field hints into method bodies | Rich Hickey |
2009-10-28 | Add test for metadata-carrying deftest. Refs #201 | Phil Hagelberg |
2009-10-28 | Preserve test var metadata within deftest. Fixes #201. | Phil Hagelberg |
2009-10-28 | Don't repeatedly compose on calls to use-fixtures. Fixes #194. | Phil Hagelberg |
2009-10-28 | Fix incorrect exception message when first argument to def is not a symbol - ... | Lauri Pesonen |
2009-10-28 | added sorted-set-by, adapted from timothypratley's patch, fixes #79 | Chas Emerick |
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-10-16 | Implement take-last Fixes #151 | Chouser |
2009-10-01 | shorter, stronger embedded-constants tests. fixes #164 | tpratley |
2009-09-29 | fixes for count in HashCollisionNode | Rich Hickey |
2009-09-28 | added tests, fixes #164 | tpratley |
2009-09-28 | embedded constants, refs #164 | tpratley |