summaryrefslogtreecommitdiff
path: root/src/jvm
AgeCommit message (Collapse)Author
2008-05-28primitive vector supportRich Hickey
2008-05-27primitive vectors, in progressRich Hickey
2008-05-27added emptyRich Hickey
2008-05-23added inlined math primitives in int/long/float/double namespacesRich Hickey
2008-05-23added inliningRich Hickey
2008-05-21interim checkinRich Hickey
2008-05-21got rid of old num classesRich 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-18locals shadow macrosRich 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 keys and vals support for java.util.MapsRich Hickey
2008-05-14parallel.clj, interface to Fork/Join frameworkRich 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-03fixed InstanceFieldExpr when target known but field notRich Hickey
2008-05-03gen-class, gen-and-load-class, gen-and-save-classRich 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-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-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-14arbitrary precision bitopsRich 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