summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use :elixir_errors.warning_prefix/0emj/group-passEric Meadows-Jönsson2019-06-272-15/+9
* Update lib/elixir/test/elixir/module/checker_test.exsEric Meadows-Jönsson2019-06-271-1/+1
* Add AST commentsEric Meadows-Jönsson2019-06-271-0/+5
* Update lib/elixir/lib/kernel/parallel_compiler.exEric Meadows-Jönsson2019-06-271-1/+1
* Fix capture metadataEric Meadows-Jönsson2019-06-272-82/+82
* Group warningsEric Meadows-Jönsson2019-06-273-78/+108
* Changes based on feedbackEric Meadows-Jönsson2019-06-276-47/+43
* Update lib/elixir/src/elixir_errors.erlEric Meadows-Jönsson2019-06-271-1/+1
* Add TODOsEric Meadows-Jönsson2019-06-271-0/+3
* Limit stateEric Meadows-Jönsson2019-06-261-7/+5
* Return warningsEric Meadows-Jönsson2019-06-262-37/+39
* :lists => EnumEric Meadows-Jönsson2019-06-261-7/+4
* Fix xref exclude to no_warn_undefined conversionEric Meadows-Jönsson2019-06-261-4/+4
* Add test for no_warn_undefinedEric Meadows-Jönsson2019-06-261-0/+41
* Convert xref exclude to no_warn_undefinedEric Meadows-Jönsson2019-06-261-0/+11
* Clean up changes for testsEric Meadows-Jönsson2019-06-266-35/+35
* Add Module.Checker tests from xrefEric Meadows-Jönsson2019-06-262-4/+476
* Remove exports check from xrefEric Meadows-Jönsson2019-06-263-588/+62
* Add file meta from function headEric Meadows-Jönsson2019-06-261-6/+12
* Do not warn on modules in local contextEric Meadows-Jönsson2019-06-2616-46/+21
* Add :no_warn_undefined compiler optionEric Meadows-Jönsson2019-06-2629-63/+135
* Add undefined function error group pass checkEric Meadows-Jönsson2019-06-264-10/+142
* Move unicode before elixir compileEric Meadows-Jönsson2019-06-265-19/+39
* Unify code path in String.split (#9165)Jan Hruban2019-06-261-6/+9
* More details about the :native time unit, from the Erlang docs (#9157)Nathan Long2019-06-241-4/+8
* Use default_release option when name is not given (#9158)Chris de Graaf2019-06-242-5/+11
* Fix typo in Config docs (#9156)Chris Wögi2019-06-241-1/+1
* Fix typespec of Macro.Env.t (#9155)Julius Putra Tanu Setiaji2019-06-241-1/+1
* Clarify the relationship with config/releases.exs, closes #9153José Valim2019-06-211-16/+30
* Do not pass Meta to Erlang AST, closes #9152José Valim2019-06-211-1/+2
* Ensure old manifests can be upgradedJosé Valim2019-06-191-4/+5
* Add literal encoder option to Code.string_to_quotedJosé Valim2019-06-199-128/+176
* Move module writing from mix to compiler (#9149)Eric Meadows-Jönsson2019-06-185-88/+89
* Add end of expression token informationJosé Valim2019-06-187-215/+265
* Exposing pairing metadata (#9146)José Valim2019-06-1710-124/+172
* Rename :end metadata to less ambiguous :closingJosé Valim2019-06-163-20/+22
* Tweaks to the docs of protocols (#9145)Xavier Noria2019-06-151-8/+9
* Use heredocs for top-level executables' usage docs (#9143)Xavier Noria2019-06-153-21/+27
* Add example for Agent.cast/2 (#9142)Hassan Shaikley2019-06-151-0/+9
* Exit IEx session if the group leader exits, closes #9138José Valim2019-06-141-4/+22
* Fix typos in Macro docs (#9141)Tobiasz Małecki2019-06-141-4/+4
* Document AST metadata (#9140)Jonatan Männchen2019-06-142-2/+43
* Postpone deprecation start_child/terminate_child for simple_one_for_oneJosé Valim2019-06-143-9/+9
* Add missing @doc since annotationJosé Valim2019-06-141-0/+1
* Place Version.Requirement module under Basic Types in docs.exs (#9139)Eksperimental2019-06-141-1/+2
* Add TODOJosé Valim2019-06-131-0/+1
* Remove unused import_fa metadataJosé Valim2019-06-132-16/+10
* Add a metadata typeJosé Valim2019-06-131-2/+5
* Add an introduction to the Macro moduleJosé Valim2019-06-131-16/+82
* Ensure started/loaded apps do not leak between Mix tests, closes #9137José Valim2019-06-137-33/+8