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