summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* FIXUPal/enum-into-warningAndrea Leopardi2018-06-221-4/+0
* FIXUPAndrea Leopardi2018-06-225-15/+10
* Deprecate using non-empty lists with the Collectable protocolAndrea Leopardi2018-06-222-2/+29
* Clarify the use of the value `continue`José Valim2018-06-221-4/+4
* Only evaluate Logger macro arguments when the message will be logged (#7768)José Valim2018-06-212-46/+77
* Add metadata based compile time logger purging (#7777)José Valim2018-06-213-20/+97
* Warn if nested comparisons are found (#7773)lukevmorris2018-06-214-22/+75
* Include caller information on struct expansion errorsDerek Kraan2018-06-212-3/+2
* Move did_you_mean for undefined function error to Exception.blameJosé Valim2018-06-215-119/+117
* Format deps.git_test.exsJosé Valim2018-06-211-1/+1
* Clear tasks so we can recompile the git repo in testsJosé Valim2018-06-211-1/+2
* Do not break assertion arguments apart if they are all quoted literalsJosé Valim2018-06-214-4/+41
* Take into account structs from stale local deps (#7776)Unai Esteibar2018-06-212-5/+36
* Improve error message on nil dispatchJosé Valim2018-06-212-2/+20
* Blame badarg on apply/3 for better error messagesJosé Valim2018-06-212-5/+65
* Only show mismatch hints for fn+do/endJosé Valim2018-06-212-9/+21
* Perform clean builds for dependencies on outdated locksJosé Valim2018-06-213-31/+29
* Revert "Support for map.field in guards"José Valim2018-06-215-19/+0
* Clarify the behaviour of dynamic remote calls in guardsJosé Valim2018-06-211-1/+1
* Fix error_handler tests on Erlang/OTP 20 and earlierJosé Valim2018-06-211-1/+1
* Log to stderr if there are no logger backends, closes #7640José Valim2018-06-215-41/+81
* Document long running processes pitfall in mix cmd, closes #7495José Valim2018-06-212-1/+13
* Update CHANGELOG and deprecationsJosé Valim2018-06-212-3/+14
* Add handle_continue/2 and deprecate super in GenServer callbacksJosé Valim2018-06-208-64/+113
* Allow map.field in guards for Erlang/OTP 21+José Valim2018-06-204-2/+19
* Test OTP-21.0 on travis (#7770)Eric Meadows-Jönsson2018-06-201-0/+1
* Add Code.purge_compiler_modules/0José Valim2018-06-205-28/+72
* Add Mix.Project.config_mtime/0José Valim2018-06-2016-109/+160
* Add info on child spec formats in DynamicSupervisor docs (#7763)David Sulc2018-06-201-2/+3
* Expands the documentation of Application (#7731)Xavier Noria2018-06-201-88/+163
* Update CHANGELOGJosé Valim2018-06-201-1/+5
* Move generate_app away from rootJosé Valim2018-06-202-2/+1
* Update to Erlang/OTP 21.0José Valim2018-06-192-6/+15
* Correct bug in generate_app escriptMichał Muskała2018-06-191-1/+1
* Move the summary of child specs to the child_spec/1 sectionJosé Valim2018-06-191-19/+16
* Fix moduledoc typos in Regex (#7762)Gustavo Saiani2018-06-191-2/+2
* Remove trailing period to match general styleAleksei Magusev2018-06-181-1/+1
* Fix some grammar in the docs for Integer.parse/1 (#7761)Ben Porter2018-06-181-1/+1
* Move rebar escripts to mix fixturesMichał Muskała2018-06-153-2/+2
* Replace use of rebar in build scriptsMichał Muskała2018-06-155-22/+36
* Fix example code referencing a non-existent variable (#7757)Prathan Thananart2018-06-151-1/+1
* Document DateTime.diff/2 leaps (#7756)Eric Meadows-Jönsson2018-06-141-0/+2
* Fix the LFE example in Mix.Compilers.Erlang (#7755)meddle2018-06-141-1/+1
* Add instructions for fixing deadlock errors (#7750)Eric Meadows-Jönsson2018-06-141-1/+4
* Refactor __info__ so it generates smaller assembly (#7753)Michał Muskała2018-06-142-3/+3
* Fix typo in Library Guidelines: paralleiize -> parallelize (#7751)nico piderman2018-06-141-1/+1
* Update RELEASE.md (#7749)Dhirendra Kumar Kashyap2018-06-131-2/+2
* Fix typo in docs of `Task.async_stream/5` (#7746)László Bácsi2018-06-131-1/+1
* Fix type spec for Task.Supervisor.start_child/4 (#7744)Allen Madsen2018-06-131-2/+3
* Improve documentation for Application.app_dir/2Andrea Leopardi2018-06-131-0/+18