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: v1.16.1
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.16.2
Choose a head ref

Commits on Feb 1, 2024

  1. Copy the full SHA
    7098ac8 View commit details

Commits on Feb 5, 2024

  1. Copy the full SHA
    d8cc841 View commit details

Commits on Feb 9, 2024

  1. Update argument error message when matching with <> (#13325)

    * Update argument error message when matching with <>
    
    * Update lib/elixir/lib/kernel.ex
    
    Co-authored-by: José Valim <jose.valim@gmail.com>
    
    ---------
    
    Co-authored-by: José Valim <jose.valim@gmail.com>
    sabiwara and josevalim committed Feb 9, 2024
    Copy the full SHA
    ef3e279 View commit details
  2. Fix <> match test (#13327)

    sabiwara committed Feb 9, 2024
    Copy the full SHA
    bf915aa View commit details

Commits on Feb 12, 2024

  1. Copy the full SHA
    f3e669c View commit details

Commits on Feb 15, 2024

  1. Add API for deleting SCM

    This is used by Hex when its application is stopped
    to revert its changes to Mix state.
    josevalim committed Feb 15, 2024
    Copy the full SHA
    e5ec5ce View commit details

Commits on Feb 17, 2024

  1. Escape pinned values when computing diff (#13354)

    Take these two tests:
    
    ```elixir
      test "correctly colored" do
        assert [{:foo}] = [{:bar}]
      end
    
      test "incorrectly colored" do
        val = [{:foo}]
        assert ^val = [{:bar}]
      end
    ```
    
    That's because when diffing a pin, we were not converting the underlying
    diff context from match to ===.
    
    This fixes #13348
    Munksgaard authored and josevalim committed Feb 17, 2024
    Copy the full SHA
    ff30974 View commit details

Commits on Feb 23, 2024

  1. Copy the full SHA
    677ad61 View commit details
  2. Fix test due to backport

    sabiwara committed Feb 23, 2024
    Copy the full SHA
    a99a9cf View commit details

Commits on Feb 24, 2024

  1. Copy the full SHA
    2512cba View commit details
  2. Fixes to support 0TP27 (#13351)

    * Fix non-deterministic key-value tests
    
    * Fix non-deterministic Enum tests
    
    * Fix :only option when deriving Inspect
    
    * Float.ceil and Float.floor return -0.0 for negative numbers
    
    * Fix non-deterministic Registry doctest
    
    * Simplify check
    sabiwara authored and josevalim committed Feb 24, 2024
    Copy the full SHA
    dd00453 View commit details
  3. Copy the full SHA
    e520e8c View commit details
  4. Copy the full SHA
    fe16fd3 View commit details

Commits on Feb 26, 2024

  1. Copy the full SHA
    097c4cf View commit details
  2. Copy the full SHA
    325877a View commit details

Commits on Feb 29, 2024

  1. Copy the full SHA
    079b92e View commit details
  2. Copy the full SHA
    e78538a View commit details
  3. Copy the full SHA
    5654752 View commit details

Commits on Mar 1, 2024

  1. Copy the full SHA
    74ab384 View commit details
  2. Copy the full SHA
    29ef147 View commit details

Commits on Mar 4, 2024

  1. Copy the full SHA
    e310dd9 View commit details
  2. Copy the full SHA
    6c463b2 View commit details

Commits on Mar 5, 2024

  1. Copy the full SHA
    f64ccd0 View commit details

Commits on Mar 6, 2024

  1. Copy the full SHA
    60e6cea View commit details
  2. Copy the full SHA
    17cd103 View commit details
  3. Copy the full SHA
    ab1e344 View commit details

Commits on Mar 7, 2024

  1. Copy the full SHA
    558e0ba View commit details
  2. Update CHANGELOG

    josevalim committed Mar 7, 2024
    Copy the full SHA
    9d31768 View commit details

Commits on Mar 10, 2024

  1. Release v1.16.2

    josevalim committed Mar 10, 2024
    Copy the full SHA
    41f6ee3 View commit details
Loading