summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Simplify Makefile by introducing --path option to compile.app taskmm/compile-app-pathMichał Muskała2018-11-292-7/+5
* Change type to link to Elixir docs (#8436)Devon Estes2018-11-291-1/+1
* Remove outdated comment in NaiveDateTimeJosé Valim2018-11-281-2/+0
* Remove :console backend from app env in Mix tests (#8432)Fernando Tapia Rico2018-11-271-0/+2
* Eliminate warning for an unused variable (#8431)Björn Gustavsson2018-11-271-1/+1
* Add special fn case to signature_to_binary (#8429)Hans2018-11-272-0/+11
* Fix a typo in the Mix.Task.Deps module docs (#8430)Pierre Allix2018-11-261-1/+1
* No longer persist dynamically added logger backends (#8424)José Valim2018-11-264-24/+9
* Fix link to fn/1 special form in Kernel docs (#8427)Eksperimental2018-11-261-2/+1
* Raise when passing invalid compiler flags to Elixir, closes #7839José Valim2018-11-261-12/+23
* Update Supervisor calls in Registry docs (#8423)Adam Rutkowski2018-11-261-2/+2
* Update supervised Task docs (#8422)Adam Rutkowski2018-11-261-4/+4
* Preserve user's choice on operators, closes #8417José Valim2018-11-253-23/+58
* Consistently use eol? in the formatterJosé Valim2018-11-251-10/+10
* Remove unnecessary try block in GenServer.reply (#8420)yunsong2018-11-251-6/+2
* Use --module value when setting up filenames in mix new (#8419)Kevin Bader2018-11-242-3/+14
* Update File.Stat typespec (#8418)Thiago Santos2018-11-241-2/+17
* Streamline EEx.Engine docsJosé Valim2018-11-211-63/+56
* Optimize EEx template rendering (#8413)José Valim2018-11-211-20/+35
* Add missing spaces in error message (#8412)Lars Wikman2018-11-211-2/+2
* improve String moduledoc discussion about splitting a string with a pattern (...Kim Shrier2018-11-211-2/+2
* Improve error message on DateTime.add/4 (#8410)Fernando Tapia Rico2018-11-201-1/+1
* Improve syntax on DateTimeJosé Valim2018-11-201-16/+10
* Do not use same name twiceJosé Valim2018-11-201-1/+1
* Compile charlist interpolation more efficientlyMichał Muskała2018-11-203-9/+55
* Add List.to_charlistMichał Muskała2018-11-201-0/+52
* Always inspect MapSet content as regular lists (#8409)Michał Muskała2018-11-202-0/+5
* Add DateTime.add function (#8402)Lau Taarnskov2018-11-204-14/+131
* Fix direct `Logger.log` call in case of compile_time_purge_matching logger op...Ivan Mironov2018-11-202-6/+16
* Improve error message for `BadFunctionError` (#8408)Devon Estes2018-11-202-0/+30
* Mention Erlang/OTP 21 no longer blocks on GenServer.cast/2 doc (#8407)Jens Fischer2018-11-201-5/+7
* Use proper calendar types (#8403)Fernando Tapia Rico2018-11-181-4/+4
* Use "time zone" instead of "timezone" (#8404)Fernando Tapia Rico2018-11-183-5/+5
* Introduce IEx.Server.run/1 (#8395)José Valim2018-11-1711-149/+390
* Wrap httpc read in a task to timeout (#8394)Nikola Jichev2018-11-176-3/+55
* Add missing ExUnit improvement to CHANGELOG (#8397)Devon Estes2018-11-161-0/+1
* Omit parens on calls with only do/end blocks (Macro.to_string) (#8396)Fernando Tapia Rico2018-11-163-6/+10
* Revise use of "flag" terminology (#8347)Eksperimental2018-11-1620-32/+32
* Remove code duplication by creating remove_colons/1 private function (#8392)Eksperimental2018-11-161-2/+8
* Allow DateTime structs to be passed to DateTime.from_naive in typespecs (#8387)Lau Taarnskov2018-11-151-1/+19
* Update Kernel.sigil_D, sigil_T, and sigil_N macro argument names (#8388)Derek Schneider2018-11-141-3/+3
* Split calendar_test apart, remove support files from fixturesJosé Valim2018-11-147-367/+376
* Better document when -> can be used, closes #8386José Valim2018-11-141-1/+1
* documentation typo fix: Calendar.put_time_zone_database/1 (#8385)Lee Marlow2018-11-131-1/+1
* Update CHANGELOGJosé Valim2018-11-131-2/+19
* Add Macro.struct!/2 and use it where reasonableJosé Valim2018-11-134-7/+39
* Resolve circular struct dependencies in typespecs (#8377)José Valim2018-11-134-20/+53
* Add TimeZoneDatabase behaviour for time zone data.Lau Taarnskov2018-11-1310-53/+753
* Make __info__ docs a callback, closes #8376José Valim2018-11-122-2/+2
* Ignore escape characters inside markdown backticks (#8384)José Valim2018-11-122-4/+9