Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-08 | Fix CLJ-752: Removes inferring ^:dynamic from earmuffed var; updates warning ↵ | Alexander Taggart | |
message. Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2011-04-03 | made promises lock-free, updates after first no-ops, not exceptions | Rich Hickey | |
2011-03-21 | get rid of checked exceptions | Rich Hickey | |
2011-03-20 | Add (vector a b c ...) like functionality to vector-of, plus tests | Daniel Solano Gómez | |
Signed-off-by: Stuart Halloway <stu@Orolo-2.local> | |||
2011-03-20 | Adds the every-pred and some-fn combinators and their tests. refs. CLJ-729 | fogus | |
Signed-off-by: Stuart Halloway <stu@Orolo-2.local> | |||
2011-03-18 | fixed doc typo on deref | Rich Hickey | |
2011-03-18 | added deref with timeout, realized? | Rich Hickey | |
2011-03-17 | bind *unchecked-math* during init and load | Rich Hickey | |
2011-03-11 | [maven-release-plugin] prepare for next development iteration | Hudson @ build.clojure.org | |
2011-03-11 | [maven-release-plugin] prepare release clojure-1.3.0-alpha6 | Hudson @ build.clojure.org | |
2011-03-11 | release notes | Stuart Halloway | |
2011-03-11 | fix regression from #737 | Stuart Halloway | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2011-03-11 | Do not hold onto head of arguments in RestFn. | Paul Stadig | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2011-03-11 | Do not hold onto head when invoking multi-methods | Paul Stadig | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2011-03-11 | clj-734: fixed the local variables table to have the correct code index for ↵ | George Jahad | |
let bindings; this allows jdi based debuggers to have access to the locals while still in the let bindings Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2011-03-11 | Remove Sequential from ISeq's implements list CLJ-741 | Chouser | |
Also add Sequential to the implements lists of: ASeq, IChunkedSeq, IndexedSeq, and LazySeq Signed-off-by: Stuart Halloway <stu@Orolo-2.local> Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2011-03-03 | switch keyword map to weak refs | Rich Hickey | |
2011-03-02 | #748: fast, no alloc path for diffing equal objects | Stuart Halloway | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2011-03-02 | #747: fix diffing large sequential/associative objects | Aaron Bedra and Stuart Halloway | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2011-03-01 | default impl of with-meta in AFunction generates forwarding wrapper | Rich Hickey | |
2011-03-01 | fns only get metadata support code when metadata explicitly supplied when ↵ | Rich Hickey | |
defined | |||
2011-03-01 | avoid reading in metadata restoration | Rich Hickey | |
2011-02-28 | improve startup time via lazy defn loading | Rich Hickey | |
2011-02-25 | tests for #737 | Stuart Halloway | |
2011-02-25 | Allow definterface/gen-interface to accept array type hints | Daniel Solano Gómez | |
Signed-off-by: Stuart Halloway <stu@Stuart-Halloways-MacBook-Air.local> | |||
2011-02-25 | #380: back out perf-killing andNot overloads. Not needed, since andNot is ↵ | Aaron Bedra and Stuart Halloway | |
static, not inline. Signed-off-by: Stuart Halloway <stu@Stuart-Halloways-MacBook-Air.local> | |||
2011-02-25 | add missing overloads for numerics to prevent major performance regression ↵ | David Powell | |
due to clojure.core functions making slow reflective calls Signed-off-by: Stuart Halloway <stu@Stuart-Halloways-MacBook-Air.local> | |||
2011-02-25 | Fix whitespace | Stuart Sierra | |
Signed-off-by: Stuart Halloway <stu@Stuart-Halloways-MacBook-Air.local> | |||
2011-02-25 | Add test for nil in case; refs CLJ-702 | Stuart Sierra | |
Signed-off-by: Stuart Halloway <stu@Stuart-Halloways-MacBook-Air.local> | |||
2011-02-25 | use clojure.lang.Util.classOf() instead of getClass() to avoid NPE in (case ↵ | Aaron Bedra | |
nil ... ) inside of constantType. Don't do the work and just return java.lang.Object if class is NULL. Signed-off-by: Stuart Halloway <stu@Stuart-Halloways-MacBook-Air.local> | |||
2011-02-25 | #715. Eliminate unnecessary fragile test. | Aaron Bedra and Stuart Halloway | |
Signed-off-by: Stuart Halloway <stu@Stuart-Halloways-MacBook-Air.local> | |||
2011-02-25 | Do not check for specific exception types or messages in reify; refs CLJ-728 | Stuart Sierra | |
Signed-off-by: Stuart Halloway <stu@Stuart-Halloways-MacBook-Air.local> | |||
2011-02-25 | Added error message for invalid map literals | Luke VanderHart | |
Signed-off-by: Stuart Halloway <stu@Stuart-Halloways-MacBook-Air.local> | |||
2011-02-25 | Whitespace cleanup around clojure-version | Stuart Sierra | |
Signed-off-by: Stuart Halloway <stu@Stuart-Halloways-MacBook-Air.local> | |||
2011-02-25 | CLJ-739 Ensure version.properties is closed when loading core.clj | Stuart Sierra | |
Signed-off-by: Stuart Halloway <stu@Stuart-Halloways-MacBook-Air.local> | |||
2011-02-25 | CLJ-711 skip test and compile-test when maven.test.skip | Alan Dipert | |
Signed-off-by: Stuart Halloway <stu@Stuart-Halloways-MacBook-Air.local> | |||
2011-02-25 | Fix to prevent top-level defs from hanging onto the head of an expression ↵ | David Powell | |
that uses a lazy seq Eg, run using java -Xmx4m : (def x (reduce + (range 1e7))) Signed-off-by: Stuart Halloway <stu@Stuart-Halloways-MacBook-Air.local> | |||
2011-02-02 | Revert "keys and vals check for instanceof Map" | Rich Hickey | |
breaks subseq This reverts commit 13d9404b5227f3b9e8f86371d211be890e5302a9. | |||
2011-01-28 | keys and vals check for instanceof Map | Stuart Sierra | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2011-01-28 | restore detection of cyclic load dependencies | Stephen C. Gilardi | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2011-01-28 | CLJ-719: call correct diff function for arrays as first argument | Stuart Halloway | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2011-01-22 | update def docstring to match its behavior | Stuart Halloway | |
2011-01-14 | [maven-release-plugin] prepare for next development iteration | Hudson @ build.clojure.org | |
2011-01-14 | [maven-release-plugin] prepare release clojure-1.3.0-alpha5clojure-1.3.0-alpha5 | Hudson @ build.clojure.org | |
2011-01-14 | disable test failing only on Hudson (race condition?) | Stuart Halloway | |
2011-01-14 | alpha 5 changes | Stuart Halloway | |
2011-01-14 | #710 diff mutable sets | Stuart Halloway | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2011-01-05 | Handle edge case in arbitrary-precision substraction. refs #690 | Colin Jones | |
Signed-off-by: Stuart Halloway <stu@Orolo.local> | |||
2011-01-05 | Build and deploy with Maven 2; CLJ-681 | Stuart Sierra | |
* Real pom.xml * Simpler build.xml for local development with Ant * No Clojure plugin; uses AntRun to build Clojure * POM inheritance from Sonatype OSS deployment * Build instructions in README * Automatically builds "slim" and "sources" JARs as before * 'distribution' profile generates a ZIP * version.properties generated by the version in pom.xml * slightly different format * minor changes to clojure.core to handle version.properties * Fix tests that assumed Ant as the test driver * Tweaked run_tests.clj to work against current master | |||
2011-01-05 | Added sorted-by support for walk and tests | Timothy Pratley | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> |