You are currently using a new, unsaved search.
BigDecimal: unnecessary reflection used in math functions for coercion (bigint)
Support inequalities in finite domain sugar
distinct? throws clojure.lang.ArityException, when applied with no arguments
Performance improvement (Remove intermediate lazy sequence in resultset-seq)
Stack overflow when parsing huge XML file
Require implicit 'do nodes for all blocks in AST
Replace :is-loop flag in AST with distinct :loop op
Missing "Too few arguments to if" check
Include line and file information in error messages
namespace and name fail on '/
Internal representation of keywords can not be differentiated by printable characters
emit-block doesn't use context argument
Small code cleanup for emitting goog.provide statements
Include :form on fn :methods in AST
Add docstring from def and ns definitions to @namespaces metadata map, and make reflect functions make use of that
Incorrect behavior of integer? for integral floating point expressions
gensyms break re-analyze; prevents variable shadowing analysis
Analyzer incorrectly merges metadata when redefining vars
hash-set and PersistentHashSet/fromArray == faster set construction
Support with-out-str
memfn not supported
missing spaces when printing the same thing more than once
Comparing a js/Date to nil throws
Inline instance?
RegExp objects print incorrectly
Eliminate :meta, :vector, :set, and :map ops
AST contains munged symbols
Represent ast :children as a vector of keys
Add clojure.core/shuffle implementation
js-obj function broken
apply does not work on IFn objects in CLJS
Implement Var form, var-get, and var? in CLJS
js->clj should convert JavaScript null to Clojure nil
Track line & column in generated JS (needed for SourceMaps)
Forward slashes should not be escaped in javascript strings
Add missing core printing functions
(object-array [1]) is ~3x slower than (object-array (rseq [1]))
clojure.inspector/inspect-table gives up when first element of coll is nil
partition-by reducer
Support pretty printing namespace declarations under code-dispatch
drop-while doc string wrong, nil instead of logical false
java.io/do-copy can garble multibyte characters
Allow :require to support a :refer clause
Change limit parameter name in TTLCache