summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-21interim checkinRich Hickey
2008-05-21got rid of old num classesRich Hickey
2008-05-21removed (x.member ...) supportRich Hickey
2008-05-21removed (x.member ...) supportRich Hickey
2008-05-20got rid of IllegalAccessErrors, changed to runtime exceptionsRich Hickey
2008-05-19emit and pop all exprs in statements so labels spread in try blocksRich Hickey
2008-05-19changed keyword self-lookup to use RT.getRich Hickey
2008-05-19fixed destructuring of nil map, added get support for setsRich Hickey
2008-05-19refined parallel api, added partitionRich Hickey
2008-05-18locals shadow macrosRich Hickey
2008-05-16interim checkinRich Hickey
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