Age | Commit message (Expand) | Author |
2009-07-14 | Merge branch 'master' into chunks | Rich Hickey |
2009-07-04 | removed hop in RT.nth, caused head retention | Rich Hickey |
2009-07-03 | fix compile-time NPE on set! of non-existent field, fixes #142 | Rich Hickey |
2009-06-30 | added ref min/max history control - refs #138 | Rich Hickey |
2009-06-24 | :pre and :post conditions as metadata on arglist, or map following arglist | Rich Hickey |
2009-06-24 | allow %s not in #(), yields as-is symbol | Rich Hickey |
2009-06-24 | perf tweaks in reduce | Rich Hickey |
2009-06-22 | Rev fa3d2497 causes compile to fail on some VMs -- back it out. Refs #124 | Chouser |
2009-06-20 | Add a call to Agent.shutdown() at the end of clojure.lang.Compile/main Refs #124 | Chas Emerick |
2009-06-20 | Merge branch 'master' into chunks | Rich Hickey |
2009-06-19 | parse "1." and "1.e3" as legal floats. Refs #117 | Steve Gilardi |
2009-06-19 | removed nth overload | Rich Hickey |
2009-06-18 | Added IChunk, chunk fns, made map chunk aware | Rich Hickey |
2009-05-28 | made vector seqs chunked by default | Rich Hickey |
2009-05-28 | added reduce to quotient and remainder | Rich Hickey |
2009-05-28 | added ArrayChunk end bound and ChunkBuffer | Rich Hickey |
2009-05-28 | perf tweaks to count, nth | Rich Hickey |
2009-05-28 | first cut of chunked seqs | Rich Hickey |
2009-05-27 | get rid of root classloader. Establish dynamic context classloader for repl t... | Rich Hickey |
2009-05-26 | avoid reflecting on nil instance method target | Rich Hickey |
2009-05-25 | trap instance method calls to known nil targets at compile time | Rich Hickey |
2009-05-22 | propagate line numbers in top-level macroexpansion | Rich Hickey |
2009-05-18 | enhanced message for Can't call public method of non-public class | Rich Hickey |
2009-05-16 | do unrolls at top-level | Rich Hickey |
2009-05-15 | use context classloader as parent for dynamic classloaders | Rich Hickey |
2009-05-14 | made main a better interop example, using RT.var and Symbol.intern | Rich Hickey |
2009-05-08 | first steps in improving modularity - moving classname resolution towards con... | Rich Hickey |
2009-04-29 | Use platform default encoding for *in*, *out*, and *err* [issue 112], patch f... | Rich Hickey |
2009-04-28 | improved error msg for unresolved ClassName/staticField | Rich Hickey |
2009-04-27 | got rid of assert-if-lazy-seq, if*, and if as macro | Rich Hickey |
2009-04-27 | reduced promise for closed-over clearing in lazy-seq and delay, better error ... | Rich Hickey |
2009-04-14 | added file names in reflection warnings, patch from Toralf Wittner | Rich Hickey |
2009-04-12 | Use qualified filenames in var metadata [issue 50], patch from mb | Rich Hickey |
2009-04-12 | flag to control eval reader (*read-eval*) [issue 34], patch from jhawk28 | Rich Hickey |
2009-04-12 | Choose most specific return type on multiple exact arg matches [issue 77] | Rich Hickey |
2009-04-10 | Strongly typed minus throws too often [issue 101], patch from olov.lassus | Rich Hickey |
2009-04-09 | pass defmethod names to MultiFns and use in error reporting | Rich Hickey |
2009-04-09 | tweaked loadClassForName separation of not found vs init errors | Rich Hickey |
2009-04-01 | added get-method | Rich Hickey |
2009-03-22 | fixed `() | Rich Hickey |
2009-03-17 | (empty a-lazy-seq) -> () | Rich Hickey |
2009-03-17 | made (empty aseq) -> (), (empty non-IPersistentCollection) -> nil | Rich Hickey |
2009-03-06 | interim checkin, incorporating new stream model | Rich Hickey |
2009-03-03 | restore list constants as PersistentLists | Rich Hickey |
2009-03-03 | bytecode-based constants, [issue 78], patch from rwvtveer | Rich Hickey |
2009-03-02 | use openConnection().getLastModified() only for non-jars | Rich Hickey |
2009-03-02 | fixed header comment | Rich Hickey |
2009-03-01 | made futures use CachedThreadPool | Rich Hickey |
2009-02-28 | added letfn, supports mutually recursive local fns | Rich Hickey |
2009-02-28 | avoid chaining in subvec of subvec | Rich Hickey |