Age | Commit message (Expand) | Author |
2009-08-01 | fix maybePrimitiveEpr to test for canEmitPrimitive | Rich Hickey |
2009-07-31 | handle long and double method args | Rich Hickey |
2009-07-30 | added signature inference, overload detection | Rich Hickey |
2009-07-30 | unbox to gen checkCast on non-primitive returns | Rich Hickey |
2009-07-30 | allow primitive to flow out of body | Rich Hickey |
2009-07-30 | correct types for method params | Rich Hickey |
2009-07-30 | better error message from boxArg | Rich Hickey |
2009-07-29 | first cut at new new, everything must be fully hinted | Rich Hickey |
2009-07-27 | refactoring for new new | Rich Hickey |
2009-07-19 | Merge commit 'cfd61fac760eda65bd0a8236f4f799c99e96681c' into addchunks | Rich Hickey |
2009-07-16 | added Var.getThreadBindings | Rich Hickey |
2009-07-14 | Merge branch 'master' into chunks | Rich Hickey |
2009-07-04 | removed hop in RT.nth, caused head retention | Rich Hickey |
2009-07-03 | fix compile-time NPE on set! of non-existent field, fixes #142 | Rich Hickey |
2009-06-30 | added ref min/max history control - refs #138 | Rich Hickey |
2009-06-24 | :pre and :post conditions as metadata on arglist, or map following arglist | Rich Hickey |
2009-06-24 | allow %s not in #(), yields as-is symbol | Rich Hickey |
2009-06-24 | perf tweaks in reduce | Rich Hickey |
2009-06-22 | Rev fa3d2497 causes compile to fail on some VMs -- back it out. Refs #124 | Chouser |
2009-06-20 | Add a call to Agent.shutdown() at the end of clojure.lang.Compile/main Refs #124 | Chas Emerick |
2009-06-20 | Merge branch 'master' into chunks | Rich Hickey |
2009-06-19 | parse "1." and "1.e3" as legal floats. Refs #117 | Steve Gilardi |
2009-06-19 | removed nth overload | Rich Hickey |
2009-06-18 | Added IChunk, chunk fns, made map chunk aware | Rich Hickey |
2009-05-28 | made vector seqs chunked by default | Rich Hickey |
2009-05-28 | added reduce to quotient and remainder | Rich Hickey |
2009-05-28 | added ArrayChunk end bound and ChunkBuffer | Rich Hickey |
2009-05-28 | perf tweaks to count, nth | Rich Hickey |
2009-05-28 | first cut of chunked seqs | Rich Hickey |
2009-05-27 | get rid of root classloader. Establish dynamic context classloader for repl t... | Rich Hickey |
2009-05-26 | avoid reflecting on nil instance method target | Rich Hickey |
2009-05-25 | trap instance method calls to known nil targets at compile time | Rich Hickey |
2009-05-22 | propagate line numbers in top-level macroexpansion | Rich Hickey |
2009-05-18 | enhanced message for Can't call public method of non-public class | Rich Hickey |
2009-05-16 | do unrolls at top-level | Rich Hickey |
2009-05-15 | use context classloader as parent for dynamic classloaders | Rich Hickey |
2009-05-14 | made main a better interop example, using RT.var and Symbol.intern | Rich Hickey |
2009-05-08 | first steps in improving modularity - moving classname resolution towards con... | Rich Hickey |
2009-04-29 | Use platform default encoding for *in*, *out*, and *err* [issue 112], patch f... | Rich Hickey |
2009-04-28 | improved error msg for unresolved ClassName/staticField | Rich Hickey |
2009-04-27 | got rid of assert-if-lazy-seq, if*, and if as macro | Rich Hickey |
2009-04-27 | reduced promise for closed-over clearing in lazy-seq and delay, better error ... | Rich Hickey |
2009-04-14 | added file names in reflection warnings, patch from Toralf Wittner | Rich Hickey |
2009-04-12 | Use qualified filenames in var metadata [issue 50], patch from mb | Rich Hickey |
2009-04-12 | flag to control eval reader (*read-eval*) [issue 34], patch from jhawk28 | Rich Hickey |
2009-04-12 | Choose most specific return type on multiple exact arg matches [issue 77] | Rich Hickey |
2009-04-10 | Strongly typed minus throws too often [issue 101], patch from olov.lassus | Rich Hickey |
2009-04-09 | pass defmethod names to MultiFns and use in error reporting | Rich Hickey |
2009-04-09 | tweaked loadClassForName separation of not found vs init errors | Rich Hickey |
2009-04-01 | added get-method | Rich Hickey |