summaryrefslogtreecommitdiff
path: root/src/clj
AgeCommit message (Expand)Author
2010-06-03modern metadata syntaxDavid Liebke and Stuart Halloway
2010-06-03WIP: literal promotion of contrib code #359David Liebke and Stuart Halloway
2010-06-03Make disj nil-awareMeikel Brandmeyer
2010-06-03Fix reductions on empty input sequenceMeikel Brandmeyer
2010-06-02Merge branch 'master' of git@github.com:richhickey/clojureRich Hickey
2010-06-02flow primitives through if and letRich Hickey
2010-06-02update references to contrib to point to new names in clojureStuart Halloway
2010-06-02doto doc typo fixTimothy Pratley
2010-05-28place to hang defn error messagesStuart Halloway
2010-05-28name handles stringsStuart Halloway
2010-05-28tweaking what gets exposed (javadoc #357)Stuart Halloway
2010-05-28everything javadoc needs from contribStuart Halloway
2010-05-28use io helpers, remove stream combination magicStuart Halloway
2010-05-28shell from contribStuart Halloway
2010-05-24better error message on failed referStuart Halloway
2010-05-24propagate useful metadata to protocol fns #349Stuart Halloway
2010-05-22last var wins only for clojure.core, #332Stuart Halloway
2010-05-20Various pprint updates: Generalized support for various ref types Added pprin...Tom Faulhaber
2010-05-20more code review of #311Stuart Halloway
2010-05-20tweaks to java.io based on community feedbackStuart Halloway
2010-05-20promote clojure.contrib.io to clojure.java.io (with api changes)Stuart Halloway
2010-05-20Merge branch 'patches'Rich Hickey
2010-05-20don't append numbers on top-level fn class namesRich Hickey
2010-05-20fix NPE if summary missing :error or :fail keysRich Hickey
2010-05-19bring reduce var names and docstring into line, #344Stuart Halloway
2010-05-19Do not allow the repl to crash if printing an object that throws an exception...Aaron Cohen
2010-05-07Add annotations support to gen-class, plus tests. See #318.Daniel Solano Gómez
2010-05-07clojure.repl with -fn naming, #310Stuart Halloway
2010-05-07deprecationsStuart Halloway
2010-05-07promote Jason Wolfe's superset?, subset? #338Stuart Halloway
2010-05-04more protocol tests, fixed NPE in extend, #239Stuart Halloway
2010-05-03Added the pretty printer, clojure.pprintTom Faulhaber
2010-05-03fixed stack consumpton in (pr & more)David Powell
2010-05-03added 1.0, test all public doc-ed fns have :addedStuart Halloway
2010-05-01removed seq-contains?Rich Hickey
2010-04-30Fix defrecord keyword lookup on fields matching no-arg methods, fixes #329Rich Hickey
2010-04-30check when chunked seq goes unchunked, #328Stuart Halloway
2010-04-29metadata for :addedStuart Halloway
2010-04-29fix keep-indexed on non-chunked seqsRich Hickey
2010-04-28tuned up into, added map-indexed, keep, keep-indexedRich Hickey
2010-04-28Merge branch 'master' into seqfnsseqfnsRich Hickey
2010-04-28added flatten, group-by, partition-by, frequencies, reductions, rand-nth, seq...Rich Hickey
2010-04-27Add containsKey and entryAt support to Vec, plus tests. Fixes #314.Daniel Solano Gómez
2010-04-27eliminate reflection in #266Stuart Halloway
2010-04-27Add Comparable support to Vec, with tests. Fixes #266.Daniel Solano Gómez
2010-04-27route all coercions through RTRich Hickey
2010-04-27made defrecords SerializableRich Hickey
2010-04-27added parameter destructuring support to reify and deftype/recordRich Hickey
2010-04-26support type and parameter annotations in definterfaceRich Hickey
2010-04-26support parameter annotations in deftype/recordRich Hickey