summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add :always_evaluate_messages to logger configal/logger-eval-argsAndrea leopardi2023-03-252-8/+30
* Ensure app is enabled before pruned (#12495)José Valim2023-03-241-2/+6
* No need to revert trap exitsJosé Valim2023-03-241-21/+18
* Add tests for code path prunningJosé Valim2023-03-241-0/+14
* Add --no-prune-code-paths to mix compileJosé Valim2023-03-242-1/+3
* Fix IEx tests (#12491)Kevin2023-03-232-4/+12
* Add @tag :capture_log to logging testJosé Valim2023-03-231-0/+1
* Check for prim_tty on Erlang/OTP 26+José Valim2023-03-234-14/+23
* Update tests to new OTP start behaviour (#12490)Kevin2023-03-231-4/+8
* Fix logger formatting in OTP26 (#12434)sabiwara2023-03-231-1/+2
* Document ansi_color metadata, closes #12489José Valim2023-03-231-0/+2
* Clarify error message on missing certificatesJosé Valim2023-03-231-3/+3
* Don't call formatter on directories (#12488)Erick Dennis2023-03-232-1/+13
* Add explicit `:verify_none` for httpc (#12485)Kevin2023-03-231-1/+20
* Fix dialyzer tests in OTP26 (#12486)sabiwara2023-03-231-1/+21
* CI should still doctest CHANGELOG.md (#12484)Nathan Long2023-03-221-2/+2
* Examples of composing a keyword list type (#12482)Nathan Long2023-03-221-0/+26
* CI should ignore changes to markdown files (#12483)Nathan Long2023-03-221-1/+7
* Consider operator precedence on guard blaming, closes #12479José Valim2023-03-202-4/+47
* Document imported_macro/imported_function may be followed with remote, closes...José Valim2023-03-181-1/+2
* Add more info for :cond expressions in dbg/1 (#12475)sabiwara2023-03-172-0/+67
* Add :prune_code_pathsJosé Valim2023-03-173-10/+8
* Better english formulation (#12476)Simon El Nahas2023-03-161-1/+1
* Add more info for "case" expressions in dbg/1 (#12472)sabiwara2023-03-162-2/+107
* Do not copy args on temporary Task.Supervisor.start_childJosé Valim2023-03-164-12/+43
* Add docs to autogenerated t/0 type in protocols (#12470)Andrea Leopardi2023-03-162-1/+19
* Improve Calendar.ISO.time_unit_to_precision/1 (#12469)Andrea Leopardi2023-03-151-1/+15
* Implement IEx.Info for Regex (#12467)sabiwara2023-03-143-8/+19
* Make sure default dbg colors work on both light and dark modesJosé Valim2023-03-131-2/+2
* Readability improvements for Calendar.strftime/3 (#12463)Jason Axelson2023-03-121-6/+15
* Include cwd in compiler cache key (#12462)sabiwara2023-03-121-1/+1
* Add example for Date.range/2 (#12457)Nathan Long2023-03-101-0/+2
* Fix Stream.zip/1 hanging on empty list (#12461)Alexandre2023-03-102-0/+4
* Document supported version for __info__(:struct) (#12458)sabiwara2023-03-101-1/+1
* Improve error message for out of bound historyJosé Valim2023-03-091-2/+7
* Update CHANGELOGJosé Valim2023-03-082-8/+43
* Support IEX_HOME (#12392)Seivan2023-03-082-3/+6
* Fix race conidtion on ExUnit suiteJosé Valim2023-03-081-7/+5
* Add --output to "mix xref" (#12452)Andrea Leopardi2023-03-073-10/+86
* Showing the "default" for the :parallelism option (#12454)Jason S2023-03-071-2/+3
* Fix typo in File.open/2 docs (#12453)victor felder2023-03-071-1/+1
* Fix NaiveDateTime.end_of_day/1 precision (#12450)Thiago Santos2023-03-062-24/+17
* Update sigil docsJosé Valim2023-03-053-14/+22
* Add support for multi-letter uppercase sigils (#12448)Andrea Leopardi2023-03-0510-64/+165
* Add beginning_of_day and end_of_day to NaiveDateTime (#12443)Thiago Santos2023-03-055-0/+147
* Do not run doctest with quote contextJosé Valim2023-03-051-2/+2
* Replace more quotes with admonition blocks in docsAndrea leopardi2023-03-055-13/+35
* Use ex_doc admonition blocks more often (#12445)Andrea Leopardi2023-03-0510-17/+43
* Improve quote/ast docsJosé Valim2023-03-052-1/+18
* Revert "Add GenServer.async/2 (#12444)"José Valim2023-03-055-283/+79