summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-20Fixes dumb little debug messages. CLJ-794HEADmasterfogus
2011-05-18fix record = when field named same as method - fixes clj-796Rich Hickey
2011-05-13[maven-release-plugin] prepare for next development iterationHudson @ build.clojure.org
2011-05-13[maven-release-plugin] prepare release clojure-1.3.0-alpha7Hudson @ build.clojure.org
2011-05-13neuter overspecified testsStuart Halloway
2011-05-13inline n-ary min, maxStuart Halloway
2011-05-13changes updateStuart Halloway
2011-05-13inlining and n-ary bit functions and math ops - n-ary versions and inlines of...Alan Dipert
2011-05-13inline min/max #784 - not contagious - do math inline for #{prim prim}, #{obj...Stuart Halloway
2011-05-13get rid of spurious tags on deftype/defrecord (again!)Stuart Halloway
2011-05-13Changes to support defrecord and deftype literals. See CLJ-374fogus
2011-05-13Revert "get rid of spurious tags on deftype/defrecord"Stuart Halloway
2011-05-12get rid of spurious tags on deftype/defrecordRich Hickey
2011-05-06cleanup #765Aaron Bedra and Stuart Halloway
2011-05-06clojure.java.shell/sh accepts as input anything that clojure.java.io/copy does.Alexander Taggart
2011-05-06Remove bit-ops' support for boxed numbers.Alexander Taggart
2011-05-06Add missing primitive castsAlexander Taggart
2011-05-06Fix false-negative test for (long Float/MAX_VALUE) and (long Double/MAX_VALUE...Alexander Taggart
2011-04-29floats box as FloatsRich Hickey
2011-04-29better formatting for #744Stuart Halloway
2011-04-29#CLJ-774 Assert can now accept an optional message stringAaron Bedra
2011-04-29case changes: handles hash collisions, can emit return type, performance path...Alexander Taggart
2011-04-29#CLJ-435: don't let mischievous :type metadata break printingStuart Halloway
2011-04-29#CLJ-236: more specific, private name for helper fnStuart Halloway
2011-04-29Added the check-options function to warn about wrong optional arguments and u...Nicolas Buduroi
2011-04-27workaround for Map.Entry behavior pre-Java 6Stuart Halloway
2011-04-19added support for ^:const defsRich Hickey
2011-04-19temporarily disable lazy fn loadingRich Hickey
2011-04-08Fix handling of the ~:(~) directive when the contents are the empty string. R...Tom Faulhaber
2011-04-08Fix CLJ-752: Removes inferring ^:dynamic from earmuffed var; updates warning ...Alexander Taggart
2011-04-03made promises lock-free, updates after first no-ops, not exceptionsRich Hickey
2011-03-21get rid of checked exceptionsRich Hickey
2011-03-20Add (vector a b c ...) like functionality to vector-of, plus testsDaniel Solano Gómez
2011-03-20Adds the every-pred and some-fn combinators and their tests. refs. CLJ-729fogus
2011-03-18fixed doc typo on derefRich Hickey
2011-03-18added deref with timeout, realized?Rich Hickey
2011-03-17bind *unchecked-math* during init and loadRich Hickey
2011-03-11[maven-release-plugin] prepare for next development iterationHudson @ build.clojure.org
2011-03-11[maven-release-plugin] prepare release clojure-1.3.0-alpha6Hudson @ build.clojure.org
2011-03-11release notesStuart Halloway
2011-03-11fix regression from #737Stuart Halloway
2011-03-11Do not hold onto head of arguments in RestFn.Paul Stadig
2011-03-11Do not hold onto head when invoking multi-methodsPaul Stadig
2011-03-11clj-734: fixed the local variables table to have the correct code index for l...George Jahad
2011-03-11Remove Sequential from ISeq's implements list CLJ-741Chouser
2011-03-03switch keyword map to weak refsRich Hickey
2011-03-02#748: fast, no alloc path for diffing equal objectsStuart Halloway
2011-03-02#747: fix diffing large sequential/associative objectsAaron Bedra and Stuart Halloway
2011-03-01default impl of with-meta in AFunction generates forwarding wrapperRich Hickey
2011-03-01fns only get metadata support code when metadata explicitly supplied when def...Rich Hickey