You are currently using a new, unsaved search.
1 2 Next >>
Make some PersistentVector, SubVector internals public
{:as x} destructuring with an empty list raises exception
Add previous changelog items back to changes.md
More REPL-friendly 'ns macro
Loops returning primtives are boxed even in return position
Broken equality for sets
Extend CollFold and IKVReduce to nil
New function re-quote-replacement has incorrect :added metadata
update changes.md to include 1.5 changes
clojure.main/repl unconditionally refers REPL utilities into *ns*
(object-array [1]) is ~3x slower than (object-array (rseq [1]))
ExceptionInfo does no abstraction
PersistentQueue's hash function does not match its equality
No dependency on jsr166y
Allow duplicate set elements and map keys for all set and map constructors
CLJ-940 breaks compilation of namespaces that don't have any public functions
when-first double evaluation
assoc should throw exception if missing val for last key
add test.generative to Clojure's tests
reduce-kv on sorted maps should stop on seeing a Reduced value
"Conflicting data-reader mapping" triggered when the same data_readers.clj is on the classpath twice
seque leaks threads from the send-off pool
Varargs protococol impls can be defined but not called
ns-resolve doc has a typo
range's behavior is inconsistent
partial function should also accept 1 arg (just f)
clojure.data/diff should cope with null and false values in maps
make print-table org mode compatible
Performance drop in PersistentHashMap.valAt(...) in v.1.4 -- Util.hasheq(...) ?
Implement clojure.core.reducers/mapcat and some initial reducers tests
the locking in MultiFn.java (synchronized methods) can cause lots of contention in multithreaded programs
pprint doesn't flush the underlying stream
make jsr166 available at build time
clojure.set/rename-keys deletes keys when there's a collision
(int \a) returns a value, (long \a) throws an exception
java.io/do-copy can still garble multibyte characters on IBM JDK 1.5 and 1.6
Add support for marker protocols
test-clojure/rt.clj has undeclared dependency on clojure.set
Support pretty printing namespace declarations under code-dispatch
Vectors returned by subvec allow access at negative indices
Capture :column metadata (needed for ClojureScript source maps)
bigdec does not properly convert a clojure.lang.BigInt
It would be very useful to be able to annotate the constructors of classes created with gen-class
clojure.string/capitalize can give wrong result if first char is supplementary
When load-lib fails, a namespace is still created
Passing a non-sequence to refer :only results in uninformative exception
Improve docs about argument destructuring at clojure.org
disj! throws exception when attempting to remove multiple items in one call
contains? should throw exception on non-keyed collections
default tagged literal reader