summaryrefslogtreecommitdiff
path: root/src/clj
AgeCommit message (Expand)Author
2009-11-04generate second ctor for defclass/type taking designated fields only, default...Rich Hickey
2009-11-03tweaks to keyword call sites, enable in defclass/type by defaultRich Hickey
2009-10-30methodnames now take form (.methodname [args] body) in reify/deftype/classRich Hickey
2009-10-30newnew is now reifyRich Hickey
2009-10-30IPersistentMap opt-in, dissoc support, doc tweaksRich Hickey
2009-10-30moved deftype load after printRich Hickey
2009-10-30Add print-method handlers for deftype and defclass objectsChouser
2009-10-29perf tweaksRich Hickey
2009-10-29added caseRich Hickey
2009-10-29don't propagate field hints into method bodiesRich Hickey
2009-10-28first cut at defclass/deftypeRich Hickey
2009-10-24limit to interfaces, refactoringRich Hickey
2009-10-22Merge branch 'master' into newRich Hickey
2009-10-16Implement take-last Fixes #151Chouser
2009-09-28Fix compare doc defect - fixes #189unknown
2009-09-28implemented TransientHashSet Fixes #173Christophe Grand
2009-09-28fix #171: ns reflection warnings, and others that are easyMike Hinchey
2009-09-28Added public thread-local bindings interfaceMeikel Brandmeyer
2009-09-28core.clj: binding doc string now says it's parallel, fixes #152Stuart Sierra
2009-09-22added ->>Rich Hickey
2009-09-12proxy now caches generated classes per namespace and include a hash to distin...Christophe Grand
2009-08-29fix juxtRich Hickey
2009-08-29added juxt, juxt[aposes] fns and retuns a fn that returns vector of their res...Rich Hickey
2009-08-29added arity overloads to applyRich Hickey
2009-08-29added arity overloads to list*Rich Hickey
2009-08-29added arity overloads to compRich Hickey
2009-08-24Add support for chunked seqs to 'for'. Refs #1Chouser
2009-08-24Add chunked seq support to concatChouser
2009-08-24delay seq on chunk-rest in doseqChouser
2009-08-20Merge branch 'lazychain'Rich Hickey
2009-08-20fix interleave not fully lazyRich Hickey
2009-08-19Add chunked seq support to doseq, v2. Refs #1Chouser
2009-08-19inline nth with not-foundRich Hickey
2009-08-05First cut at TransientHashMapChristophe Grand
2009-08-03renamed mutable -> transient, immutable! -> persistent!Rich Hickey
2009-08-03Merge branch 'chunks' into merge-chunksRich Hickey
2009-08-02refactor so mutable vectors support ordinary read functions: get/count/nth/fu...chunksRich Hickey
2009-07-31switch future-call and promise to new newRich Hickey
2009-07-26fixed keyword ctor, added tests, fix #154Steve Gilardi
2009-07-25Move metadata in vector-zip and seq-zipMeikel Brandmeyer
2009-07-24fix deliver set/release orderRich Hickey
2009-07-20prevent vec from creating arrays from CollectionsRich Hickey
2009-07-18redef into with batch supportRich 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-14Merge branch 'master' into chunksRich Hickey
2009-07-09Refs #137: make *math-context* settable, with test + tests of with-precisionStephen C. Gilardi
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