You are currently using a new, unsaved search.
1 2 Next >>
protect let-bound symbols from macrolet expansion
README should be updated to conform to contrib standard
math.combinatorics README should be updated to conform to contrib standard
Support inequalities in finite domain sugar
ex* could expand macros in patterns
Support Postgres in the test suite
clojure.string/replace ignores regex flags
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 '/
subvec function not behaving consitently with invalid subranges
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
new macro cljs.core/extend-instance
Omit var reads in statement context
PersistentTreeSet lookup bug
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
Fallback to hash-based comparison for non-Comparables in Util.compare()
RestFn & ArraySeq performance
Forbid varargs defprotocol/definterface method declarations because those cannot be defined anyway
sources jar has bad versions.properties resource
Var *loading-verbosely* should initialize from a JVM system property
Zero-arity versions of every-pred and some-fn
Read/print round-trip for +/-Infinity and NaN
Make print-sequential interruptible
No dependency on jsr166y
when-first double evaluation
Remove a lock in the common case of deref of delay
[PATCH] Allow negative substring indices for (subs)
Varargs protococol impls can be defined but not called
range's behavior is inconsistent
clojure.data/diff should cope with null and false values in maps
A left-to-right-variant of `comp`
partition-by reducer