Age | Commit message (Expand) | Author |
2010-04-16 | division by negative ratio fix per Tristan King | Stuart Halloway |
2010-04-16 | analyze case exprs in context, fixes #258 | Rich Hickey |
2010-04-15 | remove IDynamicType and type tags | Rich Hickey |
2010-04-14 | Merge branch 'master' of git@github.com:richhickey/clojure | Rich Hickey |
2010-04-14 | first cut of deftype/defrecord split | Rich Hickey |
2010-04-14 | added bound? and thread-bound? | Chas Emerick |
2010-04-14 | flow full type through reify expressions | Rich Hickey |
2010-04-13 | add manual locals clearing to Java side of nth and count | Rich Hickey |
2010-04-06 | perf tweaks nth, count, get | Rich Hickey |
2010-04-05 | get rid of Object overloads of aget/aset/alength, so unhinted calls will now ... | Rich Hickey |
2010-04-05 | use reify for ILookupThunk impls in deftype | Rich Hickey |
2010-04-05 | catch duplicate set keys for literals and hash-set calls. | Rich Hickey |
2010-04-05 | catch duplicate map keys for literals and hash- and array-map calls. Fixes #87 | Rich Hickey |
2010-03-19 | added IObj and metadata propagation support for reify, so #^{:my :meta} (reif... | Rich Hickey |
2010-03-19 | extend nth, count and seq support to CharSequence | Rich Hickey |
2010-03-11 | changed isInline to treat arities as predicate IFn, not hardwire set | Rich Hickey |
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 |