FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · clojure/clojure · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
clojure
/
clojure
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
11k
Code
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Jul 28, 2026
[maven-release-plugin] prepare for next development iteration
clojure-build
committed
2cea692
View commit details
Copy full SHA for 2cea692
Browse repository at this point
[maven-release-plugin] prepare release clojure-1.13.0-alpha6
clojure-build
committed
15c821d
View commit details
Copy full SHA for 15c821d
Browse repository at this point
CLJ-2972: Cleaned up associative destructuring tests so that they do not use :or entries without corresponding bindings/keys.
Show description for 96f2d2d
fogus
authored and
puredanger
committed
96f2d2d
View commit details
Copy full SHA for 96f2d2d
Browse repository at this point
Commits on Jul 27, 2026
move setup-java action to newest released version
puredanger
committed
4969fc8
View commit details
Copy full SHA for 4969fc8
Browse repository at this point
update to newere versions of github action plugins
puredanger
committed
f5630af
View commit details
Copy full SHA for f5630af
Browse repository at this point
Commits on Jul 24, 2026
update to latest core.specs.alpha specs
puredanger
committed
58b075e
View commit details
Copy full SHA for 58b075e
Browse repository at this point
added :all directive to map destructuring - binds a name to a map containing all keys in the input map, augmented by defaults, traversing deeply through nested maps
richhickey
committed
dd006fb
View commit details
Copy full SHA for dd006fb
Browse repository at this point
report as errors any use of unbound/unreferenced keys in :or when using any of the new constructs (:defaults, :select et al)
richhickey
committed
427f14b
View commit details
Copy full SHA for 427f14b
Browse repository at this point
Commits on Jul 21, 2026
switch back to java 8 for the doc build action
puredanger
committed
a760b04
View commit details
Copy full SHA for a760b04
Browse repository at this point
[maven-release-plugin] prepare for next development iteration
clojure-build
committed
a4ed84b
View commit details
Copy full SHA for a4ed84b
Browse repository at this point
[maven-release-plugin] prepare release clojure-1.13.0-alpha5
clojure-build
committed
8202bdd
View commit details
Copy full SHA for 8202bdd
Browse repository at this point
update actions for Java 17
puredanger
committed
2ef60c2
View commit details
Copy full SHA for 2ef60c2
Browse repository at this point
CLJ-2383 add java.lang classes for Java 17
Show description for afb6875
JarrodCTaylor
authored and
puredanger
committed
afb6875
View commit details
Copy full SHA for afb6875
Browse repository at this point
update to latest core.specs.alpha
puredanger
committed
86c3ef5
View commit details
Copy full SHA for 86c3ef5
Browse repository at this point
CLJ-2968 Add tests for unsupported forms in qualified destructuring
Show description for 3a68e6d
puredanger
committed
3a68e6d
View commit details
Copy full SHA for 3a68e6d
Browse repository at this point
CLJ-2897 fixed class loading context for prepl evaluation
Show description for da6d70e
afucher
authored and
puredanger
committed
da6d70e
View commit details
Copy full SHA for da6d70e
Browse repository at this point
CLJ-2897 fixed *repl* not true when inside prepl
Show description for 98af726
afucher
authored and
puredanger
committed
98af726
View commit details
Copy full SHA for 98af726
Browse repository at this point
CLJ-2969: Added :select bases case tests.
Show description for 3d5c1ee
fogus
authored and
puredanger
committed
3d5c1ee
View commit details
Copy full SHA for 3d5c1ee
Browse repository at this point
Revert "CLJ-2383 add java.lang classes for Java 17"
Show description for 36d0291
puredanger
committed
36d0291
View commit details
Copy full SHA for 36d0291
Browse repository at this point
Commits on Jul 20, 2026
CLJ-2892 remove usage of deprecated AccessController from makeClassLoader
Show description for b18d3ad
JarrodCTaylor
authored and
puredanger
committed
b18d3ad
View commit details
Copy full SHA for b18d3ad
Browse repository at this point
CLJ-2920 Modernize javadoc URLs
Show description for 73f6aee
JarrodCTaylor
authored and
puredanger
committed
73f6aee
View commit details
Copy full SHA for 73f6aee
Browse repository at this point
CLJ-2383 add java.lang classes for Java 17
Show description for 733366a
JarrodCTaylor
authored and
puredanger
committed
733366a
View commit details
Copy full SHA for 733366a
Browse repository at this point
CLJ-2872 Update Java 8 version values to 17
Show description for b6cec9b
JarrodCTaylor
authored and
puredanger
committed
b6cec9b
View commit details
Copy full SHA for b6cec9b
Browse repository at this point
CLJ-2872 Moved ASM from version 6.2 to 9.8
Show description for fae4203
JarrodCTaylor
authored and
puredanger
committed
fae4203
View commit details
Copy full SHA for fae4203
Browse repository at this point
update JDK test matrix
puredanger
committed
a431c1d
View commit details
Copy full SHA for a431c1d
Browse repository at this point
Commits on Jul 14, 2026
[maven-release-plugin] prepare for next development iteration
clojure-build
committed
d4d365c
View commit details
Copy full SHA for d4d365c
Browse repository at this point
[maven-release-plugin] prepare release clojure-1.13.0-alpha4
clojure-build
committed
d97ddd2
View commit details
Copy full SHA for d97ddd2
Browse repository at this point
CLJ-2870 Add missing execution case in CompilerException message verbs
Show description for c0717ca
puredanger
committed
c0717ca
View commit details
Copy full SHA for c0717ca
Browse repository at this point
CLJ-2964: Tests combining :select, :or, :defaults, :keys/:syms/strs and checking variants.
Show description for 47eb2b1
fogus
authored and
puredanger
committed
47eb2b1
View commit details
Copy full SHA for 47eb2b1
Browse repository at this point
Merge branch 'master' of github.com:clojure/clojure
richhickey
committed
98cd6c0
View commit details
Copy full SHA for 98cd6c0
Browse repository at this point
further tighten nested map fabrication in destructuring :select
richhickey
committed
bca9d82
View commit details
Copy full SHA for bca9d82
Browse repository at this point
CLJ-2967 Clarify test cases for checked keys
Show description for a33f7e7
frwdrik
authored and
puredanger
committed
a33f7e7
View commit details
Copy full SHA for a33f7e7
Browse repository at this point
added some-vals - a predicative filter of nil map values. Tightened up nested map fabrication during destructuring :select
richhickey
committed
2a73509
View commit details
Copy full SHA for 2a73509
Browse repository at this point
Commits on Jul 13, 2026
make :defaults w/o :or an error
richhickey
committed
585d1ab
View commit details
Copy full SHA for 585d1ab
Browse repository at this point
fix required + :or conflict message to report key now
richhickey
committed
a3eb3b5
View commit details
Copy full SHA for a3eb3b5
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL