Age | Commit message (Expand) | Author |
2011-05-13 | neuter overspecified tests | Stuart Halloway |
2011-05-13 | Changes to support defrecord and deftype literals. See CLJ-374 | fogus |
2011-05-06 | Remove bit-ops' support for boxed numbers. | Alexander Taggart |
2011-05-06 | Fix false-negative test for (long Float/MAX_VALUE) and (long Double/MAX_VALUE... | Alexander Taggart |
2011-04-29 | case changes: handles hash collisions, can emit return type, performance path... | Alexander Taggart |
2011-04-08 | Fix handling of the ~:(~) directive when the contents are the empty string. R... | Tom Faulhaber |
2011-03-20 | Add (vector a b c ...) like functionality to vector-of, plus tests | Daniel Solano Gómez |
2011-03-20 | Adds the every-pred and some-fn combinators and their tests. refs. CLJ-729 | fogus |
2011-03-11 | fix regression from #737 | Stuart Halloway |
2011-02-25 | tests for #737 | Stuart Halloway |
2011-02-25 | Fix whitespace | Stuart Sierra |
2011-02-25 | Add test for nil in case; refs CLJ-702 | Stuart Sierra |
2011-02-25 | #715. Eliminate unnecessary fragile test. | Aaron Bedra and Stuart Halloway |
2011-02-25 | Do not check for specific exception types or messages in reify; refs CLJ-728 | Stuart Sierra |
2011-02-02 | Revert "keys and vals check for instanceof Map" | Rich Hickey |
2011-01-28 | keys and vals check for instanceof Map | Stuart Sierra |
2011-01-28 | restore detection of cyclic load dependencies | Stephen C. Gilardi |
2011-01-28 | CLJ-719: call correct diff function for arrays as first argument | Stuart Halloway |
2011-01-14 | disable test failing only on Hudson (race condition?) | Stuart Halloway |
2011-01-14 | #710 diff mutable sets | Stuart Halloway |
2011-01-05 | Handle edge case in arbitrary-precision substraction. refs #690 | Colin Jones |
2011-01-05 | Build and deploy with Maven 2; CLJ-681 | Stuart Sierra |
2011-01-05 | Added sorted-by support for walk and tests | Timothy Pratley |
2010-12-31 | I added a new macro, print-length-loop, that augments loop to only iterate *p... | Tom Faulhaber |
2010-12-19 | #684: fixed race condition in the test code | Stuart Halloway |
2010-12-17 | Fixed into-array behavior #678 | Alan Dipert |
2010-12-17 | coalesce test helpers into clojure.test-helper, so new contributors can find ... | Stuart Halloway |
2010-12-17 | Update tests to recogize appropriate newlines for the platform that they're on. | Tom Faulhaber |
2010-12-17 | disallow recur across try, refs #31 | Kevin Downey (hiredman) |
2010-11-30 | disable agent self-send test | Stuart Halloway |
2010-11-29 | removed this ref | fogus |
2010-11-29 | Added tests and updated docs for init-proxy and update-proxy. Also updated th... | fogus |
2010-11-29 | properly munge namespaces -> java package names for protocols and deftype and... | Chas Emerick |
2010-11-29 | extra test for send from agent error | Chouser |
2010-11-29 | test sending from an error handler #390 | Stuart Halloway |
2010-11-29 | Fixes that aliasing an unknown namespace gave an unhelpful error; will now th... | David Rupp |
2010-11-29 | #672: limit binding to just conveyor-fn, add regression test for "Pop without... | Stuart Halloway |
2010-11-29 | Restore *agent* binding in agent action. CLJ-672 | Chouser |
2010-11-26 | Added unchecked casts; fixes bug #441. Code and original patches supplied by ... | Aaron Bedra |
2010-11-05 | 397 better error message when calling macros with arity | Mike Hinchey |
2010-11-05 | add conversion from BigInt to BigInteger | Alexander Taggart |
2010-11-05 | CLJ-665 test improvements: don't touch a core var, and verify that value is p... | Stuart Halloway |
2010-11-05 | Add with-redefs macro and with-redefs-fn, CLJ-665 | Chouser |
2010-10-25 | #465 make with-local-vars dynamic | Cosmin Stejerean |
2010-10-18 | Stable var caching. The values of non-dynamic ns-resolved (def'ed) vars appea... | Rich Hickey |
2010-10-15 | require dynamically rebindable vars be explicitly declared dynamic, via ^:dyn... | Rich Hickey |
2010-10-15 | #453 reflection | Stuart Halloway |
2010-10-15 | #364 test queue count | Stuart Halloway |
2010-10-15 | test for #263 | Stuart Halloway |
2010-10-12 | :added metadata for diff | Stuart Halloway |