summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More testsjv-compile-env2José Valim2019-12-061-10/+27
* Test validate compile env in mix releasesJosé Valim2019-12-062-1/+47
* Add tests for compile_env validation on app.startJosé Valim2019-12-061-99/+141
* Add tests for compile env in compile.appJosé Valim2019-12-061-5/+32
* Improve error messageJosé Valim2019-12-043-4/+8
* Store the compile environment in app filesJosé Valim2019-12-046-13/+51
* Track compile_env in manifest filesJosé Valim2019-12-048-79/+82
* Add Application.compile_env/3José Valim2019-12-0410-112/+535
* Do not filter warnings for external filesJosé Valim2019-12-042-4/+25
* Ensure children are trapping exits before terminatingJosé Valim2019-12-042-8/+27
* Fix race conditions in impl testJosé Valim2019-12-041-16/+16
* Refactor elixir_config and mix compilers for upcoming changesJosé Valim2019-12-044-76/+68
* Mix.Task.Compiler.after_compile/1 -> after_compiler/2José Valim2019-12-045-51/+57
* Emit information if mix.exs is available when a task is not foundJosé Valim2019-12-042-7/+18
* :manager from dependency definition should override SCM (#9625)Eric Meadows-Jönsson2019-12-032-7/+12
* Print all undefined functions as warnings and then raise (#9623)José Valim2019-12-033-87/+129
* Allows heading separator in IO.ANSI.Docs to not to have spaces around "|" (#9...Eksperimental2019-12-032-2/+20
* Use fully qualified function calls in macros (#9626)Devon Estes2019-12-031-4/+8
* Add examples to ambiguous op error messageJosé Valim2019-12-021-4/+16
* Grammar suggestions for syntax reference (#9622)Brandon Zylstra2019-12-021-1/+1
* Do not shallow clone Git repo in CI (#9621)Eksperimental2019-12-011-1/+1
* Make Mix.Dep.diverged?/1 catch :divergedreq (#9619)Takayuki Kobayashi2019-12-011-1/+1
* Fix table format in Base module (#9614)Eksperimental2019-12-011-66/+66
* Fix bug when last two columns are empty in IO.ANSI.Docs (#9615)Eksperimental2019-12-012-42/+64
* Introduce "format" make target (#9617)Eksperimental2019-12-012-5/+12
* Remove outdate put of env varJosé Valim2019-11-291-1/+0
* Add a code comment about the register optionJosé Valim2019-11-291-0/+4
* Improve match error reporting in doctests (#9608)Devon Estes2019-11-293-99/+233
* Abstract common settings in a template in .cirrus.yml (#9612)Eksperimental2019-11-291-6/+7
* Replace usage of "etc." (#9569)Eksperimental2019-11-2924-34/+39
* Replace exsplus with exrop as the OTP 20 default pseudorandom algorithm (#9609)Josh Price2019-11-283-80/+90
* Fix typo on test name (#9611)Samuel Pordeus2019-11-281-1/+1
* Only skip parens in assertions, closes #9610José Valim2019-11-282-3/+27
* Deprioritize Linux Development tasks in CI (#9607)Eksperimental2019-11-281-0/+5
* Remove duplicate element in matrix in .cirrus.yml (#9606)Eksperimental2019-11-281-2/+0
* Fix ERLC_OPTS in .cirrus.yml (#9605)Eksperimental2019-11-281-1/+1
* Sort ENV variables alphabetically in .cirrus.ymleksperimental2019-11-271-3/+3
* Fix message in CIeksperimental2019-11-271-1/+1
* Do not auto-cancel CI if branch is master or a release branch/tag (#9596)Eksperimental2019-11-271-0/+6
* Use infinity timeout in internal servicesJosé Valim2019-11-277-7/+7
* Raise if trying to add case in the middle of run, closes #9601José Valim2019-11-273-18/+23
* Pass proper opts for Code.eval_quoted/3 in Mix.Dep.Lock (#9598)Takayuki Kobayashi2019-11-261-1/+1
* Split Linux task in stable and development, and simplify them in Cirrus CI (#...Eksperimental2019-11-251-22/+27
* Add deprecation notice to System.get_pidJosé Valim2019-11-241-0/+2
* Reorganize docs and tests for capturesJosé Valim2019-11-242-361/+361
* Improve documentation for Config.Provider (#9595)Andrea Leopardi2019-11-241-3/+9
* Add missing unreserved character to URI document (#9591)Yoshihiro Tanaka2019-11-241-1/+1
* Raise if a non-absolute path is given with host or authority (#9589)José Valim2019-11-232-0/+17
* Use URI.parse/1 instead of building %URI{} manually whenever possible (#9590)Eksperimental2019-11-231-2/+4
* Add a section on Erlang/OTP handlers, closes #9545José Valim2019-11-231-92/+140