Age | Commit message (Expand) | Author |
2011-05-20 | Fixes dumb little debug messages. CLJ-794HEADmaster | fogus |
2011-05-18 | fix record = when field named same as method - fixes clj-796 | Rich Hickey |
2011-05-13 | [maven-release-plugin] prepare for next development iteration | Hudson @ build.clojure.org |
2011-05-13 | [maven-release-plugin] prepare release clojure-1.3.0-alpha7 | Hudson @ build.clojure.org |
2011-05-13 | neuter overspecified tests | Stuart Halloway |
2011-05-13 | inline n-ary min, max | Stuart Halloway |
2011-05-13 | changes update | Stuart Halloway |
2011-05-13 | inlining and n-ary bit functions and math ops - n-ary versions and inlines of... | Alan Dipert |
2011-05-13 | inline min/max #784 - not contagious - do math inline for #{prim prim}, #{obj... | Stuart Halloway |
2011-05-13 | get rid of spurious tags on deftype/defrecord (again!) | Stuart Halloway |
2011-05-13 | Changes to support defrecord and deftype literals. See CLJ-374 | fogus |
2011-05-13 | Revert "get rid of spurious tags on deftype/defrecord" | Stuart Halloway |
2011-05-12 | get rid of spurious tags on deftype/defrecord | Rich Hickey |
2011-05-06 | cleanup #765 | Aaron Bedra and Stuart Halloway |
2011-05-06 | clojure.java.shell/sh accepts as input anything that clojure.java.io/copy does. | Alexander Taggart |
2011-05-06 | Remove bit-ops' support for boxed numbers. | Alexander Taggart |
2011-05-06 | Add missing primitive casts | Alexander Taggart |
2011-05-06 | Fix false-negative test for (long Float/MAX_VALUE) and (long Double/MAX_VALUE... | Alexander Taggart |
2011-04-29 | floats box as Floats | Rich Hickey |
2011-04-29 | better formatting for #744 | Stuart Halloway |
2011-04-29 | #CLJ-774 Assert can now accept an optional message string | Aaron Bedra |
2011-04-29 | case changes: handles hash collisions, can emit return type, performance path... | Alexander Taggart |
2011-04-29 | #CLJ-435: don't let mischievous :type metadata break printing | Stuart Halloway |
2011-04-29 | #CLJ-236: more specific, private name for helper fn | Stuart Halloway |
2011-04-29 | Added the check-options function to warn about wrong optional arguments and u... | Nicolas Buduroi |
2011-04-27 | workaround for Map.Entry behavior pre-Java 6 | Stuart Halloway |
2011-04-19 | added support for ^:const defs | Rich Hickey |
2011-04-19 | temporarily disable lazy fn loading | Rich Hickey |
2011-04-08 | Fix handling of the ~:(~) directive when the contents are the empty string. R... | Tom Faulhaber |
2011-04-08 | Fix CLJ-752: Removes inferring ^:dynamic from earmuffed var; updates warning ... | Alexander Taggart |
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 |
2011-03-20 | Adds the every-pred and some-fn combinators and their tests. refs. CLJ-729 | fogus |
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 |
2011-03-11 | Do not hold onto head of arguments in RestFn. | Paul Stadig |
2011-03-11 | Do not hold onto head when invoking multi-methods | Paul Stadig |
2011-03-11 | clj-734: fixed the local variables table to have the correct code index for l... | George Jahad |
2011-03-11 | Remove Sequential from ISeq's implements list CLJ-741 | Chouser |
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 |
2011-03-02 | #747: fix diffing large sequential/associative objects | Aaron Bedra and Stuart Halloway |
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 def... | Rich Hickey |