summaryrefslogtreecommitdiff
path: root/src/jvm
AgeCommit message (Expand)Author
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 run...Rich Hickey
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
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
2008-04-08added with-precision patch from Christophe GrandRich Hickey
2008-04-08added rationalize, fixed toRatio, added BigInteger and BigDecimal to auto-imp...Rich Hickey
2008-04-08added Unicode escape patch from Toralf WittnerRich Hickey
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 b...Rich Hickey
2008-04-07more numbers experimentationRich Hickey
2008-04-07more numbers experimentationRich Hickey
2008-04-07don't emit derived fn types for constants, due to visibility, emit AFn or Res...Rich Hickey
2008-04-07really fixed RT.get string/array with index out of bounds to return nullRich Hickey
2008-04-06fixed RT.get string/array with index out of bounds to return nullRich Hickey
2008-04-06fixed reflective no-arg calls in statement positionRich Hickey
2008-04-06throw exception on (.member) with no targetRich Hickey
2008-04-06added support for package-qualified classnames in symbol-dot macroexpansionRich Hickey
2008-04-05phase 2 enhanced host calls, (.member target ...), (target.member ...), and (...Rich Hickey
2008-04-05phase 1 enhanced host calls, no parens needed on argsRich Hickey
2008-04-03more numbers experimentationRich Hickey
2008-04-03made loadResourceScript publicRich Hickey
2008-04-03changed *out* type hint to WriterRich Hickey
2008-04-03throw exception on divide by zeroRich Hickey
2008-04-02more numbers experimentationRich Hickey
2008-04-02added seq support for IteratorsRich Hickey
2008-04-02fixed internal reduceRich Hickey
2008-04-02range seq, internal reduce in ISeqRich Hickey
2008-04-01experimenting with new numbers prototypeRich Hickey