Age | Commit message (Expand) | Author |
2008-05-21 | got rid of old num classes | Rich Hickey |
2008-05-21 | removed (x.member ...) support | Rich Hickey |
2008-05-20 | got rid of IllegalAccessErrors, changed to runtime exceptions | Rich Hickey |
2008-05-19 | emit and pop all exprs in statements so labels spread in try blocks | Rich Hickey |
2008-05-19 | changed keyword self-lookup to use RT.get | Rich Hickey |
2008-05-19 | fixed destructuring of nil map, added get support for sets | Rich Hickey |
2008-05-18 | locals shadow macros | Rich Hickey |
2008-05-16 | added more descriptive errors for count/nth/seq | Rich Hickey |
2008-05-16 | fixed Symbol.compareTo | Rich Hickey |
2008-05-16 | went back to using plain name as path in loadResourceScript | Rich Hickey |
2008-05-16 | switched to re-dispatching of actions sent during transactions | Rich Hickey |
2008-05-15 | added keys and vals support for java.util.Maps | Rich Hickey |
2008-05-14 | parallel.clj, interface to Fork/Join framework | Rich Hickey |
2008-05-14 | added LazilyPersistentVector | Rich Hickey |
2008-05-12 | added repeatedly and add-classpath | Rich Hickey |
2008-05-04 | removed System.exit call from Script | Rich Hickey |
2008-05-03 | fixed InstanceFieldExpr when target known but field not | Rich Hickey |
2008-05-03 | gen-class, gen-and-load-class, gen-and-save-class | Rich Hickey |
2008-05-01 | trimmed some checkcasts in code gen | Rich Hickey |
2008-04-30 | fix off-by-one in emitClearLocals | Rich Hickey |
2008-04-30 | re-enabled Map/Map.Entry support | Rich Hickey |
2008-04-29 | added count check to Var.isBound | Rich Hickey |
2008-04-29 | flow name through macroexpansion in analyzeSeq | Rich Hickey |
2008-04-27 | run finally clause when exceptions thrown from catch clauses | Rich Hickey |
2008-04-23 | added no arg support for multimethods | Rich Hickey |
2008-04-23 | try uri of resource in sourcedebugextension when load from resource | Rich Hickey |
2008-04-23 | uset absolute path in loadFile | Rich Hickey |
2008-04-22 | use RT.classForName | Rich Hickey |
2008-04-22 | use RT.classForName | Rich Hickey |
2008-04-22 | moved var push outside of try in load() | Rich Hickey |
2008-04-21 | fixed RT.classForName call | Rich Hickey |
2008-04-21 | made ArraySeq and seq work for primitive arrays | Rich Hickey |
2008-04-20 | added root classloader, autoload user.clj from classpath if it exists | Rich Hickey |
2008-04-20 | made lazy-cons lazy for both first and rest | Rich Hickey |
2008-04-19 | refactor to remove static init cycle between RT and Compiler, in order to run... | Rich Hickey |
2008-04-18 | cleanup for findbugs | Rich Hickey |
2008-04-17 | changed var toString to be readable, made self-references in fns go through var | Rich Hickey |
2008-04-15 | removed hard call to Class.getField in InstanceFieldExpr, add Object methods ... | Rich Hickey |
2008-04-15 | subseq and rsubseq support for sorted maps and sets | Rich Hickey |
2008-04-14 | arbitrary precision bitops | Rich Hickey |
2008-04-13 | supply source names to load on loadResourceScript | Rich Hickey |
2008-04-11 | made cnt optional in PersistentTreeMap.Seq | Rich Hickey |
2008-04-11 | bitops in Numbers, from Stephen C. Gilardi | Rich Hickey |
2008-04-10 | added load(rdr, sourcePath, sourceName) | Rich Hickey |
2008-04-08 | added with-precision patch from Christophe Grand | Rich Hickey |
2008-04-08 | added rationalize, fixed toRatio, added BigInteger and BigDecimal to auto-imp... | Rich Hickey |
2008-04-08 | added Unicode escape patch from Toralf Wittner | Rich Hickey |
2008-04-08 | read/print support for BigDecimal - float format + M suffix | Rich Hickey |
2008-04-07 | new numbers - all Num derivees should be not-in-use, all numbers are Java's b... | Rich Hickey |
2008-04-07 | more numbers experimentation | Rich Hickey |