summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-04added docs for gen-classRich Hickey
2008-05-04made bean extend APersistentMap so implements IFn like other mapsRich Hickey
2008-05-03fixed InstanceFieldExpr when target known but field notRich Hickey
2008-05-03gen-class, gen-and-load-class, gen-and-save-classRich Hickey
2008-05-03interim checkin - gen-classRich Hickey
2008-05-02gen-class in progress, supports :extends, :implements, :state, :init, and ↵Rich Hickey
:constructors
2008-05-02added return type to method sig keyRich Hickey
2008-05-01added genclass.clj, in progressRich Hickey
2008-05-01throw on await call in agent actionRich Hickey
2008-05-01trimmed some checkcasts in code genRich Hickey
2008-04-30fix off-by-one in emitClearLocalsRich Hickey
2008-04-30re-enabled Map/Map.Entry supportRich Hickey
2008-04-29added count check to Var.isBoundRich Hickey
2008-04-29flow name through macroexpansion in analyzeSeqRich Hickey
2008-04-28made else form optional in if-letRich Hickey
2008-04-28added :keys, :syms, and :strs support to map/set destructuring, from ChouserRich Hickey
2008-04-27added :keys, :syms, and :strs support to map/set destructuring, from ChouserRich Hickey
2008-04-27run finally clause when exceptions thrown from catch clausesRich Hickey
2008-04-23added no arg support for multimethodsRich Hickey
2008-04-23try uri of resource in sourcedebugextension when load from resourceRich Hickey
2008-04-23uset absolute path in loadFileRich Hickey
2008-04-22use RT.classForNameRich Hickey
2008-04-22use RT.classForNameRich Hickey
2008-04-22moved var push outside of try in load()Rich Hickey
2008-04-21fixed RT.classForName callRich Hickey
2008-04-21made ArraySeq and seq work for primitive arraysRich Hickey
2008-04-20added root classloader, autoload user.clj from classpath if it existsRich Hickey
2008-04-20back to simple logic for takeRich Hickey
2008-04-20made lazy-cons lazy for both first and restRich Hickey
2008-04-19refactor to remove static init cycle between RT and Compiler, in order to ↵Rich Hickey
run RT.init in static init
2008-04-18cleanup for findbugsRich Hickey
2008-04-17changed var toString to be readable, made self-references in fns go through varRich Hickey
2008-04-15removed hard call to Class.getField in InstanceFieldExpr, add Object methods ↵Rich Hickey
to Reflector.getMethods of interface class
2008-04-15subseq and rsubseq support for sorted maps and setsRich Hickey
2008-04-15bit-nand back to bit-and-notRich Hickey
2008-04-14arbitrary precision bitopsRich Hickey
2008-04-13added destructuring support to if-let/when-letRich Hickey
2008-04-13supply source names to load on loadResourceScriptRich Hickey
2008-04-11made cnt optional in PersistentTreeMap.SeqRich Hickey
2008-04-11bitops in Numbers, from Stephen C. GilardiRich Hickey
2008-04-10added load(rdr, sourcePath, sourceName)Rich Hickey
2008-04-09fixed set/selectRich Hickey
2008-04-09Moved MathContext creation to runtime in with-precisionRich Hickey
2008-04-08added with-precision patch from Christophe GrandRich Hickey
2008-04-08added rationalize, fixed toRatio, added BigInteger and BigDecimal to ↵Rich Hickey
auto-imports
2008-04-08added Unicode escape patch from Toralf WittnerRich Hickey
2008-04-08pushThreadBindings now precedes try that pops them in binding and ↵Rich Hickey
with-local-vars
2008-04-08read/print support for BigDecimal - float format + M suffixRich Hickey
2008-04-07new numbers - all Num derivees should be not-in-use, all numbers are Java's ↵Rich Hickey
boxed Numbers, + Ratio, added support for BigDecimal
2008-04-07more numbers experimentationRich Hickey