index
:
clojure
1.0.x
1.1.x
1.2.x
20081217
20090320
applet
chunks
ensure
equal
equiv
gh-pages
lazy
master
new
num
par
prim
seqfns
streams
The Clojure programming language http://clojure.org
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
1.1.x
remove qualifier for 1.1.0 release
Rich Hickey
16 years
1.2.x
The DynamicClassLoader should not use the default ProtectionDomain.
David Barksdale
14 years
applet
The DynamicClassLoader should not use the default ProtectionDomain.
David Barksdale
14 years
equal
auto-box loop arg when primitive local recur mismatch, print warning that thi...
Rich Hickey
15 years
equiv
incorporate BigInt
Rich Hickey
15 years
gh-pages
Autodoc commit for 1.2.x/f128af9d, master/13d9404b, 1.1.x/5293929c
Tom Faulhaber
14 years
master
Fixes dumb little debug messages. CLJ-794
fogus
14 years
num
Util.equals unboxed support for long/double
Rich Hickey
15 years
prim
re-enable protocol-based reduce
Rich Hickey
15 years
seqfns
Merge branch 'master' into seqfns
Rich Hickey
15 years
[...]
Tag
Download
Author
Age
clojure-1.3.0-alpha5
commit 04aad18468...
Hudson @ build.clojure.org
14 years
1.2.0
commit 0436abdb51...
Stuart Halloway
15 years
1.2.0-RC3
commit 28b24dde07...
Stuart Halloway
15 years
1.2.0-RC2
commit 0f47e7c575...
Stuart Halloway
15 years
1.2.0-RC1
commit 6dec446bfb...
Stuart Halloway
15 years
1.2.0-beta1
commit 9c01e1faf5...
Stuart Halloway
15 years
1.1.0
commit 5293929c99...
Rich Hickey
16 years
1.0
commit f85444e6f8...
Rich Hickey
16 years
Age
Commit message
Author
2009-02-16
[lazy] smarter ASeq and LazySeq isEmpty()
lazy
Rich Hickey
2009-02-16
[lazy] updated docs
Rich Hickey
2009-02-16
[lazy] straight cons call in filter
Rich Hickey
2009-02-16
[lazy] got rid of Sequence, (seq iseq) no longer an identity, ISeqs can be em...
Rich Hickey
2009-02-14
[lazy] renamed rest to next, renamed more to rest
Rich Hickey
2009-02-14
[lazy] added (optional) detection of conditional test of LazySeq, build with:
Rich Hickey
2009-02-13
[lazy] fixed take-while
Rich Hickey
2009-02-12
[lazy] only coerce LazySeq to seq in analyze, fixing evaluation of ()
Rich Hickey
2009-02-11
[lazy] declare closed-over fields non-final for once-only fns
Rich Hickey
2009-02-11
[lazy] use seq rather than relying on implicit seq of first/more in core sequ...
Rich Hickey
[...]