summaryrefslogtreecommitdiff
path: root/src/jvm
AgeCommit message (Expand)Author
2009-08-01fix maybePrimitiveEpr to test for canEmitPrimitiveRich Hickey
2009-07-31handle long and double method argsRich Hickey
2009-07-30added signature inference, overload detectionRich Hickey
2009-07-30unbox to gen checkCast on non-primitive returnsRich Hickey
2009-07-30allow primitive to flow out of bodyRich Hickey
2009-07-30correct types for method paramsRich Hickey
2009-07-30better error message from boxArgRich Hickey
2009-07-29first cut at new new, everything must be fully hintedRich Hickey
2009-07-27refactoring for new newRich Hickey
2009-07-19Merge commit 'cfd61fac760eda65bd0a8236f4f799c99e96681c' into addchunksRich Hickey
2009-07-16added Var.getThreadBindingsRich Hickey
2009-07-14Merge branch 'master' into chunksRich Hickey
2009-07-04removed hop in RT.nth, caused head retentionRich Hickey
2009-07-03fix compile-time NPE on set! of non-existent field, fixes #142Rich Hickey
2009-06-30added ref min/max history control - refs #138Rich Hickey
2009-06-24:pre and :post conditions as metadata on arglist, or map following arglistRich Hickey
2009-06-24allow %s not in #(), yields as-is symbolRich Hickey
2009-06-24perf tweaks in reduceRich Hickey
2009-06-22Rev fa3d2497 causes compile to fail on some VMs -- back it out. Refs #124Chouser
2009-06-20Add a call to Agent.shutdown() at the end of clojure.lang.Compile/main Refs #124Chas Emerick
2009-06-20Merge branch 'master' into chunksRich Hickey
2009-06-19parse "1." and "1.e3" as legal floats. Refs #117Steve Gilardi
2009-06-19removed nth overloadRich Hickey
2009-06-18Added IChunk, chunk fns, made map chunk awareRich Hickey
2009-05-28made vector seqs chunked by defaultRich Hickey
2009-05-28added reduce to quotient and remainderRich Hickey
2009-05-28added ArrayChunk end bound and ChunkBufferRich Hickey
2009-05-28perf tweaks to count, nthRich Hickey
2009-05-28first cut of chunked seqsRich Hickey
2009-05-27get rid of root classloader. Establish dynamic context classloader for repl t...Rich Hickey
2009-05-26avoid reflecting on nil instance method targetRich Hickey
2009-05-25trap instance method calls to known nil targets at compile timeRich Hickey
2009-05-22propagate line numbers in top-level macroexpansionRich Hickey
2009-05-18enhanced message for Can't call public method of non-public classRich Hickey
2009-05-16do unrolls at top-levelRich Hickey
2009-05-15use context classloader as parent for dynamic classloadersRich Hickey
2009-05-14made main a better interop example, using RT.var and Symbol.internRich Hickey
2009-05-08first steps in improving modularity - moving classname resolution towards con...Rich Hickey
2009-04-29Use platform default encoding for *in*, *out*, and *err* [issue 112], patch f...Rich Hickey
2009-04-28improved error msg for unresolved ClassName/staticFieldRich Hickey
2009-04-27got rid of assert-if-lazy-seq, if*, and if as macroRich Hickey
2009-04-27reduced promise for closed-over clearing in lazy-seq and delay, better error ...Rich Hickey
2009-04-14added file names in reflection warnings, patch from Toralf WittnerRich Hickey
2009-04-12Use qualified filenames in var metadata [issue 50], patch from mbRich Hickey
2009-04-12flag to control eval reader (*read-eval*) [issue 34], patch from jhawk28Rich Hickey
2009-04-12Choose most specific return type on multiple exact arg matches [issue 77]Rich Hickey
2009-04-10Strongly typed minus throws too often [issue 101], patch from olov.lassusRich Hickey
2009-04-09pass defmethod names to MultiFns and use in error reportingRich Hickey
2009-04-09tweaked loadClassForName separation of not found vs init errorsRich Hickey
2009-04-01added get-methodRich Hickey