summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Validate --no-exit in "mix format" (#12530)Andrea Leopardi2023-04-202-0/+10
* Polish docs for "mix format"Andrea leopardi2023-04-201-1/+1
* Add --no-exit option to mix format (#12529)Noah Betzen2023-04-202-8/+31
* Clarify difference between `Port.info/1` and `Port.info/2` in docs (#12528)Nicholas2023-04-191-2/+3
* Attempt to delete write-only empty directories on rm_rf, closes #12527José Valim2023-04-182-1/+13
* Make GenServer documentation clearer (#12526)Bruce Tate2023-04-171-41/+55
* Allow binaries: :as_strings to override :baseJosé Valim2023-04-173-11/+12
* Cache deps and archive loadpaths in Erlang/OTP 26José Valim2023-04-1713-37/+119
* Use better naming for deps inherited varsJosé Valim2023-04-164-15/+15
* Improve docs for Mix.Project.build_pathJosé Valim2023-04-162-11/+49
* Allow applications to be started concurrently on Erlang/OTP 26+José Valim2023-04-134-55/+108
* Use $PATHJosé Valim2023-04-132-2/+2
* More documentation for Mix tasks (#12522)Nathan Long2023-04-132-3/+25
* mix formatJosé Valim2023-04-121-1/+1
* Make sure diverging optional dependencies is not order dependentJosé Valim2023-04-122-12/+67
* Refactor converger to support additional argumentsJosé Valim2023-04-121-21/+21
* Fix incorrect documentation about ExUnit.CaseTemplate regarding imports (#12511)Ludovic Demblans2023-04-111-3/+0
* add since annotation (#12518)Łukasz Samson2023-04-111-3/+3
* Fix typo in naming-conventions.md (#12517)Rodolfo Carvalho2023-04-101-1/+1
* Note that some applications may be loaded, closes #12516José Valim2023-04-091-3/+4
* Use httpc:ssl_verify_host_options/1José Valim2023-04-071-3/+3
* Sleep after System.stop/1 in shutdownJosé Valim2023-04-071-0/+1
* Add Map.get/3 example where value is nil (#12512)Patrick T2023-04-061-0/+2
* Update CHANGELOGJosé Valim2023-04-042-15/+27
* Introduce `Mix.Project.deps_tree/1` (#12510)Jonatan Männchen2023-04-042-10/+66
* Add `Macro.Env.lookup_alias_as/2` (#12507)Zach Allaun2023-04-011-0/+25
* Improve docs for withJosé Valim2023-03-311-7/+51
* Fix column count when tokenizing escaped interpolations (#12504)Zach Allaun2023-03-303-2/+7
* Make symlink_or_copy a no-op if source is same as target (#12502)Benedikt Reinartz2023-03-301-0/+4
* Store timestamps in manifestsJosé Valim2023-03-292-31/+37
* Ensure changing both local and remote deps trigger runtime verificationJosé Valim2023-03-293-21/+65
* Clarify how to convert a string to module name (#12501)Shahryar Tavakkoli2023-03-291-0/+3
* Fix typos (#12500)Mário Rodrigues2023-03-292-2/+2
* Add `:return_separator` to `OptionParser` (#12499)Leandro Pereira2023-03-284-4/+105
* Remove redundant examplesJosé Valim2023-03-261-12/+4
* docs: document unexpected ++ behavior (#12498)Paulo Valente2023-03-261-0/+7
* 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