An open API service providing commit metadata for open source projects.

GitHub / clojure/clojure / commits

The Clojure programming language

SHA Message Author Date Stats
2cea6925 [maven-release-plugin] prepare for next development iteration clojure-build <c****d@u****m> 28 days ago
15c821d7 [maven-release-plugin] prepare release clojure-1.13.0-alpha6 clojure-build <c****d@u****m> 28 days ago
96f2d2dc CLJ-2972: Cleaned up associative destructuring tests so that they do not use ...
Signed-off-by: Alex Miller <a****r@c****m>
Fogus <m****s@g****m>
Committed by: Alex Miller <a****r@c****m>
28 days ago
4969fc88 move setup-java action to newest released version Alex Miller <a****r@c****m> 29 days ago
f5630af6 update to newere versions of github action plugins Alex Miller <a****r@c****m> 29 days ago
58b075ec update to latest core.specs.alpha specs Alex Miller <a****r@c****m> about 1 month ago
dd006fb9 added :all directive to map destructuring - binds a name to a map containing ... Rich Hickey <r****y@g****m> about 1 month ago
427f14b2 report as errors any use of unbound/unreferenced keys in :or when using any o... Rich Hickey <r****y@g****m> about 1 month ago
a760b046 switch back to java 8 for the doc build action Alex Miller <a****r@c****m> about 1 month ago
a4ed84b4 [maven-release-plugin] prepare for next development iteration clojure-build <c****d@u****m> about 1 month ago
8202bdd2 [maven-release-plugin] prepare release clojure-1.13.0-alpha5 clojure-build <c****d@u****m> about 1 month ago
2ef60c2e update actions for Java 17 Alex Miller <a****r@c****m> about 1 month ago
afb68758 CLJ-2383 add java.lang classes for Java 17
Signed-off-by: Alex Miller <a****r@c****m>
JarrodCTaylor <j****d@f****m>
Committed by: Alex Miller <a****r@c****m>
about 1 month ago
86c3ef55 update to latest core.specs.alpha Alex Miller <a****r@c****m> about 1 month ago
36d02913 Revert "CLJ-2383 add java.lang classes for Java 17" Alex Miller <a****r@c****m> about 1 month ago
b18d3adc CLJ-2892 remove usage of deprecated AccessController from makeClassLoader
Signed-off-by: Alex Miller <a****r@c****m>
JarrodCTaylor <j****d@f****m>
Committed by: Alex Miller <a****r@c****m>
about 1 month ago
a431c1d8 update JDK test matrix Alex Miller <a****r@c****m> about 1 month ago
3d5c1ee0 CLJ-2969: Added :select bases case tests.
Signed-off-by: Alex Miller <a****r@c****m>
Fogus <m****s@g****m>
Committed by: Alex Miller <a****r@c****m>
about 1 month ago
3a68e6d4 CLJ-2968 Add tests for unsupported forms in qualified destructuring
Signed-off-by: Alex Miller <a****r@c****m>
Alex Miller <a****r@c****m> about 1 month ago
d4d365c1 [maven-release-plugin] prepare for next development iteration clojure-build <c****d@u****m> about 1 month ago
d97ddd20 [maven-release-plugin] prepare release clojure-1.13.0-alpha4 clojure-build <c****d@u****m> about 1 month ago
47eb2b1d CLJ-2964: Tests combining :select, :or, :defaults, :keys/:syms/strs and check...
Signed-off-by: Alex Miller <a****r@c****m>
Fogus <m****s@g****m>
Committed by: Alex Miller <a****r@c****m>
about 1 month ago
98cd6c09 merge Merge branch 'master' of github.com:clojure/clojure Rich Hickey <r****y@g****m> about 1 month ago
bca9d828 further tighten nested map fabrication in destructuring :select Rich Hickey <r****y@g****m> about 1 month ago
2a73509b added some-vals - a predicative filter of nil map values. Tightened up nested... Rich Hickey <r****y@g****m> about 1 month ago
585d1ab6 make :defaults w/o :or an error Rich Hickey <r****y@g****m> about 1 month ago
a3eb3b53 fix required + :or conflict message to report key now Rich Hickey <r****y@g****m> about 1 month ago
a33f7e70 CLJ-2967 Clarify test cases for checked keys
Signed-off-by: Alex Miller <a****r@c****m>
?UTF-8?q?Fredrik=20Vaeng=20R=C3=B8tnes?= <f****k@g****m>
Committed by: Alex Miller <a****r@c****m>
about 1 month ago
cd63b60b in map destructuring, don't transform post '&' entries. Move to latest core.s... Rich Hickey <r****y@g****m> about 1 month ago
a14e9d5c in map destructuring: Rich Hickey <r****y@g****m> about 2 months ago
4a892e22 move :or :as to top level map destructuring directive :defaults name, that bi... Rich Hickey <r****y@g****m> about 2 months ago
d7ea4c29 CLJ-2966: validate entries are bound in :or when using :as Rich Hickey <r****y@g****m> about 2 months ago
b34d7362 update to latest core.specs.alpha Alex Miller <a****r@c****m> about 2 months ago
208443ae CLJ-2966: prevent multi-eval of default exprs Rich Hickey <r****y@g****m> about 2 months ago
fd65f036 CLJ-2966 Adds :or directive - `:as name`, that binds ‘name’ to a map of bound... Rich Hickey <r****y@g****m> about 2 months ago
53b73bcc [maven-release-plugin] prepare for next development iteration clojure-build <c****d@u****m> about 2 months ago
88415882 [maven-release-plugin] prepare release clojure-1.13.0-alpha3 clojure-build <c****d@u****m> about 2 months ago
bea4823d CLJ-2964: Added test for :select map destructuring directive.
Signed-off-by: Alex Miller <a****r@c****m>
Fogus <m****s@g****m>
Committed by: Alex Miller <a****r@c****m>
about 2 months ago
f7e2999f update core.specs.alpha to include :select specs Alex Miller <a****r@c****m> about 2 months ago
dfbe09ad CLJ-1789 Use transients and reduce in select-keys
Signed-off-by: Alex Miller <a****r@c****m>
Erik Assum <e****k@a****t>
Committed by: Alex Miller <a****r@c****m>
about 2 months ago
7ce4c97a Added :select directive to map destructuring. {... :select x ...} binds x to ... Rich Hickey <r****y@g****m> about 2 months ago
34a8e434 RT.map, and thus reader, tracks new PAM thresholds Rich Hickey <r****y@g****m> about 2 months ago
a1be121b [maven-release-plugin] prepare for next development iteration clojure-build <c****d@u****m> about 2 months ago
bf1aafe6 [maven-release-plugin] prepare release clojure-1.13.0-alpha2 clojure-build <c****d@u****m> about 2 months ago
59a3ac91 Revert "update pom plugins to latest versions" Alex Miller <a****r@c****m> about 2 months ago
f7e05557 [maven-release-plugin] prepare release clojure-1.13.0-alpha1 clojure-build <c****d@u****m> about 2 months ago
4047e3c0 [maven-release-plugin] prepare for next development iteration clojure-build <c****d@u****m> about 2 months ago
02e9b277 update pom plugins to latest versions Alex Miller <a****r@c****m> about 2 months ago
b329006a Update dep versions Alex Miller <a****r@c****m> about 2 months ago
8fdb472d CLJ-2961: Added test for :keys/:syms/:strs bang variants, binding and not, ne...
Signed-off-by: Alex Miller <a****r@c****m>
Fogus <m****s@g****m>
Committed by: Alex Miller <a****r@c****m>
about 2 months ago
1c9fb16f better message when missing key is a string Rich Hickey <r****y@g****m> 2 months ago
cca3f4bc drop kw requirement for non-binding entries in keys et al Rich Hickey <r****y@g****m> 2 months ago
3c856dc5 WIP - refactor destructure, add support for non-binding entries after '&' (mu... Rich Hickey <r****y@g****m> 2 months ago
21d44e73 CLJ-2958 Implement ILookup on sets
Signed-off-by: Alex Miller <a****r@c****m>
Alex Miller <a****r@c****m> 2 months ago
58caca52 CLJ-2954 let/loop/let* - disallow & as local binding
Signed-off-by: Alex Miller <a****r@c****m>
Alex Miller <a****r@c****m> 2 months ago
7cc3dfe6 CLJ-2949: Added throwing get and tests that delegates to RT.req
Signed-off-by: Alex Miller <a****r@c****m>
Fogus <m****s@g****m>
Committed by: Alex Miller <a****r@c****m>
3 months ago
19c235d1 added RT.req, to support req! Test for Long first in Util.isInteger Rich Hickey <r****y@g****m> 3 months ago
73f6aeef CLJ-2920 Modernize javadoc URLs
Signed-off-by: Alex Miller <a****r@c****m>
JarrodCTaylor <j****d@f****m>
Committed by: Alex Miller <a****r@c****m>
3 months ago
dd395eaa try sticking with ArrayMap for longer (to 64 entries) while keys are Keywords... Rich Hickey <r****y@g****m> 4 months ago
4dffbdb2 [maven-release-plugin] prepare for next development iteration clojure-build <c****d@u****m> 4 months ago
16d21525 [maven-release-plugin] prepare release clojure-1.12.5-rc1 clojure-build <c****d@u****m> 4 months ago
4a995793 [maven-release-plugin] prepare release clojure-1.12.5-alpha1 clojure-build <c****d@u****m> 5 months ago
51df024a [maven-release-plugin] prepare for next development iteration clojure-build <c****d@u****m> 5 months ago
9ad0b9a9 update changelog Alex Miller <a****r@c****m> 5 months ago
53d6a059 CLJ-2945: do not propagate file/line info to runtime reify obj Ghadi Shayban <g****n@n****r>
Committed by: Alex Miller <a****r@c****m>
5 months ago
c1ce2411 CLJ-2269
Signed-off-by: Alex Miller <a****r@c****m>
JarrodCTaylor <j****d@f****m>
Committed by: Alex Miller <a****r@c****m>
7 months ago
a3fa8975 Add permissions to github actions Alex Miller <a****r@c****m> 8 months ago
35b68c58 Add Java 25 to testing matrix Alex Miller <a****r@c****m> 8 months ago
e4364484 [maven-release-plugin] prepare for next development iteration clojure-build <c****d@u****m> 9 months ago
b4ea0f82 [maven-release-plugin] prepare release clojure-1.12.4 clojure-build <c****d@u****m> 9 months ago
049bccac update changelog for 1.12.4 Alex Miller <a****r@c****m> 9 months ago
74db134e CLJ-2924 - LazySeq - fix visibility issues with non-volatile reads Alex Miller <a****r@c****m> 9 months ago
13b2a201 CLJ-2929 zipper - fix typo in docstring
Signed-off-by: Alex Miller <a****r@c****m>
Alex Miller <a****r@c****m> 9 months ago
6a4ba6ae update changelog for 1.12.3 Alex Miller <a****r@c****m> 11 months ago
e6393a40 [maven-release-plugin] prepare release clojure-1.12.3 clojure-build <c****d@u****m> 11 months ago
03d28950 [maven-release-plugin] prepare for next development iteration clojure-build <c****d@u****m> 11 months ago
07d289c1 CLJ-2919 Compiler - in callsite optimization, use null instead of bound-ness ... Alex Miller <a****r@c****m> 11 months ago
da6d70e1 CLJ-2897 fixed class loading context for prepl evaluation
Signed-off-by: Alex Miller <a****r@c****m>
Arthur Fücher <a****r@g****m>
Committed by: Alex Miller <a****r@c****m>
12 months ago
b76edf6a [maven-release-plugin] prepare release clojure-1.12.2 clojure-build <c****d@u****m> 12 months ago
b775c8a2 [maven-release-plugin] prepare for next development iteration clojure-build <c****d@u****m> 12 months ago
89376e44 update changelog for 1.12.2 Alex Miller <a****r@c****m> 12 months ago
98af726e CLJ-2897 fixed *repl* not true when inside prepl
Signed-off-by: Alex Miller <a****r@c****m>
Arthur Fücher <a****r@g****m>
Committed by: Alex Miller <a****r@c****m>
about 1 year ago
1786de6d CLJ-2902
Signed-off-by: Alex Miller <a****r@c****m>
JarrodCTaylor <j****d@f****m>
Committed by: Alex Miller <a****r@c****m>
about 1 year ago
99819d67 CLJ-2917 Iterate - throw when serializing or deserializing Alex Miller <a****r@c****m> about 1 year ago
25e8f4eb CLJ-2916 LazySeq - realize before serializing and do not serialize IFn Alex Miller <a****r@c****m> about 1 year ago
b6cec9bb CLJ-2872 Update Java 8 version values to 17
Signed-off-by: Alex Miller <a****r@c****m>
JarrodCTaylor <j****d@f****m>
Committed by: Alex Miller <a****r@c****m>
about 1 year ago
fae42039 CLJ-2872 Moved ASM from version 6.2 to 9.8
Signed-off-by: Alex Miller <a****r@c****m>
JarrodCTaylor <j****d@f****m>
Committed by: Alex Miller <a****r@c****m>
about 1 year ago
260525c4 CLJ-2891 Remove ACC_FINAL designation from ration of static initializer const...
Signed-off-by: Alex Miller <a****r@c****m>
JarrodCTaylor <j****d@f****m>
Committed by: Alex Miller <a****r@c****m>
about 1 year ago
3296c3c0 CLJ-2914: Throw if QualifiedMethodExpr given no target Noah Bogart <n****t@h****m>
Committed by: Alex Miller <a****r@c****m>
about 1 year ago
733366a4 CLJ-2383 add java.lang classes for Java 17
Signed-off-by: Alex Miller <a****r@c****m>
JarrodCTaylor <j****d@f****m>
Committed by: Alex Miller <a****r@c****m>
about 1 year ago
da1c7481 remove Ant build instructions from readme Alex Miller <a****r@c****m> about 1 year ago
251459b1 [maven-release-plugin] prepare for next development iteration clojure-build <c****d@u****m> about 1 year ago
d1297465 [maven-release-plugin] prepare release clojure-1.12.1 clojure-build <c****d@u****m> about 1 year ago
ac2d2943 Update pom to create and attach javadoc jar Alex Miller <a****r@c****m> about 1 year ago
a5a61b6f Update changelog for 1.12.1 Alex Miller <a****r@c****m> about 1 year ago
ac32af4b update to new Maven Central publishing Alex Miller <a****r@c****m> about 1 year ago
be325162 CLJ-2886 add-libs not correctly removing non-procurer keys in tool call Alex Miller <a****r@c****m> over 1 year ago
9b0be837 CLJ-2899: Defer the classification of a value-position qualified method call ... Fogus <m****s@g****m>
Committed by: Alex Miller <a****r@c****m>
over 1 year ago
afbd2098 CLJ-2906 Add missing :metadata to new functions in 1.12 Alex Miller <a****r@c****m> over 1 year ago
eb3adad5 CLJ-2901 Fix docstrings for bytes, chars, shorts functions
Signed-off-by: Alex Miller <a****r@c****m>
Alex Miller <a****r@c****m> over 1 year ago

← Back to repository