Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Product
GitHub Copilot
Write better code with AI
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
elixir-lang
/
elixir
Public
Notifications
You must be signed in to change notification settings
Fork
3.4k
Star
25.5k
Code
Issues
20
Pull requests
15
Actions
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security
Insights
Commits
Branch selector
v1.18
User selector
All users
Datepicker
All time
Commit History
Commits on May 29, 2025
Reduce filesystem names on Mix.install, see #14543
josevalim
committed
7184679
Copy full SHA for 7184679
Commits on May 21, 2025
Clarify regexes in OTP 28
josevalim
committed
aeb2ea1
Copy full SHA for aeb2ea1
Release v1.18.4
josevalim
committed
7b20c28
Copy full SHA for 7b20c28
Fix ExUnit suite on Erlang/OTP 28
josevalim
committed
c69f440
Copy full SHA for c69f440
Install Hex and Rebar per OTP release (Elixir v1.18) (#14509)
wojtekmach
authored
88f65ae
Copy full SHA for 88f65ae
Commits on May 20, 2025
Raise nice error message when escaping maps/structs with references, closes #14497
josevalim
committed
14d406f
Copy full SHA for 14d406f
Commits on May 18, 2025
docs: Debugging page typo (#14502)
ahmed-el-awad
authored
08a9d4b
Copy full SHA for 08a9d4b
Commits on May 9, 2025
Update CI
josevalim
committed
b3ab369
Copy full SHA for b3ab369
Trace on definition callbacks, closes #14427
josevalim
committed
afe4704
Copy full SHA for afe4704
Trace on load functions, see #14427
josevalim
committed
c51acfc
Copy full SHA for c51acfc
Ensure git checkout works with untracked files (#14428)
Show description for 332ff94
josevalim
committed
332ff94
Copy full SHA for 332ff94
Emit trace events for super calls, closes #14395
josevalim
committed
ab17a3c
Copy full SHA for ab17a3c
IEx.Helpers.process_info/1 (#14418)
SteffenDE
authored and
josevalim
committed
2522bba
Copy full SHA for 2522bba
Retry mix httpc with disabled middlebox_comp_mode (#14357)
Show description for d00f172
ruslandoga
authored and
josevalim
committed
d00f172
Copy full SHA for d00f172
Commits on May 8, 2025
Add --no-listeners to mix compile and mix run
josevalim
committed
0eb5289
Copy full SHA for 0eb5289
Commits on Apr 25, 2025
Compute beam location early
josevalim
committed
7e01628
Copy full SHA for 7e01628
Write modules before verification so modules can be found during verification
josevalim
committed
6432e86
Copy full SHA for 6432e86
Commits on Apr 8, 2025
Optimize map unions to avoid building long lists (#14215)
sabiwara
authored and
josevalim
committed
e34495e
Copy full SHA for e34495e
Do not add duplicates on maps and tuples intersections
josevalim
committed
64c4ecf
Copy full SHA for 64c4ecf
Properly track imported function calls in tracer
Show description for ef002e2
josevalim
committed
ef002e2
Copy full SHA for ef002e2
Commits on Apr 3, 2025
Do not crash on nested bitstrings
Show description for f89c507
josevalim
committed
f89c507
Copy full SHA for f89c507
Commits on Mar 31, 2025
Remove deprecation warning check for 1.18 (#14382)
halfdan
authored
18d367c
Copy full SHA for 18d367c
Commits on Mar 30, 2025
Update Windows CI
josevalim
committed
65baed8
Copy full SHA for 65baed8
Recompile regexes when escaped from module attributes (#14381)
josevalim
committed
76c64a0
Copy full SHA for 76c64a0
Commits on Mar 26, 2025
Do not run listeners when not checking the deps
josevalim
committed
6ac1d10
Copy full SHA for 6ac1d10
Commits on Mar 25, 2025
Handle non-binary bitstring in struct default values (#14363)
sabiwara
committed
ca57cfe
Copy full SHA for ca57cfe
Commits on Mar 15, 2025
Fix handling of ErlangError when :general key is chardata (#14329)
sabiwara
committed
c32f725
Copy full SHA for c32f725
Commits on Mar 14, 2025
Preserve backwards compatibility in elixir_erl, closes #14323
josevalim
committed
8115bd3
Copy full SHA for 8115bd3
Commits on Mar 6, 2025
Release v1.18.3
josevalim
committed
e35ffc5
Copy full SHA for e35ffc5
Do not discard nil on protocol concat, closes #14311 (#14314)
josevalim
committed
178643f
Copy full SHA for 178643f
Commits on Mar 5, 2025
Encode any JSON key to string, closes #14305 (#14309)
josevalim
committed
75677b9
Copy full SHA for 75677b9
Fix autocomplete crash when expanding struct with `__MODULE__` (#14308)
lukaszsamson
authored and
josevalim
committed
25ab648
Copy full SHA for 25ab648
Commits on Mar 3, 2025
Do not raise when Stream.cycle is explicitly halted, closes #14307
josevalim
committed
8493f19
Copy full SHA for 8493f19
Clarify order on uniq/uniq_by, closes #14304
josevalim
committed
c63aeb9
Copy full SHA for c63aeb9
Commits on Feb 27, 2025
Fix date in CHANGELOG, closes #14303
josevalim
committed
d89fabe
Copy full SHA for d89fabe
Pagination
Previous
Next
You can’t perform that action at this time.