87
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 2 months ago. based on code collected about 2 months ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[maven-release-plugin] prepare release clojure-1.12.0-alpha10 More... over 2 years ago
[maven-release-plugin] prepare for next development iteration More... over 2 years ago
CLJ-2844: Modified qualified method impl to support new instance method syntax, defer resolution, and fallback to existing method inference when param-tags not used and Class + methodName cannot resolve. More... over 2 years ago
Revert "CLJ-2807: Add support for a symbol comprising the name of the array component type (primitive, full-qualified class, or import aliases accepted) followed by an asterisk for each dimension of the array (1 or more)." More... over 2 years ago
Changelog updates for Clojure 1.11.2 and 1.11.3 More... over 2 years ago
CLJ-2843 If reflection does not match overload, widen boxed numerics and retry More... over 2 years ago
CLJ-2807: Adding array class symbols into the symbol space via the locked out sym/N pattern. More... over 2 years ago
CLJ-2841 - make IDeref extend DoubleSupplier, as with the other Supplier interfaces More... over 2 years ago
[maven-release-plugin] prepare for next development iteration More... over 2 years ago
[maven-release-plugin] prepare release clojure-1.12.0-alpha9 More... over 2 years ago
CLJ-2839 Infinite seq class hashCode() is infinite loop More... over 2 years ago
[maven-release-plugin] prepare for next development iteration More... over 2 years ago
[maven-release-plugin] prepare release clojure-1.12.0-alpha8 More... over 2 years ago
Revert "CLJ-1162 Improved error message from invalid deref" More... over 2 years ago
CLJ-2568 clojure.walk now retains metadata when walking lists and seqs More... over 2 years ago
CLJ-2783 Update deprecated process of creating URLs in Java 20+ More... over 2 years ago
CLJ-2835: Passing the string 'new' to the methodDescription method when the method is a Constructor instance. More... over 2 years ago
Revert "CLJ-2783 Update deprecated process of creating URLs in Java 20+" More... over 2 years ago
[maven-release-plugin] prepare for next development iteration More... over 2 years ago
[maven-release-plugin] prepare release clojure-1.12.0-alpha6 More... over 2 years ago
Revert "CLJ-2568 clojure.walk now retains metadata when walking lists and seqs" More... over 2 years ago
CLJ-2788: Added bindings around the io-task for invoke-task to set print bindings to non-truncating values and non-namespaced maps More... over 2 years ago
CLJ-2806: Add support for a param-tags metadata via the special metadata field :param-tags taking a vector of symbols corresponding to types and a new reader for supporting it of ^[T U]. Also, added support for using param-tags at compile time to specify a single method for invocation or acccess of qualified class members Class/member and constructors via Class/new. Also implemented method values by expanding the meaning of qualified class member symbolic representation. Added compiler macro to identify Class/method and Class/new member symbols and emit a single-arity function with type hints and coercions on args to fully resolve target constructor, instance method, or static method call. There is no way to specify bound methods. More... over 2 years ago
CLJ-2775: Added support for java.util.stream streams including stream-reduce, stream-seq, stream-transduce, and stream-into. More... over 2 years ago
Expanded param-tags tests More... over 2 years ago
CLJ-2290: Modified into docstring to mention 0 and 1-arities.
fogus
as Fogus
More... over 2 years ago
clj-2803 update #inst printer to use thread safe java.time.format.DateTimeFormatter More... over 2 years ago
CLJ-2552: Fix example code and improve recur description in reify docstring More... over 2 years ago
CLJ-2828 Remove capture function More... over 2 years ago
CLJ-2807: Add support for a symbol comprising the name of the array component type (primitive, full-qualified class, or import aliases accepted) followed by an asterisk for each dimension of the array (1 or more). More... over 2 years ago