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