Age | Commit message (Expand) | Author |
2010-03-11 | made inc/dec of max/min Integer value return Long | Rich Hickey |
2010-03-01 | append # to generated % param names so #() can nest in syntax-quote | Rich Hickey |
2010-02-16 | inline identical? | Rich Hickey |
2010-02-16 | added :volatile-mutable and :unsynchronized-mutable options to deftype fields | Rich Hickey |
2010-02-11 | added range checking for coercions | Rich Hickey |
2010-02-10 | inlined bit shifts, added definterface (undocumented for now) | Rich Hickey |
2010-02-09 | added object-array | Rich Hickey |
2010-01-27 | tie constant metadata to IObj, not Obj | Rich Hickey |
2010-01-21 | added RT.objectArray | Rich Hickey |
2010-01-19 | metadata for fns | Rich Hickey |
2010-01-14 | add &form and &env implicit args to macros | Rich Hickey |
2010-01-14 | Unnamed fns should have no binding of name - fixes #245 | Rich Hickey |
2010-01-13 | Add agent error handlers and error modes :fail and :continue. Fixes #30 | Chouser |
2009-12-23 | Merge branch 'master' into new | Rich Hickey |
2009-12-23 | empty for sorted-map and sorted-set now maintain comparator. Fixes #128 | Chouser |
2009-12-23 | fix transient arraymaps persistent! so once-only | Rich Hickey |
2009-12-11 | prevent local clearing of letfns | Rich Hickey |
2009-12-08 | prevent local clearing of case test expr | Rich Hickey |
2009-12-07 | init CLEAR_SITES | Rich Hickey |
2009-12-07 | fix try with no catch/finally | Rich Hickey |
2009-12-07 | first cut at fine-grained locals clearing - now locals are cleared on last us... | Rich Hickey |
2009-12-04 | merge master | Rich Hickey |
2009-12-04 | new formats for defprotocol, reify, deftype | Rich Hickey |
2009-12-03 | Print deprecation warning for ^ reader macro; refs #215 | Chouser |
2009-11-30 | install var callsite for AFunctions only | Rich Hickey |
2009-11-30 | deftype and reify support direct implementation of protocols | Rich Hickey |
2009-11-30 | protocols gen interface of same name, e.g. my.ns/Protocol gens my.ns.Protocol... | Rich Hickey |
2009-11-30 | added lateral class resolution and caching in DynamicClassLoader | Rich Hickey |
2009-11-28 | added some manual locals clearing to AFn and RestFn | Rich Hickey |
2009-11-25 | Merge branch 'master' into new | Rich Hickey |
2009-11-25 | removed more shadowing #210 | Timothy Pratley |
2009-11-25 | fixed sorted-set-by with no items, and added test coverage | Timothy Pratley |
2009-11-25 | Merge branch 'master' into new | Rich Hickey |
2009-11-24 | #209 Unifying array support for primatives | unknown |
2009-11-24 | direct linking of var calls, inlining of self calls | Rich Hickey |
2009-11-21 | don't create callsites when no surrounding fn/obj support (e.g. top-level inits) | Rich Hickey |
2009-11-21 | direct calls through to on interface methods | Rich Hickey |
2009-11-15 | got rid of :on interface | Rich Hickey |
2009-11-15 | perf tweaks | Rich Hickey |
2009-11-14 | first cut at protocol call sites | Rich Hickey |
2009-11-14 | put method impl cache on fns themselves, get rid of box | Rich Hickey |
2009-11-12 | get rid of duplicate lines | Rich Hickey |
2009-11-12 | got rid of defclass. deftype now can refer to self-type, will emit same-named... | Rich Hickey |
2009-11-11 | munge field names in lookup thunks | Rich Hickey |
2009-11-11 | first cut at protocols | Rich Hickey |
2009-11-10 | Preserve type hints set on inlined or interop forms, fixes #205 | Christophe Grand |
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 |