summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in the docs for "with" (#11958)v1.13Bobby2022-07-031-1/+1
* Release v1.13.4v1.13.4José Valim2022-04-074-3/+28
* Make Registry.send work when value part is present (#11742)Wei Huang2022-04-062-0/+18
* Manual stacktrace munging on eval is no longer necessary on Erlang/OTP 25José Valim2022-03-251-12/+14
* Add OTP-24.3 to CI (#11712)José Valim2022-03-191-1/+1
* Tweak type unification to fix infinite loop with recursive vars (#11664)Michał Łępicki2022-02-283-30/+62
* Add opening delimiter to sigil metadata/optsJosé Valim2022-02-172-15/+23
* Update local rebar3José Valim2022-02-171-0/+0
* Skip tests using Rebar2 on Erlang/OTP 25+ (#11643)Michał Łępicki2022-02-172-8/+11
* Deprecate rebar2José Valim2022-02-171-0/+9
* Recreate local.sample task fixture in test_helper.exs (#11640)Michał Łępicki2022-02-175-3/+22
* Allow iodata in sigil formatting functionsJosé Valim2022-02-172-4/+4
* Update Mix.DepTest for Erlang/OTP 25 (#11636)Michał Łępicki2022-02-171-2/+5
* Update Mix.TasksTestTest for Erlang/OTP 25 (#11637)Michał Łępicki2022-02-171-1/+6
* Only check for unwanted functions (#11632)Kevin2022-02-171-2/+1
* @doc false URI.Error.message/1José Valim2022-02-141-0/+1
* Add compile-time dependencies on requireJosé Valim2022-02-149-37/+55
* Fix typespec on Base.decode16! (#11526)Dwi Prihandi2022-02-131-1/+1
* Release v1.13.3v1.13.3José Valim2022-02-094-3/+27
* Handle more unicode sequences in split_at, closes #11617José Valim2022-02-092-4/+13
* Track all stale modules from config/lock as exports tooJosé Valim2022-02-042-24/+112
* Fix coverage threshold ignored for Total line in Summary (#11571)Steve Hall2022-02-031-1/+1
* Do not break signatures over multiple linesJosé Valim2022-02-012-1/+18
* Fix recursion on guards with map fields, closes #11602José Valim2022-01-312-7/+24
* Fix indentation of options in mix formatJosé Valim2022-01-241-3/+3
* Supply file and line to formatter plugins (#11591)Matt McCoy2022-01-244-7/+19
* Check for fun arity in formatterJosé Valim2022-01-241-1/+2
* Embedded Elixir Expressions in Formatter Plugins (#11587)Jonatan Männchen2022-01-222-8/+12
* Fix duplicate bindings causing weird behaviour (#11584)felipe stival2022-01-192-7/+17
* Fix bug with edge-case when converting to algebra quoted Elixir alias (#11572)Eksperimental2022-01-165-5/+16
* Optimize Map.new/2José Valim2022-01-131-1/+18
* Release v1.13.2v1.13.2José Valim2022-01-134-6/+6
* Update CHANGELOGJosé Valim2022-01-121-4/+16
* Bring back filter/reject on Map and KeywordJosé Valim2022-01-122-34/+119
* Mix.Tasks.Test.Coverage warns on failure (#11457)Aaron Gunderson2022-01-022-1/+19
* Fix the nested `uniq:` acc name clash by preserving a scope (#11532)Aleksei Matiushkin2022-01-012-10/+23
* Add missing Logger CHANGELOG entryJosé Valim2021-12-311-0/+1
* Warn on zero arity callbacks inside protocols (#11519)Thiago Santos2021-12-222-2/+10
* Ensure context modules are handled in optimized defmoduleJosé Valim2021-12-222-1/+10
* Do not use type exclusive to Erlang/OTP 24+José Valim2021-12-221-1/+5
* Allow bypassing application mode validation in release spec (#11506)Thales Macedo Garitezi2021-12-203-2/+28
* Check plugins first so they can format `.ex` and `.exs` files (#11507)Marc-André Lafortune2021-12-201-3/+3
* Do not emit warnings on Cursor.Fragment.container_cursor_to_quoted/2José Valim2021-12-164-17/+32
* Update CHANGELOGJosé Valim2021-12-161-0/+9
* Deprecate map/filter/reject in Map and KeywordJosé Valim2021-12-162-171/+42
* Release v1.13.1v1.13.1José Valim2021-12-144-3/+26
* Add a note about chaining multiple map+filter callsJosé Valim2021-12-141-8/+16
* Add pattern to Code.Fragment.surround_context/3José Valim2021-12-141-1/+1
* Improve DateTime docsJosé Valim2021-12-141-5/+58
* Ensure async streams can be consumed from a separate processJosé Valim2021-12-134-17/+39