-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: elixir-lang/elixir
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: elixir-lang/elixir
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
51
contributors
Commits on Nov 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8fa32c9 - Browse repository at this point
Copy the full SHA 8fa32c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e611860 - Browse repository at this point
Copy the full SHA e611860View commit details
Commits on Nov 3, 2021
-
Improvements to Enum.slide/3 (#11361)
- Support negative insertion indices - Give a clear RuntimeError, rather than a baffling CondClauseError, when you ask for an insertion point that matches the last element of your range
Configuration menu - View commit details
-
Copy full SHA for 368c311 - Browse repository at this point
Copy the full SHA 368c311View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6074846 - Browse repository at this point
Copy the full SHA 6074846View commit details
Commits on Nov 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for aa4eeae - Browse repository at this point
Copy the full SHA aa4eeaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fea92e - Browse repository at this point
Copy the full SHA 9fea92eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ce87e2 - Browse repository at this point
Copy the full SHA 6ce87e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6a8b3c - Browse repository at this point
Copy the full SHA e6a8b3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2425ed7 - Browse repository at this point
Copy the full SHA 2425ed7View commit details
Commits on Nov 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for be6cf22 - Browse repository at this point
Copy the full SHA be6cf22View commit details
Commits on Nov 7, 2021
-
Fix formatting of map-like types in warnings (#11351)
This came up in issue #11204: When emitting a warning for a type unification error, the compiler overly simplifies the formatting of types when these are maps or unions of maps. To address this, we recursively check for maps inside of a union type when comparing it to another map-like type.
Configuration menu - View commit details
-
Copy full SHA for f9ec2e7 - Browse repository at this point
Copy the full SHA f9ec2e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79cd891 - Browse repository at this point
Copy the full SHA 79cd891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38dce7b - Browse repository at this point
Copy the full SHA 38dce7bView commit details
Commits on Nov 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 18a0e0a - Browse repository at this point
Copy the full SHA 18a0e0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64c2248 - Browse repository at this point
Copy the full SHA 64c2248View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0c60c6 - Browse repository at this point
Copy the full SHA e0c60c6View commit details
Commits on Nov 9, 2021
-
Update remaining references to master branch with main (#11376)
These two have been left out in 38dce7b
Configuration menu - View commit details
-
Copy full SHA for 001931f - Browse repository at this point
Copy the full SHA 001931fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0b81e8 - Browse repository at this point
Copy the full SHA f0b81e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5d5506 - Browse repository at this point
Copy the full SHA f5d5506View commit details -
Configuration menu - View commit details
-
Copy full SHA for 011e25f - Browse repository at this point
Copy the full SHA 011e25fView commit details
Commits on Nov 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 34368b2 - Browse repository at this point
Copy the full SHA 34368b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab92836 - Browse repository at this point
Copy the full SHA ab92836View commit details
Commits on Nov 11, 2021
-
1
Configuration menu - View commit details
-
Copy full SHA for b2bf2a9 - Browse repository at this point
Copy the full SHA b2bf2a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3947ab7 - Browse repository at this point
Copy the full SHA 3947ab7View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for cf03a11 - Browse repository at this point
Copy the full SHA cf03a11View commit details
Commits on Nov 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d9724cf - Browse repository at this point
Copy the full SHA d9724cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4a2dfc - Browse repository at this point
Copy the full SHA d4a2dfcView commit details
Commits on Nov 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 58455c1 - Browse repository at this point
Copy the full SHA 58455c1View commit details
Commits on Nov 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a618213 - Browse repository at this point
Copy the full SHA a618213View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39121ad - Browse repository at this point
Copy the full SHA 39121adView commit details -
Revert "Clarify risk of duplicate keys in Map.map/2 (#11360)"
This reverts commit 6074846.
Configuration menu - View commit details
-
Copy full SHA for 72bd8e1 - Browse repository at this point
Copy the full SHA 72bd8e1View commit details
Commits on Nov 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 988afb3 - Browse repository at this point
Copy the full SHA 988afb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aaedc9 - Browse repository at this point
Copy the full SHA 6aaedc9View commit details -
Add clarifications to
Task.Supervisor.children/1
(#11395)Children ignored children that are restarting. Add a caution note about calling the function under low memory condition.
Configuration menu - View commit details
-
Copy full SHA for 4e12695 - Browse repository at this point
Copy the full SHA 4e12695View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbd3429 - Browse repository at this point
Copy the full SHA bbd3429View commit details
Commits on Nov 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2270c95 - Browse repository at this point
Copy the full SHA 2270c95View commit details
Commits on Nov 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 85a0451 - Browse repository at this point
Copy the full SHA 85a0451View commit details -
Configuration menu - View commit details
-
Copy full SHA for 916cf08 - Browse repository at this point
Copy the full SHA 916cf08View commit details
Commits on Nov 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3b52a04 - Browse repository at this point
Copy the full SHA 3b52a04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dbcf9a - Browse repository at this point
Copy the full SHA 7dbcf9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb386c9 - Browse repository at this point
Copy the full SHA bb386c9View commit details
Commits on Nov 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b64afc9 - Browse repository at this point
Copy the full SHA b64afc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6b0fca - Browse repository at this point
Copy the full SHA d6b0fcaView commit details
Commits on Nov 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 043f1c4 - Browse repository at this point
Copy the full SHA 043f1c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0e4af9 - Browse repository at this point
Copy the full SHA d0e4af9View commit details
Commits on Nov 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6289cd6 - Browse repository at this point
Copy the full SHA 6289cd6View commit details
Commits on Nov 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 31f50f0 - Browse repository at this point
Copy the full SHA 31f50f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5851879 - Browse repository at this point
Copy the full SHA 5851879View commit details
Commits on Nov 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6fa5018 - Browse repository at this point
Copy the full SHA 6fa5018View commit details -
Preserve opts while formatting failed inspect struct
Also make formatting consistent.
Configuration menu - View commit details
-
Copy full SHA for 4a88be8 - Browse repository at this point
Copy the full SHA 4a88be8View commit details
There are no files selected for viewing
This file was deleted.