Age | Commit message (Expand) | Author |
2009-12-02 | Add branch name "par" to version.propertiespar | Chouser |
2009-07-22 | initial fork/join support | Rich Hickey |
2009-07-20 | Merge branch 'chunks' into par | Rich Hickey |
2009-07-20 | prevent vec from creating arrays from Collections | Rich Hickey |
2009-07-20 | make some things public for parallel code access | Rich Hickey |
2009-07-18 | redef into with batch support | Rich Hickey |
2009-07-18 | got rid of LazilyPersistentVector instances, trim tail in immutable, redefed ... | Rich Hickey |
2009-07-18 | renamed immutable immutable! | Rich Hickey |
2009-07-17 | Clojure interface to editable vectors - mutable,immutable,conj!,pop!,assoc!,g... | Rich Hickey |
2009-07-17 | first cut at mutable vector | Rich Hickey |
2009-07-16 | first cut at mods for batch capability | Rich Hickey |
2009-07-14 | Merge branch 'master' into chunks | Rich Hickey |
2009-07-09 | Refs #137: make *math-context* settable, with test + tests of with-precision | Stephen C. Gilardi |
2009-07-04 | removed hop in RT.nth, caused head retention | Rich Hickey |
2009-07-03 | fix compile-time NPE on set! of non-existent field, fixes #142 | Rich Hickey |
2009-07-01 | in defn, propagate pre/post conditions written as map trailing arglist to met... | Rich Hickey |
2009-06-30 | added ref min/max history control - refs #138 | Rich Hickey |
2009-06-25 | made copyright notices uniform | Rich Hickey |
2009-06-25 | Merge branch 'gtic' of git://github.com/stuarthalloway/clojure into gtic | Rich Hickey |
2009-06-24 | :pre and :post conditions as metadata on arglist, or map following arglist | Rich Hickey |
2009-06-24 | allow %s not in #(), yields as-is symbol | Rich Hickey |
2009-06-24 | perf tweaks in reduce | Rich Hickey |
2009-06-24 | perf tweaks in map/filter/reduce | Rich Hickey |
2009-06-24 | gtic package renamings: | Stuart Halloway |
2009-06-24 | gtic work-in-progress: | Stuart Halloway |
2009-06-22 | Rev fa3d2497 causes compile to fail on some VMs -- back it out. Refs #124 | Chouser |
2009-06-21 | core: make every? return false instead of nil | Jarkko Oranen |
2009-06-20 | Add a call to Agent.shutdown() at the end of clojure.lang.Compile/main Refs #124 | Chas Emerick |
2009-06-20 | Merge branch 'master' into chunks | Rich Hickey |
2009-06-20 | made range chunked | Rich Hickey |
2009-06-20 | made reduce chunk-aware | Rich Hickey |
2009-06-20 | made filter chunk-aware | Rich Hickey |
2009-06-20 | add optional pad argument to partition. Fixes #120 | Dimitry Gashinsky |
2009-06-19 | Bring documentation for 'require up to date | Jarkko Oranen |
2009-06-19 | add an optional encoding argument to slurp. Fixes #125 | Chas Emerick |
2009-06-19 | parse "1." and "1.e3" as legal floats. Refs #117 | Steve Gilardi |
2009-06-19 | removed nth overload | Rich Hickey |
2009-06-18 | Added IChunk, chunk fns, made map chunk aware | Rich Hickey |
2009-06-12 | added more future fns, fixed print of pending futures, added promise/deliver | Rich Hickey |
2009-05-29 | backed out count inlining | Rich Hickey |
2009-05-28 | made vector seqs chunked by default | Rich Hickey |
2009-05-28 | added reduce to quotient and remainder | Rich Hickey |
2009-05-28 | added ArrayChunk end bound and ChunkBuffer | Rich Hickey |
2009-05-28 | perf tweaks to count, nth | Rich Hickey |
2009-05-28 | first cut of chunked seqs | Rich Hickey |
2009-05-27 | get rid of root classloader. Establish dynamic context classloader for repl t... | Rich Hickey |
2009-05-26 | avoid reflecting on nil instance method target | Rich Hickey |
2009-05-25 | trap instance method calls to known nil targets at compile time | Rich Hickey |
2009-05-25 | switched binding to use let instead of do | Rich Hickey |
2009-05-22 | propagate line numbers in top-level macroexpansion | Rich Hickey |