summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-05-16added more descriptive errors for count/nth/seqRich Hickey
2008-05-16fixed Symbol.compareToRich Hickey
2008-05-16went back to using plain name as path in loadResourceScriptRich Hickey
2008-05-16switched to re-dispatching of actions sent during transactionsRich Hickey
2008-05-15added overload support to genclassRich Hickey
2008-05-15added keys and vals support for java.util.MapsRich Hickey
2008-05-14added docs to parallel.cljRich Hickey
2008-05-14parallel.clj, interface to Fork/Join frameworkRich Hickey
2008-05-14added parallel.clj, fork/join support - in progressRich Hickey
2008-05-14added LazilyPersistentVectorRich Hickey
2008-05-12added repeatedly and add-classpathRich Hickey
2008-05-04removed System.exit call from ScriptRich Hickey
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