summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2008-04-07more numbers experimentationRich Hickey
2008-04-07don't emit derived fn types for constants, due to visibility, emit AFn or ↵Rich Hickey
RestFn instead
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
(classname. ctor-args) macroexpansions
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 macroexpand of non-seqsRich Hickey
2008-04-02fixed internal reduceRich Hickey
2008-04-02range seq, internal reduce in ISeqRich Hickey
2008-04-01experimenting with new numbers prototypeRich Hickey
2008-04-01starting new numbers prototypeRich Hickey
2008-03-31starting new numbers prototypeRich Hickey
2008-03-30proxy - handle interfaces that redeclare Object methodsRich Hickey
2008-03-30disallow recur from catch/finallyRich Hickey
2008-03-30new 'for' syntax, now supports an optional filter per sequence, with either ↵Rich Hickey
filter (:when) or short-circuit (:while) logic
2008-03-30got rid of redundant addTreeModelListenerRich Hickey
2008-03-30added arglist for identical?Rich Hickey
2008-03-29got rid of implement, added docsRich Hickey