summaryrefslogtreecommitdiff
path: root/src/jvm
AgeCommit message (Expand)Author
2011-05-13inline min/max #784 - not contagious - do math inline for #{prim prim}, #{obj...Stuart Halloway
2011-05-13Changes to support defrecord and deftype literals. See CLJ-374fogus
2011-05-06Remove bit-ops' support for boxed numbers.Alexander Taggart
2011-05-06Add missing primitive castsAlexander Taggart
2011-05-06Fix false-negative test for (long Float/MAX_VALUE) and (long Double/MAX_VALUE...Alexander Taggart
2011-04-29floats box as FloatsRich Hickey
2011-04-29case changes: handles hash collisions, can emit return type, performance path...Alexander Taggart
2011-04-27workaround for Map.Entry behavior pre-Java 6Stuart Halloway
2011-04-19added support for ^:const defsRich Hickey
2011-04-19temporarily disable lazy fn loadingRich Hickey
2011-04-08Fix CLJ-752: Removes inferring ^:dynamic from earmuffed var; updates warning ...Alexander Taggart
2011-03-21get rid of checked exceptionsRich Hickey
2011-03-18added deref with timeout, realized?Rich Hickey
2011-03-17bind *unchecked-math* during init and loadRich Hickey
2011-03-11Do not hold onto head of arguments in RestFn.Paul Stadig
2011-03-11Do not hold onto head when invoking multi-methodsPaul Stadig
2011-03-11clj-734: fixed the local variables table to have the correct code index for l...George Jahad
2011-03-11Remove Sequential from ISeq's implements list CLJ-741Chouser
2011-03-03switch keyword map to weak refsRich Hickey
2011-03-01default impl of with-meta in AFunction generates forwarding wrapperRich Hickey
2011-03-01fns only get metadata support code when metadata explicitly supplied when def...Rich Hickey
2011-03-01avoid reading in metadata restorationRich Hickey
2011-02-28improve startup time via lazy defn loadingRich Hickey
2011-02-25#380: back out perf-killing andNot overloads. Not needed, since andNot is sta...Aaron Bedra and Stuart Halloway
2011-02-25add missing overloads for numerics to prevent major performance regression du...David Powell
2011-02-25use clojure.lang.Util.classOf() instead of getClass() to avoid NPE in (case n...Aaron Bedra
2011-02-25Added error message for invalid map literalsLuke VanderHart
2011-02-25Fix to prevent top-level defs from hanging onto the head of an expression tha...David Powell
2011-02-02Revert "keys and vals check for instanceof Map"Rich Hickey
2011-01-28keys and vals check for instanceof MapStuart Sierra
2011-01-05Handle edge case in arbitrary-precision substraction. refs #690Colin Jones
2011-01-04fix munge handling of $, ', "Michał Marczyk
2011-01-04#697 Added a system property and compiler binding for *unchecked-math*Alan Dipert
2010-12-17strip metadata from syms used in keywords, fixes #693Rich Hickey
2010-12-17Fixed into-array behavior #678Alan Dipert
2010-12-17disallow recur across try, refs #31Kevin Downey (hiredman)
2010-12-08Prevent promises from blocking on print. Fixes #680Aaron Bedra
2010-12-08Don't rethrow RuntimeExceptions, refs #292Daniel Solano Gómez
2010-11-30push *warn-on-reflection* during compile/loadRich Hickey
2010-11-29Allows agent error-handler to send successfully. Refs #390Chouser
2010-11-29Restore *agent* binding in agent action. CLJ-672Chouser
2010-11-27added *unchecked-math* support, temporarily disabled name propagation to fnsRich Hickey
2010-11-27Normalize uncheckeds, quotient, remainder. Inline quot and rem. unchecked-foo...Rich Hickey
2010-11-26Added unchecked casts; fixes bug #441. Code and original patches supplied by ...Aaron Bedra
2010-11-05don't wrap the macro version of the arity exception: tools that print the roo...Stuart Halloway
2010-11-05397 better error message when calling macros with arityMike Hinchey
2010-10-25reinstate Symbol.create for binary compatStuart Halloway
2010-10-25Use Unbound for unbound var roots. Get rid of per-fn var value caches.Rich Hickey
2010-10-20Support primitives args/return without :static (:static currently nop). IFns ...Rich Hickey
2010-10-19use statics for var cacheRich Hickey