Skip to content
Permalink

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: main
Choose a base ref
...
head repository: elixir-lang/elixir
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.20
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 36 files changed
  • 4 contributors

Commits on May 21, 2026

  1. Branch out v1.20

    josevalim committed May 21, 2026
    Configuration menu
    Copy the full SHA
    9099039 View commit details
    Browse the repository at this point in the history
  2. Release v1.20.0-rc.6

    josevalim committed May 21, 2026
    Configuration menu
    Copy the full SHA
    285c15f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2026

  1. Configuration menu
    Copy the full SHA
    e5e6683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a038d1 View commit details
    Browse the repository at this point in the history
  3. Revert expansion of or/and in guards

    This partially reverts aad6317 as it caused
    massive AST to generate when expanding guards
    with `expr in [...]` checks in them, as each
    `or` became a full-blown case expression.
    
    Alternative approaches will be explored in
    future releases.
    josevalim committed May 22, 2026
    Configuration menu
    Copy the full SHA
    7a9ea30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7150d49 View commit details
    Browse the repository at this point in the history
  5. Avoid false positives on cascading warnings

    Only emit warnings for missing exports in defined
    modules to avoid false positives with modules from
    the current project which may not have been defined
    yet.
    josevalim committed May 22, 2026
    Configuration menu
    Copy the full SHA
    8bc9a2e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2026

  1. Configuration menu
    Copy the full SHA
    766ece7 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2026

  1. Configuration menu
    Copy the full SHA
    c354a77 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2026

  1. Squash CHANGELOG

    josevalim committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    0bc0476 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2026

  1. Release v1.20.0

    josevalim committed Jun 3, 2026
    Configuration menu
    Copy the full SHA
    853b7cd View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2026

  1. Configuration menu
    Copy the full SHA
    d33ea6e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2026

  1. Configuration menu
    Copy the full SHA
    3a366c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2026

  1. Configuration menu
    Copy the full SHA
    a371208 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d2e824 View commit details
    Browse the repository at this point in the history
Loading