summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-01avoid reading in metadata restorationRich Hickey
2011-02-28improve startup time via lazy defn loadingRich Hickey
2011-02-25tests for #737Stuart Halloway
2011-02-25Allow definterface/gen-interface to accept array type hintsDaniel Solano Gómez
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-25Fix whitespaceStuart Sierra
2011-02-25Add test for nil in case; refs CLJ-702Stuart Sierra
2011-02-25use clojure.lang.Util.classOf() instead of getClass() to avoid NPE in (case n...Aaron Bedra
2011-02-25#715. Eliminate unnecessary fragile test.Aaron Bedra and Stuart Halloway
2011-02-25Do not check for specific exception types or messages in reify; refs CLJ-728Stuart Sierra
2011-02-25Added error message for invalid map literalsLuke VanderHart
2011-02-25Whitespace cleanup around clojure-versionStuart Sierra
2011-02-25CLJ-739 Ensure version.properties is closed when loading core.cljStuart Sierra
2011-02-25CLJ-711 skip test and compile-test when maven.test.skipAlan Dipert
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-28restore detection of cyclic load dependenciesStephen C. Gilardi
2011-01-28CLJ-719: call correct diff function for arrays as first argumentStuart Halloway
2011-01-22update def docstring to match its behaviorStuart Halloway
2011-01-14[maven-release-plugin] prepare for next development iterationHudson @ build.clojure.org
2011-01-14[maven-release-plugin] prepare release clojure-1.3.0-alpha5clojure-1.3.0-alpha5Hudson @ build.clojure.org
2011-01-14disable test failing only on Hudson (race condition?)Stuart Halloway
2011-01-14alpha 5 changesStuart Halloway
2011-01-14#710 diff mutable setsStuart Halloway
2011-01-05Handle edge case in arbitrary-precision substraction. refs #690Colin Jones
2011-01-05Build and deploy with Maven 2; CLJ-681Stuart Sierra
2011-01-05Added sorted-by support for walk and testsTimothy Pratley
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-31Mark ~w as :pretty (meaning it requires a pretty-writer) #682Tom Faulhaber
2010-12-31I added a new macro, print-length-loop, that augments loop to only iterate *p...Tom Faulhaber
2010-12-19#687: modify doc string to match enhancement to str/joinStuart Halloway
2010-12-19fix "string.join doesn't work with sets and other collections"Alex Ott
2010-12-19#684: fixed race condition in the test codeStuart Halloway
2010-12-17strip metadata from syms used in keywords, fixes #693Rich Hickey
2010-12-17Fixed into-array behavior #678Alan Dipert
2010-12-17coalesce test helpers into clojure.test-helper, so new contributors can find ...Stuart Halloway
2010-12-17cache newline system property in a private var #300Stuart Halloway
2010-12-17Update tests to recogize appropriate newlines for the platform that they're on.Tom Faulhaber
2010-12-17Convert the pretty printer to emit platform-specific newlines when it breaks ...Tom Faulhaber
2010-12-17use platform default for (newline)Alan Dipert and Stuart Halloway
2010-12-17Make sure we write saved trailing white space ahead of a multiline string out...Tom Faulhaber
2010-12-17do not count on stack traces being there at REPL reporting time #691Stuart Halloway
2010-12-17disallow recur across try, refs #31Kevin Downey (hiredman)
2010-12-12back to snapshotsStuart Halloway
2010-12-12[Automated release] Clojure 1.3.0-alpha4Stuart Halloway
2010-12-08Prevent promises from blocking on print. Fixes #680Aaron Bedra
2010-12-08Don't rethrow RuntimeExceptions, refs #292Daniel Solano Gómez