Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
pkdevbox
/
clojure
Public
forked from
clojure/clojure
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
clojure
src
on
master
User selector
All users
All time
Commit history
Commits on Sep 11, 2015
Fix regressions with symbol/keyword destructuring.
Show description for df85e2e
ragnard
authored and
stuarthalloway
committed
df85e2e
View commit details
Copy full SHA for df85e2e
View code at this point
Browse repository at this point
CLJ-1671 server socket repl
Show description for b007c2d
puredanger
authored and
stuarthalloway
committed
b007c2d
View commit details
Copy full SHA for b007c2d
View code at this point
Browse repository at this point
Commits on Sep 8, 2015
CLJ-1319 Throw on odd arguments to PersistentArrayMap.createAsIfByAssoc
Show description for b9330ec
athos
authored and
stuarthalloway
committed
b9330ec
View commit details
Copy full SHA for b9330ec
View code at this point
Browse repository at this point
Commits on Sep 3, 2015
CLJ-1232: auto-qualify :arglists class names
Show description for 87a7d78
bronsa
authored and
stuarthalloway
committed
87a7d78
View commit details
Copy full SHA for 87a7d78
View code at this point
Browse repository at this point
CLJ-1449 Add new clojure.string functions
Show description for 722e023
rubygeek
authored and
stuarthalloway
committed
722e023
View commit details
Copy full SHA for 722e023
View code at this point
Browse repository at this point
CLJ-1586: Compiler doesn't preserve metadata for lazyseq literals
Show description for 5fa11fd
bronsa
authored and
stuarthalloway
committed
5fa11fd
View commit details
Copy full SHA for 5fa11fd
View code at this point
Browse repository at this point
CLJ-1609 Fix an edge case in the Reflector's search for a public method declaration
Show description for c5f0521
jeremyheiler
authored and
stuarthalloway
committed
c5f0521
View commit details
Copy full SHA for c5f0521
View code at this point
Browse repository at this point
CLJ-1766: Serializing+deserializing lists breaks their hash
Show description for bd6e906
andrewhr
authored and
stuarthalloway
committed
bd6e906
View commit details
Copy full SHA for bd6e906
View code at this point
Browse repository at this point
Commits on Aug 5, 2015
exempt records and deftypes from consideration as empty collection constants, as they are currently exempt as non-empty map constants
richhickey
committed
1d5237f
View commit details
Copy full SHA for 1d5237f
View code at this point
Browse repository at this point
ignore rettags other than long and double
richhickey
committed
2344de2
View commit details
Copy full SHA for 2344de2
View code at this point
Browse repository at this point
revert 9b6c3a5
richhickey
committed
b38c23e
View commit details
Copy full SHA for b38c23e
View code at this point
Browse repository at this point
Commits on Jul 31, 2015
Update list* docstring per CLJ-1060
Show description for 4bb1dbd
asheldo
authored and
stuarthalloway
committed
4bb1dbd
View commit details
Copy full SHA for 4bb1dbd
View code at this point
Browse repository at this point
Fix "~n@*"-directives in clojure.pprint/cl-format. Fixes #CLJ-1134.
Show description for 8a8e1f9
hypirion
authored and
stuarthalloway
committed
8a8e1f9
View commit details
Copy full SHA for 8a8e1f9
View code at this point
Browse repository at this point
Add test for and then fix pprint of code (ns foo).
Show description for c4e0279
russolsen
authored and
stuarthalloway
committed
c4e0279
View commit details
Copy full SHA for c4e0279
View code at this point
Browse repository at this point
Modify clojure.test.junit/with-junit-output to support multiple forms
Show description for d9f3f83
hlship
authored and
stuarthalloway
committed
d9f3f83
View commit details
Copy full SHA for d9f3f83
View code at this point
Browse repository at this point
Fixed typo in with-binding docs. ("then executes" vs "the executes")
Show description for 1bfdebf
blakewest
authored and
stuarthalloway
committed
1bfdebf
View commit details
Copy full SHA for 1bfdebf
View code at this point
Browse repository at this point
Small correction to *' and +' doc strings
Show description for 9d70c75
verdammelt
authored and
stuarthalloway
committed
9d70c75
View commit details
Copy full SHA for 9d70c75
View code at this point
Browse repository at this point
CLJ-1772 Fix spelling in clojure.test/use-fixtures
Show description for 7754e94
danielcompton
authored and
stuarthalloway
committed
7754e94
View commit details
Copy full SHA for 7754e94
View code at this point
Browse repository at this point
CLJ-1157 added a method for loading classes with the classloader of a specified class
Show description for 6dcb5e2
tyano
authored and
stuarthalloway
committed
6dcb5e2
View commit details
Copy full SHA for 6dcb5e2
View code at this point
Browse repository at this point
CLJ-1225: Correct (quot (bigint Long/MIN_VALUE) -1N) answer
Show description for c450806
jafingerhut
authored and
stuarthalloway
committed
c450806
View commit details
Copy full SHA for c450806
View code at this point
Browse repository at this point
CLJ-1390 pprint GregorianCalendar
Show description for 2ea3c53
miner
authored and
stuarthalloway
committed
2ea3c53
View commit details
Copy full SHA for 2ea3c53
View code at this point
Browse repository at this point
CLJ-1785 Allow reader conditionals to have nil value as an expression
Show description for 733e3d0
wagjo
authored and
stuarthalloway
committed
733e3d0
View commit details
Copy full SHA for 733e3d0
View code at this point
Browse repository at this point
evaluate def symbol metadata only once
Show description for 2be4947
ghadishayban
authored and
stuarthalloway
committed
2be4947
View commit details
Copy full SHA for 2be4947
View code at this point
Browse repository at this point
CLJ-130: preserve metadata for AOT compiled namespaces
Show description for 7f79ac9
bronsa
authored and
stuarthalloway
committed
7f79ac9
View commit details
Copy full SHA for 7f79ac9
View code at this point
Browse repository at this point
CLJ-1657: Treat abstract methods like interface methods in proxies
Show description for 3b0af1b
alexander-yakushev
authored and
stuarthalloway
committed
3b0af1b
View commit details
Copy full SHA for 3b0af1b
View code at this point
Browse repository at this point
narrow use of rettag by invokeStatic
richhickey
committed
00e07f1
View commit details
Copy full SHA for 00e07f1
View code at this point
Browse repository at this point
Commits on Jul 29, 2015
clear args before calling invokeStatic
richhickey
committed
be3f390
View commit details
Copy full SHA for be3f390
View code at this point
Browse repository at this point
Commits on Jul 28, 2015
revisit direct linking
richhickey
committed
309c030
View commit details
Copy full SHA for 309c030
View code at this point
Browse repository at this point
Commits on Jul 25, 2015
Disable tuple impl, leaving integration. APersistentVector implements IMapEntry
richhickey
committed
8383026
View commit details
Copy full SHA for 8383026
View code at this point
Browse repository at this point
Commits on Jul 20, 2015
kvreduce factorization
richhickey
committed
494ab13
View commit details
Copy full SHA for 494ab13
View code at this point
Browse repository at this point
kvreduce factorization
richhickey
committed
684cd41
View commit details
Copy full SHA for 684cd41
View code at this point
Browse repository at this point
extend Tuple equiv to all arities. extend c.c/vector to arity-6
richhickey
committed
b8607d5
View commit details
Copy full SHA for b8607d5
View code at this point
Browse repository at this point
Commits on Jul 18, 2015
Clear reference to 'this' on all tail calls
Show description for 9b6c3a5
ghadishayban
authored and
stuarthalloway
committed
9b6c3a5
View commit details
Copy full SHA for 9b6c3a5
View code at this point
Browse repository at this point
CLJ-703: Remove call to FileDescriptor.sync in Compiler.writeClassFile
Show description for 6f4a49b
ragnard
authored and
stuarthalloway
committed
6f4a49b
View commit details
Copy full SHA for 6f4a49b
View code at this point
Browse repository at this point
CLJ-1208: load own namespace in deftype/defrecord class initializer when :load-ns is true
Show description for c8e248d
bronsa
authored and
stuarthalloway
committed
c8e248d
View commit details
Copy full SHA for c8e248d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.